diff --git a/CLAUDE.md b/CLAUDE.md index 25cc581..c86cec2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -217,59 +217,18 @@ reference 꼭지 있음 → sidebar-right ## 블록 타입 정의 -각 블록은 독립적인 CSS 컴포넌트로, 슬롯(교체 가능한 위치)을 가진다. +6개 카테고리, 18개 블록 변형. **상세는 `templates/blocks/INDEX.md` 참조.** -### 1. 비교 블록 (comparison) -- 2단 병렬 레이아웃 -- 슬롯: 좌측 제목/내용, 우측 제목/내용 -- 용도: A vs B, 장단점, Before/After +| 카테고리 | 블록 수 | 구현 방식 | 주요 블록 | +|---------|--------|---------|---------| +| headers/ | 2 | HTML/CSS | section-title-with-bg, topic-left-right | +| cards/ | 3 | HTML/CSS | card-image-3col, card-text-grid, card-dark-overlay | +| tables/ | 1 | HTML/CSS | compare-3col-badge | +| visuals/ | 4 | **SVG** (수학적 좌표 계산) | venn-diagram, circle-gradient, compare-pill-pair, process-horizontal | +| emphasis/ | 5 | HTML/CSS | quote-left-border, conclusion-accent-bar, comparison-2col, banner-gradient, quote-question | +| media/ | 3 | HTML/CSS + 이미지 | image-row-2col, image-grid-2x2, image-side-text | -### 2. 카드 그리드 (card-grid) -- 2~4열 카드 배열 -- 슬롯: 카드별 아이콘/제목/설명/출처 -- 용도: 용어 정의, 개념 설명, 기능 나열 - -### 3. 관계도 (relationship) -- 벤 다이어그램 또는 트리 구조 -- 슬롯: 중심 요소, 하위 요소들, 관계 설명 -- 용도: 상위-하위 관계, 포함 관계, 기술 융합 - -### 4. 프로세스 (process) -- 가로 또는 세로 단계 흐름 -- 슬롯: 단계별 번호/제목/설명 -- 용도: 절차, 워크플로우, 파이프라인 - -### 5. 타임라인 (timeline) -- 시간 축 기반 배치 -- 슬롯: 날짜/제목/설명 -- 용도: 연혁, 로드맵, 일정 - -### 6. 핵심 지표 (big-number) -- 큰 숫자 + 보조 텍스트 -- 슬롯: 숫자, 단위, 설명 -- 용도: KPI, 통계, 성과 수치 - -### 7. 강조 인용 (quote-block) -- 배경색 + 좌측 라인 + 인용 텍스트 -- 슬롯: 인용 텍스트, 출처 -- 용도: 문제 제기, 핵심 메시지, 정의 - -### 8. 결론 바 (conclusion-bar) -- 하단 전체 폭 강조 영역 -- 슬롯: 핵심 한 줄 -- 용도: 슬라이드 결론, 요약 메시지 - -### 9. 비교 테이블 (comparison-table) -- 테이블 형식의 다항목 비교 -- 슬롯: 행/열 헤더, 셀 내용 -- 용도: 다차원 비교, 기능 매트릭스 - -### 10. 이미지 블록 (image-block) -- 이미지 + 캡션 -- 3가지 변형: 전체너비(image-full), 텍스트옆(image-side), 썸네일(image-thumb) -- 슬롯: 이미지 경로, 캡션 텍스트, 이미지 크기 정보 -- 용도: 도표, 다이어그램, 근거 자료, 문서 참조 -- CSS: object-fit: contain (비율 유지, 잘리지 않음) +각 블록은 독립적인 컴포넌트로 슬롯(교체 가능한 위치)을 가지며, `catalog.yaml`에 when/not_for/slots가 정의되어 있다. --- @@ -365,10 +324,10 @@ Pretendard 폰트 크기별 참고값 (1회 측정, 상수 저장): - 정보 계층을 시각적으로 명확히 표현 ### DON'T (하지 않는 것) -- 그라데이션 배경 금지 +- HTML/CSS 블록의 배경 그라데이션 금지 (**SVG 시각화 블록, 디자인 의도가 명확한 블록(배너, 오버레이, 콜아웃 등)은 허용**) - CSS 애니메이션/트랜지션 금지 - 호버 효과 금지 -- 그림자(box-shadow) 최소화 (1개 레벨만) +- 그림자(box-shadow) 최소화 (1개 레벨만. SVG filter는 예외) - 다크 테마 금지 (요청하지 않는 한) - 둥근 모서리 과다 사용 금지 (border-radius 최대 8px) - 텍스트를 자르지 않는다 (디자인이 텍스트에 맞춘다) @@ -425,24 +384,93 @@ Pretendard 폰트 크기별 참고값 (1회 측정, 상수 저장): --- -## 교본 (레퍼런스) 관리 +## 블록 라이브러리 + +### 핵심 원칙: 변형 기반 선택 +하나의 블록 유형에 **여러 변형(variation)**이 존재하고, 디자인 팀장이 콘텐츠 성격에 맞는 변형을 **검색하여 선택**한다. + +``` +콘텐츠 분석 → "이 꼭지는 좌:질문 우:설명 구조다" + ↓ +블록 라이브러리 검색 → headers/ 카테고리에서 후보 3~4개 반환 + ↓ +팀장이 선택 → topic-left-right.html +``` + +### 카테고리 구조 (6개, 18개 블록) + +``` +templates/blocks/ +├── INDEX.md ← 전체 인덱스 + 추가 예정 목록 +├── headers/ (2개) ← 타이틀, 꼭지 헤더 +│ ├── section-title-with-bg.html 배경 이미지 + 영문/한글 타이틀 +│ └── topic-left-right.html 좌:파란 제목 + 우:설명 +├── cards/ (3개) ← 카드 계열 (정보 나열) +│ ├── card-image-3col.html 상단 이미지 + 하단 텍스트 3열 +│ ├── card-text-grid.html 텍스트만 카드 2~4열 +│ └── card-dark-overlay.html 다크 이미지 배경 + 흰 텍스트 오버레이 +├── tables/ (1개) ← 표/비교 계열 +│ └── compare-3col-badge.html A|VS배지|B 3단 비교 +├── visuals/ (4개) ← 시각 요소 — **SVG로 제작** +│ ├── circle-gradient.html 파란 그라데이션 원 + 텍스트 +│ ├── compare-pill-pair.html 둥근 테두리 박스 2개 + VS +│ ├── venn-diagram.html 벤 다이어그램 (**SVG premium, 수학적 계산**) +│ └── process-horizontal.html 가로 단계 흐름 +├── emphasis/ (5개) ← 강조 (인용, 결론) +│ ├── quote-left-border.html 좌측 라인 + 인용 +│ ├── conclusion-accent-bar.html 좌측 파란 라인 + 밝은 배경 결론 +│ ├── comparison-2col.html 2단 병렬 비교 +│ ├── banner-gradient.html 파란 그라데이션 전체 너비 배너 +│ └── quote-question.html 질문형 강조 박스 +└── media/ (3개) ← 이미지/미디어 + ├── image-row-2col.html 이미지 2장 나란히 + ├── image-grid-2x2.html 이미지 4장 2x2 격자 + └── image-side-text.html 좌:이미지 우:텍스트+불릿 +``` + +### 시각화 방식 (Phase 1 확정) + +**블록 유형별 구현 방식:** + +| 블록 유형 | 구현 방식 | 이유 | +|----------|---------|------| +| 텍스트 블록 (카드, 비교, 표, 인용, 결론) | **HTML/CSS** | Jinja2 템플릿으로 조립 | +| 시각화 다이어그램 (관계도, 프로세스, 순환도) | **SVG** | 좌표 정확 + 그라데이션/글로우 가능 + 개수 자동 대응 | +| 실사 이미지 (시공 사진, 3D 렌더링) | **Figma export 또는 원본 이미지** | CSS/SVG로 재현 불가 | +| 배경 텍스처 (보케, 분위기) | **Gemini API 이미지 생성** | 실사 배경 전용 | + +**SVG 시각화 원칙 (검증 완료):** +- SVG 안에 `` 포함 → 원 좌표와 텍스트 좌표가 같은 공간 → **위치 100% 정확** +- `radialGradient`, `linearGradient` → 고급 그라데이션 +- `filter: feGaussianBlur`, `feDropShadow` → 글로우/그림자 +- 하이라이트 오버레이 → 구체(3D) 느낌 +- 수학적 계산 (`cos/sin`) → N개 원소 자동 배치 (`360/N` 간격) — **Phase 2 구현 예정. 현재는 3개 고정 SVG** + +**AI 이미지 생성은 시각화에 사용하지 않는다:** +- AI 생성 이미지는 원 위치가 매번 달라 텍스트 위치를 맞출 수 없음 (검증 완료) +- AI 이미지는 **실사 배경 텍스처** (보케, 헥사곤, 분위기)에만 사용 + +### 변형 검색 (향후) +변형이 수십~수백 개로 늘어나면: +1. 각 블록 HTML의 구조/슬롯/용도를 임베딩 +2. FAISS 인덱스로 구축 +3. 콘텐츠 분석 결과를 쿼리 → 적절한 변형 3~4개 반환 +4. 팀장이 최종 선택 + +현재 규모(13개)에서는 catalog.yaml만으로 충분. 40개 이상부터 FAISS 도입 검토. ### catalog.yaml - 디자인 팀장의 "메뉴판" - 각 블록의 id, 시각 설명, 언제 쓰는지(when), 슬롯 목록 - Figma에서 디자인 추출 → 템플릿 변환 → catalog에 등록 -- **Figma 작업 완료 후 연동 예정** +- 블록 추가 시 반드시 catalog에도 등록 (미등록 = 팀장이 모름) -### 저장 위치 -``` -design_agent/ -├── templates/ -│ ├── catalog.yaml ← AI용 블록 메뉴판 (Figma 작업 후) -│ ├── slide-base.html ← 슬라이드 베이스 -│ └── blocks/ ← 블록 템플릿 -├── samples/ ← 완성 슬라이드 샘플 -└── docs/ ← 조사 자료 -``` +### Figma 에셋 +Figma에서 추출한 이미지 에셋은 `docs/figma-assets/`에 저장: +- 배경 이미지 (bg_header.png 등) +- 3D 렌더링 이미지 (card_img_design.png 등) +- 시각화 에셋 (mountain_viz.png 등) +- 블록에서 `src="{{ image_path }}"`로 참조 --- @@ -451,13 +479,17 @@ design_agent/ | 역할 | 도구 | 비고 | |------|------|------| | 서버 | FastAPI + uvicorn | 포트 8001 | -| 템플릿 | Jinja2 | 블록 조합 | -| 렌더링 | CSS Grid + 디자인 토큰 | 16:9 고정 | +| 템플릿 | Jinja2 | 카테고리별 블록 조합 | +| 렌더링 | CSS Grid + 디자인 토큰 | 슬라이드(16:9) + 웹(세로 스크롤) | | 폰트 | Pretendard Variable | word-break: keep-all | | AI | Anthropic API (Sonnet) | 5단계 모두 | | 이미지 크기 | Pillow Image.open().size | 헤더만 읽음 | +| 시각화 | SVG (radialGradient, filter, 수학적 좌표 계산) | 다이어그램/관계도 | +| 실사 배경 | Gemini API | 배경 텍스처 전용 (시각화에는 사용 금지) | | 자세히보기 | `
/` | HTML 내장 | -| 출력 | HTML 다운로드 | | +| Figma 연동 | Figma REST API + Framelink MCP | 에셋 추출, 디자인 토큰 | +| 변형 검색 | FAISS (향후) | 블록 40개+ 시 도입 | +| 출력 | HTML 다운로드 / .astro (Starlight) | | --- diff --git a/IMPROVEMENT-PHASE-A.md b/IMPROVEMENT-PHASE-A.md new file mode 100644 index 0000000..8f07f86 --- /dev/null +++ b/IMPROVEMENT-PHASE-A.md @@ -0,0 +1,491 @@ +# Phase A: 슬라이드 품질 핵심 — 실행 상세 + +> "프레임에 내용이 안 보인다"의 직접 원인 해결. 8개 항목. +> 원칙: 하드코딩 금지. 모든 판단은 AI 사고. 회귀 금지. + +--- + +## 실행 순서 + +``` +[독립] A-6 (cover→contain), A-7 (table-layout: fixed) + → A-8 (container query, A-7 후) + → A-1 (Sonnet 디자인 조정 — 가장 큰 작업) + → A-2 (HTML 전달), A-3 (shrink), A-4 (rewrite) — 병렬 가능 + → A-5 (overflow 재검토, A-1 완료 후) +``` + +--- + +## A-6: object-fit: cover → contain ✅ 완료 + +### 현재 상태 +- `image-row-2col.html:30` — `object-fit: cover;` +- `image-grid-2x2.html:31` — `object-fit: cover;` +- cover는 이미지를 crop → CLAUDE.md "이미지를 crop하지 않는다" 위반 + +### 작업 +두 파일에서 `cover` → `contain` 변경 (CSS 1줄씩) + +### 충돌/회귀 +- 충돌: 없음. CSS 속성값만 변경 +- 회귀: 없음. CLAUDE.md 원칙 복구 +- 부작용: contain은 이미지 주변에 빈 공간(letterbox) 가능 → `background: var(--color-bg-subtle)` 추가로 자연스럽게 처리 + +### 수정 파일 +- `templates/blocks/media/image-row-2col.html` +- `templates/blocks/media/image-grid-2x2.html` + +### 구현 결과 +- `image-row-2col.html:29~31` — `object-fit: contain; height: 100%; background: var(--color-bg-subtle, #f8fafc);` + - cover → contain, 높이 하드코딩(354px) → 100%(부모 기준), letterbox 배경색 추가 +- `image-grid-2x2.html:29~31` — 동일 패턴 적용 (200px 하드코딩도 함께 제거) + +--- + +## A-7: table-layout: fixed ✅ 완료 + +### 현재 상태 +- `compare-3col-badge.html`에 table-layout 미지정 +- 열 너비가 내용 길이에 따라 불안정하게 변동 + +### 작업 +```css +.ct-table { + table-layout: fixed; + width: 100%; /* fixed는 width 필수 */ +} +``` + +### 충돌/회귀 +- 충돌: 없음. 기존 테이블 스타일에 속성 추가만 +- 회귀: 없음. fixed는 열 너비를 균등하게 고정 — 더 안정적 + +### 수정 파일 +- `templates/blocks/tables/compare-3col-badge.html` + +### 구현 결과 +- `.block-table-figma table`에 `table-layout: fixed;` 추가 (기존 `width: 100%`는 이미 있었음) + +--- + +## A-8: container query 폰트 스케일링 ✅ 완료 + +### 현재 상태 +- 표 셀 폰트 크기 고정 → 좁은 공간(sidebar 35%)에서 텍스트 잘림/넘침 +- @container 규칙 없음 + +### 작업 +```css +.block-compare-table { + container-type: inline-size; +} + +@container (max-width: 40rem) { + .ct-cell, .ct-header { + font-size: var(--font-caption); /* 0.8rem */ + } +} +@container (max-width: 25rem) { + .ct-cell, .ct-header { + font-size: var(--font-small); /* 0.7rem */ + } +} +``` + +### 하드코딩 점검 +- `40rem`, `25rem`은 font-size 기반 상대값 (px 고정이 아님) +- `var(--font-caption)`, `var(--font-small)`은 디자인 토큰 → 하드코딩 아님 + +### 충돌/회귀 +- 충돌: 없음. 신규 CSS 규칙 추가 +- 회귀: 없음. @container 미지원 브라우저에서는 무시 → 기존과 동일 +- 의존성: A-7 (table-layout: fixed) 먼저 적용해야 열 너비가 안정적 + +### 수정 파일 +- `templates/blocks/tables/compare-3col-badge.html` + +### 구현 결과 +- `.block-table-figma`에 `container-type: inline-size;` 추가 +- `@container (max-width: 40rem)` — 테이블/헤더/셀 폰트 축소 + 패딩 축소 +- `@container (max-width: 25rem)` — 추가 축소 + badge 패딩 축소 +- **추가:** `tr:hover` 제거 (Phase C-2 선행 처리 — CLAUDE.md "호버 효과 금지") + +--- + +## A-1: 4단계 Sonnet 디자인 조정 ✅ 완료 + +### 현재 상태 +- pipeline.py:73에서 `render_slide(layout_concept)` 직접 호출 +- 텍스트 양에 맞는 디자인 조정 과정이 없음 → 텍스트 넘침/빈공간 원인 +- CLAUDE.md: "디자인 실무자 (Sonnet + Jinja2 + CSS) — 텍스트에 맞게 폰트/여백/박스 조정" + +### API 선택 +- **Sonnet** (CLAUDE.md "4단계: Anthropic API (Sonnet)") +- 디자인 실무자는 Kei가 아님 — Sonnet이 맞음 + +### 핵심 아이디어: CSS 변수 cascade +블록 템플릿 20개가 이미 CSS 변수(`var(--font-body)`, `var(--spacing-inner)` 등)를 187회 사용 중. +area div에서 CSS 변수를 override하면 **템플릿 수정 없이** 모든 블록이 자동 조정됨. + +```html + +
+ {{ block.html }} +
+``` + +### 파이프라인 흐름 변경 + +``` +기존: + 3단계 fill_content → 4단계 render_slide → 5단계 review + +변경: + 3단계 fill_content → [신규] _adjust_design → 4단계 render_slide → 5단계 review +``` + +### 신규 함수: _adjust_design() + +**위치:** pipeline.py + +**입력:** layout_concept (data 채워진 상태) + +**처리:** +1. 코드가 각 area별 블록 수, 텍스트 총량(글자 수), zone budget_px를 계산 +2. Sonnet에게 전달: area별 정보 + 사용 가능한 CSS 변수 목록 +3. Sonnet이 area별 CSS 변수 override를 결정하여 JSON 반환 +4. layout_concept에 area_styles 저장 + +**Sonnet 프롬프트 구성:** +``` +당신은 디자인 실무자이다. 편집자가 정리한 텍스트가 각 영역에 잘 들어가도록 CSS를 조정한다. + +## 원칙 +- 텍스트를 자르지 않는다. 디자인이 텍스트에 맞춘다. +- 빈 공간을 방치하지 않는다. +- 조정 가능한 CSS 변수: --font-body, --font-subtitle, --font-caption, --spacing-inner, --spacing-block, --spacing-small + +## 각 영역 현황 +- body (예산 490px, 너비 65%): 3개 블록, 총 820자 + - quote-question: 120자 + - topic-header: 200자 + - comparison-table: 500자 +- sidebar (예산 490px, 너비 35%): 2개 블록, 총 400자 + - card-image: 250자 + - card-image: 150자 +- footer (예산 60px): 1개 블록, 80자 + +## 출력 (JSON만) +{"area_styles": {"body": "--font-body: 0.85rem; --spacing-inner: 10px;", "sidebar": "", "footer": ""}} +``` + +**Sonnet 출력 파싱:** +- `area_styles` dict 추출 +- 각 area별 CSS 문자열 → layout_concept 페이지에 저장 + +**실패 시:** area_styles가 빈 dict → style="" → 기존과 동일하게 렌더링 (안전) + +### renderer.py 변경 + +**render_multi_page() 192~197행:** + +기존: +```python +pages_rendered.append({ + "grid_areas": page.get("grid_areas", "'main'"), + ... + "blocks": blocks_grouped, + "page_number": page_idx + 1, +}) +``` + +변경: +```python +# area_styles를 각 grouped block에 주입 +area_styles = page.get("area_styles", {}) +for grouped_block in blocks_grouped: + grouped_block["style_override"] = area_styles.get(grouped_block["area"], "") + +pages_rendered.append({ + "grid_areas": page.get("grid_areas", "'main'"), + ... + "blocks": blocks_grouped, + "page_number": page_idx + 1, +}) +``` + +### slide-base.html 변경 + +**45행:** + +기존: +```html +
+``` + +변경: +```html +
+``` + +### 하드코딩 점검 +- CSS 조정값: Sonnet이 결정 → AI 판단 ✅ +- CSS 변수 목록: 프롬프트에 "조정 가능한 변수" 안내 → 가이드일 뿐 강제 아님 ✅ +- area별 글자 수: 코드가 계산 → 객관적 수치 ✅ +- 하드코딩 없음 ✅ + +### 충돌/회귀 +- pipeline.py: render_slide() 전에 삽입. 기존 흐름 안 건드림 ✅ +- renderer.py: blocks_grouped에 style_override 키 추가. 기존 키 영향 없음 ✅ +- slide-base.html: style 속성 추가. area_styles 없으면 빈 문자열 → 기존 동일 ✅ +- 템플릿 수정: 불필요 (CSS 변수 cascade로 자동 적용) ✅ +- 회귀: 없음. 실패 시 기존과 동일 동작 ✅ + +### 수정 파일 +- `src/pipeline.py` — _adjust_design() 신규 함수 + generate_slide()에 호출 추가 +- `src/renderer.py` — render_multi_page()에서 area_styles 주입 +- `templates/slide-base.html` — area div에 style_override 적용 + +### 구현 결과 +- **pipeline.py** `_adjust_design()` 신규 함수 (약 80행): + - 각 area별 block_count, total_chars, budget_px, width_pct, block_types 자동 집계 (코드) + - Sonnet(디자인 실무자)에게 area별 현황 전달 → CSS 변수 override를 JSON으로 반환받음 + - 출력: `page["area_styles"] = {"body": "--font-body: 0.85rem; ...", "sidebar": "", ...}` + - 실패 시: `area_styles = {}` → style="" → 기존과 동일 렌더링 (안전) +- **pipeline.py** `generate_slide()` 72행: `_adjust_design()` 호출 삽입 (render_slide 직전) +- **renderer.py** `render_multi_page()` 192~196행: area_styles를 grouped block의 `style_override`에 주입 +- **slide-base.html** 45행: `
` +- **CSS 변수 cascade 방식:** 블록 템플릿 수정 불필요 — 이미 `var(--font-body)` 등 187회 사용 중이므로 area div에서 override하면 자동 적용 + +--- + +## A-2: 5단계 HTML을 프롬프트에 전달 ✅ 완료 + +### 현재 상태 +- pipeline.py:103 `_review_balance(html, ...)` — html 파라미터 있지만 141~146행 프롬프트에서 미사용 +- 블록별 데이터 길이만 전달 → 시각적 균형 판단 불가 + +### 작업 +`_review_balance()` 프롬프트에 html 전문 포함 + +```python +user_prompt = ( + f"## 1차 조립 HTML\n{html}\n\n" + f"## 블록별 데이터 양\n" + "\n".join(block_summary) + ... +) +``` + +### 하드코딩 점검 +- html 전문 전달 (임의 잘라내기 없음) ✅ +- Sonnet 200K context → 전문 전달 가능 ✅ + +### 충돌/회귀 +- 프롬프트 텍스트만 변경. 파싱/함수 시그니처 동일 ✅ +- 회귀: 없음 ✅ + +### 수정 파일 +- `src/pipeline.py` — `_review_balance()` 프롬프트 부분 + +### 구현 결과 +- `_review_balance()` user_prompt에 `f"## 1차 조립 HTML\n{html}\n\n"` 추가 — html 전문 전달 +- 시스템 프롬프트에 "5. HTML 구조: 블록이 영역 안에 잘 배치되었는지" 점검 항목 추가 +- 출력 형식에 `target_ratio` 필드 추가 (A-3과 연동) + +--- + +## A-3: 5단계 shrink action + 기존 expand 하드코딩 수정 ✅ 완료 + +### 현재 상태 +- shrink: 조건에 없어서 무시됨 +- expand: `char_guide * 1.5` 하드코딩 (pipeline.py:186) +- CLAUDE.md: "모든 판단은 사고로. 하드코딩 없음" + +### 작업 + +**1) 5단계 프롬프트 출력 형식 변경** + +기존: +```json +{"adjustments": [{"block_area": "...", "action": "expand|shrink|rewrite", "detail": "..."}]} +``` + +변경: +```json +{"adjustments": [{"block_area": "...", "action": "expand|shrink|rewrite", "target_ratio": 1.4, "detail": "..."}]} +``` + +→ Sonnet(디자인 팀장)이 **얼마나** 조정할지를 `target_ratio`로 결정 + +**2) _apply_adjustments() 코드 변경** + +```python +for adj in adjustments: + area = adj.get("block_area", "") + action = adj.get("action", "") + ratio = adj.get("target_ratio") + detail = adj.get("detail", "") + + for page in layout_concept.get("pages", []): + for block in page.get("blocks", []): + if block.get("area") == area: + if action == "expand" and ratio: + for key in block.get("char_guide", {}): + block["char_guide"][key] = int(block["char_guide"][key] * ratio) + elif action == "shrink" and ratio: + for key in block.get("char_guide", {}): + block["char_guide"][key] = int(block["char_guide"][key] * ratio) + logger.info(f"조정: {area} → {action} ×{ratio} ({detail})") +``` + +→ ratio가 없으면(Sonnet 누락) 조정 안 함 (무동작이 안전) +→ expand/shrink 모두 Sonnet이 결정한 ratio 사용 + +### 하드코딩 점검 +- ratio: Sonnet이 결정 ✅ (기존 `1.5` 하드코딩 제거) +- ratio 없을 때 기본값: 적용 안 함 (하드코딩 기본값 없음) ✅ + +### 충돌/회귀 +- 기존 expand `* 1.5` 제거 → **기존 하드코딩을 수정하는 것이므로 회귀 아님, 개선임** +- 5단계 프롬프트 출력 형식 변경 → `_parse_json()` 파싱에 영향 없음 (JSON 구조) +- Sonnet이 target_ratio를 안 넣으면 → 조정 안 함 → 기존보다 보수적 (안전) + +### 수정 파일 +- `src/pipeline.py` — `_review_balance()` 프롬프트 + `_apply_adjustments()` 코드 + +### 구현 결과 +- `_apply_adjustments()` 전면 재작성: + - `ratio = adj.get("target_ratio")` — Sonnet이 결정한 비율 추출 + - `action == "expand" and ratio` → `char_guide[key] * ratio` + - `action == "shrink" and ratio` → `char_guide[key] * ratio` + - ratio 없으면(Sonnet 누락) 조정 안 함 → 안전 + - 기존 `* 1.5` 하드코딩 완전 제거 +- `_review_balance()` 프롬프트에 action별 target_ratio 설명 추가 + +--- + +## A-4: 5단계 rewrite action ✅ 완료 + +### 현재 상태 +- rewrite가 expand와 같은 조건(`action in ("expand", "rewrite")`)에 들어가지만 +- `if action == "expand"` 안에만 실제 로직 → rewrite는 로그만 찍고 끝 (no-op) + +### 작업 + +A-3에서 변경한 코드에 rewrite 분기 추가: + +```python +elif action == "rewrite": + if "data" in block: + del block["data"] + block["reason"] = f"재작성: {detail}" + logger.info(f"조정: {area} → rewrite ({detail})") +``` + +- data 삭제 → fill_content() 재호출(192행) 시 재매칭 + +### 하드코딩 점검 +- 없음 ✅ + +### 충돌/회귀 +- 기존 no-op → 실제 동작으로 변경 (개선, 회귀 아님) +- fill_content 재호출 시 topic_id 매칭으로 다른 블록도 재편집될 수 있음 → 기존 expand도 동일 동작 +- 회귀: 없음 ✅ + +### 수정 파일 +- `src/pipeline.py` — `_apply_adjustments()` (A-3과 같은 함수) + +### 구현 결과 +- `_apply_adjustments()`에 `elif action == "rewrite"` 분기 추가 +- data 삭제 (`del block["data"]`) → fill_content 재호출 시 topic_id로 재매칭 +- `block["reason"]` 업데이트 → 편집자에게 재작성 방향 전달 + +--- + +## A-5: overflow 정책 재검토 ✅ 완료 + +### 현재 상태 +- base.css:16 `.slide { overflow: hidden }` — 프레임 경계 +- base.css:74 `.slide > div { overflow: hidden }` — BF-8에서 추가한 area별 안전망 + +### 작업 + +```css +/* base.css:74 변경 */ +.slide > div { + overflow: visible; /* hidden → visible: A-1이 사전 조정하므로 잘림 방지 불필요 */ + min-height: 0; + min-width: 0; +} +``` + +`.slide { overflow: hidden }`(16행)은 **유지** — 프레임 바깥은 잘려야 함 + +### 하드코딩 점검 +- 없음 ✅ + +### 충돌/회귀 +- BF-8에서 추가한 `.slide > div { overflow: hidden }` 제거 → BF-8과 방향 다름 +- **그러나 BF-8의 overflow: hidden은 "텍스트를 자르지 않는다" 원칙과 충돌하는 임시 조치였음** +- A-1(Sonnet 디자인 조정)이 넘침을 사전 방지 → 안전망 불필요 +- **반드시 A-1 완료 후 적용** + +### 수정 파일 +- `static/base.css` + +### 구현 결과 +- base.css `.slide > div` — `overflow: hidden` → `overflow: visible` +- 주석 추가: "A-1(Sonnet 디자인 조정)이 텍스트 양에 맞게 CSS를 사전 조정하므로, area 레벨에서는 overflow: visible로 텍스트 잘림을 방지한다." +- `.slide { overflow: hidden }`(16행)은 유지 — 프레임 경계 보호 + +--- + +## 수정 파일 총괄 + +| 파일 | 항목 | 변경 성격 | +|------|------|----------| +| `templates/blocks/media/image-row-2col.html` | A-6 | CSS 1줄 변경 | +| `templates/blocks/media/image-grid-2x2.html` | A-6 | CSS 1줄 변경 | +| `templates/blocks/tables/compare-3col-badge.html` | A-7, A-8 | CSS 추가 | +| `src/pipeline.py` | A-1, A-2, A-3, A-4 | 신규 함수 + 기존 함수 수정 | +| `src/renderer.py` | A-1 | area_styles 주입 (3줄) | +| `templates/slide-base.html` | A-1 | style 속성 추가 (1줄) | +| `static/base.css` | A-5 | overflow 변경 (1줄) | + +--- + +## 검증 체크리스트 + +- [ ] A-6: image-row, image-grid에서 이미지가 crop 안 됨 +- [ ] A-7: 테이블 열 너비가 내용과 무관하게 균등 +- [ ] A-8: sidebar(35%)에 표가 들어가면 폰트 자동 축소 +- [ ] A-1: Sonnet이 area별 CSS 변수 override 출력 → 렌더링에 반영 +- [ ] A-1: _adjust_design 실패 시 기존과 동일하게 렌더링 (안전) +- [ ] A-2: 5단계 Sonnet이 HTML 구조를 보고 균형 판단 +- [ ] A-3: shrink 시 Sonnet이 결정한 ratio로 char_guide 축소 +- [ ] A-3: 기존 expand 1.5 하드코딩 제거됨 +- [ ] A-4: rewrite 시 해당 블록 data 삭제 후 재편집 +- [ ] A-5: area div에서 텍스트 잘림 없음 + +--- + +## 수정 이력 + +| 날짜 | 내용 | +|------|------| +| 2026-03-25 | 초안. 하드코딩 제거 반영 (A-2 html 전문, A-3 target_ratio, A-8 상대값). | +| 2026-03-25 | Phase A 전체 구현 완료. 검증 통과. | + +## 구현 완료 확인 + +| 항목 | 검증 결과 | +|------|----------| +| A-1 | `_adjust_design()` 함수 존재, pipeline에서 호출, renderer에서 area_styles 주입, slide-base에서 style_override 적용 | +| A-2 | `_review_balance()` 프롬프트에 html 전문 포함, target_ratio 출력 형식 추가 | +| A-3 | shrink action 구현 + expand 하드코딩(×1.5) 제거 → Sonnet target_ratio 기반 | +| A-4 | rewrite action 구현 — data 삭제 + reason 업데이트 + fill_content 재호출 | +| A-5 | `.slide > div { overflow: visible }` — 프레임(.slide)은 hidden 유지 | +| A-6 | image-row, image-grid: cover → contain + 높이 하드코딩 제거 | +| A-7 | table-layout: fixed + width: 100% | +| A-8 | container-type: inline-size + @container (40rem, 25rem) | +| 추가 | compare-3col-badge tr:hover 제거 (Phase C-2 선행 처리) | diff --git a/IMPROVEMENT-PHASE-B.md b/IMPROVEMENT-PHASE-B.md new file mode 100644 index 0000000..ec7d685 --- /dev/null +++ b/IMPROVEMENT-PHASE-B.md @@ -0,0 +1,368 @@ +# Phase B: 누락 기능 구현 — 실행 상세 + +> 누락된 기능 구현. 실작업 5개 (B-6, B-7은 해결됨). +> 원칙: 하드코딩 금지. 모든 판단은 AI 사고. 회귀 금지. + +--- + +## 실행 순서 + +``` +[독립] B-1 (details 템플릿), B-4+B-5 (이미지/표 판단), B-8 (fallback 교체) + → B-2 (인쇄 JS, B-1 후) + → B-3 (catalog 등록, B-1 후) +``` + +--- + +## B-1: details-block 템플릿 제작 ✅ 완료 + +### 현재 상태 +- BLOCK_SLOTS에 정의 있음 (design_director.py:47~49): `required: ["summary_text", "detail_content"], optional: ["label"]` +- _apply_defaults에 기본값 있음 (content_editor.py:248): `{"summary_text": "(상세 내용)", "detail_content": ""}` +- **HTML 템플릿 파일이 templates/blocks/ 어디에도 없음** → 렌더링 불가 + +### API 선택 +- AI 호출 없음. HTML/CSS 템플릿만. + +### 작업 +`templates/blocks/emphasis/details-block.html` 신규 제작 + +**구조:** +```html +
+ + {% if label %}{{ label }}{% endif %} + {{ summary_text }} + +
{{ detail_content }}
+
+``` + +### 하드코딩 점검 — CSS 규칙 +- 색상: `var(--color-*)` 만 사용. `#직접값` 금지 +- 폰트: `var(--font-*)` 사용 +- 여백: `var(--spacing-*)` 사용 +- 테두리: `var(--border-width)`, `var(--accent-border)`, `var(--radius)` 사용 +- **기존 emphasis 블록의 직접값(#1e3a5f 등)을 따라하지 않는다** + +### 충돌/회귀 +- 충돌: 없음. 신규 파일 추가만 +- 회귀: 없음. BLOCK_SLOTS/_apply_defaults와 정합 +- 단발성: 아님. `
/`는 HTML 표준 — 브라우저 내장, 의존성 없음 + +### 수정 파일 +- 신규: `templates/blocks/emphasis/details-block.html` + +### 구현 결과 +- `templates/blocks/emphasis/details-block.html` 신규 제작 완료 +- HTML 구조: `
` → `` (label + summary_text) → `
` (detail_content) +- CSS: **`#직접값` 0개** — 전부 디자인 토큰으로 구현 + - 배경: `var(--color-bg-subtle)`, 테두리: `var(--color-border)`, 액센트: `var(--color-accent)` + - 폰트: `var(--font-body)`, `var(--font-caption)`, 여백: `var(--spacing-inner)`, `var(--spacing-block)` +- summary 마커: 기본 브라우저 마커 숨기고(`list-style: none`, `::-webkit-details-marker { display: none }`) 커스텀 ▶/▼ 표시 +- 좌측 파란 액센트 라인: `border-left: var(--accent-border) solid var(--color-accent)` — quote-left-border와 톤 통일 + +--- + +## B-2: 인쇄 시 details 자동 펼침 JS ✅ 완료 + +### 현재 상태 +- slide-base.html의 `@media print`에 page-break만 있음 +- details 자동 펼침 JS 없음 +- CLAUDE.md: "인쇄 시 JavaScript 6줄로 자동 펼침" + +### 작업 +slide-base.html `` 직전에 삽입: + +```html + +``` + +### 하드코딩 점검 +- 없음. DOM API만 사용. 고정값 없음. + +### 충돌/회귀 +- 충돌: 없음. `{% endfor %}` 이후, Jinja2 루프 밖에 삽입 +- 회귀: 없음. 기존 HTML에 `
` 없으면 querySelectorAll이 빈 NodeList → 무동작 +- 다운로드 HTML: renderer.py의 CSS 인라인 삽입은 `` → ` + + +
+ + +
+ +
+ + 설계단계 + +
+
설계단계
+
Design Stage
+
+
    + +
  • 고도화된 BIM 구현
  • + +
  • 최첨단 디지털트윈
  • + +
  • 시뮬레이션 분석 & 성능평가
  • + +
  • 지속가능한 인프라개발
  • + +
+ +
+
+ +
+ + 시공 단계 + +
+
시공 단계
+
Construction Stage
+
+
    + +
  • 향상된 건설 계획과 공정 순서 관리
  • + +
  • Big Room 등 환경을 통한 협업 및 조정
  • + +
  • 정확한 수량산출서와 비용 산정
  • + +
+ +
+
+ +
+ + 유지관리 단계 + +
+
유지관리 단계
+
Maintenance Stage
+
+
    + +
  • 자산 정보 및 데이터 관리
  • + +
  • 예측 기반 유지보수 및 생애주기 분석
  • + +
  • 효율적인 시설 운영 및 지속가능한 관리
  • + +
+ +
+
+ +
+ + +
+ + \ No newline at end of file diff --git a/docs/block-tests/cards_card-compare-3col.html b/docs/block-tests/cards_card-compare-3col.html new file mode 100644 index 0000000..b41990f --- /dev/null +++ b/docs/block-tests/cards_card-compare-3col.html @@ -0,0 +1,162 @@ + +cards/card-compare-3col +
+ +
+ +
+
+
상용 S/W
+
Commercial
+
+ + +
    + +
  • Autodesk, Bentley 등
  • + +
  • 범용 기능 제공
  • + +
  • 라이선스 비용 높음
  • + +
+ +
+ +
+
+
3rd Party 범용
+
General Purpose
+
+ + +
    + +
  • Rhino, Sketchup 등
  • + +
  • 특정 분야 특화
  • + +
  • 상대적 저비용
  • + +
+ +
+ +
+
+
전문·전용 S/W
+
Specialized
+
+ + +
    + +
  • 자체 개발 솔루션
  • + +
  • 업무 프로세스 최적화
  • + +
  • 지속적 업그레이드 가능
  • + +
+ +
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-dark-overlay.html b/docs/block-tests/cards_card-dark-overlay.html new file mode 100644 index 0000000..8d3f80d --- /dev/null +++ b/docs/block-tests/cards_card-dark-overlay.html @@ -0,0 +1,174 @@ + + + + +cards/card-dark-overlay + + +
+ +
+ +
+ + + +
+
협업지원
+
팀원간 협업 원활히하여 +프로젝트 관리 개선
+
+
+ +
+ + + +
+
오류감소
+
설계 오류 최소화 +품질 향상
+
+
+ +
+ + + +
+
생산성 향상
+
반복적 작업의 자동화 +시간과 노력 절약
+
+
+ +
+ + + +
+
비용절감
+
설계 변경 최소화 +공사비 절감
+
+
+ +
+ + + +
+
데이터 관리
+
체계적 정보 관리 +생애주기 활용
+
+
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/cards_card-icon-desc.html b/docs/block-tests/cards_card-icon-desc.html new file mode 100644 index 0000000..394247b --- /dev/null +++ b/docs/block-tests/cards_card-icon-desc.html @@ -0,0 +1,114 @@ + + +cards/card-icon-desc + +
+ +
+ +
+
🔧
+
기술 기반
+
건설 분야별 +전문지식과 경험
+
+ +
+
💻
+
S/W 역량
+
디지털 도구와 +Process 통합
+
+ +
+
🌏
+
여건 조성
+
사회·기업·제도 +수용 환경 구축
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-image-3col.html b/docs/block-tests/cards_card-image-3col.html new file mode 100644 index 0000000..02589b9 --- /dev/null +++ b/docs/block-tests/cards_card-image-3col.html @@ -0,0 +1,199 @@ + + + + +cards/card-image-3col + + +
+ +
+ +
+ + 설계단계 + +
+
설계단계
+
Design Stage
+
+
    + +
  • 고도화된 BIM 구현
  • + +
  • 최첨단 디지털트윈
  • + +
  • 시뮬레이션 분석 & 성능평가
  • + +
  • 지속가능한 인프라개발
  • + +
+ +
+
+ +
+ + 시공 단계 + +
+
시공 단계
+
Construction Stage
+
+
    + +
  • 향상된 건설 계획과 공정 순서 관리
  • + +
  • Big Room 등 환경을 통한 협업 및 조정
  • + +
  • 정확한 수량산출서와 비용 산정
  • + +
+ +
+
+ +
+ + 유지관리 단계 + +
+
유지관리 단계
+
Maintenance Stage
+
+
    + +
  • 자산 정보 및 데이터 관리
  • + +
  • 예측 기반 유지보수 및 생애주기 분석
  • + +
  • 효율적인 시설 운영 및 지속가능한 관리
  • + +
+ +
+
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/cards_card-image-round.html b/docs/block-tests/cards_card-image-round.html new file mode 100644 index 0000000..d14c29f --- /dev/null +++ b/docs/block-tests/cards_card-image-round.html @@ -0,0 +1,133 @@ + +cards/card-image-round +
+ +
+ +
+ +
+ 설계 혁신 +
+ +
설계 혁신
+
3D 모델 기반 +통합 설계
+
+ +
+ +
+ 시공 효율 +
+ +
시공 효율
+
디지털 관리 +품질 향상
+
+ +
+ +
+ 유지관리 +
+ +
유지관리
+
생애주기 +자산 관리
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-numbered.html b/docs/block-tests/cards_card-numbered.html new file mode 100644 index 0000000..1bd827b --- /dev/null +++ b/docs/block-tests/cards_card-numbered.html @@ -0,0 +1,136 @@ + +cards/card-numbered +
+ +
+ +
+
1
+
+
요구사항 분석
+
디지털 전환 목표 수립 +사용자 요구사항 수집
+
+
+ +
+
2
+
+
S/W 개발
+
건설산업 디지털화를 위한 +솔루션 개발 및 업그레이드
+
+
+ +
+
3
+
+
System 통합
+
기존 시스템 호환성 분석 +API 데이터 통합
+
+
+ +
+
4
+
+
교육/피드백
+
사용자 교육 프로그램 +지속적 모니터링 & 개선
+
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-stat-number.html b/docs/block-tests/cards_card-stat-number.html new file mode 100644 index 0000000..0c1a536 --- /dev/null +++ b/docs/block-tests/cards_card-stat-number.html @@ -0,0 +1,129 @@ + +cards/card-stat-number +
+ +
+ +
+
+ 30% +
+
공기/공사비 절감
+ +
+ +
+
+ 40% +
+
안전사고 감소
+ +
+ +
+
+ 220명+ +
+
IT+CIVIL ENG 인력
+ +
+ +
+
+ 80개+ +
+
전용 S/W 개발
+ +
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-step-vertical.html b/docs/block-tests/cards_card-step-vertical.html new file mode 100644 index 0000000..bb6b1c0 --- /dev/null +++ b/docs/block-tests/cards_card-step-vertical.html @@ -0,0 +1,170 @@ + +cards/card-step-vertical +
+ +
+ +
+
+
설계단계
+
+
+
BIM 기반 3D 설계
+ +
• 고도화된 BIM 구현 +• 시뮬레이션 분석 & 성능평가
+
+
+ +
+
+
+ + +
+
+
시공단계
+
+
+
현장 디지털 관리
+ +
• 공정 순서 관리 +• Big Room 협업 환경
+
+
+ +
+
+
+ + +
+
+
운영단계
+
+
+
디지털 트윈 운영
+ +
• 실시간 모니터링 +• 예측 기반 유지보수
+
+
+ + +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-tag-image.html b/docs/block-tests/cards_card-tag-image.html new file mode 100644 index 0000000..0d6ef15 --- /dev/null +++ b/docs/block-tests/cards_card-tag-image.html @@ -0,0 +1,132 @@ + + +cards/card-tag-image + +
+ +
+ +
+
제조
+ +
제조업 현장
+
반복적 공정 +표준화된 부품 +자동화 라인
+
+ +
+
건축
+ +
건축 현장
+
수직적 작업공간 +Library 기반 설계 +반복 요소 활용
+
+ +
+
인프라/토목
+ +
인프라 현장
+
수평적 작업공간 +비반복적 공정 +GIS 기반 위치정보 필수
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/cards_card-text-grid.html b/docs/block-tests/cards_card-text-grid.html new file mode 100644 index 0000000..2e07ce2 --- /dev/null +++ b/docs/block-tests/cards_card-text-grid.html @@ -0,0 +1,137 @@ + + + + +cards/card-text-grid + + +
+
+ +
+ +
건설산업
+ 종합산업 +
다양한 시설물을 광범위한 기술을 통합·융합하여 만들어내는 종합산업
+ +
+ +
+ +
BIM
+ 핵심 인프라 기술 +
시설물 생애주기 정보를 3D 모델 기반으로 통합·관리하는 도구
+
국토교통부, 2020
+
+ +
+ +
DX
+ 패러다임 변화 +
디지털 기술 기반으로 업무방식과 가치 창출 구조를 전환하는 과정
+
IBM, 2011
+
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/circle-label.html b/docs/block-tests/circle-label.html new file mode 100644 index 0000000..762b99d --- /dev/null +++ b/docs/block-tests/circle-label.html @@ -0,0 +1,133 @@ + + + + +블록 테스트: circle-label + + + +
+ + +
+
+
+
단계별 +BIM의 활용
+ +
+
+
+ + +
+ + \ No newline at end of file diff --git a/docs/block-tests/compare-box.html b/docs/block-tests/compare-box.html new file mode 100644 index 0000000..7f3e8d5 --- /dev/null +++ b/docs/block-tests/compare-box.html @@ -0,0 +1,124 @@ + + + + +compare-box + + +
+ +
+
+
+
디지털 기술을 활용한 +협업 프로세스
+ +
+
+
VS
+
+
+
시설물의 전 생애주기 동안 +정보의 생성 및 관리
+ +
+
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/comparison-table.html b/docs/block-tests/comparison-table.html new file mode 100644 index 0000000..c815298 --- /dev/null +++ b/docs/block-tests/comparison-table.html @@ -0,0 +1,278 @@ + + + + +comparison-table + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ BIM + + VS + + D/X +
• Only 3DBIM · D/X• BIM ≪ D/X (ENG. + Management 포함)
• 모델 제작용 상용 S/W +(Civil 3D, Revit, Navisworks, Autocad)S/W• 제작 및 운영(상용 + 전용 40~80개) +[Rhino, Sketchup, Blender...] + [EG-BIM 등]
• 기존 2D 설계방식 유지프로세스• 근본적 문제의식을 통한 개선
• 3D 모델 중심 +• 기존 성과품 유지성과물• 공학 정보 및 콘텐츠 연계에 집중 +• 도면, 수량, 시공계획 등 일식
• 3D 모델에 의한 일반적 이해 향상활용• 설계/시공의 혁신(개념의 재정립)
• (설계/시공/운영) 분야별 단절확장성• 전 생애주기 활용 시스템
• 단순화(오류) - 수동적/집단적 동질화수행개념• 구체화(복잡) - 적극/구체적 실현 방안
• 소극적, 상용 기술에 의존CIVIL + IT• 적극적, 주체적인 기술 접목/융합
• S/W 제작사 판매 정책에 의존주체• 자체 수행능력 - 지속가능성 확보
• 평준화, 국내 중심발주처• 차별화 및 경쟁력 확보, 해외 진출
• 소규모 BIM팀 운영 + 단순교육에 집중설계사• IT + CIVIL ENG 220명 운영 + 기술 개발
• 국내 토목 소극적/ 해외 토목증가시공사• 분야 확장 모델 및 시스템
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/conclusion-bar.html b/docs/block-tests/conclusion-bar.html new file mode 100644 index 0000000..868fe5d --- /dev/null +++ b/docs/block-tests/conclusion-bar.html @@ -0,0 +1,93 @@ + + + + +conclusion-bar + + +
+ +
+
핵심 요약
+
BIM은 건설산업의 디지털전환(DX)을 수행하는 과정에서 가장 기초가 되는 일부분이다
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/emphasis_banner-gradient.html b/docs/block-tests/emphasis_banner-gradient.html new file mode 100644 index 0000000..562b32e --- /dev/null +++ b/docs/block-tests/emphasis_banner-gradient.html @@ -0,0 +1,88 @@ + + + + +emphasis/banner-gradient + + +
+ +
+
Engineering Software는 건설산업 DX를 실현하기 위한 핵심 도구입니다
+
단순 도구가 아닌, 엔지니어의 전문지식과 프로세스를 디지털화하는 기반 기술
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/emphasis_callout-solution.html b/docs/block-tests/emphasis_callout-solution.html new file mode 100644 index 0000000..d9c8ec6 --- /dev/null +++ b/docs/block-tests/emphasis_callout-solution.html @@ -0,0 +1,104 @@ + +emphasis/callout-solution +
+ +
+
💡
+
+
Solution 제시 포인트
+
지금의 방식 속에서도 앞으로도 지속적으로 가능할까? +건설산업의 디지털 전환을 위해 근본적인 변화가 필요한 시점입니다.
+
건설산업 DX 전략 보고서
+
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/emphasis_callout-warning.html b/docs/block-tests/emphasis_callout-warning.html new file mode 100644 index 0000000..bcb47d6 --- /dev/null +++ b/docs/block-tests/emphasis_callout-warning.html @@ -0,0 +1,95 @@ + +emphasis/callout-warning +
+ +
+
⚠️
+
+
현재 접근 방식의 한계
+
단순 BIM S/W 도입만으로는 DX를 달성할 수 없습니다. +기존 2D 설계방식 위에 3D를 덧씌우는 접근은 +비용 증가와 효율 저하를 초래합니다.
+
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/emphasis_comparison-2col.html b/docs/block-tests/emphasis_comparison-2col.html new file mode 100644 index 0000000..2d59197 --- /dev/null +++ b/docs/block-tests/emphasis_comparison-2col.html @@ -0,0 +1,111 @@ + + + + +emphasis/comparison-2col + + +
+
+
+
잘못된 인식
+ +
• BIM 기술 도입 = DX 완성 +• DX를 단순 기술 도입으로 한정 +• 개별 기술 중심의 접근
+
+
+
+
올바른 이해
+ +
• DX는 BIM을 포함한 상위 개념 +• 산업 패러다임의 근본적 변화 +• GIS-BIM-디지털트윈 기술 융합 필수
+
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/emphasis_conclusion-accent-bar.html b/docs/block-tests/emphasis_conclusion-accent-bar.html new file mode 100644 index 0000000..109070e --- /dev/null +++ b/docs/block-tests/emphasis_conclusion-accent-bar.html @@ -0,0 +1,94 @@ + + + + +emphasis/conclusion-accent-bar + + +
+ +
+
핵심 요약
+
BIM은 건설산업의 디지털전환(DX)을 수행하는 과정에서 가장 기초가 되는 일부분이다
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/emphasis_dark-bullet-list.html b/docs/block-tests/emphasis_dark-bullet-list.html new file mode 100644 index 0000000..7c1782b --- /dev/null +++ b/docs/block-tests/emphasis_dark-bullet-list.html @@ -0,0 +1,105 @@ + + +emphasis/dark-bullet-list + +
+ +
+
건설산업 DX의 핵심 과제
+
    + +
  • 기존 2D 설계방식의 근본적 한계 인식
  • + +
  • 3D 모델 기반의 정보 통합·관리 체계 구축
  • + +
  • 전 생애주기 데이터 연계 및 활용 시스템 도입
  • + +
  • 디지털 트윈 기반 시뮬레이션 및 의사결정 지원
  • + +
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/emphasis_divider-text.html b/docs/block-tests/emphasis_divider-text.html new file mode 100644 index 0000000..f6ff5ec --- /dev/null +++ b/docs/block-tests/emphasis_divider-text.html @@ -0,0 +1,80 @@ + +emphasis/divider-text +
+ +
+
+
핵심 요약
+
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/emphasis_highlight-strip.html b/docs/block-tests/emphasis_highlight-strip.html new file mode 100644 index 0000000..847df5b --- /dev/null +++ b/docs/block-tests/emphasis_highlight-strip.html @@ -0,0 +1,87 @@ + +emphasis/highlight-strip +
+ +
+ +
+ 상용 +
+ +
+ 3rd Party(범용) +
+ +
+ 전문·전용 S/W +
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/emphasis_quote-big-mark.html b/docs/block-tests/emphasis_quote-big-mark.html new file mode 100644 index 0000000..2e80ac1 --- /dev/null +++ b/docs/block-tests/emphasis_quote-big-mark.html @@ -0,0 +1,107 @@ + +emphasis/quote-big-mark +
+ +
+
+
+
건설산업의 디지털 전환 논의에서 DX와 BIM이 개념적으로 명확히 정립되지 않은 채 혼용되어 사용되고 있으며, 이로 인해 BIM 기술의 도입을 DX의 완성으로 오인하는 인식이 확산되고 있다
+
— 건설산업 DX 분석 보고서
+
+
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/emphasis_quote-left-border.html b/docs/block-tests/emphasis_quote-left-border.html new file mode 100644 index 0000000..f22a555 --- /dev/null +++ b/docs/block-tests/emphasis_quote-left-border.html @@ -0,0 +1,85 @@ + + + + +emphasis/quote-left-border + + +
+
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분이다
+
건설산업 BIM 기본지침, 국토교통부, 2020
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/emphasis_quote-question.html b/docs/block-tests/emphasis_quote-question.html new file mode 100644 index 0000000..e62a62d --- /dev/null +++ b/docs/block-tests/emphasis_quote-question.html @@ -0,0 +1,92 @@ + + + + +emphasis/quote-question + + +
+ +
+
지금의 상황 속에서도 앞으로도, +지속적으로 가능할까?
+
지금의 방식으로 복잡해지는 건설 환경에 대응할 수 있을지, 근본적인 변화가 필요한 시점입니다.
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/emphasis_tab-label-row.html b/docs/block-tests/emphasis_tab-label-row.html new file mode 100644 index 0000000..72c89c5 --- /dev/null +++ b/docs/block-tests/emphasis_tab-label-row.html @@ -0,0 +1,95 @@ + +emphasis/tab-label-row +
+ +
+ +
+ 제조 +
+ +
+ 건축 +
+ +
+ 인프라/토목 +
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/headers_section-header-bar.html b/docs/block-tests/headers_section-header-bar.html new file mode 100644 index 0000000..313b7d8 --- /dev/null +++ b/docs/block-tests/headers_section-header-bar.html @@ -0,0 +1,83 @@ + + +headers/section-header-bar + +
+ +
+
Eng. S/W의 구성
+
Engineering Software Components
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/headers_section-title-with-bg.html b/docs/block-tests/headers_section-title-with-bg.html new file mode 100644 index 0000000..276d52b --- /dev/null +++ b/docs/block-tests/headers_section-title-with-bg.html @@ -0,0 +1,123 @@ + + + + +headers/section-title-with-bg + + +
+ +
+ + + + +
건설산업에서의 디지털전환 › BIM
+ +
+
Building Information Modeling
+
건설정보모델링(BIM)
+
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/headers_topic-center.html b/docs/block-tests/headers_topic-center.html new file mode 100644 index 0000000..6e0afe5 --- /dev/null +++ b/docs/block-tests/headers_topic-center.html @@ -0,0 +1,91 @@ + +headers/topic-center +
+ +
+
디지털전환을 위한 +S/W 필요성
+
Software Requirements for DX
+
건설산업의 DX를 실현하기 위해서는 기존 상용 S/W의 한계를 넘어 +전문·전용 소프트웨어의 개발과 도입이 필수적입니다.
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/headers_topic-left-right.html b/docs/block-tests/headers_topic-left-right.html new file mode 100644 index 0000000..c3cbd19 --- /dev/null +++ b/docs/block-tests/headers_topic-left-right.html @@ -0,0 +1,95 @@ + + + + +headers/topic-left-right + + +
+ +
+
단순 BIM의 적용이 +D/X가 아닙니다
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/headers_topic-numbered.html b/docs/block-tests/headers_topic-numbered.html new file mode 100644 index 0000000..536b56d --- /dev/null +++ b/docs/block-tests/headers_topic-numbered.html @@ -0,0 +1,105 @@ + +headers/topic-numbered +
+ +
+
+
1
+
건설산업의 디지털전환(DX)
+
+
+
건설산업은 디지털 기술의 발전에 따라 빠르게 변화하고 있으며, 생산성 향상과 안전성 강화를 목표로 디지털전환이 가속화되고 있습니다.
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/image-row.html b/docs/block-tests/image-row.html new file mode 100644 index 0000000..a626d25 --- /dev/null +++ b/docs/block-tests/image-row.html @@ -0,0 +1,120 @@ + + + + +블록 테스트: image-row + + + +
+ + +
+ +
+ 현장1 + +
+ +
+ 현장2 + +
+ +
+ + +
+ + \ No newline at end of file diff --git a/docs/block-tests/media_image-before-after.html b/docs/block-tests/media_image-before-after.html new file mode 100644 index 0000000..b3c18de --- /dev/null +++ b/docs/block-tests/media_image-before-after.html @@ -0,0 +1,108 @@ + +media/image-before-after +
+ +
+
+
기존 방식
+ before +
+
+
+
DX 적용 후
+ after +
+
+
건설 현장의 디지털 전환 전후 비교
+ +
\ No newline at end of file diff --git a/docs/block-tests/media_image-full-caption.html b/docs/block-tests/media_image-full-caption.html new file mode 100644 index 0000000..da7dd90 --- /dev/null +++ b/docs/block-tests/media_image-full-caption.html @@ -0,0 +1,80 @@ + +media/image-full-caption +
+ +
+ 건설 현장 전경 +
[사진] 인프라 건설 현장 전경 — 디지털 전환의 현장 적용
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/media_image-grid-2x2.html b/docs/block-tests/media_image-grid-2x2.html new file mode 100644 index 0000000..c2a4f68 --- /dev/null +++ b/docs/block-tests/media_image-grid-2x2.html @@ -0,0 +1,111 @@ + + + + +media/image-grid-2x2 + + +
+ +
+ +
+ 현장1 +
항공측량 데이터
+
+ +
+ 현장2 +
시공 현장
+
+ +
+ 설계 +
3D 지형 모델
+
+ +
+ 시공 +
시공 BIM 모델
+
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/media_image-row-2col.html b/docs/block-tests/media_image-row-2col.html new file mode 100644 index 0000000..6e4df59 --- /dev/null +++ b/docs/block-tests/media_image-row-2col.html @@ -0,0 +1,100 @@ + + + + +media/image-row-2col + + +
+ +
+ +
+ 시공 현장 1 + +
+ +
+ 시공 현장 2 + +
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/media_image-side-text.html b/docs/block-tests/media_image-side-text.html new file mode 100644 index 0000000..81c8499 --- /dev/null +++ b/docs/block-tests/media_image-side-text.html @@ -0,0 +1,130 @@ + + + + +media/image-side-text + + +
+ +
+
+ 3D 지형 모델 +
+
+
고도화된 BIM 설계
+
최첨단 디지털트윈 기술을 활용하여 시뮬레이션 분석 및 성능평가를 수행합니다.
+ +
    + +
  • 3D 지형 모델 기반 설계
  • + +
  • 시뮬레이션 분석 & 성능평가
  • + +
  • 지속가능한 인프라 개발
  • + +
+ +
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/quote-block.html b/docs/block-tests/quote-block.html new file mode 100644 index 0000000..ff957b4 --- /dev/null +++ b/docs/block-tests/quote-block.html @@ -0,0 +1,105 @@ + + + + +블록 테스트: quote-block + + + +
+ +
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분이다
+
건설산업 BIM 기본지침, 국토교통부, 2020
+
+ + +
+ + \ No newline at end of file diff --git a/docs/block-tests/section-title.html b/docs/block-tests/section-title.html new file mode 100644 index 0000000..4b09758 --- /dev/null +++ b/docs/block-tests/section-title.html @@ -0,0 +1,143 @@ + + + + +블록 테스트: section-title + + + +
+ + +
+ + + + +
건설산업에서의 디지털전환 › BIM
+ +
+
Building Information Modeling
+
건설정보모델링(BIM)
+
+
+ + +
+ + \ No newline at end of file diff --git a/docs/block-tests/tables_compare-2col-split.html b/docs/block-tests/tables_compare-2col-split.html new file mode 100644 index 0000000..0b29762 --- /dev/null +++ b/docs/block-tests/tables_compare-2col-split.html @@ -0,0 +1,141 @@ + +tables/compare-2col-split +
+ +
+
+
GIS
+
구분
+
BIM
+
+ +
+
지리적 데이터를 +공간 분석하여 시각적 표현
+
개념
+
3D 모델 기반 +건설 정보 통합 관리
+
+ +
+
Surface Shape 분석 +지형/지질 해석
+
분석
+
Object Shape 분석 +구조/설비 해석
+
+ +
+
GIS, 지도, 배치도
+
도면
+
CAD, BIM 모델
+
+ +
+
GIS ↔ SPCC
+
발전
+
CAD → BIM
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/tables_compare-3col-badge.html b/docs/block-tests/tables_compare-3col-badge.html new file mode 100644 index 0000000..2b1d598 --- /dev/null +++ b/docs/block-tests/tables_compare-3col-badge.html @@ -0,0 +1,219 @@ + + + + +tables/compare-3col-badge + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ BIM + + VS + + D/X +
• Only 3DBIM · D/X• BIM ≪ D/X (ENG. + Management 포함)
• 모델 제작용 상용 S/W +(Civil 3D, Revit, Navisworks)S/W• 제작 및 운영(상용 + 전용 40~80개) +[Rhino, Sketchup, Blender...]
• 기존 2D 설계방식 유지프로세스• 근본적 문제의식을 통한 개선
• 3D 모델 중심 +• 기존 성과품 유지성과물• 공학 정보 및 콘텐츠 연계에 집중 +• 도면, 수량, 시공계획 등 일식
• 3D 모델에 의한 일반적 이해 향상활용• 설계/시공의 혁신(개념의 재정립)
• (설계/시공/운영) 분야별 단절확장성• 전 생애주기 활용 시스템
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/tables_table-simple-striped.html b/docs/block-tests/tables_table-simple-striped.html new file mode 100644 index 0000000..e811cf2 --- /dev/null +++ b/docs/block-tests/tables_table-simple-striped.html @@ -0,0 +1,154 @@ + +tables/table-simple-striped +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
구분현재목표비고
BIM 적용률30%100%2025 목표
디지털 전환 수준초기고도화단계적 추진
전문 인력50명220명+IT+CIVIL
자체 S/W5개80개+지속 개발
+
+ +
\ No newline at end of file diff --git a/docs/block-tests/topic-header.html b/docs/block-tests/topic-header.html new file mode 100644 index 0000000..947c98f --- /dev/null +++ b/docs/block-tests/topic-header.html @@ -0,0 +1,115 @@ + + + + +블록 테스트: topic-header + + + +
+ + +
+
단순 BIM의 적용이 +D/X가 아닙니다
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.
+
+ + +
+ + \ No newline at end of file diff --git a/docs/block-tests/venn_premium_bg.png b/docs/block-tests/venn_premium_bg.png new file mode 100644 index 0000000..ec4298b Binary files /dev/null and b/docs/block-tests/venn_premium_bg.png differ diff --git a/docs/block-tests/visuals_circle-gradient.html b/docs/block-tests/visuals_circle-gradient.html new file mode 100644 index 0000000..aa37107 --- /dev/null +++ b/docs/block-tests/visuals_circle-gradient.html @@ -0,0 +1,113 @@ + + + + +visuals/circle-gradient + + +
+ +
+
+
+
단계별 +BIM의 활용
+ +
+
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_compare-pill-pair.html b/docs/block-tests/visuals_compare-pill-pair.html new file mode 100644 index 0000000..ce2dfe8 --- /dev/null +++ b/docs/block-tests/visuals_compare-pill-pair.html @@ -0,0 +1,131 @@ + + + + +visuals/compare-pill-pair + + +
+ +
+
+
+
+
디지털 기술을 활용한 +협업 프로세스
+ +
+
+
+
VS
+
+
+
+
시설물의 전 생애주기 동안 +정보의 생성 및 관리
+ +
+
+
+
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_flow-arrow-horizontal.html b/docs/block-tests/visuals_flow-arrow-horizontal.html new file mode 100644 index 0000000..ee893d5 --- /dev/null +++ b/docs/block-tests/visuals_flow-arrow-horizontal.html @@ -0,0 +1,104 @@ + +visuals/flow-arrow-horizontal +
+ +
+ + + + + GIS + + + + + + + + + SPCC + + + + + + + + + 토공 + + + + + + + + + BIM + + + + +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_keyword-circle-row.html b/docs/block-tests/visuals_keyword-circle-row.html new file mode 100644 index 0000000..cba9363 --- /dev/null +++ b/docs/block-tests/visuals_keyword-circle-row.html @@ -0,0 +1,153 @@ + +visuals/keyword-circle-row +
+ +
+ +
+ + + + + + + + + G + +
Geographic
+
지리적 위치 +공간 정보
+
+ +
+ + + + + + + + + S + +
Structure
+
구조물 +형상 정보
+
+ +
+ + + + + + + + + I + +
Information
+
건설 정보 +속성 데이터
+
+ +
+ + + + + + + + + M + +
Model
+
3D 모델 +통합 관리
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_layer-diagram.html b/docs/block-tests/visuals_layer-diagram.html new file mode 100644 index 0000000..e4e131b --- /dev/null +++ b/docs/block-tests/visuals_layer-diagram.html @@ -0,0 +1,134 @@ + +visuals/layer-diagram +
+ +
+
건설산업 DX 기술 레이어
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Digital Twin (가상환경) + + + + + + BIM (건설정보모델링) + + + + + + GIS (공간정보시스템) + + + + + + 실세계 인프라 + + +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_process-horizontal.html b/docs/block-tests/visuals_process-horizontal.html new file mode 100644 index 0000000..46e1d22 --- /dev/null +++ b/docs/block-tests/visuals_process-horizontal.html @@ -0,0 +1,142 @@ + + + + +visuals/process-horizontal + + +
+
+ +
+
1
+
요구사항 분석
+
목표 수립
+
+ +
+ + +
+
2
+
S/W 개발
+
솔루션 개발
+
+ +
+ + +
+
3
+
System 통합
+
데이터 통합
+
+ +
+ + +
+
4
+
교육/피드백
+
지속 개선
+
+ + +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_pyramid-hierarchy.html b/docs/block-tests/visuals_pyramid-hierarchy.html new file mode 100644 index 0000000..cd6dfdd --- /dev/null +++ b/docs/block-tests/visuals_pyramid-hierarchy.html @@ -0,0 +1,121 @@ + +visuals/pyramid-hierarchy +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DX (디지털 전환) + + + + + + BIM + GIS + Digital Twin + + + + + + 프로세스 혁신 + S/W 개발 + + + + + + 기반 인프라 + 인력 양성 + + +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_timeline-horizontal.html b/docs/block-tests/visuals_timeline-horizontal.html new file mode 100644 index 0000000..42efa82 --- /dev/null +++ b/docs/block-tests/visuals_timeline-horizontal.html @@ -0,0 +1,113 @@ + +visuals/timeline-horizontal +
+ +
+ + + + + + + + + + 2020 + + BIM 기본지침 + + + + + + + + 2022 + + 스마트건설 방안 + + + + + + + + 2023 + + 7차 기본계획 + + + + + + + + 2025 + + 전면 BIM + + + +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_timeline-vertical.html b/docs/block-tests/visuals_timeline-vertical.html new file mode 100644 index 0000000..82d64d5 --- /dev/null +++ b/docs/block-tests/visuals_timeline-vertical.html @@ -0,0 +1,167 @@ + +visuals/timeline-vertical +
+ +
+ +
+
+ + + + +
+
+
+
2020
+
건설산업 BIM 기본지침
+
BIM 도입의 법적 근거 마련
+
+
+ +
+
+ + + + +
+
+
+
2022.07
+
스마트 건설 활성화 방안
+
BIM 전면 도입 + 전문인력 양성
+
+
+ +
+
+ + + + +
+
+
+
2023.12
+
제7차 건설기술진흥 기본계획
+
디지털 전환을 통한 스마트 건설 확산
+
+
+ +
+
+ + + + + +
+
+
2025
+
전면 BIM 적용
+
공공 건설사업 BIM 의무화 목표
+
+
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_venn-2items-p2.html b/docs/block-tests/visuals_venn-2items-p2.html new file mode 100644 index 0000000..d05acf0 --- /dev/null +++ b/docs/block-tests/visuals_venn-2items-p2.html @@ -0,0 +1,151 @@ + +venn-2items +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + BIM + + + + + GIS + + + + Digital Transformation + DX (2개) + + + + + +
2개 요소의 기술 융합 구조
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_venn-3items-p2.html b/docs/block-tests/visuals_venn-3items-p2.html new file mode 100644 index 0000000..271d8d0 --- /dev/null +++ b/docs/block-tests/visuals_venn-3items-p2.html @@ -0,0 +1,161 @@ + +venn-3items +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GIS + + + + + BIM + + + + + DT + + + + Digital Transformation + DX (3개) + + + + + +
3개 요소의 기술 융합 구조
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_venn-3items.html b/docs/block-tests/visuals_venn-3items.html new file mode 100644 index 0000000..5a5807a --- /dev/null +++ b/docs/block-tests/visuals_venn-3items.html @@ -0,0 +1,165 @@ + + + + +venn-3items + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GIS + + + BIM + + + DT + + + + 건설산업의 DX + + Digital Transformation + + + + +
건설산업의 DX는 GIS, BIM, 디지털 트윈의 기술 융합을 통해서만 실현 가능
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_venn-4items-p2.html b/docs/block-tests/visuals_venn-4items-p2.html new file mode 100644 index 0000000..c40833b --- /dev/null +++ b/docs/block-tests/visuals_venn-4items-p2.html @@ -0,0 +1,171 @@ + +venn-4items +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 설계 + + + + + 시공 + + + + + 유지관리 + + + + + 운영 + + + + Digital Transformation + DX (4개) + + + + + +
4개 요소의 기술 융합 구조
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_venn-4items.html b/docs/block-tests/visuals_venn-4items.html new file mode 100644 index 0000000..bf0a6e2 --- /dev/null +++ b/docs/block-tests/visuals_venn-4items.html @@ -0,0 +1,175 @@ + + + + +venn-4items + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 설계 + + + 시공 + + + 유지관리 + + + 운영 + + + + 생애주기 + + Life Cycle + + + + +
설계 → 시공 → 유지관리 → 운영의 전 생애주기 관리
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_venn-5items-p2.html b/docs/block-tests/visuals_venn-5items-p2.html new file mode 100644 index 0000000..8f25446 --- /dev/null +++ b/docs/block-tests/visuals_venn-5items-p2.html @@ -0,0 +1,181 @@ + +venn-5items +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 기술 + + + + + S/W + + + + + 인력 + + + + + 여건 + + + + + 투자 + + + + Digital Transformation + DX (5개) + + + + + +
5개 요소의 기술 융합 구조
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_venn-5items.html b/docs/block-tests/visuals_venn-5items.html new file mode 100644 index 0000000..d8364d0 --- /dev/null +++ b/docs/block-tests/visuals_venn-5items.html @@ -0,0 +1,185 @@ + + + + +venn-5items + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 기술기반 + + + S/W + + + 인력 + + + 여건 + + + 투자 + + + + DX 성공 요건 + + 5대 필수 요건 + + + + +
디지털 전환 성공을 위해 기술, S/W, 인력, 여건, 투자 5가지 요건이 필요
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_venn-7items-p2.html b/docs/block-tests/visuals_venn-7items-p2.html new file mode 100644 index 0000000..27b139c --- /dev/null +++ b/docs/block-tests/visuals_venn-7items-p2.html @@ -0,0 +1,201 @@ + +venn-7items +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GIS + + + + + BIM + + + + + DT + + + + + IoT + + + + + AI + + + + + Cloud + + + + + Robot + + + + Digital Transformation + DX (7개) + + + + + +
7개 요소의 기술 융합 구조
+ +
+ +
\ No newline at end of file diff --git a/docs/block-tests/visuals_venn-diagram.html b/docs/block-tests/visuals_venn-diagram.html new file mode 100644 index 0000000..2339424 --- /dev/null +++ b/docs/block-tests/visuals_venn-diagram.html @@ -0,0 +1,172 @@ + + + + +venn-diagram + + +
+ +
+
+ + + + +
+
건설산업의 DX
+
Digital Transformation
+
+ +
+ +
GIS
+ +
BIM
+ +
DT
+ +
+
+ + +
건설산업의 DX는 GIS, BIM, 디지털 트윈의 기술 융합을 통해서만 실현 가능
+ +
+ +
+ \ No newline at end of file diff --git a/docs/block-tests/visuals_venn-premium.html b/docs/block-tests/visuals_venn-premium.html new file mode 100644 index 0000000..27f3518 --- /dev/null +++ b/docs/block-tests/visuals_venn-premium.html @@ -0,0 +1,104 @@ + + + + +venn-premium v6 + + + +
+
+
+ +
+
Digital Transformation
+
디지털 전환(D/X)
+
+
+
Digital Twin
+
(Metaverse)
+
+
+
BIM
+
+
+
GIS
+
+
+
건설산업의 DX는 GIS, BIM, 디지털 트윈의 기술 융합을 통해서만 실현 가능
+
+
+ + \ No newline at end of file diff --git a/docs/block-tests/visuals_venn-svg-premium.html b/docs/block-tests/visuals_venn-svg-premium.html new file mode 100644 index 0000000..3c49b3c --- /dev/null +++ b/docs/block-tests/visuals_venn-svg-premium.html @@ -0,0 +1,121 @@ + + + + +venn SVG premium test + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Digital Transformation + 디지털 전환(D/X) + + + Digital Twin + (Metaverse) + + + BIM + + + GIS + + +
건설산업의 DX는 GIS, BIM, 디지털 트윈의 기술 융합을 통해서만 실현 가능
+ +
+ + \ No newline at end of file diff --git a/docs/figma-analysis/2-1_01_detail.json b/docs/figma-analysis/2-1_01_detail.json new file mode 100644 index 0000000..6b3bb0e --- /dev/null +++ b/docs/figma-analysis/2-1_01_detail.json @@ -0,0 +1 @@ +{"name":"바론컨설턴트 홈페이지_기획팀공유","lastModified":"2025-12-29T08:41:52Z","thumbnailUrl":"https://s3-alpha.figma.com/thumbnails/e8d453bd-2350-4b2f-b64a-1cd8993c4cda?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWC6RGVDPLF%2F20260322%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260322T120000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b0286574771859e7834b260dde769b4c0cfb82a56924d4c2e29785cf994a5cad","version":"2334420961394135676","role":"owner","editorType":"figma","linkAccess":"view","nodes":{"1574:40344":{"document":{"id":"1574:40344","name":"2-1_01","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40345","name":"땅 라인2-01 회색","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"STRETCH","imageRef":"fc631cae3ff8925fdbec6e57fdd29fc0d7ec51dc","imageTransform":[[1.0,0.0,0.0],[0.0,0.41363382339477539,-0.031428944319486618]]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6976.156250,"y":7578.0,"width":924.28906250,"height":205.81285095214844},"absoluteRenderBounds":{"x":6987.0,"y":7578.0,"width":913.44531250,"height":205.812988281250},"preserveRatio":true,"targetAspectRatio":{"x":920.357910156250,"y":204.93750},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40346","name":"Rectangle 434660","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-1.5707963705062848,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.99999999999999989,"y":0.49999999999999994},{"x":0.0,"y":0.50},{"x":0.99999999999999989,"y":0.45953069662672952}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.76925057172775269}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6942.9999962336497,"y":7698.2108957426472,"width":955.29687876635035,"height":86.164104257352847},"absoluteRenderBounds":{"x":6987.0,"y":7698.21093750,"width":911.2968750,"height":85.78906250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40347","name":"Rectangle 434674","visible":false,"type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6965.18750,"y":7735.691406250,"width":963.2968750,"height":514.535156250},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40348","name":"bg","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40349","name":"Mask group","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40350","name":"Rectangle 434566","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925661670165,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":0.11924463510513306,"g":0.21909815073013306,"b":0.37019231915473938,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6957.8593750,"y":6496.4218808784135,"width":980.00002946146742,"height":336.99999412158650},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40351","name":"hanmacdesign_Glossy_simple_Wave_light_background_e1e331a7-680a-4c5a-a888-03e0e6280aa5 1","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925661670165,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"60612fe2faafaaed1dcc4f16b2339d521fa4e988"}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6785.8592529296875,"y":6289.4218807980087,"width":1330.0001872876928,"height":745.99999420199129},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":280.4218750},"preserveRatio":true,"targetAspectRatio":{"x":1330.0001220703125,"y":745.99987792968750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40352","name":"디지털전환을 위한 소프트웨어 활용_3","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"HARD_LIGHT","opacity":0.50,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"7a0c2750ccc44e36dcc60a797bddbb1feca7510c"},{"opacity":0.30000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","rectangleCornerRadii":[16.0,16.0,0.0,0.0],"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":6985.8593750,"y":6539.4218750,"width":920.0,"height":269.0},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":918.8593750,"height":255.4218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.250},"blendMode":"NORMAL","offset":{"x":40.0,"y":40.0},"radius":40.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":6957.8593750,"y":6496.4218750,"width":980.0,"height":337.0},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":280.4218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40353","name":"Rectangle 434565","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.0031743091531097889,"g":0.26463103294372559,"b":0.66025632619857788,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6957.91406250,"y":6553.4218750,"width":979.55761718750,"height":365.5781250},"absoluteRenderBounds":{"x":6987.0,"y":6553.4218750,"width":920.0,"height":365.5781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40354","name":"Rectangle 434567","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.062745101749897003,"g":0.83137255907058716,"b":0.74117648601531982,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":0.0},"position":0.78846156597137451}]}],"strokeWeight":1.0,"strokeAlign":"INSIDE","rectangleCornerRadii":[30.0,30.0,0.0,0.0],"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7021.3593750,"y":6755.4218750,"width":850.0,"height":353.0},"absoluteRenderBounds":{"x":7011.3593750,"y":6735.4218750,"width":870.0,"height":373.0},"constraints":{"vertical":"CENTER","horizontal":"CENTER"},"effects":[{"type":"DROP_SHADOW","visible":true,"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":0.10000000149011612},"blendMode":"LINEAR_BURN","offset":{"x":0.0,"y":-10.0},"radius":10.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40355","name":"shape","type":"GROUP","scrollBehavior":"SCROLLS","rotation":2.9445018781622214,"children":[{"id":"1574:40356","name":"Rectangle 434524","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":4.4043486487014625e-17,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.0,"y":0.50000014190702791},{"x":0.0,"y":0.50000014190702791},{"x":0.99999999999999978,"y":-2.6744063390437036}],"gradientStops":[{"color":{"r":0.85098040103912354,"g":0.85098040103912354,"b":0.85098040103912354,"a":0.0},"position":0.0},{"color":{"r":0.80894500017166138,"g":0.80894500017166138,"b":0.80894500017166138,"a":1.0},"position":0.10000000149011612},{"color":{"r":0.64998841285705566,"g":0.64998841285705566,"b":0.64998841285705566,"a":1.0},"position":0.90168207883834839},{"color":{"r":0.45098039507865906,"g":0.45098039507865906,"b":0.45098039507865906,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":6785.8579288604669,"y":6437.4218750,"width":1319.2840071042947,"height":593.56159991865934},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40357","name":"Vector 1244","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6726.8314521918073,"y":6477.058593750,"width":1407.6666569624840,"height":531.93366841578245},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":306.2050781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40358","name":"Vector 1245","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.0060453090858125606,"blendMode":"PASS_THROUGH","opacity":0.40000000596046448,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6732.9032235528357,"y":6479.800781250,"width":1405.9579385883853,"height":524.37640128450948},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":301.97167968750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40359","name":"Vector 1246","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.012091094681484012,"blendMode":"PASS_THROUGH","opacity":0.20000000298023224,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6739.0234747814538,"y":6482.566406250,"width":1404.1423366571407,"height":516.77927709480355},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":297.73925781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40360","name":"Vector 1247","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.018137863146639292,"blendMode":"PASS_THROUGH","opacity":0.20000000298023224,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6744.5361771134776,"y":6485.468750,"width":1402.2198696868909,"height":509.14272462912777},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":293.620605468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40361","name":"Vector 1248","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.024186043596574641,"blendMode":"PASS_THROUGH","opacity":0.40000000596046448,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6750.1056711479469,"y":6488.3906250,"width":1400.1905188681940,"height":501.46742584392632},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":289.50},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40362","name":"Vector 1249","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.030236154425497735,"blendMode":"PASS_THROUGH","fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6755.7477041171660,"y":6491.339843750,"width":1398.0544077977338,"height":493.75390235454870},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":285.3847656250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40363","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.250,"blendMode":"COLOR_DODGE","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.031001979852023735,"y":0.43170311920732235},{"x":0.99430005988866266,"y":0.59260937433133742},{"x":0.025195760589347249,"y":0.78481653699189191}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"fillOverrideTable":{"2":null,"1":null},"strokes":[],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":6726.8352558026090,"y":6474.019531250,"width":1426.9626954151454,"height":555.33455612046964},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":339.707031250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false},{"type":"DROP_SHADOW","visible":true,"color":{"r":0.087222173810005188,"g":0.0,"b":0.43611094355583191,"a":0.20000000298023224},"blendMode":"NORMAL","offset":{"x":0.0,"y":26.0},"radius":8.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"SCREEN","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":6785.8579288604669,"y":6437.4218750,"width":1319.2840071042947,"height":593.56159991865934},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":477.98347491865934},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":6785.8574218750,"y":6437.4218750,"width":1319.2840576171875,"height":671.0},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":555.4218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40364","name":"material-symbols:close","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40365","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7851.19531250,"y":6579.753906250,"width":23.333333969116211,"height":23.333333969116211},"absoluteRenderBounds":{"x":7851.19531250,"y":6579.753906250,"width":23.333496093750,"height":23.333496093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"clipsContent":true,"background":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7842.8593750,"y":6571.4218750,"width":40.0,"height":40.0},"absoluteRenderBounds":{"x":7842.8593750,"y":6571.4218750,"width":40.0,"height":40.0},"preserveRatio":true,"targetAspectRatio":{"x":24.0,"y":24.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[{"trigger":{"type":"ON_CLICK"},"actions":[{"type":"CLOSE"}]}],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40366","name":"section_title","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40367","name":"Infrastructure Construction Industry","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":5.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7320.3593750,"y":6629.4218750,"width":252.0,"height":24.0},"absoluteRenderBounds":{"x":7322.3300781250,"y":6635.2871093750,"width":249.371582031250,"height":15.644531250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"Infrastructure Construction Industry","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":15.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":0.0,"lineHeightPx":24.0,"lineHeightPercent":133.33334350585938,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"PIXELS"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40368","name":"건설산업이란?","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":5.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7344.8593750,"y":6653.4218750,"width":203.0,"height":49.0},"absoluteRenderBounds":{"x":7346.763183593750,"y":6664.0566406250,"width":199.273925781250,"height":32.515136718750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"건설산업이란?","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":35.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-1.4000000000000001,"lineHeightPx":49.0,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7321.8593750,"y":6629.4218750,"width":249.0,"height":73.0},"absoluteRenderBounds":{"x":7321.8593750,"y":6629.4218750,"width":249.842285156250,"height":73.0},"preserveRatio":true,"targetAspectRatio":{"x":249.0,"y":73.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40369","name":"Group 1171280930","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40370","name":"건설산업의 디지털전환","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7356.83593750,"y":6978.46093750,"width":181.0,"height":15.0},"absoluteRenderBounds":{"x":7358.098144531250,"y":6976.621093750,"width":178.937011718750,"height":18.659667968750},"constraints":{"vertical":"CENTER","horizontal":"CENTER"},"characters":"건설산업의 디지털전환","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":20.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.80000000000000004,"lineHeightPx":32.799999237060547,"lineHeightPercent":113.25967407226562,"lineHeightPercentFontSize":164.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40371","name":"(Digital Transformation of Infrastructure Construction Industry)","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.60000002384185791,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7273.83593750,"y":7004.0,"width":347.0,"height":10.0},"absoluteRenderBounds":{"x":7275.085449218750,"y":7003.36621093750,"width":344.502441406250,"height":13.88378906250},"constraints":{"vertical":"CENTER","horizontal":"CENTER"},"characters":"(Digital Transformation of Infrastructure Construction Industry)","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":13.0,"textAlignHorizontal":"CENTER","textAlignVertical":"CENTER","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.52000000000000002,"lineHeightPx":20.800001144409180,"lineHeightPercent":133.33332824707031,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40372","name":"Rectangle 434594","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.0,"y":0.50},{"x":1.0,"y":0.50},{"x":0.0,"y":1.0}],"gradientStops":[{"color":{"r":0.0,"g":0.45098039507865906,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.062745101749897003,"g":0.83137255907058716,"b":0.74509805440902710,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7434.83593750,"y":6966.4218750,"width":25.0,"height":2.50},"absoluteRenderBounds":{"x":7434.83593750,"y":6966.4218750,"width":25.0,"height":2.50},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7273.83593750,"y":6966.4218750,"width":347.0,"height":47.5781250},"absoluteRenderBounds":{"x":7273.83593750,"y":6966.4218750,"width":347.0,"height":50.8281250},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40373","name":"sub_제목,내용","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40374","name":"디지털기술과 건설산업의 변화는?","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.29888892173767090,"b":0.74722236394882202,"a":1.0}}],"strokes":[],"strokeWeight":0.86734539270401001,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7076.0,"y":6798.0,"width":240.0,"height":68.0},"absoluteRenderBounds":{"x":7077.224121093750,"y":6804.888183593750,"width":183.35839843750,"height":56.271972656250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","characters":"디지털기술과\n건설산업의 변화는?","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":24.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":-0.95999999999999996,"lineHeightPx":33.599998474121094,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40375","name":"건설산업은 디지털 기술의 발전에 따라 빠르게 변화하고 있으며, 생산성 향상, 비용 절감, 안전성 강화, 지속가능성 확보 등을 목표로 건설산업의 디지털전환(Digital Transformation)이 가속화되고 있습니다.","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.80000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":0.63382929563522339,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7396.0,"y":6798.0,"width":422.0,"height":78.0},"absoluteRenderBounds":{"x":7396.78417968750,"y":6803.7519531250,"width":420.769042968750,"height":69.136230468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","characters":"건설산업은 디지털 기술의 발전에 따라 빠르게 변화하고 있으며, 생산성 향상, 비용 절감, 안전성 강화, 지속가능성 확보 등을 목표로 건설산업의 디지털전환(Digital Transformation)이 가속화되고 있습니다.","characterStyleOverrides":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],"styleOverrideTable":{"1":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700}},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"textAutoResize":"HEIGHT","fontSize":16.0,"textAlignHorizontal":"JUSTIFIED","textAlignVertical":"TOP","letterSpacing":-0.80000000000000004,"lineHeightPx":25.600000381469727,"lineHeightPercent":133.33332824707031,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","primaryAxisAlignItems":"SPACE_BETWEEN","itemSpacing":110.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7076.0,"y":6798.0,"width":742.0,"height":78.0},"absoluteRenderBounds":{"x":7076.0,"y":6798.0,"width":742.0,"height":78.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40376","name":"Group 1171280592","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40377","name":"Rectangle 434489","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925434405132,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999997758248571,"y":0.99999997625224835},{"x":0.49999988565218778,"y":0.40571968657223612},{"x":0.79714012242249188,"y":0.99999996213942699}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.050000000745058060},"position":0.0},{"color":{"r":0.0,"g":0.43529412150382996,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":161.79003906250,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7076.4327850341797,"y":7075.0000948425904,"width":247.18932351648164,"height":446.10537390740956},"absoluteRenderBounds":{"x":7076.43261718750,"y":7075.0,"width":247.1894531250,"height":446.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40378","name":"Rectangle 434492","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":3.1415925434405132,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999997758248571,"y":0.99999997625224835},{"x":0.49999988565218778,"y":0.40571968657223612},{"x":0.79714012242249188,"y":0.99999996213942699}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.050000000745058060},"position":0.0},{"color":{"r":0.0,"g":0.43529412150382996,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":161.79003906250,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7076.4327850341797,"y":7182.52832031250,"width":247.18932351648164,"height":446.10537390740956},"absoluteRenderBounds":{"x":7076.43261718750,"y":7182.52832031250,"width":247.1894531250,"height":446.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40379","name":"Rectangle 434490","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925434405132,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999997758248571,"y":0.99999997625224835},{"x":0.49999988565218778,"y":0.40571968657223612},{"x":0.79714012242249188,"y":0.99999996213942699}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.050000000745058060},"position":0.0},{"color":{"r":0.0,"g":0.43529412150382996,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":161.79003906250,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7323.6212615966797,"y":7075.0000948425904,"width":247.18932351648164,"height":446.10537390740956},"absoluteRenderBounds":{"x":7323.621093750,"y":7075.0,"width":247.1894531250,"height":446.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40380","name":"Rectangle 434493","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":3.1415925434405132,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999997758248571,"y":0.99999997625224835},{"x":0.49999988565218778,"y":0.40571968657223612},{"x":0.79714012242249188,"y":0.99999996213942699}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.050000000745058060},"position":0.0},{"color":{"r":0.0,"g":0.43529412150382996,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":161.79003906250,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7322.3849334716797,"y":7182.52832031250,"width":247.18932351648164,"height":446.10537390740956},"absoluteRenderBounds":{"x":7322.3847656250,"y":7182.52832031250,"width":247.1894531250,"height":446.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40381","name":"Rectangle 434491","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925434405132,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999997758248571,"y":0.99999997625224835},{"x":0.49999988565218778,"y":0.40571968657223612},{"x":0.79714012242249188,"y":0.99999996213942699}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.050000000745058060},"position":0.0},{"color":{"r":0.0,"g":0.43529412150382996,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":161.79003906250,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7570.8107147216797,"y":7075.0000948425904,"width":247.18932351648164,"height":446.10537390740956},"absoluteRenderBounds":{"x":7570.8105468750,"y":7075.0,"width":247.1894531250,"height":446.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40382","name":"Rectangle 434494","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":3.1415925434405132,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999997758248571,"y":0.99999997625224835},{"x":0.49999988565218778,"y":0.40571968657223612},{"x":0.79714012242249188,"y":0.99999996213942699}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.050000000745058060},"position":0.0},{"color":{"r":0.0,"g":0.43529412150382996,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":161.79003906250,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":7570.8107147216797,"y":7182.52832031250,"width":247.18932351648164,"height":446.10537390740956},"absoluteRenderBounds":{"x":7570.8105468750,"y":7182.52832031250,"width":247.1894531250,"height":446.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40383","name":"Group 1171280591","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40384","name":"Frame 1171281664","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40385","name":"Frame 1171281675","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7100.0,"y":7144.0,"width":200.0,"height":88.0},"absoluteRenderBounds":{"x":7100.0,"y":7144.0,"width":200.0,"height":88.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40400","name":"실시간 데이터 기반 가상 모형","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7100.0,"y":7252.0,"width":200.0,"height":42.022182464599609},"absoluteRenderBounds":{"x":7139.88281250,"y":7254.768066406250,"width":120.571777343750,"height":33.46386718750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","characters":"실시간 데이터 기반\n가상 모형","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.32000000000000001,"lineHeightPx":19.200000762939453,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7100.0,"y":7144.0,"width":200.0,"height":150.02218627929688},"absoluteRenderBounds":{"x":7100.0,"y":7144.0,"width":200.0,"height":150.02218627929688},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40401","name":"Frame 1171281665","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40402","name":"Frame 1171281674","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7344.0,"y":7144.0,"width":200.0,"height":88.0},"absoluteRenderBounds":{"x":7344.0,"y":7144.0,"width":200.0,"height":88.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40411","name":"스마트 설계 및 공사관리","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7344.0,"y":7252.0,"width":200.0,"height":21.011091232299805},"absoluteRenderBounds":{"x":7367.759277343750,"y":7254.768066406250,"width":151.218750,"height":14.496093750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","characters":"스마트 설계 및 공사관리","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.32000000000000001,"lineHeightPx":19.200000762939453,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7344.0,"y":7144.0,"width":200.0,"height":129.01109313964844},"absoluteRenderBounds":{"x":7344.0,"y":7144.0,"width":200.0,"height":129.011230468750},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40412","name":"Frame 1171281666","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40413","name":"Frame 1171281673","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7595.0,"y":7144.0,"width":200.0,"height":88.0},"absoluteRenderBounds":{"x":7595.0,"y":7144.0,"width":200.0,"height":88.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40421","name":"3D 기반 통합 설계·관리","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7595.0,"y":7252.0,"width":200.0,"height":21.011091232299805},"absoluteRenderBounds":{"x":7618.87207031250,"y":7254.640136718750,"width":150.65722656250,"height":14.62402343750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","characters":"3D 기반 통합 설계·관리","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.32000000000000001,"lineHeightPx":19.200000762939453,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7595.0,"y":7144.0,"width":200.0,"height":129.01109313964844},"absoluteRenderBounds":{"x":7595.0,"y":7144.0,"width":200.0,"height":129.011230468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40422","name":"Frame 1171281669","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40423","name":"Frame 1171281672","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7595.0,"y":7391.0,"width":200.0,"height":116.0},"absoluteRenderBounds":{"x":7595.0,"y":7391.0,"width":200.0,"height":116.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40474","name":"시공 효율성 향상","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7595.0,"y":7527.0,"width":200.0,"height":21.011091232299805},"absoluteRenderBounds":{"x":7641.906250,"y":7529.655761718750,"width":106.34863281250,"height":14.60839843750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","characters":"시공 효율성 향상","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.32000000000000001,"lineHeightPx":19.200000762939453,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7595.0,"y":7391.0,"width":200.0,"height":157.01109313964844},"absoluteRenderBounds":{"x":7595.0,"y":7391.0,"width":200.0,"height":157.011230468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7100.0,"y":7144.0,"width":695.0,"height":404.01110839843750},"absoluteRenderBounds":{"x":7100.0,"y":7144.0,"width":695.0,"height":404.011230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40475","name":"Vector 1141","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.50,"fills":[],"fillOverrideTable":{"4":null,"3":null},"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.69397598505020142,"g":0.78808188438415527,"b":0.88749998807907104,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeDashes":[2.0,2.0],"absoluteBoundingBox":{"x":7092.0,"y":7341.0,"width":710.0,"height":0.0},"absoluteRenderBounds":{"x":7092.0,"y":7340.50,"width":710.0,"height":1.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40476","name":"Group 1171280590","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40477","name":"Frame 1171281668","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40478","name":"Frame 1171281671","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7347.0,"y":7390.0,"width":200.0,"height":116.0},"absoluteRenderBounds":{"x":7347.0,"y":7390.0,"width":200.0,"height":116.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40499","name":"원격 협업 지원","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7347.0,"y":7526.0,"width":200.0,"height":21.011091232299805},"absoluteRenderBounds":{"x":7401.105468750,"y":7528.640136718750,"width":90.78222656250,"height":14.607910156250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","characters":"원격 협업 지원","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.32000000000000001,"lineHeightPx":19.200000762939453,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7347.0,"y":7390.0,"width":200.0,"height":157.01109313964844},"absoluteRenderBounds":{"x":7347.0,"y":7390.0,"width":200.0,"height":157.011230468750},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40500","name":"Frame 1171281667","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40501","name":"Frame 1171281670","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7100.0,"y":7392.0,"width":200.0,"height":111.0},"absoluteRenderBounds":{"x":7100.0,"y":7392.0,"width":200.0,"height":111.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40522","name":"현장 연결성 강화","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":7100.0,"y":7523.0,"width":200.0,"height":21.011091232299805},"absoluteRenderBounds":{"x":7147.002441406250,"y":7525.768066406250,"width":106.300781250,"height":14.479980468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","characters":"현장 연결성 강화","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.32000000000000001,"lineHeightPx":19.200000762939453,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":7100.0,"y":7392.0,"width":200.0,"height":152.01109313964844},"absoluteRenderBounds":{"x":7100.0,"y":7392.0,"width":200.0,"height":152.011230468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40523","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.0005834025872598,"y":0.92691770554187514},{"x":0.00058352179653498037,"y":0.92691770554187447},{"x":1.0005833970035685,"y":1.6073606947088690}],"gradientStops":[{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.63333332538604736,"b":1.0,"a":1.0},"position":1.0}]}],"fillOverrideTable":{"2":null},"strokes":[],"strokeWeight":0.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7076.0,"y":7075.00097656250,"width":741.567871093750,"height":554.69195556640625},"absoluteRenderBounds":{"x":7076.0,"y":7075.00097656250,"width":741.567871093750,"height":554.691894531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7076.0,"y":7075.00097656250,"width":741.567871093750,"height":554.69195556640625},"absoluteRenderBounds":{"x":7076.0,"y":7075.00097656250,"width":741.567871093750,"height":554.69195556640625},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7076.0,"y":7075.0,"width":742.00006103515625,"height":554.69281005859375},"absoluteRenderBounds":{"x":7076.0,"y":7075.0,"width":742.00006103515625,"height":554.692871093750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40524","name":"Ellipse 3847","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.56078433990478516,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7318.0,"y":7294.692871093750,"width":10.0,"height":9.0},"absoluteRenderBounds":{"x":7318.0,"y":7294.692871093750,"width":10.0,"height":9.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40525","name":"Ellipse 3849","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.48627451062202454,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7565.0,"y":7294.692871093750,"width":10.0,"height":9.0},"absoluteRenderBounds":{"x":7565.0,"y":7294.692871093750,"width":10.0,"height":9.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40526","name":"Ellipse 3848","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.56078433990478516,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7318.0,"y":7377.692871093750,"width":10.0,"height":10.0},"absoluteRenderBounds":{"x":7318.0,"y":7377.692871093750,"width":10.0,"height":10.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40527","name":"Ellipse 3850","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.48627451062202454,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7565.0,"y":7377.692871093750,"width":10.0,"height":10.0},"absoluteRenderBounds":{"x":7565.0,"y":7377.692871093750,"width":10.0,"height":10.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":true,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"absoluteBoundingBox":{"x":6987.0,"y":6553.0,"width":920.0,"height":1231.0},"absoluteRenderBounds":{"x":6987.0,"y":6553.0,"width":920.0,"height":1231.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"exportSettings":[{"suffix":"","format":"PDF","constraint":{"type":"SCALE","value":1.0}}],"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},"components":{},"componentSets":{},"schemaVersion":0,"styles":{}}}} \ No newline at end of file diff --git a/docs/figma-analysis/2-1_02_detail.json b/docs/figma-analysis/2-1_02_detail.json new file mode 100644 index 0000000..23c4e91 --- /dev/null +++ b/docs/figma-analysis/2-1_02_detail.json @@ -0,0 +1 @@ +{"name":"바론컨설턴트 홈페이지_기획팀공유","lastModified":"2025-12-29T08:41:52Z","thumbnailUrl":"https://s3-alpha.figma.com/thumbnails/e8d453bd-2350-4b2f-b64a-1cd8993c4cda?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAQ4GOSFWC6RGVDPLF%2F20260322%2Fus-west-2%2Fs3%2Faws4_request&X-Amz-Date=20260322T120000Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=b0286574771859e7834b260dde769b4c0cfb82a56924d4c2e29785cf994a5cad","version":"2334420961394135676","role":"owner","editorType":"figma","linkAccess":"view","nodes":{"1574:40528":{"document":{"id":"1574:40528","name":"2-1_02","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:40529","name":"Rectangle 434630","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.96470588445663452,"g":0.96862745285034180,"b":0.97647058963775635,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":2.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8046.0,"y":7853.0,"width":920.0,"height":880.0},"absoluteRenderBounds":{"x":8046.0,"y":7853.0,"width":920.0,"height":879.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41511","name":"Group 1171281592","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41512","name":"2-2 4장 6","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.85098040103912354,"g":0.85098040103912354,"b":0.85098040103912354,"a":0.0},"position":0.0},{"color":{"r":0.85098040103912354,"g":0.85098040103912354,"b":0.85098040103912354,"a":1.0},"position":0.43269231915473938},{"color":{"r":0.45098039507865906,"g":0.45098039507865906,"b":0.45098039507865906,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8506.0,"y":7950.0,"width":460.0,"height":354.0},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41513","name":"2-2 4장 7","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.30000001192092896,"blendMode":"NORMAL","type":"IMAGE","scaleMode":"STRETCH","imageRef":"b01caeb6b113f6850f25de692b81a884d848a406","imageTransform":[[0.54874998331069946,0.0,0.26249998807907104],[0.0,1.0,0.0]]},{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.3582370798593953e-16,"y":0.36888893472286544},{"x":0.46179038592154481,"y":0.36888893472286466},{"x":1.3011636019240283e-09,"y":0.61121031856077312}],"gradientStops":[{"color":{"r":0.96470588445663452,"g":0.96862745285034180,"b":0.97647058963775635,"a":1.0},"position":0.0},{"color":{"r":0.96470588445663452,"g":0.96862745285034180,"b":0.97647058963775635,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":2.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8508.0,"y":7950.0,"width":458.0,"height":450.0},"absoluteRenderBounds":{"x":8508.0,"y":7950.0,"width":458.0,"height":354.0},"preserveRatio":true,"targetAspectRatio":{"x":458.0,"y":450.0},"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8506.0,"y":7950.0,"width":460.0,"height":354.0},"absoluteRenderBounds":{"x":8506.0,"y":7950.0,"width":460.0,"height":354.0},"constraints":{"vertical":"TOP","horizontal":"RIGHT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41514","name":"Group 1171281593","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41515","name":"2-2 4장 5","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":7.2088548847257496e-16},{"x":0.49999999999999933,"y":1.0000000000000007},{"x":0.0,"y":7.5150165978720416e-16}],"gradientStops":[{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0},"position":0.55000001192092896},{"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8046.0,"y":7950.0,"width":460.0,"height":354.0},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41516","name":"2-2 4장 6","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.30000001192092896,"blendMode":"NORMAL","type":"IMAGE","scaleMode":"STRETCH","imageRef":"991a9fd4753e7dfd41e604ecf0619a3c285f30d9","imageTransform":[[0.53549814224243164,0.0,0.35137358307838440],[0.0,0.92975205183029175,0.27007791399955750]]},{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.38611714133884534,"y":0.36888893334870565},{"x":1.0000000019807778,"y":0.36888893334870831},{"x":0.38611714306855199,"y":0.69101980131787766}],"gradientStops":[{"color":{"r":0.96470588445663452,"g":0.96862745285034180,"b":0.97647058963775635,"a":0.0},"position":0.0},{"color":{"r":0.96470588445663452,"g":0.96862745285034180,"b":0.97647058963775635,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8046.0,"y":7950.0,"width":461.0,"height":450.0},"absoluteRenderBounds":{"x":8046.0,"y":7950.0,"width":460.0,"height":354.0},"preserveRatio":true,"targetAspectRatio":{"x":461.0,"y":450.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8046.0,"y":7950.0,"width":460.0,"height":354.0},"absoluteRenderBounds":{"x":8046.0,"y":7950.0,"width":460.0,"height":354.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40530","name":"Group 1171281070","type":"GROUP","scrollBehavior":"SCROLLS","rotation":-3.1415926535897931,"children":[{"id":"1574:40531","name":"Rectangle 434940","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415926535897931,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.0755285551056204e-16,"y":0.20491802851396410},{"x":5.1347814888913490e-16,"y":1.000000023695290},{"x":-0.015729265395592020,"y":0.20491802851396207}],"gradientStops":[{"color":{"r":0.85098040103912354,"g":0.85098040103912354,"b":0.85098040103912354,"a":0.0},"position":0.0},{"color":{"r":0.45098039507865906,"g":0.45098039507865906,"b":0.45098039507865906,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8046.0,"y":8550.0,"width":920.0,"height":183.0},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40532","name":"Group","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:40533","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7667.59667968750,"y":8538.3222656250,"width":1590.46191406250,"height":250.34815979003906},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":920.0,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40534","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7705.4591064453125,"y":8712.1933593750,"width":1520.6873779296875,"height":59.900463104248047},"absoluteRenderBounds":{"x":8046.0,"y":8712.13378906250,"width":920.0,"height":19.86621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40535","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7740.8845214843750,"y":8695.214843750,"width":1456.3967285156250,"height":63.156009674072266},"absoluteRenderBounds":{"x":8046.0,"y":8695.15527343750,"width":920.0,"height":36.84472656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40536","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7773.8723144531250,"y":8679.15722656250,"width":1397.0808105468750,"height":67.634857177734375},"absoluteRenderBounds":{"x":8046.0,"y":8679.097656250,"width":920.0,"height":52.902343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40537","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7804.3326416015625,"y":8664.2832031250,"width":1342.3958740234375,"height":71.914077758789062},"absoluteRenderBounds":{"x":8046.0,"y":8664.22363281250,"width":920.0,"height":67.77636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40538","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7832.2326660156250,"y":8650.750,"width":1291.9099121093750,"height":74.918670654296875},"absoluteRenderBounds":{"x":8046.0,"y":8650.69042968750,"width":920.0,"height":75.03808593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40539","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7857.42675781250,"y":8639.2363281250,"width":1245.31738281250,"height":74.930305480957031},"absoluteRenderBounds":{"x":8046.0,"y":8639.17675781250,"width":920.0,"height":75.04980468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40540","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7878.2315673828125,"y":8630.9218750,"width":1204.4246826171875,"height":71.355422973632812},"absoluteRenderBounds":{"x":8046.0,"y":8630.86230468750,"width":920.0,"height":71.4746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40541","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7895.2701416015625,"y":8624.8027343750,"width":1168.6595458984375,"height":66.151916503906250},"absoluteRenderBounds":{"x":8046.0,"y":8624.74316406250,"width":920.0,"height":66.2714843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40542","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7910.141113281250,"y":8619.24511718750,"width":1136.342285156250,"height":63.160633087158203},"absoluteRenderBounds":{"x":8046.0,"y":8619.1855468750,"width":920.0,"height":63.28027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40543","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7924.3406982421875,"y":8613.2558593750,"width":1105.8956298828125,"height":69.169464111328125},"absoluteRenderBounds":{"x":8046.0,"y":8613.19628906250,"width":920.0,"height":69.28906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40544","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7939.41503906250,"y":8601.81542968750,"width":1075.7031250,"height":77.608749389648438},"absoluteRenderBounds":{"x":8046.0,"y":8601.7558593750,"width":920.0,"height":77.7285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40545","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7956.6901855468750,"y":8593.80761718750,"width":1044.3146972656250,"height":77.300720214843750},"absoluteRenderBounds":{"x":8046.0,"y":8593.7480468750,"width":920.0,"height":77.4199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40546","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7975.5125732421875,"y":8587.0,"width":1012.2139892578125,"height":71.538139343261719},"absoluteRenderBounds":{"x":8046.0,"y":8586.94042968750,"width":920.0,"height":71.65722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40547","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7994.7151489257812,"y":8579.1230468750,"width":980.49481201171875,"height":64.630020141601562},"absoluteRenderBounds":{"x":8046.0,"y":8579.06347656250,"width":920.0,"height":64.750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40548","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8013.4816894531250,"y":8567.10839843750,"width":949.9206542968750,"height":61.559535980224609},"absoluteRenderBounds":{"x":8046.0,"y":8567.0488281250,"width":917.46191406250,"height":61.67871093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40549","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8030.7844848632812,"y":8556.56738281250,"width":921.43328857421875,"height":64.882484436035156},"absoluteRenderBounds":{"x":8046.0,"y":8556.50781250,"width":906.277343750,"height":65.0019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40550","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8045.7145996093750,"y":8550.035156250,"width":895.9104003906250,"height":67.671600341796875},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":895.68457031250,"height":67.76660156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40551","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8058.7106933593750,"y":8548.9472656250,"width":871.5197753906250,"height":63.971675872802734},"absoluteRenderBounds":{"x":8058.650878906250,"y":8550.0,"width":871.639160156250,"height":62.9785156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40552","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8072.4472656250,"y":8549.95214843750,"width":842.968750,"height":59.111255645751953},"absoluteRenderBounds":{"x":8072.387207031250,"y":8550.0,"width":843.088378906250,"height":59.1230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40553","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8086.4342041015625,"y":8551.6621093750,"width":812.44567871093750,"height":54.775684356689453},"absoluteRenderBounds":{"x":8086.37402343750,"y":8551.60253906250,"width":812.56542968750,"height":54.89550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40554","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8099.9923706054688,"y":8553.2402343750,"width":782.48223876953125,"height":51.017848968505859},"absoluteRenderBounds":{"x":8099.932128906250,"y":8553.18066406250,"width":782.602050781250,"height":51.13769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40555","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8112.4302978515625,"y":8546.0468750,"width":755.67419433593750,"height":55.679832458496094},"absoluteRenderBounds":{"x":8112.37011718750,"y":8550.0,"width":755.79394531250,"height":51.7871093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40556","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7705.9063720703125,"y":8540.56347656250,"width":435.20007324218750,"height":246.36640930175781},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":95.166503906250,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40557","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7744.2922973632812,"y":8547.55761718750,"width":413.54510498046875,"height":237.85726928710938},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":111.89746093750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40558","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7782.8328247070312,"y":8557.73925781250,"width":390.92303466796875,"height":226.13958740234375},"absoluteRenderBounds":{"x":8046.0,"y":8557.67968750,"width":127.815917968750,"height":174.32031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40559","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7821.4675292968750,"y":8569.42480468750,"width":367.8557128906250,"height":212.90748596191406},"absoluteRenderBounds":{"x":8046.0,"y":8569.3652343750,"width":143.383300781250,"height":162.6347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40560","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7860.2633056640625,"y":8580.95996093750,"width":344.81384277343750,"height":199.84220886230469},"absoluteRenderBounds":{"x":8046.0,"y":8580.9003906250,"width":159.136718750,"height":151.0996093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40561","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7899.1819763183594,"y":8590.6230468750,"width":322.31900024414062,"height":188.65071105957031},"absoluteRenderBounds":{"x":8046.0,"y":8590.56347656250,"width":175.5605468750,"height":141.43652343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40562","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7938.1957397460938,"y":8596.761718750,"width":300.89312744140625,"height":180.97586059570312},"absoluteRenderBounds":{"x":8046.0,"y":8596.70214843750,"width":193.14843750,"height":135.29785156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40563","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":7977.3714904785156,"y":8597.6972656250,"width":280.95565795898438,"height":178.52452087402344},"absoluteRenderBounds":{"x":8046.0,"y":8597.63769531250,"width":212.386718750,"height":134.36230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40564","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8016.0605163574219,"y":8593.63183593750,"width":262.92678833007812,"height":182.51597595214844},"absoluteRenderBounds":{"x":8046.0,"y":8593.5722656250,"width":233.0468750,"height":138.4277343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40565","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8054.2582702636719,"y":8586.1191406250,"width":246.28469848632812,"height":191.55128479003906},"absoluteRenderBounds":{"x":8054.19824218750,"y":8586.05957031250,"width":246.4042968750,"height":145.94042968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40566","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8092.1886138916016,"y":8576.4707031250,"width":230.44419860839844,"height":203.76947021484375},"absoluteRenderBounds":{"x":8092.128417968750,"y":8576.41113281250,"width":230.563964843750,"height":155.58886718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40567","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8130.1380462646484,"y":8565.93066406250,"width":214.79457092285156,"height":217.28395080566406},"absoluteRenderBounds":{"x":8130.0781250,"y":8565.871093750,"width":214.91406250,"height":166.128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40568","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8168.3638305664062,"y":8555.79589843750,"width":198.72503662109375,"height":230.24653625488281},"absoluteRenderBounds":{"x":8168.30371093750,"y":8555.7363281250,"width":198.84472656250,"height":176.2636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40569","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8207.0888366699219,"y":8547.31542968750,"width":181.67581176757812,"height":240.71929931640625},"absoluteRenderBounds":{"x":8207.0292968750,"y":8550.0,"width":181.7949218750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40570","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8246.6122436523438,"y":8541.76660156250,"width":163.02349853515625,"height":246.87974548339844},"absoluteRenderBounds":{"x":8246.55175781250,"y":8550.0,"width":163.14355468750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40571","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8287.6149139404297,"y":8540.175781250,"width":141.81379699707031,"height":246.95675659179688},"absoluteRenderBounds":{"x":8287.55468750,"y":8550.0,"width":141.933593750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40572","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8333.8480148315430,"y":8540.69238281250,"width":114.87854766845703,"height":241.36102294921875},"absoluteRenderBounds":{"x":8333.78808593750,"y":8550.0,"width":114.9980468750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40573","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8384.5767669677734,"y":8542.29785156250,"width":83.235733032226562,"height":231.86367797851562},"absoluteRenderBounds":{"x":8384.51660156250,"y":8550.0,"width":83.355468750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40574","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8430.7094535827637,"y":8544.531250,"width":57.827655792236328,"height":219.97915649414062},"absoluteRenderBounds":{"x":8430.64941406250,"y":8550.0,"width":57.9472656250,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40575","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8467.0681648254395,"y":8546.9843750,"width":49.226757049560547,"height":207.28607177734375},"absoluteRenderBounds":{"x":8467.00781250,"y":8550.0,"width":49.34667968750,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40576","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8502.4414329528809,"y":8549.20800781250,"width":43.557590484619141,"height":195.41438293457031},"absoluteRenderBounds":{"x":8502.38183593750,"y":8550.0,"width":43.67675781250,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40577","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8536.6784591674805,"y":8550.75781250,"width":60.228767395019531,"height":185.89137268066406},"absoluteRenderBounds":{"x":8536.61816406250,"y":8550.69824218750,"width":60.34863281250,"height":181.30175781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40578","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8563.7817230224609,"y":8549.910156250,"width":79.650894165039062,"height":181.62179565429688},"absoluteRenderBounds":{"x":8563.72167968750,"y":8550.0,"width":79.77050781250,"height":181.5917968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40579","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8584.1856994628906,"y":8548.8535156250,"width":99.865081787109375,"height":181.04141235351562},"absoluteRenderBounds":{"x":8584.12597656250,"y":8550.0,"width":99.9843750,"height":179.9550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40580","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8606.3291397094727,"y":8551.652343750,"width":113.21187591552734,"height":178.53855895996094},"absoluteRenderBounds":{"x":8606.269531250,"y":8551.59277343750,"width":113.33105468750,"height":178.6582031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40581","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8629.8211975097656,"y":8556.738281250,"width":121.72372436523438,"height":174.98544311523438},"absoluteRenderBounds":{"x":8629.76074218750,"y":8556.67871093750,"width":121.843750,"height":175.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40582","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8654.0954742431641,"y":8562.98535156250,"width":127.57640075683594,"height":170.99052429199219},"absoluteRenderBounds":{"x":8654.035156250,"y":8562.925781250,"width":127.69628906250,"height":169.074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40583","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8678.6414947509766,"y":8569.08593750,"width":132.84385681152344,"height":167.29454040527344},"absoluteRenderBounds":{"x":8678.58105468750,"y":8569.02636718750,"width":132.96386718750,"height":162.97363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40584","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8702.8910064697266,"y":8574.27636718750,"width":139.71446228027344,"height":164.12446594238281},"absoluteRenderBounds":{"x":8702.83105468750,"y":8574.2167968750,"width":139.8339843750,"height":157.7832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40585","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8726.3045654296875,"y":8577.94628906250,"width":150.18566894531250,"height":161.55761718750},"absoluteRenderBounds":{"x":8726.2441406250,"y":8577.886718750,"width":150.30566406250,"height":154.113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40586","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8748.3380279541016,"y":8579.183593750,"width":166.48423767089844,"height":159.95335388183594},"absoluteRenderBounds":{"x":8748.27832031250,"y":8579.12402343750,"width":166.6035156250,"height":152.87597656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40587","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8767.4364624023438,"y":8577.64355468750,"width":189.66607666015625,"height":159.83781433105469},"absoluteRenderBounds":{"x":8767.37597656250,"y":8577.5839843750,"width":189.78613281250,"height":154.4160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40588","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8782.2084045410156,"y":8574.31347656250,"width":217.45370483398438,"height":161.48062133789062},"absoluteRenderBounds":{"x":8782.14843750,"y":8574.253906250,"width":183.85156250,"height":157.746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40589","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8794.0037078857422,"y":8569.80468750,"width":248.35859680175781,"height":164.3298339843750},"absoluteRenderBounds":{"x":8793.9433593750,"y":8569.74511718750,"width":172.0566406250,"height":162.25488281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40590","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8804.2191162109375,"y":8564.66503906250,"width":280.96838378906250,"height":167.79505920410156},"absoluteRenderBounds":{"x":8804.15917968750,"y":8564.605468750,"width":161.84082031250,"height":167.394531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40591","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8814.2854003906250,"y":8559.4667968750,"width":313.8962402343750,"height":171.31164550781250},"absoluteRenderBounds":{"x":8814.22558593750,"y":8559.40722656250,"width":151.77441406250,"height":171.4316406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40592","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8825.6050720214844,"y":8554.781250,"width":345.71719360351562,"height":174.32771301269531},"absoluteRenderBounds":{"x":8825.5449218750,"y":8554.72167968750,"width":140.4550781250,"height":174.4472656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40593","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":0.11999999731779099,"strokeAlign":"CENTER","strokeJoin":"ROUND","strokeCap":"ROUND","absoluteBoundingBox":{"x":8839.5787048339844,"y":8551.16503906250,"width":375.01895141601562,"height":176.21434020996094},"absoluteRenderBounds":{"x":8839.51855468750,"y":8551.105468750,"width":126.48144531250,"height":176.3339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7667.59667968750,"y":8538.3222656250,"width":1590.46191406250,"height":250.34815979003906},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":920.0,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40594","name":"Group","type":"GROUP","scrollBehavior":"SCROLLS","rotation":-2.7755582233073814e-17,"children":[{"id":"1574:40595","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8140.7549873590469,"y":8540.44628906250,"width":0.68202435970306396,"height":0.24461400508880615},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40596","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7966.0873178243637,"y":8676.60839843750,"width":1.1148306131362915,"height":0.20631875097751617},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40597","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7906.4028412103653,"y":8682.277343750,"width":1.0834869146347046,"height":0.13315093517303467},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40598","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7923.0433764457703,"y":8680.19433593750,"width":1.1114087104797363,"height":0.080546520650386810},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40599","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7937.6980694532394,"y":8680.12988281250,"width":1.0934344530105591,"height":0.10572097450494766},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40600","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7951.6168001890182,"y":8679.707031250,"width":1.0931607484817505,"height":0.13963012397289276},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40601","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7886.4314792156219,"y":8688.722656250,"width":1.2589504718780518,"height":0.32269173860549927},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40602","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7862.2761174440384,"y":8700.78417968750,"width":1.3483942747116089,"height":0.45400121808052063},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40603","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7775.2037193775177,"y":8749.28222656250,"width":1.6244056224822998,"height":0.60993725061416626},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40604","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7741.3381220102310,"y":8767.7285156250,"width":1.7136358022689819,"height":0.62598299980163574},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40605","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7835.6106749773026,"y":8715.34472656250,"width":1.4342468976974487,"height":0.52091562747955322},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40606","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7806.6099293231964,"y":8731.65917968750,"width":1.5228831768035889,"height":0.57174462080001831},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40607","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8093.6714499592781,"y":8585.63378906250,"width":0.91351097822189331,"height":0.42569461464881897},"absoluteRenderBounds":{"x":8093.17089843750,"y":8585.13378906250,"width":1.914550781250,"height":1.425781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40608","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8106.5149474143982,"y":8572.5371093750,"width":0.85712289810180664,"height":0.46322983503341675},"absoluteRenderBounds":{"x":8106.01464843750,"y":8572.0371093750,"width":1.8574218750,"height":1.4628906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40609","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8118.9112900495529,"y":8559.4355468750,"width":0.79769432544708252,"height":0.43393409252166748},"absoluteRenderBounds":{"x":8118.41113281250,"y":8558.9355468750,"width":1.79785156250,"height":1.433593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40610","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8080.7783234715462,"y":8596.98339843750,"width":0.93456715345382690,"height":0.33277106285095215},"absoluteRenderBounds":{"x":8080.276855468750,"y":8596.48339843750,"width":1.93750,"height":1.33300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40611","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8130.4522007107735,"y":8548.1425781250,"width":0.74262350797653198,"height":0.37856960296630859},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40612","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8053.8123660087585,"y":8615.0097656250,"width":1.0177121162414551,"height":0.39534583687782288},"absoluteRenderBounds":{"x":8053.312011718750,"y":8614.5097656250,"width":2.018066406250,"height":1.39550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40613","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8037.1016548871994,"y":8627.74902343750,"width":1.0697318315505981,"height":0.45757290720939636},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40614","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8019.0208413600922,"y":8641.83886718750,"width":1.0929281711578369,"height":0.47689560055732727},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40615","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8000.4873377084732,"y":8655.79394531250,"width":1.1142247915267944,"height":0.43843227624893188},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40616","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8068.1907803416252,"y":8605.121093750,"width":0.94349700212478638,"height":0.27810689806938171},"absoluteRenderBounds":{"x":8067.690917968750,"y":8604.621093750,"width":1.9433593750,"height":1.27832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40617","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7982.4708311557770,"y":8668.12402343750,"width":1.1238954067230225,"height":0.36823943257331848},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40618","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7704.9530398845673,"y":8786.60644531250,"width":1.8155148029327393,"height":0.63145565986633301},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40619","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8157.5144160985947,"y":8547.37988281250,"width":0.64671671390533447,"height":0.35913220047950745},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40620","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7934.6826183795929,"y":8680.23730468750,"width":1.1445300579071045,"height":0.16839447617530823},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40621","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7915.2649680376053,"y":8687.050781250,"width":1.2301491498947144,"height":0.32257607579231262},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40622","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7892.2462048530579,"y":8699.0996093750,"width":1.3162951469421387,"height":0.45401087403297424},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40623","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7951.2520684003830,"y":8677.394531250,"width":1.1068183183670044,"height":0.11707852780818939},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40624","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7966.0432482957840,"y":8676.4531250,"width":1.0983532667160034,"height":0.15608306229114532},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40625","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7980.0534900426865,"y":8675.25781250,"width":1.1032482385635376,"height":0.19220875203609467},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40626","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7778.0565888881683,"y":8766.21777343750,"width":1.6768095493316650,"height":0.62598299980163574},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40627","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7810.0952259302139,"y":8747.72949218750,"width":1.5781139135360718,"height":0.60979598760604858},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40628","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7839.6967861652374,"y":8730.04589843750,"width":1.4897372722625732,"height":0.57159036397933960},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40629","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7867.0190203189850,"y":8713.68750,"width":1.3960187435150146,"height":0.52075761556625366},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40630","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8045.0473055839539,"y":8639.51855468750,"width":1.1108975410461426,"height":0.41287502646446228},"absoluteRenderBounds":{"x":8046.0,"y":8639.01855468750,"width":0.6582031250,"height":1.41308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40631","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8092.3787986040115,"y":8606.5449218750,"width":0.98497092723846436,"height":0.27989825606346130},"absoluteRenderBounds":{"x":8091.878906250,"y":8606.0449218750,"width":1.984863281250,"height":1.28027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40632","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8104.2583398818970,"y":8598.656250,"width":0.94869136810302734,"height":0.32831677794456482},"absoluteRenderBounds":{"x":8103.758300781250,"y":8598.156250,"width":1.948730468750,"height":1.3281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40633","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8127.0786589980125,"y":8576.5488281250,"width":0.83149725198745728,"height":0.42857748270034790},"absoluteRenderBounds":{"x":8126.578613281250,"y":8576.0488281250,"width":1.831542968750,"height":1.42871093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40634","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7994.2666834592819,"y":8671.69042968750,"width":1.1376134157180786,"height":0.27063220739364624},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40635","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8147.9734082221985,"y":8554.69433593750,"width":0.71213865280151367,"height":0.42496043443679810},"absoluteRenderBounds":{"x":8147.472167968750,"y":8554.19433593750,"width":1.713378906250,"height":1.42480468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40636","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8137.7981488704681,"y":8564.88964843750,"width":0.76825737953186035,"height":0.45527046918869019},"absoluteRenderBounds":{"x":8137.2968750,"y":8564.38964843750,"width":1.77050781250,"height":1.4550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40637","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8115.8549196124077,"y":8588.25683593750,"width":0.89654523134231567,"height":0.40443512797355652},"absoluteRenderBounds":{"x":8115.35449218750,"y":8587.75683593750,"width":1.896972656250,"height":1.4042968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40638","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8009.9549804925919,"y":8663.355468750,"width":1.1387695074081421,"height":0.38355267047882080},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40639","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8027.1990895271301,"y":8651.9550781250,"width":1.1324534416198730,"height":0.41009873151779175},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40640","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8062.4983712434769,"y":8627.093750,"width":1.0865896940231323,"height":0.40326094627380371},"absoluteRenderBounds":{"x":8061.998535156250,"y":8626.593750,"width":2.086425781250,"height":1.40332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40641","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8078.6231451034546,"y":8615.75878906250,"width":1.0291986465454102,"height":0.35286754369735718},"absoluteRenderBounds":{"x":8078.121582031250,"y":8615.25878906250,"width":2.031250,"height":1.35253906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40642","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7743.3691210746765,"y":8785.0839843750,"width":1.7910351753234863,"height":0.63051456212997437},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40643","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8173.4388777017593,"y":8557.54003906250,"width":0.61532151699066162,"height":0.41997295618057251},"absoluteRenderBounds":{"x":8172.938964843750,"y":8557.04003906250,"width":1.6152343750,"height":1.4199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40644","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7979.3891537189484,"y":8673.92285156250,"width":1.1020572185516357,"height":0.15262183547019958},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40645","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7962.6519560813904,"y":8677.72656250,"width":1.1507782936096191,"height":0.19128710031509399},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40646","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7994.5539271831512,"y":8671.8613281250,"width":1.1096470355987549,"height":0.17602607607841492},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40647","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8023.0763728618622,"y":8665.371093750,"width":1.1531193256378174,"height":0.30364403128623962},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40648","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8008.8699314594269,"y":8669.652343750,"width":1.1193263530731201,"height":0.22389134764671326},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40649","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7943.5993396043777,"y":8685.1503906250,"width":1.2014416456222534,"height":0.33437943458557129},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40650","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7844.8483515977859,"y":8746.12207031250,"width":1.5461796522140503,"height":0.60979598760604858},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40651","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7814.7607665061951,"y":8764.6972656250,"width":1.6445069313049316,"height":0.62692314386367798},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40652","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7898.0583583116531,"y":8711.9199218750,"width":1.3644932508468628,"height":0.52056890726089478},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40653","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7921.7135862112045,"y":8697.2714843750,"width":1.2805544137954712,"height":0.45387357473373413},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40654","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7872.5529502630234,"y":8728.37402343750,"width":1.4392372369766235,"height":0.57681500911712646},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40655","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8147.6896943449974,"y":8582.593750,"width":0.80395799875259399,"height":0.40939104557037354},"absoluteRenderBounds":{"x":8147.189941406250,"y":8582.093750,"width":1.805175781250,"height":1.40917968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40656","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8138.4009473323822,"y":8592.54199218750,"width":0.87737298011779785,"height":0.37764063477516174},"absoluteRenderBounds":{"x":8137.900878906250,"y":8592.04199218750,"width":1.877441406250,"height":1.37792968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40657","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8038.1434420347214,"y":8657.253906250,"width":1.1529446840286255,"height":0.38792443275451660},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40658","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8156.4665173292160,"y":8572.750,"width":0.72293579578399658,"height":0.44822052121162415},"absoluteRenderBounds":{"x":8155.966308593750,"y":8572.250,"width":1.723144531250,"height":1.44824218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40659","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8164.9690786004066,"y":8564.058593750,"width":0.66959327459335327,"height":0.45629486441612244},"absoluteRenderBounds":{"x":8164.469238281250,"y":8563.558593750,"width":1.669433593750,"height":1.45605468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40660","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8128.3873497247696,"y":8601.5722656250,"width":0.94175183773040771,"height":0.31161427497863770},"absoluteRenderBounds":{"x":8127.887207031250,"y":8601.0722656250,"width":1.941894531250,"height":1.31152343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40661","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8117.4659314155579,"y":8608.847656250,"width":0.99061155319213867,"height":0.25889348983764648},"absoluteRenderBounds":{"x":8116.96582031250,"y":8608.347656250,"width":1.990722656250,"height":1.25878906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40662","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8088.7335903644562,"y":8626.4589843750,"width":1.0793979167938232,"height":0.33849412202835083},"absoluteRenderBounds":{"x":8088.233886718750,"y":8625.95800781250,"width":2.079589843750,"height":1.339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40663","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8054.7198410034180,"y":8647.277343750,"width":1.1351394653320312,"height":0.37687394022941589},"absoluteRenderBounds":{"x":8054.21972656250,"y":8646.777343750,"width":2.135253906250,"height":1.3769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40664","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8104.2558138370514,"y":8616.92480468750,"width":1.0400846004486084,"height":0.30240043997764587},"absoluteRenderBounds":{"x":8103.7558593750,"y":8616.42480468750,"width":2.0410156250,"height":1.3027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40665","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8071.8625947237015,"y":8636.7871093750,"width":1.1276396512985229,"height":0.34897884726524353},"absoluteRenderBounds":{"x":8071.36230468750,"y":8636.2871093750,"width":2.12792968750,"height":1.34863281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40666","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7781.9303138256073,"y":8783.5566406250,"width":1.7552330493927002,"height":0.63051456212997437},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40667","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8189.0250747203827,"y":8569.22558593750,"width":0.59992527961730957,"height":0.43380677700042725},"absoluteRenderBounds":{"x":8188.524902343750,"y":8568.72558593750,"width":1.600097656250,"height":1.433593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40668","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7950.9946919679642,"y":8695.39843750,"width":1.2474955320358276,"height":0.45387357473373413},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40669","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7990.5320713520050,"y":8675.02343750,"width":1.1710536479949951,"height":0.22027997672557831},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40670","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7971.7020618915558,"y":8683.15722656250,"width":1.1958873271942139,"height":0.34720194339752197},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40671","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8007.4964518547058,"y":8670.1308593750,"width":1.1666340827941895,"height":0.18448574841022491},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40672","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8023.1618582010269,"y":8666.83593750,"width":1.1066964864730835,"height":0.20445549488067627},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40673","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7851.5340640544891,"y":8763.136718750,"width":1.6133968830108643,"height":0.63037556409835815},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40674","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7928.9671421051025,"y":8710.105468750,"width":1.3326625823974609,"height":0.52056890726089478},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40675","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8037.8959047794342,"y":8663.480468750,"width":1.1304624080657959,"height":0.25069123506546021},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40676","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7879.6026889085770,"y":8744.4824218750,"width":1.5267056226730347,"height":0.60966044664382935},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40677","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7905.3003091812134,"y":8726.63964843750,"width":1.4267416000366211,"height":0.57144260406494141},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40678","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8181.7737549543381,"y":8574.7675781250,"width":0.65397942066192627,"height":0.44706711173057556},"absoluteRenderBounds":{"x":8181.273925781250,"y":8574.2675781250,"width":1.653808593750,"height":1.4472656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40679","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8161.1456506252289,"y":8597.62402343750,"width":0.85874390602111816,"height":0.32405436038970947},"absoluteRenderBounds":{"x":8160.645019531250,"y":8597.12402343750,"width":1.859863281250,"height":1.324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40680","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8152.8903298974037,"y":8605.13281250,"width":0.93584197759628296,"height":0.26772275567054749},"absoluteRenderBounds":{"x":8152.390136718750,"y":8604.63281250,"width":1.93652343750,"height":1.2675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40681","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8142.9458237886429,"y":8611.5839843750,"width":1.0004652738571167,"height":0.23351293802261353},"absoluteRenderBounds":{"x":8142.445800781250,"y":8611.0839843750,"width":2.000488281250,"height":1.23339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40682","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8175.0679445266724,"y":8581.78906250,"width":0.71135234832763672,"height":0.40057605504989624},"absoluteRenderBounds":{"x":8174.567871093750,"y":8581.28906250,"width":1.71191406250,"height":1.4003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40683","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8168.3612648844719,"y":8589.63574218750,"width":0.78033667802810669,"height":0.37334215641021729},"absoluteRenderBounds":{"x":8167.8613281250,"y":8589.13574218750,"width":1.78027343750,"height":1.3730468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40684","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8115.3371018171310,"y":8625.8105468750,"width":1.0925856828689575,"height":0.2602941095829010},"absoluteRenderBounds":{"x":8114.836425781250,"y":8625.3105468750,"width":2.093750,"height":1.2597656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40685","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8082.5826441049576,"y":8642.14843750,"width":1.1351293325424194,"height":0.32791876792907715},"absoluteRenderBounds":{"x":8082.082519531250,"y":8641.64843750,"width":2.135253906250,"height":1.3281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40686","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8130.2877060174942,"y":8618.30957031250,"width":1.0443252325057983,"height":0.24599869549274445},"absoluteRenderBounds":{"x":8129.787597656250,"y":8617.80957031250,"width":2.044433593750,"height":1.246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40687","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8099.1335179805756,"y":8633.85058593750,"width":1.1228296756744385,"height":0.28993219137191772},"absoluteRenderBounds":{"x":8098.63378906250,"y":8633.35058593750,"width":2.122558593750,"height":1.29003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40688","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8066.7742207050323,"y":8650.566406250,"width":1.0861308574676514,"height":0.34733694791793823},"absoluteRenderBounds":{"x":8066.27343750,"y":8650.066406250,"width":2.08691406250,"height":1.34667968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40689","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8052.2184230089188,"y":8658.402343750,"width":1.1565769910812378,"height":0.33616685867309570},"absoluteRenderBounds":{"x":8051.717285156250,"y":8657.902343750,"width":2.158691406250,"height":1.33593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40690","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7820.6003859043121,"y":8782.0468750,"width":1.7199265956878662,"height":0.63508802652359009},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40691","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8204.7632764577866,"y":8580.7441406250,"width":0.61367666721343994,"height":0.40713310241699219},"absoluteRenderBounds":{"x":8204.2636718750,"y":8580.2441406250,"width":1.613281250,"height":1.40722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40692","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7999.9096393585205,"y":8681.1894531250,"width":1.1924114227294922,"height":0.3618149459362030},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40693","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8018.4913146495819,"y":8672.33691406250,"width":1.1649353504180908,"height":0.25106993317604065},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40694","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7980.4020285606384,"y":8693.53808593750,"width":1.2288308143615723,"height":0.46065664291381836},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40695","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8035.7045183181763,"y":8666.3691406250,"width":1.1529035568237305,"height":0.19786538183689117},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40696","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8051.7853604555130,"y":8661.8496093750,"width":1.1160067319869995,"height":0.20881302654743195},"absoluteRenderBounds":{"x":8051.285156250,"y":8661.3496093750,"width":2.11621093750,"height":1.2089843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40697","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7888.3895759582520,"y":8761.57519531250,"width":1.5952873229980469,"height":0.63505637645721436},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40698","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8066.9170740842819,"y":8657.38378906250,"width":1.1376134157180786,"height":0.26375821232795715},"absoluteRenderBounds":{"x":8066.41699218750,"y":8656.88378906250,"width":2.13769531250,"height":1.2636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40699","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7914.4966450929642,"y":8742.871093750,"width":1.4867533445358276,"height":0.61294347047805786},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40700","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7938.1853969097137,"y":8724.9082031250,"width":1.4000523090362549,"height":0.58140200376510620},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40701","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7959.9940158128738,"y":8708.3027343750,"width":1.3062771558761597,"height":0.53032904863357544},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40702","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8168.4948598146439,"y":8614.2675781250,"width":0.98853862285614014,"height":0.21010786294937134},"absoluteRenderBounds":{"x":8167.994628906250,"y":8613.7675781250,"width":1.988769531250,"height":1.20996093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40703","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8183.9707297682762,"y":8602.6250,"width":0.84616476297378540,"height":0.26891493797302246},"absoluteRenderBounds":{"x":8183.4707031250,"y":8602.1250,"width":1.846191406250,"height":1.26855468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40704","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8189.1418308019638,"y":8596.5527343750,"width":0.77906763553619385,"height":0.30551454424858093},"absoluteRenderBounds":{"x":8188.64160156250,"y":8596.0527343750,"width":1.7792968750,"height":1.30566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40705","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8193.7710295915604,"y":8590.70605468750,"width":0.69381415843963623,"height":0.35490843653678894},"absoluteRenderBounds":{"x":8193.27050781250,"y":8590.20605468750,"width":1.69433593750,"height":1.35449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40706","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8198.6920013427734,"y":8585.35839843750,"width":0.63905334472656250,"height":0.39541637897491455},"absoluteRenderBounds":{"x":8198.19238281250,"y":8584.85839843750,"width":1.6386718750,"height":1.39550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40707","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8177.4272678494453,"y":8608.61035156250,"width":0.90964621305465698,"height":0.23194706439971924},"absoluteRenderBounds":{"x":8176.925292968750,"y":8608.11035156250,"width":1.913574218750,"height":1.2324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40708","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8081.3154658079147,"y":8651.519531250,"width":1.1610966920852661,"height":0.33329007029533386},"absoluteRenderBounds":{"x":8080.814941406250,"y":8651.019531250,"width":2.1621093750,"height":1.33300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40709","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8110.4886201620102,"y":8637.10156250,"width":1.0616728067398071,"height":0.26108378171920776},"absoluteRenderBounds":{"x":8109.988281250,"y":8636.60156250,"width":2.062011718750,"height":1.26074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40710","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8095.3154569864273,"y":8643.925781250,"width":1.1298555135726929,"height":0.33377781510353088},"absoluteRenderBounds":{"x":8094.81542968750,"y":8643.425781250,"width":2.12988281250,"height":1.3339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40711","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8126.358309507370,"y":8630.9121093750,"width":1.0425693988800049,"height":0.21453419327735901},"absoluteRenderBounds":{"x":8125.85839843750,"y":8630.4121093750,"width":2.043457031250,"height":1.214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40712","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8142.0097086429596,"y":8625.16406250,"width":1.0454671382904053,"height":0.18852105736732483},"absoluteRenderBounds":{"x":8141.5097656250,"y":8624.66406250,"width":2.045410156250,"height":1.18847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40713","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8156.3936735391617,"y":8619.69433593750,"width":1.0350373983383179,"height":0.18326130509376526},"absoluteRenderBounds":{"x":8155.89355468750,"y":8619.19433593750,"width":2.035156250,"height":1.183593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40714","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7859.3973964452744,"y":8780.50781250,"width":1.6851230859756470,"height":0.63507008552551270},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40715","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8221.1826702952385,"y":8590.4589843750,"width":0.61908751726150513,"height":0.31726706027984619},"absoluteRenderBounds":{"x":8220.68261718750,"y":8589.9589843750,"width":1.6191406250,"height":1.31738281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40716","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8046.6965386867523,"y":8669.89843750,"width":1.1686956882476807,"height":0.27268221974372864},"absoluteRenderBounds":{"x":8046.195800781250,"y":8669.39843750,"width":2.1699218750,"height":1.27246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40717","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8063.9830974340439,"y":8663.0019531250,"width":1.1775470972061157,"height":0.22438676655292511},"absoluteRenderBounds":{"x":8063.482910156250,"y":8662.5019531250,"width":2.1777343750,"height":1.2246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40718","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8028.5091598033905,"y":8679.30468750,"width":1.2003128528594971,"height":0.37465104460716248},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40719","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8095.7349289655685,"y":8651.98339843750,"width":1.1454421281814575,"height":0.25892746448516846},"absoluteRenderBounds":{"x":8095.234863281250,"y":8651.48339843750,"width":2.14550781250,"height":1.25878906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40720","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8080.3614753484726,"y":8657.410156250,"width":1.1570793390274048,"height":0.22775915265083313},"absoluteRenderBounds":{"x":8079.8613281250,"y":8656.910156250,"width":2.15722656250,"height":1.22753906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40721","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8110.0708477497101,"y":8645.468750,"width":1.1342303752899170,"height":0.30885210633277893},"absoluteRenderBounds":{"x":8109.570800781250,"y":8644.968750,"width":2.134277343750,"height":1.308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40722","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8010.1388205289841,"y":8691.72949218750,"width":1.2483865022659302,"height":0.45375248789787292},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40723","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7925.4475260972977,"y":8760.027343750,"width":1.5685871839523315,"height":0.63507568836212158},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40724","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7971.3556082248688,"y":8723.2519531250,"width":1.3885324001312256,"height":0.58400976657867432},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40725","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7991.3446648120880,"y":8706.53906250,"width":1.3057258129119873,"height":0.53023457527160645},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40726","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7949.5981382131577,"y":8741.26464843750,"width":1.4760805368423462,"height":0.62223082780838013},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40727","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8201.7253271341324,"y":8611.36621093750,"width":0.90553224086761475,"height":0.17973990738391876},"absoluteRenderBounds":{"x":8201.22558593750,"y":8610.86621093750,"width":1.90527343750,"height":1.17968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40728","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8206.7404925823212,"y":8606.667968750,"width":0.84837460517883301,"height":0.18718415498733521},"absoluteRenderBounds":{"x":8206.2031250,"y":8606.167968750,"width":1.886718750,"height":1.18750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40729","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8216.1172245740891,"y":8594.30957031250,"width":0.63863480091094971,"height":0.30230557918548584},"absoluteRenderBounds":{"x":8215.61718750,"y":8593.80957031250,"width":1.6386718750,"height":1.3027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40730","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8123.4557645320892,"y":8638.050781250,"width":1.1155245304107666,"height":0.27891740202903748},"absoluteRenderBounds":{"x":8122.9550781250,"y":8637.550781250,"width":2.116699218750,"height":1.2792968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40731","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8210.0356028079987,"y":8602.3300781250,"width":0.77885031700134277,"height":0.2075020819902420},"absoluteRenderBounds":{"x":8209.50683593750,"y":8601.8300781250,"width":1.80761718750,"height":1.207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40732","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8153.1961257457733,"y":8628.222656250,"width":1.0343430042266846,"height":0.15053518116474152},"absoluteRenderBounds":{"x":8152.69433593750,"y":8627.722656250,"width":2.03613281250,"height":1.1503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40733","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8193.7036525607109,"y":8616.4472656250,"width":0.95748025178909302,"height":0.16899396479129791},"absoluteRenderBounds":{"x":8193.2031250,"y":8615.9472656250,"width":1.95800781250,"height":1.16894531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40734","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8137.9413225650787,"y":8632.53808593750,"width":1.0489118099212646,"height":0.20596015453338623},"absoluteRenderBounds":{"x":8137.439941406250,"y":8632.03808593750,"width":2.050781250,"height":1.20605468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40735","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8212.7913486957550,"y":8598.23535156250,"width":0.68130755424499512,"height":0.26715773344039917},"absoluteRenderBounds":{"x":8212.2910156250,"y":8597.73535156250,"width":1.6816406250,"height":1.2675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40736","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8182.0676686763763,"y":8620.7753906250,"width":1.0094797611236572,"height":0.13455757498741150},"absoluteRenderBounds":{"x":8181.56738281250,"y":8620.2753906250,"width":2.0097656250,"height":1.1347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40737","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8168.2638522386551,"y":8624.51660156250,"width":0.99200713634490967,"height":0.12525947391986847},"absoluteRenderBounds":{"x":8167.7636718750,"y":8624.01660156250,"width":1.99218750,"height":1.1250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40738","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7898.3260830640793,"y":8778.980468750,"width":1.6509677171707153,"height":0.63508802652359009},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40739","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8238.7538624405861,"y":8596.66113281250,"width":0.65824693441390991,"height":0.18519864976406097},"absoluteRenderBounds":{"x":8238.253906250,"y":8596.16113281250,"width":1.6582031250,"height":1.1855468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40740","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8075.3346122503281,"y":8667.96191406250,"width":1.1898018121719360,"height":0.28315883874893188},"absoluteRenderBounds":{"x":8074.833496093750,"y":8667.46191406250,"width":2.191894531250,"height":1.2832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40741","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8124.1791481971741,"y":8647.84667968750,"width":1.1265158653259277,"height":0.23096199333667755},"absoluteRenderBounds":{"x":8123.679199218750,"y":8647.34667968750,"width":2.126464843750,"height":1.23144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40742","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8057.8045119047165,"y":8677.67285156250,"width":1.2169724702835083,"height":0.37473100423812866},"absoluteRenderBounds":{"x":8057.304199218750,"y":8677.17285156250,"width":2.21777343750,"height":1.3750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40743","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8108.872446179390,"y":8654.00488281250,"width":1.0777491331100464,"height":0.21399407088756561},"absoluteRenderBounds":{"x":8108.37207031250,"y":8653.50488281250,"width":2.0781250,"height":1.21386718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40744","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8040.6413215398788,"y":8690.06738281250,"width":1.2424675226211548,"height":0.46264773607254028},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40745","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8092.4319643974304,"y":8660.39550781250,"width":1.1705746650695801,"height":0.23259711265563965},"absoluteRenderBounds":{"x":8091.932128906250,"y":8659.89550781250,"width":2.170410156250,"height":1.2324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40746","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8023.3098545074463,"y":8704.88183593750,"width":1.2858486175537109,"height":0.53707534074783325},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40747","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7985.0571568012238,"y":8739.7050781250,"width":1.4555385112762451,"height":0.62223082780838013},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40748","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7962.7507045269012,"y":8758.503906250,"width":1.5549595355987549,"height":0.63495564460754395},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40749","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8005.0245059728622,"y":8721.63964843750,"width":1.3573299646377563,"height":0.59344404935836792},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40750","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8207.0060759186745,"y":8621.3964843750,"width":0.95290845632553101,"height":0.096760921180248260},"absoluteRenderBounds":{"x":8206.5058593750,"y":8620.8964843750,"width":1.9531250,"height":1.09667968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40751","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8138.1993068456650,"y":8640.968750,"width":1.0965915918350220,"height":0.27737227082252502},"absoluteRenderBounds":{"x":8137.698730468750,"y":8640.468750,"width":2.097167968750,"height":1.277343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40752","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8229.3136627674103,"y":8608.855468750,"width":0.82598567008972168,"height":0.11681073904037476},"absoluteRenderBounds":{"x":8228.72363281250,"y":8608.355468750,"width":1.9160156250,"height":1.11718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40753","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8218.0994357466698,"y":8617.62597656250,"width":0.91521269083023071,"height":0.15745526552200317},"absoluteRenderBounds":{"x":8217.5996093750,"y":8617.12597656250,"width":1.91503906250,"height":1.15722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40754","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8225.4961984753609,"y":8612.691406250,"width":0.86415308713912964,"height":0.14625588059425354},"absoluteRenderBounds":{"x":8224.996093750,"y":8612.191406250,"width":1.86425781250,"height":1.1464843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40755","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8232.2623252272606,"y":8603.093750,"width":0.72986227273941040,"height":0.13009071350097656},"absoluteRenderBounds":{"x":8231.6972656250,"y":8602.593750,"width":1.79589843750,"height":1.12988281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40756","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8234.3369644880295,"y":8600.20996093750,"width":0.69623863697052002,"height":0.16443200409412384},"absoluteRenderBounds":{"x":8233.80175781250,"y":8599.70996093750,"width":1.73144531250,"height":1.16406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40757","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8231.069370329380,"y":8605.824218750,"width":0.78219217061996460,"height":0.11933756619691849},"absoluteRenderBounds":{"x":8230.56933593750,"y":8605.324218750,"width":1.7832031250,"height":1.1191406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40758","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8164.5980631113052,"y":8628.9316406250,"width":1.0161947011947632,"height":0.15565547347068787},"absoluteRenderBounds":{"x":8164.0957031250,"y":8628.4316406250,"width":2.019531250,"height":1.15527343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40759","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8150.7946475744247,"y":8633.6269531250,"width":1.0696102380752563,"height":0.22658076882362366},"absoluteRenderBounds":{"x":8150.294433593750,"y":8633.09863281250,"width":2.069824218750,"height":1.25488281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40760","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8179.2281750440598,"y":8626.02441406250,"width":1.0022937059402466,"height":0.10129876434803009},"absoluteRenderBounds":{"x":8178.728027343750,"y":8625.52441406250,"width":2.002441406250,"height":1.10156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40761","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8193.7199981212616,"y":8623.855468750,"width":0.97433781623840332,"height":0.075286731123924255},"absoluteRenderBounds":{"x":8193.21972656250,"y":8623.355468750,"width":1.97558593750,"height":1.07519531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40762","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7937.3789879083633,"y":8777.42480468750,"width":1.6298011541366577,"height":0.63411790132522583},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40763","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8257.9657326936722,"y":8597.6250,"width":0.70223605632781982,"height":0.16206449270248413},"absoluteRenderBounds":{"x":8257.46582031250,"y":8597.1250,"width":1.70410156250,"height":1.1621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40764","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8088.1300566196442,"y":8676.4531250,"width":1.2136933803558350,"height":0.36991640925407410},"absoluteRenderBounds":{"x":8087.62988281250,"y":8675.95214843750,"width":2.214843750,"height":1.371093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40765","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8072.0545586347580,"y":8688.738281250,"width":1.2633124589920044,"height":0.45757290720939636},"absoluteRenderBounds":{"x":8071.553222656250,"y":8688.238281250,"width":2.266113281250,"height":1.45800781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40766","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8104.5447846651077,"y":8666.75097656250,"width":1.1925200223922729,"height":0.28955125808715820},"absoluteRenderBounds":{"x":8104.044433593750,"y":8666.25097656250,"width":2.1933593750,"height":1.28906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40767","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8136.9083058834076,"y":8652.0996093750,"width":1.0985300540924072,"height":0.21652455627918243},"absoluteRenderBounds":{"x":8136.407714843750,"y":8651.5996093750,"width":2.099121093750,"height":1.2167968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40768","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8121.0083045959473,"y":8658.894531250,"width":1.1313438415527344,"height":0.23827782273292542},"absoluteRenderBounds":{"x":8120.508300781250,"y":8658.394531250,"width":2.131347656250,"height":1.238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40769","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8151.8081755638123,"y":8645.6093750,"width":1.0472931861877441,"height":0.22008225321769714},"absoluteRenderBounds":{"x":8151.308105468750,"y":8645.1093750,"width":2.047363281250,"height":1.21972656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40770","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8056.0149496793747,"y":8703.51464843750,"width":1.3024331331253052,"height":0.53349733352661133},"absoluteRenderBounds":{"x":8055.514160156250,"y":8703.01464843750,"width":2.30371093750,"height":1.5332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40771","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8020.9445519447327,"y":8738.23535156250,"width":1.4455847740173340,"height":0.62223082780838013},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40772","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8000.3413282632828,"y":8756.9980468750,"width":1.5131639242172241,"height":0.63593512773513794},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40773","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8039.2532579898834,"y":8720.22753906250,"width":1.3629529476165771,"height":0.58412623405456543},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40774","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8253.7801070809364,"y":8601.24707031250,"width":0.74528354406356812,"height":0.12643605470657349},"absoluteRenderBounds":{"x":8253.14550781250,"y":8600.74707031250,"width":1.87988281250,"height":1.12597656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40775","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8251.3590863347054,"y":8608.51660156250,"width":0.77470272779464722,"height":0.10727138817310333},"absoluteRenderBounds":{"x":8250.77343750,"y":8608.01660156250,"width":1.86035156250,"height":1.1074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40776","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8252.4182899594307,"y":8603.7988281250,"width":0.71647566556930542,"height":0.10990480333566666},"absoluteRenderBounds":{"x":8251.917968750,"y":8603.2988281250,"width":1.7167968750,"height":1.11035156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40777","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8165.1633689403534,"y":8638.75097656250,"width":1.0138771533966064,"height":0.24271549284458160},"absoluteRenderBounds":{"x":8164.66308593750,"y":8638.25097656250,"width":2.014160156250,"height":1.24316406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40778","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8252.1779673695564,"y":8605.98339843750,"width":0.7253529429435730,"height":0.097146965563297272},"absoluteRenderBounds":{"x":8251.67675781250,"y":8605.48339843750,"width":1.72753906250,"height":1.09667968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40779","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8241.2951946854591,"y":8617.24218750,"width":0.86203187704086304,"height":0.18117660284042358},"absoluteRenderBounds":{"x":8240.7949218750,"y":8616.74218750,"width":1.86230468750,"height":1.1816406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40780","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8248.2775182127953,"y":8612.093750,"width":0.80158334970474243,"height":0.14897492527961731},"absoluteRenderBounds":{"x":8247.76269531250,"y":8611.593750,"width":1.816406250,"height":1.14941406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40781","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8230.7461136579514,"y":8621.011718750,"width":0.91697227954864502,"height":0.10456888377666473},"absoluteRenderBounds":{"x":8230.246093750,"y":8620.511718750,"width":1.91699218750,"height":1.10449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40782","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8190.3428106307983,"y":8627.00488281250,"width":0.99507999420166016,"height":0.10884048044681549},"absoluteRenderBounds":{"x":8189.84277343750,"y":8626.50488281250,"width":1.99511718750,"height":1.10839843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40783","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8177.1497694253922,"y":8631.4980468750,"width":1.0328477621078491,"height":0.20513963699340820},"absoluteRenderBounds":{"x":8176.64941406250,"y":8630.9980468750,"width":2.0332031250,"height":1.2050781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40784","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8204.3314507007599,"y":8624.6230468750,"width":0.99960398674011230,"height":0.059085506945848465},"absoluteRenderBounds":{"x":8203.83105468750,"y":8624.1230468750,"width":2.0,"height":1.05957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40785","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8218.1364746689796,"y":8623.0332031250,"width":0.95141595602035522,"height":0.068858101963996887},"absoluteRenderBounds":{"x":8217.636718750,"y":8622.5332031250,"width":1.9511718750,"height":1.0683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40786","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":7976.5515316724777,"y":8775.92089843750,"width":1.5920230150222778,"height":0.63373655080795288},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40787","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8278.6118562221527,"y":8593.52636718750,"width":0.72505784034729004,"height":0.23055444657802582},"absoluteRenderBounds":{"x":8278.1113281250,"y":8593.02636718750,"width":1.72558593750,"height":1.230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40788","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8118.4019337892532,"y":8678.06152343750,"width":1.1879099607467651,"height":0.39327791333198547},"absoluteRenderBounds":{"x":8117.901855468750,"y":8677.56152343750,"width":2.187988281250,"height":1.39355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40789","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8103.4702277183533,"y":8690.41894531250,"width":1.2221550941467285,"height":0.48349943757057190},"absoluteRenderBounds":{"x":8102.970214843750,"y":8689.91894531250,"width":2.222167968750,"height":1.48339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40790","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8133.6351290941238,"y":8668.2480468750,"width":1.1441677808761597,"height":0.31300655007362366},"absoluteRenderBounds":{"x":8133.135253906250,"y":8667.7480468750,"width":2.144531250,"height":1.31347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40791","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8163.6886523962021,"y":8652.9316406250,"width":1.0711132287979126,"height":0.24796348810195923},"absoluteRenderBounds":{"x":8163.18847656250,"y":8652.4316406250,"width":2.07128906250,"height":1.2480468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40792","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8148.8355227708817,"y":8660.0683593750,"width":1.1024655103683472,"height":0.26936301589012146},"absoluteRenderBounds":{"x":8148.335449218750,"y":8659.5683593750,"width":2.10253906250,"height":1.269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40793","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8037.3428169488907,"y":8756.91699218750,"width":1.4887260198593140,"height":0.63492560386657715},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40794","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8177.8831638097763,"y":8646.28808593750,"width":1.0465236902236938,"height":0.24308407306671143},"absoluteRenderBounds":{"x":8177.383300781250,"y":8645.78808593750,"width":2.046386718750,"height":1.24316406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40795","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8088.6762044429779,"y":8704.92968750,"width":1.2778971195220947,"height":0.53988540172576904},"absoluteRenderBounds":{"x":8088.176269531250,"y":8704.42968750,"width":2.277832031250,"height":1.54003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40796","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8056.4126718044281,"y":8738.5449218750,"width":1.4066641330718994,"height":0.61003452539443970},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40797","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8073.2553981542587,"y":8721.0957031250,"width":1.3256565332412720,"height":0.57880920171737671},"absoluteRenderBounds":{"x":8072.755371093750,"y":8720.5957031250,"width":2.325683593750,"height":1.57910156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40798","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8263.1195359826088,"y":8614.22558593750,"width":0.81601089239120483,"height":0.21321658790111542},"absoluteRenderBounds":{"x":8262.6191406250,"y":8613.72558593750,"width":1.81738281250,"height":1.2128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40799","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8191.0514153242111,"y":8639.5214843750,"width":1.0306159257888794,"height":0.25664234161376953},"absoluteRenderBounds":{"x":8190.551269531250,"y":8639.0214843750,"width":2.030761718750,"height":1.25683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40800","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8272.7473325729370,"y":8602.50097656250,"width":0.76243305206298828,"height":0.20731405913829803},"absoluteRenderBounds":{"x":8272.24707031250,"y":8602.00097656250,"width":1.76269531250,"height":1.207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40801","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8269.4696037173271,"y":8609.4121093750,"width":0.76770097017288208,"height":0.19792859256267548},"absoluteRenderBounds":{"x":8268.91113281250,"y":8608.9121093750,"width":1.8261718750,"height":1.19824218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40802","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8273.0071468949318,"y":8599.65527343750,"width":0.72722810506820679,"height":0.21819829940795898},"absoluteRenderBounds":{"x":8272.50683593750,"y":8599.15527343750,"width":1.72753906250,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40803","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8274.4178040027618,"y":8596.77832031250,"width":0.76871943473815918,"height":0.24582023918628693},"absoluteRenderBounds":{"x":8273.67675781250,"y":8596.27832031250,"width":2.0097656250,"height":1.246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40804","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8272.1193951368332,"y":8605.6621093750,"width":0.73314392566680908,"height":0.18980380892753601},"absoluteRenderBounds":{"x":8271.6191406250,"y":8605.1621093750,"width":1.73339843750,"height":1.1894531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40805","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8216.5639915466309,"y":8627.652343750,"width":1.0238990783691406,"height":0.14157204329967499},"absoluteRenderBounds":{"x":8216.06250,"y":8627.152343750,"width":2.0253906250,"height":1.14160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40806","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8229.6472182273865,"y":8624.277343750,"width":0.95141458511352539,"height":0.10322503745555878},"absoluteRenderBounds":{"x":8229.14746093750,"y":8623.777343750,"width":1.9511718750,"height":1.1035156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40807","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8203.4999612569809,"y":8632.59082031250,"width":1.0371481180191040,"height":0.22379460930824280},"absoluteRenderBounds":{"x":8203.0,"y":8632.09082031250,"width":2.0371093750,"height":1.22363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40808","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8242.1286952495575,"y":8621.5097656250,"width":0.94357037544250488,"height":0.10456888377666473},"absoluteRenderBounds":{"x":8241.628906250,"y":8621.0097656250,"width":1.9433593750,"height":1.10449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40809","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8253.4831828474998,"y":8618.4355468750,"width":0.87521559000015259,"height":0.15443859994411469},"absoluteRenderBounds":{"x":8252.98339843750,"y":8617.9355468750,"width":1.8750,"height":1.1542968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40810","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8015.2764253616333,"y":8775.82714843750,"width":1.5580472946166992,"height":0.64157444238662720},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40811","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8300.1530643105507,"y":8585.988281250,"width":0.74049037694931030,"height":0.30777439475059509},"absoluteRenderBounds":{"x":8299.652343750,"y":8585.488281250,"width":1.74121093750,"height":1.30761718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40812","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8176.3368252515793,"y":8664.1503906250,"width":1.0845614671707153,"height":0.33185255527496338},"absoluteRenderBounds":{"x":8175.83691406250,"y":8663.6503906250,"width":2.084472656250,"height":1.332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40813","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8162.2389750480652,"y":8672.78613281250,"width":1.1330952644348145,"height":0.38448721170425415},"absoluteRenderBounds":{"x":8161.738769531250,"y":8672.28613281250,"width":2.133300781250,"height":1.3847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40814","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8148.1919382810593,"y":8682.90332031250,"width":1.1674367189407349,"height":0.42684423923492432},"absoluteRenderBounds":{"x":8147.691894531250,"y":8682.40332031250,"width":2.167480468750,"height":1.42675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40815","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8203.8579927682877,"y":8649.5644531250,"width":1.0306791067123413,"height":0.26726827025413513},"absoluteRenderBounds":{"x":8203.35839843750,"y":8649.0644531250,"width":2.03027343750,"height":1.2675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40816","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8190.2776851654053,"y":8656.55566406250,"width":1.0528812408447266,"height":0.28614327311515808},"absoluteRenderBounds":{"x":8189.777832031250,"y":8656.05566406250,"width":2.0527343750,"height":1.28613281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40817","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8216.9112823009491,"y":8642.746093750,"width":1.0193817615509033,"height":0.28401476144790649},"absoluteRenderBounds":{"x":8216.41113281250,"y":8642.246093750,"width":2.019531250,"height":1.28417968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40818","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8091.3593817949295,"y":8741.05957031250,"width":1.3701103925704956,"height":0.59858423471450806},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40819","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8073.8606731891632,"y":8758.738281250,"width":1.4606158733367920,"height":0.62900465726852417},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40820","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8120.8152312040329,"y":8709.1230468750,"width":1.2448273897171021,"height":0.52569699287414551},"absoluteRenderBounds":{"x":8120.31542968750,"y":8708.6230468750,"width":2.244628906250,"height":1.5253906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40821","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8106.7580704689026,"y":8724.49218750,"width":1.2985701560974121,"height":0.55105197429656982},"absoluteRenderBounds":{"x":8106.258300781250,"y":8723.99218750,"width":2.298339843750,"height":1.550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40822","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8134.3638632297516,"y":8695.16503906250,"width":1.1942422389984131,"height":0.50029826164245605},"absoluteRenderBounds":{"x":8133.863769531250,"y":8694.66503906250,"width":2.19433593750,"height":1.50},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40823","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8292.4215889573097,"y":8600.4941406250,"width":0.74637979269027710,"height":0.25800389051437378},"absoluteRenderBounds":{"x":8291.86230468750,"y":8599.9941406250,"width":1.80566406250,"height":1.25781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40824","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8293.2499186992645,"y":8596.464843750,"width":0.72273755073547363,"height":0.27923381328582764},"absoluteRenderBounds":{"x":8292.750,"y":8595.964843750,"width":1.722656250,"height":1.2792968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40825","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8293.7929309606552,"y":8592.683593750,"width":0.77054560184478760,"height":0.31269705295562744},"absoluteRenderBounds":{"x":8293.292968750,"y":8592.183593750,"width":1.77050781250,"height":1.31250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40826","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8289.8533980250359,"y":8604.71582031250,"width":0.74816447496414185,"height":0.23625129461288452},"absoluteRenderBounds":{"x":8289.26660156250,"y":8604.21582031250,"width":1.83496093750,"height":1.2363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40827","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8295.5856169462204,"y":8589.16406250,"width":0.79719555377960205,"height":0.33781906962394714},"absoluteRenderBounds":{"x":8294.77343750,"y":8588.66406250,"width":2.1093750,"height":1.3378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40828","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8242.5174117088318,"y":8629.5957031250,"width":1.0070023536682129,"height":0.20252501964569092},"absoluteRenderBounds":{"x":8242.0175781250,"y":8629.0957031250,"width":2.00683593750,"height":1.20214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40829","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8283.9845662713051,"y":8609.535156250,"width":0.77715247869491577,"height":0.27225306630134583},"absoluteRenderBounds":{"x":8283.48535156250,"y":8609.035156250,"width":1.77636718750,"height":1.27246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40830","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8254.5153015255928,"y":8624.468750,"width":0.96321409940719604,"height":0.16308677196502686},"absoluteRenderBounds":{"x":8254.01464843750,"y":8623.968750,"width":1.96386718750,"height":1.16308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40831","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8265.5624179840088,"y":8619.77636718750,"width":0.89949607849121094,"height":0.16463138163089752},"absoluteRenderBounds":{"x":8265.06152343750,"y":8619.27636718750,"width":1.9003906250,"height":1.16503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40832","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8229.7765538692474,"y":8635.69531250,"width":1.0349695682525635,"height":0.26327782869338989},"absoluteRenderBounds":{"x":8229.27636718750,"y":8635.19531250,"width":2.035156250,"height":1.2636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40833","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8275.4339312314987,"y":8614.9707031250,"width":0.84048283100128174,"height":0.20805381238460541},"absoluteRenderBounds":{"x":8274.933593750,"y":8614.4707031250,"width":1.84082031250,"height":1.20800781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40834","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8053.4821772575378,"y":8777.3750,"width":1.5295414924621582,"height":0.64600229263305664},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40835","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8322.2307953834534,"y":8576.3066406250,"width":0.75748586654663086,"height":0.34389483928680420},"absoluteRenderBounds":{"x":8321.730468750,"y":8575.8066406250,"width":1.75781250,"height":1.343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40836","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8229.7854485511780,"y":8654.464843750,"width":1.0250983238220215,"height":0.30991393327713013},"absoluteRenderBounds":{"x":8229.285156250,"y":8653.964843750,"width":2.0253906250,"height":1.30957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40837","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8216.7242431640625,"y":8661.8925781250,"width":1.05212402343750,"height":0.34622380137443542},"absoluteRenderBounds":{"x":8216.2246093750,"y":8661.3925781250,"width":2.05175781250,"height":1.34667968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40838","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8190.6553938388824,"y":8679.29199218750,"width":1.1160905361175537,"height":0.42029911279678345},"absoluteRenderBounds":{"x":8190.15527343750,"y":8678.79199218750,"width":2.11621093750,"height":1.4199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40839","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8203.6809129714966,"y":8670.0722656250,"width":1.0866651535034180,"height":0.37850987911224365},"absoluteRenderBounds":{"x":8203.18066406250,"y":8669.5722656250,"width":2.08691406250,"height":1.378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40840","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8177.6880242824554,"y":8689.7656250,"width":1.1537725925445557,"height":0.47236019372940063},"absoluteRenderBounds":{"x":8177.187988281250,"y":8689.2656250,"width":2.153808593750,"height":1.472656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40841","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8126.0406260490417,"y":8744.96582031250,"width":1.3421864509582520,"height":0.57560271024703979},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40842","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8110.1506818532944,"y":8761.781250,"width":1.4235368967056274,"height":0.61103641986846924},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40843","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8152.6632542610168,"y":8715.05468750,"width":1.2195582389831543,"height":0.53062957525253296},"absoluteRenderBounds":{"x":8152.16308593750,"y":8714.55468750,"width":2.21972656250,"height":1.53027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40844","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8164.9847859144211,"y":8701.8496093750,"width":1.1743937730789185,"height":0.51111841201782227},"absoluteRenderBounds":{"x":8164.484863281250,"y":8701.3496093750,"width":2.174316406250,"height":1.51074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40845","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8139.9592392444611,"y":8729.41894531250,"width":1.2809951305389404,"height":0.52893245220184326},"absoluteRenderBounds":{"x":8139.459472656250,"y":8728.91894531250,"width":2.280761718750,"height":1.5292968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40846","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8279.1428764462471,"y":8625.24316406250,"width":0.94110792875289917,"height":0.24231380224227905},"absoluteRenderBounds":{"x":8278.6425781250,"y":8624.74316406250,"width":1.941406250,"height":1.24218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40847","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8242.8047403097153,"y":8647.5214843750,"width":1.0194784402847290,"height":0.29005235433578491},"absoluteRenderBounds":{"x":8242.30468750,"y":8647.0214843750,"width":2.019531250,"height":1.29003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40848","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8312.4501758217812,"y":8594.23925781250,"width":0.73537105321884155,"height":0.28969243168830872},"absoluteRenderBounds":{"x":8311.9121093750,"y":8593.73925781250,"width":1.7753906250,"height":1.29003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40849","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8317.1278034448624,"y":8579.6855468750,"width":0.80579030513763428,"height":0.38065958023071289},"absoluteRenderBounds":{"x":8316.4238281250,"y":8579.1855468750,"width":2.0097656250,"height":1.3808593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40850","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8309.7766721844673,"y":8599.1972656250,"width":0.73016375303268433,"height":0.25228342413902283},"absoluteRenderBounds":{"x":8309.218750,"y":8598.6972656250,"width":1.78808593750,"height":1.2519531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40851","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8314.7389160394669,"y":8584.0839843750,"width":0.76987302303314209,"height":0.36292567849159241},"absoluteRenderBounds":{"x":8314.167968750,"y":8583.5839843750,"width":1.84082031250,"height":1.363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40852","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8313.6412049531937,"y":8589.06738281250,"width":0.75820910930633545,"height":0.32226732373237610},"absoluteRenderBounds":{"x":8313.14160156250,"y":8588.56738281250,"width":1.75781250,"height":1.3222656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40853","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8268.3244750499725,"y":8632.46093750,"width":1.0124390125274658,"height":0.28080400824546814},"absoluteRenderBounds":{"x":8267.824218750,"y":8631.96093750,"width":2.01269531250,"height":1.281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40854","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8304.2276566028595,"y":8604.34472656250,"width":0.76355433464050293,"height":0.29511049389839172},"absoluteRenderBounds":{"x":8303.72753906250,"y":8603.84472656250,"width":1.7636718750,"height":1.2949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40855","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8256.0268799066544,"y":8640.0839843750,"width":1.0473388433456421,"height":0.32944676280021667},"absoluteRenderBounds":{"x":8255.52636718750,"y":8639.5839843750,"width":2.04785156250,"height":1.32910156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40856","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8296.9134703874588,"y":8611.32519531250,"width":0.81016242504119873,"height":0.26290571689605713},"absoluteRenderBounds":{"x":8296.41406250,"y":8610.82519531250,"width":1.80957031250,"height":1.26269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40857","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8288.5938867926598,"y":8618.23925781250,"width":0.87681633234024048,"height":0.22901958227157593},"absoluteRenderBounds":{"x":8288.093750,"y":8617.73925781250,"width":1.8769531250,"height":1.22949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40858","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8091.4338144063950,"y":8779.9355468750,"width":1.5002676248550415,"height":0.64274811744689941},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40859","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8344.5258839726448,"y":8565.7832031250,"width":0.75927227735519409,"height":0.35645163059234619},"absoluteRenderBounds":{"x":8344.02636718750,"y":8565.2832031250,"width":1.75878906250,"height":1.35644531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40860","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8219.1347121000290,"y":8686.59667968750,"width":1.1006394624710083,"height":0.42331930994987488},"absoluteRenderBounds":{"x":8218.6347656250,"y":8686.09667968750,"width":2.10058593750,"height":1.42285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40861","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8195.5929819345474,"y":8709.29785156250,"width":1.1677602529525757,"height":0.49992653727531433},"absoluteRenderBounds":{"x":8195.09277343750,"y":8708.79785156250,"width":2.167968750,"height":1.50},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40862","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8207.2076947689056,"y":8697.48925781250,"width":1.1399614810943604,"height":0.48238328099250793},"absoluteRenderBounds":{"x":8206.707031250,"y":8696.98925781250,"width":2.1406250,"height":1.4824218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40863","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8243.2365183830261,"y":8667.9863281250,"width":1.0476613044738770,"height":0.36601492762565613},"absoluteRenderBounds":{"x":8242.7363281250,"y":8667.4863281250,"width":2.04785156250,"height":1.36621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40864","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8231.0946198701859,"y":8676.7832031250,"width":1.0694426298141479,"height":0.39242747426033020},"absoluteRenderBounds":{"x":8230.59472656250,"y":8676.2832031250,"width":2.06933593750,"height":1.3925781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40865","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8146.3958828449249,"y":8765.3281250,"width":1.4171054363250732,"height":0.58613365888595581},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40866","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8255.7562996149063,"y":8660.06738281250,"width":1.0288566350936890,"height":0.32308301329612732},"absoluteRenderBounds":{"x":8255.2558593750,"y":8659.56738281250,"width":2.0292968750,"height":1.32324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40867","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8160.7473340034485,"y":8749.44531250,"width":1.3337206840515137,"height":0.52630972862243652},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40868","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8184.5188574790955,"y":8721.746093750,"width":1.2164940834045410,"height":0.48157480359077454},"absoluteRenderBounds":{"x":8184.019042968750,"y":8721.246093750,"width":2.21777343750,"height":1.48144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40869","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8173.1618174314499,"y":8735.0058593750,"width":1.2561513185501099,"height":0.52131867408752441},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40870","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8329.5100706219673,"y":8594.0800781250,"width":0.73016375303268433,"height":0.23786278069019318},"absoluteRenderBounds":{"x":8328.97558593750,"y":8593.5800781250,"width":1.76464843750,"height":1.238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40871","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8332.4058220982552,"y":8588.13378906250,"width":0.71331852674484253,"height":0.28842160105705261},"absoluteRenderBounds":{"x":8331.90527343750,"y":8587.63378906250,"width":1.714843750,"height":1.28808593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40872","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8324.2627490162849,"y":8599.7050781250,"width":0.76068848371505737,"height":0.30412450432777405},"absoluteRenderBounds":{"x":8323.76269531250,"y":8599.2050781250,"width":1.76074218750,"height":1.30371093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40873","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8334.0357210040092,"y":8581.55957031250,"width":0.74845868349075317,"height":0.34557667374610901},"absoluteRenderBounds":{"x":8333.51074218750,"y":8581.05957031250,"width":1.77441406250,"height":1.3457031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40874","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8335.7427997589111,"y":8575.14355468750,"width":0.77477836608886719,"height":0.37347242236137390},"absoluteRenderBounds":{"x":8335.1699218750,"y":8574.64355468750,"width":1.847656250,"height":1.3730468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40875","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8338.8023442029953,"y":8569.61718750,"width":0.80898392200469971,"height":0.38778293132781982},"absoluteRenderBounds":{"x":8338.1699218750,"y":8569.11718750,"width":1.941406250,"height":1.38769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40876","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8318.1953688263893,"y":8608.26855468750,"width":0.79486554861068726,"height":0.30159744620323181},"absoluteRenderBounds":{"x":8317.69531250,"y":8607.76855468750,"width":1.7949218750,"height":1.30175781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40877","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8268.7367774248123,"y":8652.9472656250,"width":1.0268944501876831,"height":0.30533927679061890},"absoluteRenderBounds":{"x":8268.2363281250,"y":8652.4472656250,"width":2.027343750,"height":1.30566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40878","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8303.6938207745552,"y":8626.5722656250,"width":0.93801516294479370,"height":0.32648098468780518},"absoluteRenderBounds":{"x":8303.1933593750,"y":8626.0722656250,"width":1.93847656250,"height":1.3261718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40879","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8311.5432213544846,"y":8617.281250,"width":0.86302864551544189,"height":0.31346556544303894},"absoluteRenderBounds":{"x":8311.042968750,"y":8616.78027343750,"width":1.863281250,"height":1.3144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40880","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8294.1598410010338,"y":8635.93652343750,"width":0.99152618646621704,"height":0.34528809785842896},"absoluteRenderBounds":{"x":8293.660156250,"y":8635.43652343750,"width":1.99121093750,"height":1.3457031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40881","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8282.3483109474182,"y":8645.12792968750,"width":1.0520796775817871,"height":0.35953903198242188},"absoluteRenderBounds":{"x":8281.84863281250,"y":8644.62792968750,"width":2.05175781250,"height":1.3593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40882","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8129.3937186002731,"y":8782.9277343750,"width":1.4783517122268677,"height":0.63179254531860352},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40883","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8366.7021385431290,"y":8555.6503906250,"width":0.75586926937103271,"height":0.31827470660209656},"absoluteRenderBounds":{"x":8366.20214843750,"y":8555.1503906250,"width":1.7558593750,"height":1.3183593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40884","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8247.7811096906662,"y":8693.5371093750,"width":1.1046324968338013,"height":0.44487547874450684},"absoluteRenderBounds":{"x":8247.281250,"y":8693.0371093750,"width":2.10449218750,"height":1.44531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40885","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8258.6682806015015,"y":8683.1621093750,"width":1.0768365859985352,"height":0.40261682868003845},"absoluteRenderBounds":{"x":8258.167968750,"y":8682.6621093750,"width":2.07714843750,"height":1.402343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40886","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8281.8997706174850,"y":8665.3906250,"width":1.0377293825149536,"height":0.32165700197219849},"absoluteRenderBounds":{"x":8281.39941406250,"y":8664.8906250,"width":2.03808593750,"height":1.32128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40887","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8269.9549638032913,"y":8673.761718750,"width":1.0391768217086792,"height":0.35953903198242188},"absoluteRenderBounds":{"x":8269.4550781250,"y":8673.261718750,"width":2.03906250,"height":1.3593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40888","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8236.9723922014236,"y":8704.8535156250,"width":1.1447952985763550,"height":0.47754329442977905},"absoluteRenderBounds":{"x":8236.47167968750,"y":8704.3535156250,"width":2.14550781250,"height":1.47753906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40889","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8182.9393939971924,"y":8768.64843750,"width":1.4024028778076172,"height":0.55437415838241577},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40890","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8294.8378692865372,"y":8658.10156250,"width":1.0361541509628296,"height":0.27799734473228455},"absoluteRenderBounds":{"x":8294.3378906250,"y":8657.60156250,"width":2.03613281250,"height":1.27832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40891","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8216.6163570880890,"y":8728.0722656250,"width":1.1980960369110107,"height":0.46179002523422241},"absoluteRenderBounds":{"x":8216.11621093750,"y":8727.5722656250,"width":2.19824218750,"height":1.46191406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40892","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8195.6735259294510,"y":8753.667968750,"width":1.3215912580490112,"height":0.50143802165985107},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40893","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8226.4645082950592,"y":8716.4550781250,"width":1.1683042049407959,"height":0.46579778194427490},"absoluteRenderBounds":{"x":8225.96386718750,"y":8715.9550781250,"width":2.16894531250,"height":1.46582031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40894","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8206.6078071594238,"y":8740.32910156250,"width":1.2662162780761719,"height":0.47110438346862793},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40895","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8356.7057676911354,"y":8567.0605468750,"width":0.77567762136459351,"height":0.36300843954086304},"absoluteRenderBounds":{"x":8356.17285156250,"y":8566.5605468750,"width":1.808593750,"height":1.363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40896","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8354.4652809500694,"y":8575.16406250,"width":0.73198467493057251,"height":0.32943204045295715},"absoluteRenderBounds":{"x":8353.964843750,"y":8574.66406250,"width":1.7324218750,"height":1.32910156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40897","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8360.3891392350197,"y":8560.167968750,"width":0.79445451498031616,"height":0.36944034695625305},"absoluteRenderBounds":{"x":8359.84667968750,"y":8559.667968750,"width":1.83691406250,"height":1.3691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40898","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8308.8368498086929,"y":8650.08496093750,"width":1.0459626913070679,"height":0.36678043007850647},"absoluteRenderBounds":{"x":8308.33691406250,"y":8649.58496093750,"width":2.04589843750,"height":1.36718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40899","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8352.4135889410973,"y":8583.371093750,"width":0.72410637140274048,"height":0.29047873616218567},"absoluteRenderBounds":{"x":8351.91308593750,"y":8582.871093750,"width":1.7246093750,"height":1.29003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40900","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8349.3836583495140,"y":8590.52343750,"width":0.74622446298599243,"height":0.21812906861305237},"absoluteRenderBounds":{"x":8348.85644531250,"y":8590.02343750,"width":1.77343750,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40901","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8334.6265699863434,"y":8617.27441406250,"width":0.85975813865661621,"height":0.37777307629585266},"absoluteRenderBounds":{"x":8334.1269531250,"y":8616.77441406250,"width":1.8593750,"height":1.37792968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40902","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8328.4271922111511,"y":8628.5468750,"width":0.91851091384887695,"height":0.39366984367370605},"absoluteRenderBounds":{"x":8327.92675781250,"y":8628.0468750,"width":1.91894531250,"height":1.39355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40903","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8320.1213819980621,"y":8639.667968750,"width":0.99580550193786621,"height":0.39918982982635498},"absoluteRenderBounds":{"x":8319.621093750,"y":8639.167968750,"width":1.996093750,"height":1.39941406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40904","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8339.6733634471893,"y":8606.4980468750,"width":0.79343342781066895,"height":0.34686121344566345},"absoluteRenderBounds":{"x":8339.17285156250,"y":8605.9980468750,"width":1.79394531250,"height":1.34667968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40905","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8344.4805290102959,"y":8596.750,"width":0.75189286470413208,"height":0.29811111092567444},"absoluteRenderBounds":{"x":8343.980468750,"y":8596.250,"width":1.7519531250,"height":1.29785156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40906","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8167.6118611097336,"y":8785.73144531250,"width":1.4604045152664185,"height":0.62483209371566772},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40907","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8388.3846296668053,"y":8547.1855468750,"width":0.73841720819473267,"height":0.26217940449714661},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40908","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8286.6606339216232,"y":8688.152343750,"width":1.075694203376770,"height":0.38895270228385925},"absoluteRenderBounds":{"x":8286.160156250,"y":8687.652343750,"width":2.0761718750,"height":1.3886718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40909","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8267.2315158843994,"y":8710.683593750,"width":1.1454372406005859,"height":0.44407936930656433},"absoluteRenderBounds":{"x":8266.73144531250,"y":8710.183593750,"width":2.14550781250,"height":1.44433593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40910","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8308.3194029331207,"y":8669.44628906250,"width":1.0419251918792725,"height":0.30162438750267029},"absoluteRenderBounds":{"x":8307.81933593750,"y":8668.94628906250,"width":2.04199218750,"height":1.30175781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40911","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8321.1143562793732,"y":8662.0761718750,"width":1.0643546581268311,"height":0.25725582242012024},"absoluteRenderBounds":{"x":8320.61425781250,"y":8661.5761718750,"width":2.0644531250,"height":1.25683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40912","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8257.8427363634109,"y":8722.1347656250,"width":1.1767948865890503,"height":0.40849217772483826},"absoluteRenderBounds":{"x":8257.34277343750,"y":8721.6347656250,"width":2.17675781250,"height":1.4082031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40913","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8297.0007741451263,"y":8678.21093750,"width":1.0470774173736572,"height":0.33799245953559875},"absoluteRenderBounds":{"x":8296.50097656250,"y":8677.71093750,"width":2.0468750,"height":1.3378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40914","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8219.9621597528458,"y":8771.04785156250,"width":1.4186996221542358,"height":0.52752548456192017},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40915","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8231.1311917304993,"y":8756.839843750,"width":1.3268160820007324,"height":0.45546856522560120},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40916","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8249.2574602365494,"y":8733.10449218750,"width":1.2337507009506226,"height":0.39386296272277832},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40917","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8240.6102145910263,"y":8744.43750,"width":1.2638088464736938,"height":0.41356009244918823},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40918","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8276.892378449440,"y":8699.035156250,"width":1.1105512380599976,"height":0.41986456513404846},"absoluteRenderBounds":{"x":8276.39160156250,"y":8698.535156250,"width":2.1113281250,"height":1.4199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40919","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8365.2461804151535,"y":8596.52343750,"width":0.77432739734649658,"height":0.31492850184440613},"absoluteRenderBounds":{"x":8364.746093750,"y":8596.02343750,"width":1.77441406250,"height":1.3144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40920","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8369.7050737142563,"y":8589.7167968750,"width":0.75879347324371338,"height":0.24701900780200958},"absoluteRenderBounds":{"x":8369.199218750,"y":8589.2167968750,"width":1.76464843750,"height":1.24707031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40921","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8374.9486278295517,"y":8571.1093750,"width":0.76523935794830322,"height":0.35583215951919556},"absoluteRenderBounds":{"x":8374.433593750,"y":8570.6093750,"width":1.781250,"height":1.355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40922","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8372.7071347236633,"y":8581.14355468750,"width":0.72938871383666992,"height":0.32085636258125305},"absoluteRenderBounds":{"x":8372.207031250,"y":8580.64355468750,"width":1.72949218750,"height":1.32128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40923","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8377.5895057320595,"y":8561.1191406250,"width":0.77182239294052124,"height":0.35813912749290466},"absoluteRenderBounds":{"x":8377.07714843750,"y":8560.6191406250,"width":1.78417968750,"height":1.35839843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40924","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8335.4933023452759,"y":8654.24121093750,"width":1.0633382797241211,"height":0.3695150613784790},"absoluteRenderBounds":{"x":8334.99316406250,"y":8653.74121093750,"width":2.06347656250,"height":1.3691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40925","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8381.6989156603813,"y":8552.621093750,"width":0.78545933961868286,"height":0.32689625024795532},"absoluteRenderBounds":{"x":8381.1894531250,"y":8552.121093750,"width":1.7949218750,"height":1.32714843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40926","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8361.6054625511169,"y":8606.78613281250,"width":0.80957651138305664,"height":0.38188970088958740},"absoluteRenderBounds":{"x":8361.105468750,"y":8606.28613281250,"width":1.80957031250,"height":1.38183593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40927","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8353.4893258810043,"y":8631.156250,"width":0.92864286899566650,"height":0.43690344691276550},"absoluteRenderBounds":{"x":8352.98925781250,"y":8630.656250,"width":1.92871093750,"height":1.43652343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40928","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8358.1434550285339,"y":8618.6425781250,"width":0.86045122146606445,"height":0.42426073551177979},"absoluteRenderBounds":{"x":8357.64355468750,"y":8618.1425781250,"width":1.86035156250,"height":1.4238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40929","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8346.3818405866623,"y":8643.33691406250,"width":0.99608910083770752,"height":0.42143550515174866},"absoluteRenderBounds":{"x":8345.88183593750,"y":8642.83691406250,"width":1.996093750,"height":1.4218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40930","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8206.3452271223068,"y":8787.73925781250,"width":1.4643431901931763,"height":0.62473875284194946},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40931","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8409.2623796463013,"y":8541.6855468750,"width":0.71515941619873047,"height":0.18405753374099731},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40932","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8306.6856778860092,"y":8701.92968750,"width":1.1307283639907837,"height":0.39067444205284119},"absoluteRenderBounds":{"x":8306.1855468750,"y":8701.42968750,"width":2.1308593750,"height":1.3906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40933","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8315.2065955400467,"y":8690.6425781250,"width":1.0873497724533081,"height":0.36969324946403503},"absoluteRenderBounds":{"x":8314.70605468750,"y":8690.1425781250,"width":2.0878906250,"height":1.37011718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40934","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8347.7068963050842,"y":8663.9550781250,"width":1.0665411949157715,"height":0.21358719468116760},"absoluteRenderBounds":{"x":8347.207031250,"y":8663.4550781250,"width":2.066406250,"height":1.21386718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40935","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8324.4699218273163,"y":8680.31152343750,"width":1.0583984851837158,"height":0.32762596011161804},"absoluteRenderBounds":{"x":8323.96972656250,"y":8679.81152343750,"width":2.058593750,"height":1.32714843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40936","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8298.2616308927536,"y":8713.753906250,"width":1.1700097322463989,"height":0.40754044055938721},"absoluteRenderBounds":{"x":8297.761718750,"y":8713.253906250,"width":2.1699218750,"height":1.40722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40937","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8257.8121411800385,"y":8771.7949218750,"width":1.4153978824615479,"height":0.50475656986236572},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40938","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8267.3714176416397,"y":8758.1347656250,"width":1.3463557958602905,"height":0.41579341888427734},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40939","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8275.3710269927979,"y":8746.43847656250,"width":1.3115901947021484,"height":0.37411528825759888},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40940","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8290.0120244026184,"y":8725.2031250,"width":1.2028193473815918,"height":0.36969324946403503},"absoluteRenderBounds":{"x":8289.511718750,"y":8724.7031250,"width":2.2031250,"height":1.37011718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40941","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8282.6492258310318,"y":8735.7597656250,"width":1.2413991689682007,"height":0.35685503482818604},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40942","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8335.1213175058365,"y":8671.281250,"width":1.0427449941635132,"height":0.28174141049385071},"absoluteRenderBounds":{"x":8334.621093750,"y":8670.781250,"width":2.042968750,"height":1.281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40943","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8395.5796091556549,"y":8570.57031250,"width":0.74167990684509277,"height":0.41955685615539551},"absoluteRenderBounds":{"x":8395.07910156250,"y":8570.07031250,"width":1.74218750,"height":1.4199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40944","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8390.7619484663010,"y":8592.8906250,"width":0.77516090869903564,"height":0.3593042790889740},"absoluteRenderBounds":{"x":8390.25878906250,"y":8592.3906250,"width":1.781250,"height":1.3593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40945","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8393.4063409566879,"y":8582.6816406250,"width":0.75381529331207275,"height":0.40672460198402405},"absoluteRenderBounds":{"x":8392.906250,"y":8582.1816406250,"width":1.75488281250,"height":1.406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40946","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8402.4971439242363,"y":8548.214843750,"width":0.76164513826370239,"height":0.30183890461921692},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40947","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8362.4825292825699,"y":8656.9472656250,"width":1.0614160299301147,"height":0.30428016185760498},"absoluteRenderBounds":{"x":8361.9824218750,"y":8656.4472656250,"width":2.06152343750,"height":1.30468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40948","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8398.2647056579590,"y":8558.4589843750,"width":0.74896621704101562,"height":0.38533309102058411},"absoluteRenderBounds":{"x":8397.76464843750,"y":8557.9589843750,"width":1.74902343750,"height":1.38574218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40949","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8386.9519083499908,"y":8600.14843750,"width":0.80981040000915527,"height":0.35147365927696228},"absoluteRenderBounds":{"x":8386.45214843750,"y":8599.64843750,"width":1.80957031250,"height":1.35156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40950","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8379.1245912313461,"y":8634.41503906250,"width":0.93790876865386963,"height":0.44903853535652161},"absoluteRenderBounds":{"x":8378.6250,"y":8633.91503906250,"width":1.93750,"height":1.449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40951","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8373.0552961826324,"y":8646.5957031250,"width":1.0091569423675537,"height":0.40159136056900024},"absoluteRenderBounds":{"x":8372.55566406250,"y":8646.0957031250,"width":2.00878906250,"height":1.40136718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40952","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8382.3237129449844,"y":8621.738281250,"width":0.90675580501556396,"height":0.43838879466056824},"absoluteRenderBounds":{"x":8381.81738281250,"y":8621.238281250,"width":1.91406250,"height":1.43847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40953","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8384.3777533769608,"y":8609.84472656250,"width":0.82341849803924561,"height":0.40333721041679382},"absoluteRenderBounds":{"x":8383.8769531250,"y":8609.34472656250,"width":1.82519531250,"height":1.40332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40954","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8245.8554108142853,"y":8788.37402343750,"width":1.4775969982147217,"height":0.62689572572708130},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40955","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8429.0688019990921,"y":8540.0878906250,"width":0.71147143840789795,"height":0.19745953381061554},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40956","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8323.0750604867935,"y":8724.1816406250,"width":1.2472051382064819,"height":0.38577508926391602},"absoluteRenderBounds":{"x":8322.558593750,"y":8723.6816406250,"width":2.2636718750,"height":1.38574218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40957","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8337.6664537191391,"y":8700.8964843750,"width":1.1880384683609009,"height":0.40743350982666016},"absoluteRenderBounds":{"x":8337.1621093750,"y":8700.3964843750,"width":2.19238281250,"height":1.40722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40958","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8363.0813037157059,"y":8670.46191406250,"width":1.1218212842941284,"height":0.27036747336387634},"absoluteRenderBounds":{"x":8362.58105468750,"y":8669.96191406250,"width":2.12207031250,"height":1.27050781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40959","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8353.3654679059982,"y":8679.41308593750,"width":1.137461781501770,"height":0.33418801426887512},"absoluteRenderBounds":{"x":8352.8652343750,"y":8678.91308593750,"width":2.1386718750,"height":1.3339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40960","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8345.0945082902908,"y":8689.6582031250,"width":1.1701401472091675,"height":0.37543922662734985},"absoluteRenderBounds":{"x":8344.59472656250,"y":8689.1582031250,"width":2.1699218750,"height":1.3750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40961","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8330.3565548658371,"y":8712.72167968750,"width":1.2274295091629028,"height":0.42339572310447693},"absoluteRenderBounds":{"x":8329.8496093750,"y":8712.22167968750,"width":2.2343750,"height":1.4238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40962","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8316.9723656177521,"y":8734.6894531250,"width":1.3069312572479248,"height":0.37556904554367065},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40963","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8422.6636927723885,"y":8548.2597656250,"width":0.73865097761154175,"height":0.35721746087074280},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40964","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8297.2269728183746,"y":8770.3027343750,"width":1.5269334316253662,"height":0.49329453706741333},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40965","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8311.3086302280426,"y":8745.207031250,"width":1.3466432094573975,"height":0.37908938527107239},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40966","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8305.0592919588089,"y":8756.7441406250,"width":1.4455908536911011,"height":0.42323923110961914},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40967","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8416.3687044978142,"y":8574.0761718750,"width":0.75629550218582153,"height":0.48404917120933533},"absoluteRenderBounds":{"x":8415.86816406250,"y":8573.5761718750,"width":1.75781250,"height":1.4843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40968","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8409.9219343662262,"y":8607.4550781250,"width":0.84662032127380371,"height":0.28146839141845703},"absoluteRenderBounds":{"x":8409.42089843750,"y":8606.9550781250,"width":1.84863281250,"height":1.281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40969","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8412.7256017923355,"y":8599.7031250,"width":0.79685914516448975,"height":0.38092026114463806},"absoluteRenderBounds":{"x":8412.2246093750,"y":8599.2031250,"width":1.7988281250,"height":1.3808593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40970","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8408.2940137982368,"y":8615.3691406250,"width":0.87883776426315308,"height":0.33948895335197449},"absoluteRenderBounds":{"x":8407.79394531250,"y":8614.8691406250,"width":1.878906250,"height":1.339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40971","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8418.7366226315498,"y":8560.23925781250,"width":0.74579924345016479,"height":0.45405811071395874},"absoluteRenderBounds":{"x":8418.2363281250,"y":8559.74121093750,"width":1.746093750,"height":1.45019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40972","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8414.6441497802734,"y":8587.886718750,"width":0.79335021972656250,"height":0.45527648925781250},"absoluteRenderBounds":{"x":8414.14355468750,"y":8587.386718750,"width":1.79394531250,"height":1.4550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40973","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8399.2291617393494,"y":8648.4589843750,"width":0.92708826065063477,"height":0.33650761842727661},"absoluteRenderBounds":{"x":8398.7285156250,"y":8647.9589843750,"width":1.9277343750,"height":1.33691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40974","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8374.9988540410995,"y":8663.2011718750,"width":1.1124740839004517,"height":0.21734710037708282},"absoluteRenderBounds":{"x":8374.4980468750,"y":8662.7011718750,"width":2.113281250,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40975","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8389.2327674627304,"y":8657.24121093750,"width":1.0230919122695923,"height":0.24155415594577789},"absoluteRenderBounds":{"x":8388.7324218750,"y":8656.74121093750,"width":2.02343750,"height":1.24121093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40976","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8407.0902125835419,"y":8625.91406250,"width":0.88049054145812988,"height":0.38423344492912292},"absoluteRenderBounds":{"x":8406.589843750,"y":8625.41406250,"width":1.88183593750,"height":1.38378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40977","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8404.6390010714531,"y":8637.48925781250,"width":0.88443642854690552,"height":0.39042666554450989},"absoluteRenderBounds":{"x":8404.1386718750,"y":8636.98925781250,"width":1.8847656250,"height":1.3906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40978","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8286.8116631507874,"y":8786.832031250,"width":1.5809149742126465,"height":0.63981896638870239},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40979","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8448.3642618060112,"y":8540.58496093750,"width":0.70409756898880005,"height":0.24532736837863922},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40980","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8370.1698926687241,"y":8695.14160156250,"width":1.2295213937759399,"height":0.45716693997383118},"absoluteRenderBounds":{"x":8369.64160156250,"y":8694.64160156250,"width":2.25781250,"height":1.457031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40981","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8363.7353508472443,"y":8706.4199218750,"width":1.2382819652557373,"height":0.48680222034454346},"absoluteRenderBounds":{"x":8363.23535156250,"y":8705.9199218750,"width":2.238281250,"height":1.48730468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40982","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8392.8756315708160,"y":8667.47949218750,"width":1.139016866683960,"height":0.29809233546257019},"absoluteRenderBounds":{"x":8392.37597656250,"y":8666.97949218750,"width":2.1386718750,"height":1.29785156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40983","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8384.2077575922012,"y":8675.597656250,"width":1.1594299077987671,"height":0.35132816433906555},"absoluteRenderBounds":{"x":8383.70800781250,"y":8675.097656250,"width":2.15917968750,"height":1.35156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40984","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8376.8222537040710,"y":8684.84472656250,"width":1.1777462959289551,"height":0.39108896255493164},"absoluteRenderBounds":{"x":8376.3222656250,"y":8684.34472656250,"width":2.1777343750,"height":1.39160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40985","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8341.4496316909790,"y":8765.2519531250,"width":1.6773214340209961,"height":0.55394309759140015},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40986","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8357.4741810560226,"y":8717.76074218750,"width":1.3002330064773560,"height":0.47688865661621094},"absoluteRenderBounds":{"x":8356.93847656250,"y":8717.26074218750,"width":2.33691406250,"height":1.47656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40987","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8346.7218542098999,"y":8751.4238281250,"width":1.6082239151000977,"height":0.50084191560745239},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40988","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8353.3382997512817,"y":8728.44238281250,"width":1.3452939987182617,"height":0.47201701998710632},"absoluteRenderBounds":{"x":8352.8378906250,"y":8727.94238281250,"width":2.3457031250,"height":1.47167968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40989","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8350.2341468334198,"y":8739.41308593750,"width":1.4494469165802002,"height":0.46881562471389771},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40990","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8432.5405824184418,"y":8625.10839843750,"width":0.93109726905822754,"height":0.36742731928825378},"absoluteRenderBounds":{"x":8432.0410156250,"y":8624.60839843750,"width":1.93066406250,"height":1.36718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40991","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8437.8171640038490,"y":8575.4628906250,"width":0.78537505865097046,"height":0.44972449541091919},"absoluteRenderBounds":{"x":8437.31738281250,"y":8574.9628906250,"width":1.785156250,"height":1.45019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40992","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8436.9073270559311,"y":8588.933593750,"width":0.81337606906890869,"height":0.42570653557777405},"absoluteRenderBounds":{"x":8436.40722656250,"y":8588.433593750,"width":1.81347656250,"height":1.425781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40993","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8435.9645872116089,"y":8600.7949218750,"width":0.85377216339111328,"height":0.35638818144798279},"absoluteRenderBounds":{"x":8435.464843750,"y":8600.2949218750,"width":1.8535156250,"height":1.35644531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40994","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8442.7646051049232,"y":8549.7675781250,"width":0.75687927007675171,"height":0.36407098174095154},"absoluteRenderBounds":{"x":8442.26464843750,"y":8550.0,"width":1.75683593750,"height":0.63183593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40995","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8439.5143155455589,"y":8561.902343750,"width":0.77767664194107056,"height":0.43915519118309021},"absoluteRenderBounds":{"x":8439.00781250,"y":8561.402343750,"width":1.78417968750,"height":1.4394531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40996","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8433.7804080843925,"y":8615.40332031250,"width":0.92857629060745239,"height":0.30736306309700012},"absoluteRenderBounds":{"x":8433.28027343750,"y":8614.90332031250,"width":1.92871093750,"height":1.30761718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40997","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8424.5024250745773,"y":8646.558593750,"width":0.95558273792266846,"height":0.33617696166038513},"absoluteRenderBounds":{"x":8424.00292968750,"y":8646.058593750,"width":1.9550781250,"height":1.33593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40998","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8415.6024435758591,"y":8654.82031250,"width":1.0323220491409302,"height":0.24680218100547791},"absoluteRenderBounds":{"x":8415.10253906250,"y":8654.32031250,"width":2.0332031250,"height":1.24707031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:40999","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8403.3612451553345,"y":8660.5449218750,"width":1.0967626571655273,"height":0.24240407347679138},"absoluteRenderBounds":{"x":8402.8613281250,"y":8660.0449218750,"width":2.097656250,"height":1.24218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41000","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8434.5653224587440,"y":8608.69824218750,"width":0.89952129125595093,"height":0.18063430488109589},"absoluteRenderBounds":{"x":8434.06542968750,"y":8608.19824218750,"width":1.89941406250,"height":1.18066406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41001","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8429.7936972379684,"y":8636.082031250,"width":0.95630276203155518,"height":0.38593596220016479},"absoluteRenderBounds":{"x":8429.27832031250,"y":8635.582031250,"width":1.97167968750,"height":1.38574218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41002","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8332.9470436573029,"y":8781.7753906250,"width":1.7824485301971436,"height":0.66009455919265747},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41003","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8467.456332385540,"y":8542.16406250,"width":0.69405823945999146,"height":0.26501864194869995},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41004","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8403.4829930067062,"y":8685.92285156250,"width":1.2035304307937622,"height":0.49593290686607361},"absoluteRenderBounds":{"x":8402.9824218750,"y":8685.42285156250,"width":2.20410156250,"height":1.496093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41005","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8397.9569385051727,"y":8696.21093750,"width":1.2803661823272705,"height":0.56365597248077393},"absoluteRenderBounds":{"x":8397.41503906250,"y":8695.71093750,"width":2.32324218750,"height":1.56347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41006","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8409.2103610038757,"y":8676.9863281250,"width":1.2154202461242676,"height":0.43014365434646606},"absoluteRenderBounds":{"x":8408.65722656250,"y":8676.4863281250,"width":2.26855468750,"height":1.42968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41007","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8415.6062874794006,"y":8669.2050781250,"width":1.1720328330993652,"height":0.36318290233612061},"absoluteRenderBounds":{"x":8415.06152343750,"y":8668.7050781250,"width":2.2167968750,"height":1.363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41008","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8391.7659559249878,"y":8730.136718750,"width":1.5231065750122070,"height":0.55488026142120361},"absoluteRenderBounds":{"x":8391.2656250,"y":8729.636718750,"width":2.52343750,"height":1.55468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41009","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8389.5625320672989,"y":8757.156250,"width":1.7782882452011108,"height":0.61225068569183350},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41010","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8423.0929844379425,"y":8662.31347656250,"width":1.1326014995574951,"height":0.30855438113212585},"absoluteRenderBounds":{"x":8422.59277343750,"y":8661.81347656250,"width":2.13281250,"height":1.308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41011","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8391.6858659982681,"y":8742.7871093750,"width":1.6403058767318726,"height":0.58266663551330566},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41012","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8391.7167456150055,"y":8718.5332031250,"width":1.3818871974945068,"height":0.55974394083023071},"absoluteRenderBounds":{"x":8391.2167968750,"y":8718.0332031250,"width":2.38183593750,"height":1.55957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41013","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8393.2258563041687,"y":8707.41406250,"width":1.3346905708312988,"height":0.56674230098724365},"absoluteRenderBounds":{"x":8392.69531250,"y":8706.91406250,"width":2.36621093750,"height":1.566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41014","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8442.3755421638489,"y":8650.4042968750,"width":1.0189890861511230,"height":0.29804039001464844},"absoluteRenderBounds":{"x":8441.87597656250,"y":8649.9042968750,"width":2.01855468750,"height":1.29785156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41015","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8459.9621408581734,"y":8573.78613281250,"width":0.79274195432662964,"height":0.41143575310707092},"absoluteRenderBounds":{"x":8459.46191406250,"y":8573.28613281250,"width":1.792968750,"height":1.41113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41016","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8460.4904858469963,"y":8596.0292968750,"width":0.89330321550369263,"height":0.39707636833190918},"absoluteRenderBounds":{"x":8459.9902343750,"y":8595.5292968750,"width":1.89355468750,"height":1.39746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41017","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8460.1217442750931,"y":8585.5292968750,"width":0.84016978740692139,"height":0.42265889048576355},"absoluteRenderBounds":{"x":8459.62207031250,"y":8585.0292968750,"width":1.839843750,"height":1.42285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41018","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8460.6708148121834,"y":8561.8964843750,"width":0.76766175031661987,"height":0.38502669334411621},"absoluteRenderBounds":{"x":8460.1699218750,"y":8561.3964843750,"width":1.769531250,"height":1.3847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41019","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8432.0690107345581,"y":8656.1464843750,"width":1.0979814529418945,"height":0.27225741744041443},"absoluteRenderBounds":{"x":8431.56933593750,"y":8655.6464843750,"width":2.097656250,"height":1.27246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41020","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8462.9521784186363,"y":8550.9941406250,"width":0.74997001886367798,"height":0.33457598090171814},"absoluteRenderBounds":{"x":8462.44824218750,"y":8550.4941406250,"width":1.753906250,"height":1.33496093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41021","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8460.4938315153122,"y":8609.73339843750,"width":0.96905910968780518,"height":0.4018733799457550},"absoluteRenderBounds":{"x":8459.9941406250,"y":8609.23339843750,"width":1.968750,"height":1.40136718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41022","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8459.0082381963730,"y":8619.56542968750,"width":0.99566805362701416,"height":0.45866888761520386},"absoluteRenderBounds":{"x":8458.48535156250,"y":8619.06542968750,"width":2.01855468750,"height":1.4589843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41023","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8455.7972133755684,"y":8630.8417968750,"width":0.97231787443161011,"height":0.44911414384841919},"absoluteRenderBounds":{"x":8455.281250,"y":8630.3417968750,"width":1.988281250,"height":1.449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41024","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8450.3908981680870,"y":8641.753906250,"width":0.97335964441299438,"height":0.39352908730506897},"absoluteRenderBounds":{"x":8449.88574218750,"y":8641.253906250,"width":1.9785156250,"height":1.39355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41025","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8460.6246078014374,"y":8603.2480468750,"width":0.94472813606262207,"height":0.31900623440742493},"absoluteRenderBounds":{"x":8460.1250,"y":8602.7480468750,"width":1.94433593750,"height":1.31933593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41026","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8383.6169511079788,"y":8773.8496093750,"width":1.8810957670211792,"height":0.68067353963851929},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41027","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8486.4348918199539,"y":8544.4277343750,"width":0.68229568004608154,"height":0.24052378535270691},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41028","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8441.9011332988739,"y":8667.19824218750,"width":1.2141010761260986,"height":0.43140453100204468},"absoluteRenderBounds":{"x":8441.2949218750,"y":8666.69824218750,"width":2.32128906250,"height":1.4316406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41029","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8460.7979916334152,"y":8650.4785156250,"width":1.0789614915847778,"height":0.28968805074691772},"absoluteRenderBounds":{"x":8460.29785156250,"y":8649.9785156250,"width":2.07910156250,"height":1.29003906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41030","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8432.6883496046066,"y":8683.6269531250,"width":1.2901660203933716,"height":0.58763152360916138},"absoluteRenderBounds":{"x":8432.1386718750,"y":8683.1269531250,"width":2.339843750,"height":1.5878906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41031","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8453.4308230876923,"y":8655.64843750,"width":1.1219112873077393,"height":0.31357255578041077},"absoluteRenderBounds":{"x":8452.8691406250,"y":8655.14843750,"width":2.183593750,"height":1.31347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41032","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8447.2259608507156,"y":8661.05175781250,"width":1.1724766492843628,"height":0.36944460868835449},"absoluteRenderBounds":{"x":8446.60156250,"y":8660.55175781250,"width":2.29785156250,"height":1.3691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41033","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8431.2333325147629,"y":8706.433593750,"width":1.4199877977371216,"height":0.61644506454467773},"absoluteRenderBounds":{"x":8430.73339843750,"y":8705.933593750,"width":2.4199218750,"height":1.61621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41034","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8440.0791113376617,"y":8747.21191406250,"width":1.8056542873382568,"height":0.65537649393081665},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41035","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8438.5940855741501,"y":8732.2050781250,"width":1.6920472383499146,"height":0.61986154317855835},"absoluteRenderBounds":{"x":8438.093750,"y":8731.7050781250,"width":2.69238281250,"height":0.2949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41036","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8434.9154027700424,"y":8718.7656250,"width":1.5543237924575806,"height":0.60974842309951782},"absoluteRenderBounds":{"x":8434.41503906250,"y":8718.2656250,"width":2.55566406250,"height":1.6093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41037","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8429.8216285705566,"y":8694.785156250,"width":1.3072776794433594,"height":0.60965663194656372},"absoluteRenderBounds":{"x":8429.32128906250,"y":8694.285156250,"width":2.30761718750,"height":1.6093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41038","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8437.1629588603973,"y":8674.5527343750,"width":1.2432911396026611,"height":0.51599407196044922},"absoluteRenderBounds":{"x":8436.59863281250,"y":8674.0527343750,"width":2.30761718750,"height":1.5156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41039","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8482.5245742201805,"y":8569.9824218750,"width":0.81136327981948853,"height":0.35749030113220215},"absoluteRenderBounds":{"x":8482.02441406250,"y":8569.4824218750,"width":1.81152343750,"height":1.3574218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41040","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8483.9252482652664,"y":8579.0917968750,"width":0.87943923473358154,"height":0.40672788023948669},"absoluteRenderBounds":{"x":8483.42480468750,"y":8578.5917968750,"width":1.87988281250,"height":1.406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41041","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8482.0827968120575,"y":8560.714843750,"width":0.75900006294250488,"height":0.31466764211654663},"absoluteRenderBounds":{"x":8481.582031250,"y":8560.214843750,"width":1.7597656250,"height":1.3144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41042","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8469.2087371349335,"y":8644.488281250,"width":1.0061066150665283,"height":0.34865400195121765},"absoluteRenderBounds":{"x":8468.7089843750,"y":8643.988281250,"width":2.0058593750,"height":1.34863281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41043","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8483.2082243561745,"y":8551.9531250,"width":0.71951001882553101,"height":0.27484199404716492},"absoluteRenderBounds":{"x":8482.70800781250,"y":8551.4531250,"width":1.71972656250,"height":1.27441406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41044","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8485.7875486612320,"y":8587.3183593750,"width":0.90776383876800537,"height":0.43682453036308289},"absoluteRenderBounds":{"x":8485.2871093750,"y":8586.8183593750,"width":1.9082031250,"height":1.43652343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41045","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8476.4905075430870,"y":8634.83691406250,"width":0.97335964441299438,"height":0.46121981739997864},"absoluteRenderBounds":{"x":8475.9863281250,"y":8634.33691406250,"width":1.97753906250,"height":1.46093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41046","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8486.0467336177826,"y":8610.683593750,"width":1.0040476322174072,"height":0.53363412618637085},"absoluteRenderBounds":{"x":8485.52636718750,"y":8610.183593750,"width":2.02441406250,"height":1.5332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41047","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8482.1641225218773,"y":8622.9121093750,"width":0.97357279062271118,"height":0.51750051975250244},"absoluteRenderBounds":{"x":8481.66406250,"y":8622.4121093750,"width":1.97363281250,"height":1.5175781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41048","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8487.9361771941185,"y":8600.14550781250,"width":0.98081499338150024,"height":0.49361383914947510},"absoluteRenderBounds":{"x":8487.43652343750,"y":8599.64550781250,"width":1.980468750,"height":1.49316406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41049","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8487.5829071998596,"y":8593.3417968750,"width":0.96494436264038086,"height":0.42412689328193665},"absoluteRenderBounds":{"x":8487.08300781250,"y":8592.8417968750,"width":1.964843750,"height":1.4238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41050","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8437.0296527147293,"y":8764.19238281250,"width":1.9342144727706909,"height":0.70051670074462891},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41051","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8505.4095699787140,"y":8546.87988281250,"width":0.67148470878601074,"height":0.20167595148086548},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41052","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8470.9032272100449,"y":8662.35449218750,"width":1.2422806024551392,"height":0.49557396769523621},"absoluteRenderBounds":{"x":8470.3281250,"y":8661.85449218750,"width":2.31738281250,"height":1.49511718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41053","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8474.5704427957535,"y":8656.53027343750,"width":1.2059243917465210,"height":0.42573562264442444},"absoluteRenderBounds":{"x":8473.89843750,"y":8656.03027343750,"width":2.37792968750,"height":1.425781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41054","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8467.5454427003860,"y":8670.27050781250,"width":1.2787760496139526,"height":0.57368129491806030},"absoluteRenderBounds":{"x":8467.0019531250,"y":8669.77050781250,"width":2.3222656250,"height":1.57324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41055","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8483.5759074687958,"y":8648.08496093750,"width":1.1115925312042236,"height":0.30780813097953796},"absoluteRenderBounds":{"x":8482.85253906250,"y":8647.58496093750,"width":2.33496093750,"height":1.30761718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41056","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8478.7368342876434,"y":8652.0292968750,"width":1.1586735248565674,"height":0.35482484102249146},"absoluteRenderBounds":{"x":8478.00878906250,"y":8651.5292968750,"width":2.386718750,"height":1.35449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41057","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8489.2624958753586,"y":8643.8652343750,"width":1.0539103746414185,"height":0.29629355669021606},"absoluteRenderBounds":{"x":8488.64550781250,"y":8643.3652343750,"width":2.17089843750,"height":1.29589843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41058","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8466.6473248004913,"y":8681.3574218750,"width":1.3077533245086670,"height":0.62730151414871216},"absoluteRenderBounds":{"x":8466.14746093750,"y":8680.8574218750,"width":2.30761718750,"height":1.6269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41059","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8491.3679393529892,"y":8736.636718750,"width":1.8254200220108032,"height":0.67005711793899536},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41060","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8486.1537189483643,"y":8720.9785156250,"width":1.7632732391357422,"height":0.61351561546325684},"absoluteRenderBounds":{"x":8485.65332031250,"y":8720.4785156250,"width":2.77246093750,"height":1.613281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41061","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8471.1751258373260,"y":8693.58593750,"width":1.4362022876739502,"height":0.63409602642059326},"absoluteRenderBounds":{"x":8470.67480468750,"y":8693.08593750,"width":2.43652343750,"height":1.63378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41062","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8478.5717791318893,"y":8706.714843750,"width":1.5776349306106567,"height":0.63798761367797852},"absoluteRenderBounds":{"x":8478.07128906250,"y":8706.214843750,"width":2.5781250,"height":1.63769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41063","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8507.9910424351692,"y":8571.00878906250,"width":0.86930912733078003,"height":0.36243104934692383},"absoluteRenderBounds":{"x":8507.4902343750,"y":8570.50878906250,"width":1.871093750,"height":1.36230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41064","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8505.2529335618019,"y":8565.0292968750,"width":0.81737893819808960,"height":0.28661459684371948},"absoluteRenderBounds":{"x":8504.7519531250,"y":8564.5292968750,"width":1.81933593750,"height":1.28613281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41065","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8503.6147878170013,"y":8558.816406250,"width":0.75532937049865723,"height":0.21977171301841736},"absoluteRenderBounds":{"x":8503.11425781250,"y":8558.316406250,"width":1.7558593750,"height":1.21972656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41066","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8511.3811373114586,"y":8576.49511718750,"width":0.91964393854141235,"height":0.42947584390640259},"absoluteRenderBounds":{"x":8510.8808593750,"y":8575.99511718750,"width":1.9199218750,"height":1.42968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41067","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8503.5031352043152,"y":8552.65917968750,"width":0.72635698318481445,"height":0.19512879848480225},"absoluteRenderBounds":{"x":8503.00292968750,"y":8552.15917968750,"width":1.72656250,"height":1.19531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41068","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8508.5246911644936,"y":8613.386718750,"width":0.97530883550643921,"height":0.58067661523818970},"absoluteRenderBounds":{"x":8508.011718750,"y":8612.886718750,"width":1.988281250,"height":1.58105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41069","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8495.7910332679749,"y":8637.51855468750,"width":0.99119329452514648,"height":0.39992865920066833},"absoluteRenderBounds":{"x":8495.27636718750,"y":8637.01855468750,"width":2.0058593750,"height":1.39941406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41070","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8513.1718386411667,"y":8599.9746093750,"width":0.97562229633331299,"height":0.58432209491729736},"absoluteRenderBounds":{"x":8512.6718750,"y":8599.4746093750,"width":1.97558593750,"height":1.5839843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41071","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8502.4588112235069,"y":8626.6074218750,"width":0.95525127649307251,"height":0.50673806667327881},"absoluteRenderBounds":{"x":8501.9589843750,"y":8626.1074218750,"width":1.9550781250,"height":1.50683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41072","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8514.8404876589775,"y":8581.0644531250,"width":0.96908265352249146,"height":0.47730505466461182},"absoluteRenderBounds":{"x":8514.34082031250,"y":8580.5644531250,"width":1.968750,"height":1.47753906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41073","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8515.5357943773270,"y":8588.47753906250,"width":1.0159634351730347,"height":0.55264782905578613},"absoluteRenderBounds":{"x":8515.03613281250,"y":8587.97753906250,"width":2.0156250,"height":1.5527343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41074","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8491.4479030370712,"y":8753.9277343750,"width":1.9349094629287720,"height":0.69919848442077637},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41075","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8524.4926050305367,"y":8549.13769531250,"width":0.68024653196334839,"height":0.15639132261276245},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41076","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8509.8106734752655,"y":8643.011718750,"width":1.1346390247344971,"height":0.33196461200714111},"absoluteRenderBounds":{"x":8508.9472656250,"y":8642.511718750,"width":2.49902343750,"height":1.332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41077","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8504.3481097221375,"y":8650.66308593750,"width":1.1792340278625488,"height":0.42932388186454773},"absoluteRenderBounds":{"x":8503.847656250,"y":8650.16308593750,"width":2.17968750,"height":1.42968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41078","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8502.1639147996902,"y":8657.6464843750,"width":1.2677258253097534,"height":0.51836246252059937},"absoluteRenderBounds":{"x":8501.63574218750,"y":8657.1464843750,"width":2.29589843750,"height":1.51855468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41079","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8506.8637951612473,"y":8646.13378906250,"width":1.1869860887527466,"height":0.38576668500900269},"absoluteRenderBounds":{"x":8506.14746093750,"y":8645.63378906250,"width":2.40332031250,"height":1.38574218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41080","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8503.1706683635712,"y":8668.74511718750,"width":1.3010113239288330,"height":0.60217738151550293},"absoluteRenderBounds":{"x":8502.67089843750,"y":8668.24511718750,"width":2.300781250,"height":1.60253906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41081","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8513.2189102172852,"y":8640.23144531250,"width":1.0838241577148438,"height":0.30016613006591797},"absoluteRenderBounds":{"x":8512.23144531250,"y":8639.73144531250,"width":2.57128906250,"height":1.29980468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41082","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8541.9818240404129,"y":8726.68750,"width":1.7828243970870972,"height":0.67532956600189209},"absoluteRenderBounds":{"x":8541.48144531250,"y":8726.18750,"width":2.7832031250,"height":1.675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41083","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8510.6921030282974,"y":8681.50683593750,"width":1.4328969717025757,"height":0.60757666826248169},"absoluteRenderBounds":{"x":8510.19238281250,"y":8681.00683593750,"width":2.43261718750,"height":1.6074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41084","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8521.7292943000793,"y":8695.37402343750,"width":1.5695338249206543,"height":0.62574100494384766},"absoluteRenderBounds":{"x":8521.22949218750,"y":8694.87402343750,"width":2.56933593750,"height":1.62597656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41085","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8533.1501988172531,"y":8710.4316406250,"width":1.7257777452468872,"height":0.61209791898727417},"absoluteRenderBounds":{"x":8532.6503906250,"y":8709.9316406250,"width":2.72558593750,"height":1.61230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41086","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8539.9035202860832,"y":8588.863281250,"width":0.98124533891677856,"height":0.60061103105545044},"absoluteRenderBounds":{"x":8539.38769531250,"y":8588.363281250,"width":1.99707031250,"height":1.60058593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41087","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8536.7671352028847,"y":8565.4316406250,"width":0.93403667211532593,"height":0.39521193504333496},"absoluteRenderBounds":{"x":8536.2675781250,"y":8564.9316406250,"width":1.933593750,"height":1.39550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41088","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8531.9115827679634,"y":8562.68652343750,"width":0.85501879453659058,"height":0.2967626154422760},"absoluteRenderBounds":{"x":8531.4121093750,"y":8562.18652343750,"width":1.85449218750,"height":1.2968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41089","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8527.8966194391251,"y":8559.7988281250,"width":0.83775556087493896,"height":0.20601783692836761},"absoluteRenderBounds":{"x":8527.3964843750,"y":8559.2988281250,"width":1.902343750,"height":1.20605468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41090","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8541.8210229277611,"y":8568.5410156250,"width":0.95729738473892212,"height":0.46514442563056946},"absoluteRenderBounds":{"x":8541.32128906250,"y":8568.0410156250,"width":1.957031250,"height":1.464843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41091","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8517.1802124977112,"y":8636.73339843750,"width":1.0170531272888184,"height":0.29940164089202881},"absoluteRenderBounds":{"x":8516.49902343750,"y":8636.23339843750,"width":2.19824218750,"height":1.29980468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41092","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8521.8106825947762,"y":8629.917968750,"width":0.93541115522384644,"height":0.43277275562286377},"absoluteRenderBounds":{"x":8521.3105468750,"y":8629.417968750,"width":1.9355468750,"height":1.43261718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41093","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8525.1008731722832,"y":8556.675781250,"width":0.79365807771682739,"height":0.13043491542339325},"absoluteRenderBounds":{"x":8524.60058593750,"y":8556.175781250,"width":1.88378906250,"height":1.1308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41094","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8527.9151335358620,"y":8617.839843750,"width":0.93154615163803101,"height":0.53847473859786987},"absoluteRenderBounds":{"x":8527.41503906250,"y":8617.339843750,"width":1.9316406250,"height":1.53808593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41095","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8534.4273989200592,"y":8603.386718750,"width":0.94369482994079590,"height":0.59057962894439697},"absoluteRenderBounds":{"x":8533.9277343750,"y":8602.886718750,"width":1.9433593750,"height":1.59082031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41096","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8542.8631385564804,"y":8576.50097656250,"width":0.95717394351959229,"height":0.54538351297378540},"absoluteRenderBounds":{"x":8542.363281250,"y":8576.00097656250,"width":1.957031250,"height":1.5449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41097","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8523.8563015460968,"y":8553.1503906250,"width":0.72572970390319824,"height":0.12723216414451599},"absoluteRenderBounds":{"x":8523.35644531250,"y":8552.6503906250,"width":1.72558593750,"height":1.1269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41098","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8545.0675169229507,"y":8744.2714843750,"width":1.7850221395492554,"height":0.70208001136779785},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41099","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8543.8088035583496,"y":8550.70996093750,"width":0.66580581665039062,"height":0.12484591454267502},"absoluteRenderBounds":{"x":8543.308593750,"y":8550.20996093750,"width":1.6660156250,"height":1.1250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41100","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8538.8306267261505,"y":8658.4511718750,"width":1.2738654613494873,"height":0.52733713388442993},"absoluteRenderBounds":{"x":8538.3300781250,"y":8657.9511718750,"width":2.27441406250,"height":1.527343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41101","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8536.1752851009369,"y":8647.3417968750,"width":1.1870195865631104,"height":0.42905971407890320},"absoluteRenderBounds":{"x":8535.675781250,"y":8646.8417968750,"width":2.18652343750,"height":1.42871093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41102","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8537.1213364601135,"y":8640.7988281250,"width":1.1501479148864746,"height":0.35523256659507751},"absoluteRenderBounds":{"x":8536.621093750,"y":8640.2988281250,"width":2.1503906250,"height":1.355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41103","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8538.4611132144928,"y":8637.06250,"width":1.1033399105072021,"height":0.30153238773345947},"absoluteRenderBounds":{"x":8537.96093750,"y":8636.56250,"width":2.1035156250,"height":1.30175781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41104","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8540.1179177761078,"y":8634.8105468750,"width":1.0998556613922119,"height":0.27895572781562805},"absoluteRenderBounds":{"x":8539.1093750,"y":8634.3105468750,"width":2.60839843750,"height":1.2792968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41105","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8542.0525811910629,"y":8632.7343750,"width":1.0528875589370728,"height":0.26772215962409973},"absoluteRenderBounds":{"x":8541.38378906250,"y":8632.2343750,"width":2.222656250,"height":1.2675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41106","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8549.0187394618988,"y":8671.62402343750,"width":1.4168074131011963,"height":0.56817132234573364},"absoluteRenderBounds":{"x":8548.51855468750,"y":8671.12402343750,"width":2.41699218750,"height":1.5683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41107","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8578.2746630907059,"y":8701.808593750,"width":1.6374462842941284,"height":0.61995655298233032},"absoluteRenderBounds":{"x":8577.77441406250,"y":8701.308593750,"width":2.63769531250,"height":1.62011718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41108","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8590.3486089706421,"y":8718.5781250,"width":1.6972894668579102,"height":0.63689756393432617},"absoluteRenderBounds":{"x":8589.84863281250,"y":8718.0781250,"width":2.6972656250,"height":1.636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41109","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8563.3039207458496,"y":8686.13281250,"width":1.5515480041503906,"height":0.56346678733825684},"absoluteRenderBounds":{"x":8562.80371093750,"y":8685.63281250,"width":2.55175781250,"height":1.56347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41110","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8546.4588826894760,"y":8554.7558593750,"width":0.78623449802398682,"height":0.066649198532104492},"absoluteRenderBounds":{"x":8545.957031250,"y":8554.2558593750,"width":2.13183593750,"height":1.066406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41111","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8555.3225777745247,"y":8555.5097656250,"width":0.84539097547531128,"height":0.21164159476757050},"absoluteRenderBounds":{"x":8554.82128906250,"y":8555.0097656250,"width":1.84863281250,"height":1.21191406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41112","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8561.4603112936020,"y":8555.988281250,"width":0.90394651889801025,"height":0.29670742154121399},"absoluteRenderBounds":{"x":8560.95996093750,"y":8555.488281250,"width":1.90527343750,"height":1.2968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41113","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8567.9956192970276,"y":8557.8808593750,"width":0.91453695297241211,"height":0.37153613567352295},"absoluteRenderBounds":{"x":8567.49511718750,"y":8557.3808593750,"width":1.91503906250,"height":1.371093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41114","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8550.2275001406670,"y":8555.2656250,"width":0.82132798433303833,"height":0.13807043433189392},"absoluteRenderBounds":{"x":8549.72753906250,"y":8554.7656250,"width":2.32128906250,"height":1.13769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41115","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8544.2623881101608,"y":8553.42675781250,"width":0.72101032733917236,"height":0.063616685569286346},"absoluteRenderBounds":{"x":8543.76269531250,"y":8552.92675781250,"width":1.7207031250,"height":1.06347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41116","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8559.4630292654037,"y":8594.04394531250,"width":0.91978323459625244,"height":0.58628863096237183},"absoluteRenderBounds":{"x":8558.96386718750,"y":8593.54394531250,"width":1.91894531250,"height":1.58593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41117","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8569.3037601113319,"y":8565.94042968750,"width":0.95014613866806030,"height":0.49736875295639038},"absoluteRenderBounds":{"x":8568.7910156250,"y":8565.44042968750,"width":1.9628906250,"height":1.49707031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41118","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8552.4902352690697,"y":8609.2949218750,"width":0.89160066843032837,"height":0.54380238056182861},"absoluteRenderBounds":{"x":8551.9902343750,"y":8608.7949218750,"width":1.89160156250,"height":1.54394531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41119","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8546.9257261753082,"y":8622.15527343750,"width":0.89556288719177246,"height":0.45418596267700195},"absoluteRenderBounds":{"x":8546.425781250,"y":8621.65527343750,"width":1.89550781250,"height":1.45410156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41120","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8565.7676848173141,"y":8578.78613281250,"width":0.93544018268585205,"height":0.57088083028793335},"absoluteRenderBounds":{"x":8565.2675781250,"y":8578.28613281250,"width":1.9355468750,"height":1.57128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41121","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8544.1839078664780,"y":8629.46777343750,"width":0.98113119602203369,"height":0.30088597536087036},"absoluteRenderBounds":{"x":8543.53027343750,"y":8628.96777343750,"width":2.1347656250,"height":1.300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41122","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8596.0011181831360,"y":8736.3496093750,"width":1.7518115043640137,"height":0.65752804279327393},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41123","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8563.4642522931099,"y":8551.1660156250,"width":0.67832583189010620,"height":0.12926019728183746},"absoluteRenderBounds":{"x":8562.96386718750,"y":8550.6660156250,"width":1.67871093750,"height":1.128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41124","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8570.0562462210655,"y":8622.44628906250,"width":0.88808971643447876,"height":0.29616764187812805},"absoluteRenderBounds":{"x":8569.5566406250,"y":8621.94628906250,"width":1.88769531250,"height":1.29589843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41125","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8568.9675601720810,"y":8630.402343750,"width":1.0500179529190063,"height":0.20689012110233307},"absoluteRenderBounds":{"x":8568.46777343750,"y":8629.902343750,"width":2.04980468750,"height":1.207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41126","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8573.0855520963669,"y":8652.042968750,"width":1.2367135286331177,"height":0.44603702425956726},"absoluteRenderBounds":{"x":8572.58593750,"y":8651.542968750,"width":2.2363281250,"height":1.44628906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41127","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8569.7337418794632,"y":8626.22167968750,"width":1.0045393705368042,"height":0.22983765602111816},"absoluteRenderBounds":{"x":8569.23339843750,"y":8625.72167968750,"width":2.00488281250,"height":1.22949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41128","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8569.3279842138290,"y":8628.3261718750,"width":1.0118595361709595,"height":0.20231989026069641},"absoluteRenderBounds":{"x":8568.8281250,"y":8627.8261718750,"width":2.011718750,"height":1.20214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41129","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8569.1927148103714,"y":8640.85058593750,"width":1.1451758146286011,"height":0.33658263087272644},"absoluteRenderBounds":{"x":8568.69238281250,"y":8640.35058593750,"width":2.14550781250,"height":1.33691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41130","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8620.1894264221191,"y":8696.4550781250,"width":1.5498313903808594,"height":0.58612453937530518},"absoluteRenderBounds":{"x":8619.6894531250,"y":8695.9550781250,"width":2.54980468750,"height":1.58593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41131","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8634.9139806032181,"y":8713.5410156250,"width":1.5830897092819214,"height":0.58575773239135742},"absoluteRenderBounds":{"x":8634.41406250,"y":8713.0410156250,"width":2.58300781250,"height":1.58593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41132","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8585.3511432409286,"y":8665.4160156250,"width":1.3676067590713501,"height":0.51518058776855469},"absoluteRenderBounds":{"x":8584.85156250,"y":8664.9160156250,"width":2.36718750,"height":1.5156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41133","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8602.3514111042023,"y":8680.3300781250,"width":1.4786670207977295,"height":0.55083644390106201},"absoluteRenderBounds":{"x":8601.85058593750,"y":8679.8300781250,"width":2.47949218750,"height":1.550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41134","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8568.8509995937347,"y":8634.0292968750,"width":1.1070082187652588,"height":0.23952198028564453},"absoluteRenderBounds":{"x":8568.35058593750,"y":8633.5292968750,"width":2.1074218750,"height":1.23925781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41135","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8571.9747314453125,"y":8552.36718750,"width":0.79089355468750,"height":0.077088296413421631},"absoluteRenderBounds":{"x":8571.4746093750,"y":8551.86718750,"width":1.9238281250,"height":1.07714843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41136","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8577.8192030787468,"y":8550.8730468750,"width":0.82142192125320435,"height":0.11212180554866791},"absoluteRenderBounds":{"x":8577.316406250,"y":8550.3730468750,"width":1.824218750,"height":1.11230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41137","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8584.9870591163635,"y":8550.04199218750,"width":0.85766744613647461,"height":0.12834693491458893},"absoluteRenderBounds":{"x":8584.48730468750,"y":8550.0,"width":1.8574218750,"height":0.6699218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41138","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8570.8296557068825,"y":8614.6582031250,"width":0.85296148061752319,"height":0.44491106271743774},"absoluteRenderBounds":{"x":8570.3144531250,"y":8614.1582031250,"width":1.86816406250,"height":1.44531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41139","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8592.7296003103256,"y":8551.15527343750,"width":0.88563406467437744,"height":0.20546405017375946},"absoluteRenderBounds":{"x":8592.22949218750,"y":8550.65527343750,"width":1.88574218750,"height":1.2050781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41140","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8567.5393922328949,"y":8553.5449218750,"width":0.77506089210510254,"height":0.035987410694360733},"absoluteRenderBounds":{"x":8567.03906250,"y":8553.0449218750,"width":2.57910156250,"height":1.03613281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41141","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8590.3166894912720,"y":8571.18750,"width":0.88741207122802734,"height":0.50722897052764893},"absoluteRenderBounds":{"x":8589.816406250,"y":8570.68750,"width":1.88769531250,"height":1.50683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41142","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8575.8086552619934,"y":8601.72656250,"width":0.84564161300659180,"height":0.52004241943359375},"absoluteRenderBounds":{"x":8575.308593750,"y":8601.22656250,"width":1.8457031250,"height":1.52050781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41143","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8583.2035053968430,"y":8586.4082031250,"width":0.87461960315704346,"height":0.54913461208343506},"absoluteRenderBounds":{"x":8582.70410156250,"y":8585.9082031250,"width":1.87402343750,"height":1.5488281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41144","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8564.6367316246033,"y":8553.45605468750,"width":0.76170587539672852,"height":0.029251545667648315},"absoluteRenderBounds":{"x":8564.136718750,"y":8552.95605468750,"width":2.0683593750,"height":1.0292968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41145","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8594.4233188629150,"y":8558.59082031250,"width":0.86086082458496094,"height":0.39839896559715271},"absoluteRenderBounds":{"x":8593.9238281250,"y":8558.09082031250,"width":1.86035156250,"height":1.39843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41146","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8642.6817401647568,"y":8731.2343750,"width":1.5731426477432251,"height":0.62242883443832397},"absoluteRenderBounds":{"x":8642.1816406250,"y":8730.7343750,"width":2.57324218750,"height":1.2656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41147","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8583.7914453744888,"y":8550.9531250,"width":0.75542962551116943,"height":0.14058901369571686},"absoluteRenderBounds":{"x":8583.2910156250,"y":8550.4531250,"width":1.75683593750,"height":1.1406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41148","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8606.5097248554230,"y":8650.56347656250,"width":1.2646892070770264,"height":0.41578373312950134},"absoluteRenderBounds":{"x":8606.00878906250,"y":8650.06347656250,"width":2.26660156250,"height":1.4160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41149","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8600.7084650993347,"y":8631.0957031250,"width":1.1548161506652832,"height":0.21257445216178894},"absoluteRenderBounds":{"x":8600.20800781250,"y":8630.5957031250,"width":2.15527343750,"height":1.2128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41150","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8600.3959028720856,"y":8622.843750,"width":1.1499955654144287,"height":0.19730119407176971},"absoluteRenderBounds":{"x":8599.89550781250,"y":8622.343750,"width":2.15136718750,"height":1.1972656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41151","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8600.4166308641434,"y":8626.20996093750,"width":1.1546581983566284,"height":0.17163243889808655},"absoluteRenderBounds":{"x":8599.91699218750,"y":8625.70996093750,"width":2.1542968750,"height":1.1718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41152","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8601.4716989994049,"y":8639.10449218750,"width":1.1562306880950928,"height":0.33404129743576050},"absoluteRenderBounds":{"x":8600.97167968750,"y":8638.60449218750,"width":2.156250,"height":1.3339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41153","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8657.3851090669632,"y":8694.95214843750,"width":1.3990706205368042,"height":0.56293427944183350},"absoluteRenderBounds":{"x":8656.88378906250,"y":8694.45214843750,"width":2.40136718750,"height":1.56250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41154","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8673.6799991130829,"y":8712.0019531250,"width":1.3737118244171143,"height":0.58789199590682983},"absoluteRenderBounds":{"x":8673.17968750,"y":8711.5019531250,"width":2.37402343750,"height":1.5878906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41155","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8600.3842467069626,"y":8619.39355468750,"width":1.1548157930374146,"height":0.25972303748130798},"absoluteRenderBounds":{"x":8599.88378906250,"y":8618.89355468750,"width":2.15527343750,"height":1.2597656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41156","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8620.0068067312241,"y":8663.906250,"width":1.3486620187759399,"height":0.47486817836761475},"absoluteRenderBounds":{"x":8619.50683593750,"y":8663.406250,"width":2.34863281250,"height":1.4746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41157","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8638.2292152643204,"y":8678.79589843750,"width":1.4035972356796265,"height":0.52496933937072754},"absoluteRenderBounds":{"x":8637.7285156250,"y":8678.29589843750,"width":2.40527343750,"height":1.52441406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41158","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8599.6810517907143,"y":8549.92675781250,"width":0.80918258428573608,"height":0.048180319368839264},"absoluteRenderBounds":{"x":8599.18066406250,"y":8550.0,"width":1.80957031250,"height":0.4746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41159","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8607.1202113032341,"y":8549.0,"width":0.82510119676589966,"height":0.029383175075054169},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41160","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8593.6641263961792,"y":8551.683593750,"width":0.82122516632080078,"height":0.061379645019769669},"absoluteRenderBounds":{"x":8593.16406250,"y":8551.183593750,"width":1.82128906250,"height":1.06152343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41161","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8589.0125705003738,"y":8553.2324218750,"width":0.82336699962615967,"height":0.033567331731319427},"absoluteRenderBounds":{"x":8588.51269531250,"y":8552.7324218750,"width":2.53027343750,"height":1.0332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41162","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8600.1726552248001,"y":8614.27343750,"width":1.1642588376998901,"height":0.36351042985916138},"absoluteRenderBounds":{"x":8599.67285156250,"y":8613.77343750,"width":2.16406250,"height":1.363281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41163","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8615.4874645471573,"y":8550.07910156250,"width":0.80745732784271240,"height":0.11708168685436249},"absoluteRenderBounds":{"x":8614.98730468750,"y":8550.0,"width":1.80761718750,"height":0.69628906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41164","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8585.7234301567078,"y":8553.355468750,"width":0.82051515579223633,"height":0.047416586428880692},"absoluteRenderBounds":{"x":8585.22363281250,"y":8552.855468750,"width":2.54003906250,"height":1.04785156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41165","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8599.7159167528152,"y":8606.32128906250,"width":1.1463879346847534,"height":0.43031921982765198},"absoluteRenderBounds":{"x":8599.21582031250,"y":8605.82128906250,"width":2.1464843750,"height":1.43066406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41166","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8618.1070622801781,"y":8556.3417968750,"width":0.82164865732192993,"height":0.29596894979476929},"absoluteRenderBounds":{"x":8617.60644531250,"y":8555.8417968750,"width":1.82324218750,"height":1.29589843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41167","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8603.0720012187958,"y":8594.699218750,"width":1.1115925312042236,"height":0.48819977045059204},"absoluteRenderBounds":{"x":8602.55566406250,"y":8594.199218750,"width":2.12792968750,"height":1.488281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41168","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8609.1113805770874,"y":8580.95800781250,"width":1.0165491104125977,"height":0.47557315230369568},"absoluteRenderBounds":{"x":8608.6113281250,"y":8580.45800781250,"width":2.01660156250,"height":1.47558593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41169","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8615.0547355413437,"y":8567.40527343750,"width":0.91401445865631104,"height":0.42486760020256042},"absoluteRenderBounds":{"x":8614.55468750,"y":8566.90527343750,"width":1.91406250,"height":1.42480468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41170","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8683.3931627273560,"y":8729.5996093750,"width":1.3519544601440430,"height":0.61674636602401733},"absoluteRenderBounds":{"x":8682.8925781250,"y":8729.0996093750,"width":2.3535156250,"height":1.61621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41171","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8605.9454669356346,"y":8553.23925781250,"width":0.80257993936538696,"height":0.18027131259441376},"absoluteRenderBounds":{"x":8605.44531250,"y":8552.73925781250,"width":2.20800781250,"height":1.18066406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41172","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8633.0469936132431,"y":8630.925781250,"width":1.1463657617568970,"height":0.24531073868274689},"absoluteRenderBounds":{"x":8632.54589843750,"y":8630.425781250,"width":2.14843750,"height":1.24511718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41173","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8634.1941218376160,"y":8640.02050781250,"width":1.1691594123840332,"height":0.36877033114433289},"absoluteRenderBounds":{"x":8633.69433593750,"y":8639.52050781250,"width":2.16894531250,"height":1.3691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41174","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8632.4107747077942,"y":8624.6152343750,"width":1.1263346672058105,"height":0.17813497781753540},"absoluteRenderBounds":{"x":8631.910156250,"y":8624.1152343750,"width":2.1269531250,"height":1.1777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41175","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8632.0559159517288,"y":8619.707031250,"width":1.0974043607711792,"height":0.16482765972614288},"absoluteRenderBounds":{"x":8631.55566406250,"y":8619.207031250,"width":2.097656250,"height":1.16503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41176","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8631.8083989620209,"y":8614.7988281250,"width":1.0783197879791260,"height":0.21360884606838226},"absoluteRenderBounds":{"x":8631.308593750,"y":8614.2988281250,"width":2.0781250,"height":1.21386718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41177","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8672.0156643390656,"y":8679.57128906250,"width":1.3271090984344482,"height":0.51896142959594727},"absoluteRenderBounds":{"x":8671.5156250,"y":8679.07128906250,"width":2.3281250,"height":1.51855468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41178","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8707.7266334295273,"y":8712.35156250,"width":1.2665306329727173,"height":0.56847375631332397},"absoluteRenderBounds":{"x":8707.22656250,"y":8711.85156250,"width":2.26660156250,"height":1.5683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41179","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8640.1798839569092,"y":8651.6933593750,"width":1.2683582305908203,"height":0.42609566450119019},"absoluteRenderBounds":{"x":8639.67968750,"y":8651.1933593750,"width":2.26855468750,"height":1.425781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41180","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8691.0142799615860,"y":8695.4785156250,"width":1.3197044134140015,"height":0.54306071996688843},"absoluteRenderBounds":{"x":8690.5136718750,"y":8694.9785156250,"width":2.32128906250,"height":1.542968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41181","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8631.4671320915222,"y":8608.5214843750,"width":1.0592350959777832,"height":0.29154095053672791},"absoluteRenderBounds":{"x":8630.9667968750,"y":8608.0214843750,"width":2.05957031250,"height":1.29199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41182","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8654.0317666530609,"y":8664.9003906250,"width":1.3276083469390869,"height":0.46403250098228455},"absoluteRenderBounds":{"x":8653.5292968750,"y":8664.4003906250,"width":2.332031250,"height":1.46386718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41183","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8615.6657149195671,"y":8553.917968750,"width":0.81768351793289185,"height":0.13947458565235138},"absoluteRenderBounds":{"x":8615.1660156250,"y":8553.417968750,"width":1.86230468750,"height":1.13964843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41184","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8611.4445115327835,"y":8555.42089843750,"width":0.83966815471649170,"height":0.12820836901664734},"absoluteRenderBounds":{"x":8610.9433593750,"y":8554.92089843750,"width":2.2753906250,"height":1.12792968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41185","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8621.1266303062439,"y":8552.26660156250,"width":0.79133844375610352,"height":0.14329470694065094},"absoluteRenderBounds":{"x":8620.6269531250,"y":8551.76660156250,"width":1.79199218750,"height":1.14355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41186","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8630.2064623832703,"y":8600.63281250,"width":1.0259594917297363,"height":0.31993213295936584},"absoluteRenderBounds":{"x":8629.70605468750,"y":8600.13281250,"width":2.02636718750,"height":1.32031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41187","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8608.2566936016083,"y":8555.57324218750,"width":0.86342358589172363,"height":0.12882271409034729},"absoluteRenderBounds":{"x":8607.77050781250,"y":8555.07324218750,"width":1.39550781250,"height":1.128906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41188","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8628.0634570121765,"y":8551.5957031250,"width":0.77931642532348633,"height":0.14691588282585144},"absoluteRenderBounds":{"x":8627.56347656250,"y":8551.0957031250,"width":1.7792968750,"height":1.1464843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41189","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8638.8190799355507,"y":8567.53613281250,"width":0.81275600194931030,"height":0.35934370756149292},"absoluteRenderBounds":{"x":8638.31933593750,"y":8567.03613281250,"width":1.81250,"height":1.3593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41190","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8631.4672137498856,"y":8590.59277343750,"width":1.0034893751144409,"height":0.38443285226821899},"absoluteRenderBounds":{"x":8630.9531250,"y":8590.09277343750,"width":2.0175781250,"height":1.3847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41191","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8640.0169497132301,"y":8558.250,"width":0.74867528676986694,"height":0.28411349654197693},"absoluteRenderBounds":{"x":8639.51660156250,"y":8557.750,"width":1.74902343750,"height":1.28417968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41192","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8635.1695448756218,"y":8578.92968750,"width":0.89588481187820435,"height":0.38733661174774170},"absoluteRenderBounds":{"x":8634.6699218750,"y":8578.42968750,"width":1.89550781250,"height":1.38769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41193","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8636.3337942957878,"y":8552.9238281250,"width":0.75507289171218872,"height":0.18321976065635681},"absoluteRenderBounds":{"x":8635.8339843750,"y":8552.4238281250,"width":1.75488281250,"height":1.183593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41194","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8718.9378114938736,"y":8729.89843750,"width":1.1735166311264038,"height":0.59908264875411987},"absoluteRenderBounds":{"x":8718.43750,"y":8729.39843750,"width":2.1738281250,"height":1.59863281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41195","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8629.4150118231773,"y":8557.613281250,"width":0.82229286432266235,"height":0.21838261187076569},"absoluteRenderBounds":{"x":8628.91503906250,"y":8557.113281250,"width":1.82324218750,"height":1.218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41196","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8667.2391247749329,"y":8642.636718750,"width":1.1856799125671387,"height":0.39899840950965881},"absoluteRenderBounds":{"x":8666.73925781250,"y":8642.136718750,"width":2.1855468750,"height":1.39941406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41197","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8665.0795365571976,"y":8632.761718750,"width":1.1792525053024292,"height":0.30091613531112671},"absoluteRenderBounds":{"x":8664.57910156250,"y":8632.261718750,"width":2.19824218750,"height":1.300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41198","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8673.8851984739304,"y":8654.371093750,"width":1.2632390260696411,"height":0.41537770628929138},"absoluteRenderBounds":{"x":8673.3847656250,"y":8653.871093750,"width":2.2636718750,"height":1.41503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41199","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8661.2137931585312,"y":8613.20605468750,"width":1.0137459039688110,"height":0.20465260744094849},"absoluteRenderBounds":{"x":8660.71191406250,"y":8612.70605468750,"width":2.0175781250,"height":1.2050781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41200","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8662.2492728233337,"y":8619.22949218750,"width":1.0915474891662598,"height":0.19404648244380951},"absoluteRenderBounds":{"x":8661.74902343750,"y":8618.72949218750,"width":2.12597656250,"height":1.19433593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41201","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8663.4943974018097,"y":8625.3847656250,"width":1.1364619731903076,"height":0.22548519074916840},"absoluteRenderBounds":{"x":8662.9941406250,"y":8624.8847656250,"width":2.16503906250,"height":1.22558593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41202","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8687.3232268095016,"y":8667.378906250,"width":1.2968903779983521,"height":0.45120573043823242},"absoluteRenderBounds":{"x":8686.82324218750,"y":8666.878906250,"width":2.2968750,"height":1.4511718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41203","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8738.9588270187378,"y":8714.02343750,"width":1.1964464187622070,"height":0.56640833616256714},"absoluteRenderBounds":{"x":8738.45800781250,"y":8713.52343750,"width":2.1972656250,"height":1.566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41204","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8722.5398479700089,"y":8697.39550781250,"width":1.2511676549911499,"height":0.54082250595092773},"absoluteRenderBounds":{"x":8722.03906250,"y":8696.89550781250,"width":2.25292968750,"height":1.5410156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41205","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8704.4161324501038,"y":8681.7714843750,"width":1.2762503623962402,"height":0.51083099842071533},"absoluteRenderBounds":{"x":8703.9160156250,"y":8681.2714843750,"width":2.27636718750,"height":1.51074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41206","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8657.8810263872147,"y":8598.3593750,"width":0.94905173778533936,"height":0.26249703764915466},"absoluteRenderBounds":{"x":8657.3808593750,"y":8597.8593750,"width":1.949218750,"height":1.26269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41207","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8648.1230542659760,"y":8556.6894531250,"width":0.74218010902404785,"height":0.21757481992244720},"absoluteRenderBounds":{"x":8647.6230468750,"y":8556.1894531250,"width":1.74218750,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41208","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8642.1376525163651,"y":8557.031250,"width":0.77836310863494873,"height":0.20742239058017731},"absoluteRenderBounds":{"x":8641.63769531250,"y":8556.531250,"width":1.77832031250,"height":1.207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41209","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8631.6855504512787,"y":8559.9667968750,"width":0.88183236122131348,"height":0.19323512911796570},"absoluteRenderBounds":{"x":8631.1855468750,"y":8559.4667968750,"width":2.58886718750,"height":1.1933593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41210","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8655.8705555796623,"y":8558.371093750,"width":0.7202647328376770,"height":0.23942650854587555},"absoluteRenderBounds":{"x":8655.496093750,"y":8557.871093750,"width":1.593750,"height":1.23925781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41211","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8637.6736365556717,"y":8558.47167968750,"width":0.82148063182830811,"height":0.20325705409049988},"absoluteRenderBounds":{"x":8637.1738281250,"y":8557.97167968750,"width":1.95410156250,"height":1.2031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41212","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8660.3218377232552,"y":8562.9316406250,"width":0.71331852674484253,"height":0.29348385334014893},"absoluteRenderBounds":{"x":8659.82128906250,"y":8562.4316406250,"width":1.714843750,"height":1.292968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41213","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8657.4043149352074,"y":8589.72753906250,"width":0.88377100229263306,"height":0.30980768799781799},"absoluteRenderBounds":{"x":8656.90332031250,"y":8589.22753906250,"width":1.88574218750,"height":1.30957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41214","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8634.3158347606659,"y":8559.84277343750,"width":0.85799336433410645,"height":0.19491074979305267},"absoluteRenderBounds":{"x":8633.81542968750,"y":8559.34277343750,"width":2.1464843750,"height":1.19531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41215","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8660.1441602110863,"y":8606.113281250,"width":0.98474603891372681,"height":0.27296063303947449},"absoluteRenderBounds":{"x":8659.64355468750,"y":8605.613281250,"width":1.98535156250,"height":1.27343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41216","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8659.0210852622986,"y":8579.996093750,"width":0.81582880020141602,"height":0.33718118071556091},"absoluteRenderBounds":{"x":8658.519531250,"y":8579.496093750,"width":1.8183593750,"height":1.33691406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41217","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8660.6853265166283,"y":8570.597656250,"width":0.75412660837173462,"height":0.33270105719566345},"absoluteRenderBounds":{"x":8660.1855468750,"y":8570.097656250,"width":1.753906250,"height":1.33300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41218","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8750.9903967380524,"y":8731.44042968750,"width":1.1150720119476318,"height":0.59602063894271851},"absoluteRenderBounds":{"x":8750.4902343750,"y":8730.94042968750,"width":2.1152343750,"height":1.05957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41219","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8653.6904579997063,"y":8563.1386718750,"width":0.83883887529373169,"height":0.23943497240543365},"absoluteRenderBounds":{"x":8653.19042968750,"y":8562.6386718750,"width":1.839843750,"height":1.23925781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41220","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8691.4039983749390,"y":8620.60253906250,"width":1.0598688125610352,"height":0.24024729430675507},"absoluteRenderBounds":{"x":8690.9042968750,"y":8620.10253906250,"width":2.0800781250,"height":1.2402343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41221","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8700.4956997632980,"y":8646.253906250,"width":1.2328158617019653,"height":0.41821050643920898},"absoluteRenderBounds":{"x":8699.99511718750,"y":8645.753906250,"width":2.2558593750,"height":1.417968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41222","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8707.5981891155243,"y":8657.96191406250,"width":1.2689983844757080,"height":0.41072726249694824},"absoluteRenderBounds":{"x":8707.09863281250,"y":8657.46191406250,"width":2.26855468750,"height":1.41113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41223","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8696.9689981937408,"y":8635.91113281250,"width":1.1462361812591553,"height":0.33098146319389343},"absoluteRenderBounds":{"x":8696.468750,"y":8635.41113281250,"width":2.1464843750,"height":1.33105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41224","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8693.9920308589935,"y":8627.66894531250,"width":1.0851175785064697,"height":0.26350688934326172},"absoluteRenderBounds":{"x":8693.49218750,"y":8627.16894531250,"width":2.08496093750,"height":1.2636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41225","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8736.1051428318024,"y":8684.80566406250,"width":1.2649743556976318,"height":0.48818141222000122},"absoluteRenderBounds":{"x":8735.6035156250,"y":8684.30566406250,"width":2.26855468750,"height":1.488281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41226","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8768.6684777736664,"y":8716.4316406250,"width":1.1684362888336182,"height":0.55354499816894531},"absoluteRenderBounds":{"x":8768.167968750,"y":8715.9316406250,"width":2.1699218750,"height":1.55371093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41227","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8720.2537046670914,"y":8670.7246093750,"width":1.2716859579086304,"height":0.46100640296936035},"absoluteRenderBounds":{"x":8719.753906250,"y":8670.2246093750,"width":2.2714843750,"height":1.46093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41228","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8689.1313990354538,"y":8613.74121093750,"width":0.97406971454620361,"height":0.23276975750923157},"absoluteRenderBounds":{"x":8688.63183593750,"y":8613.24121093750,"width":1.97363281250,"height":1.2324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41229","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8752.9595344066620,"y":8700.089843750,"width":1.2162468433380127,"height":0.52793633937835693},"absoluteRenderBounds":{"x":8752.4589843750,"y":8699.589843750,"width":2.21777343750,"height":1.52832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41230","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8681.5813940763474,"y":8591.11035156250,"width":0.84243404865264893,"height":0.26963996887207031},"absoluteRenderBounds":{"x":8681.08105468750,"y":8590.61035156250,"width":1.84277343750,"height":1.269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41231","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8662.9660322070122,"y":8563.19042968750,"width":0.75955373048782349,"height":0.22901920974254608},"absoluteRenderBounds":{"x":8662.46582031250,"y":8562.69042968750,"width":1.7597656250,"height":1.22949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41232","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8667.7328912019730,"y":8563.2343750,"width":0.73390567302703857,"height":0.25496265292167664},"absoluteRenderBounds":{"x":8667.2324218750,"y":8562.7343750,"width":1.7343750,"height":1.33300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41233","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8674.6902467608452,"y":8565.3613281250,"width":0.70330792665481567,"height":0.27637025713920593},"absoluteRenderBounds":{"x":8674.191406250,"y":8564.8613281250,"width":1.70214843750,"height":1.27636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41234","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8686.8845639228821,"y":8606.089843750,"width":0.96113920211791992,"height":0.28418719768524170},"absoluteRenderBounds":{"x":8686.38378906250,"y":8605.589843750,"width":1.97363281250,"height":1.28417968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41235","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8657.5277875661850,"y":8565.582031250,"width":0.82768118381500244,"height":0.21036864817142487},"absoluteRenderBounds":{"x":8657.027343750,"y":8565.082031250,"width":1.8281250,"height":1.20996093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41236","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8659.7244241833687,"y":8564.3691406250,"width":0.81854456663131714,"height":0.23246771097183228},"absoluteRenderBounds":{"x":8659.2246093750,"y":8563.8691406250,"width":1.98925781250,"height":1.2324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41237","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8683.5720543265343,"y":8598.53906250,"width":0.90353161096572876,"height":0.22998993098735809},"absoluteRenderBounds":{"x":8683.07128906250,"y":8598.03906250,"width":1.90527343750,"height":1.230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41238","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8679.6397807002068,"y":8569.2910156250,"width":0.70201617479324341,"height":0.30515906214714050},"absoluteRenderBounds":{"x":8679.13964843750,"y":8568.7910156250,"width":1.75097656250,"height":1.30566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41239","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8655.6808860898018,"y":8565.59863281250,"width":0.87868422269821167,"height":0.21683338284492493},"absoluteRenderBounds":{"x":8655.18066406250,"y":8565.09863281250,"width":1.878906250,"height":1.2167968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41240","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8681.3317558765411,"y":8575.52343750,"width":0.71511912345886230,"height":0.31110271811485291},"absoluteRenderBounds":{"x":8680.832031250,"y":8575.02343750,"width":1.714843750,"height":1.31152343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41241","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8681.3873205780983,"y":8583.128906250,"width":0.79920285940170288,"height":0.30295276641845703},"absoluteRenderBounds":{"x":8680.88769531250,"y":8582.628906250,"width":1.7988281250,"height":1.3027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41242","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8781.1297618150711,"y":8733.6894531250,"width":1.1036366224288940,"height":0.59602063894271851},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41243","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8678.2343773245811,"y":8568.98925781250,"width":0.83886486291885376,"height":0.23465971648693085},"absoluteRenderBounds":{"x":8677.7343750,"y":8568.48925781250,"width":1.839843750,"height":1.2343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41244","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8728.7075903415680,"y":8639.54589843750,"width":1.1410424709320068,"height":0.34308645129203796},"absoluteRenderBounds":{"x":8728.20605468750,"y":8639.04589843750,"width":2.14355468750,"height":1.34277343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41245","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8733.9171769618988,"y":8650.1347656250,"width":1.2107527256011963,"height":0.40370374917984009},"absoluteRenderBounds":{"x":8733.41699218750,"y":8649.6347656250,"width":2.21191406250,"height":1.4042968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41246","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8724.0726859569550,"y":8630.738281250,"width":1.1138374805450439,"height":0.29524916410446167},"absoluteRenderBounds":{"x":8723.57128906250,"y":8630.238281250,"width":2.14843750,"height":1.2949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41247","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8719.9329699277878,"y":8622.9667968750,"width":1.0494519472122192,"height":0.26258751749992371},"absoluteRenderBounds":{"x":8719.4316406250,"y":8622.4667968750,"width":2.09277343750,"height":1.26269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41248","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8741.4726042747498,"y":8661.73144531250,"width":1.2637238502502441,"height":0.40649193525314331},"absoluteRenderBounds":{"x":8740.972656250,"y":8661.23144531250,"width":2.2636718750,"height":1.406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41249","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8798.1510399580002,"y":8718.97949218750,"width":1.1731787919998169,"height":0.55358147621154785},"absoluteRenderBounds":{"x":8797.6503906250,"y":8718.47949218750,"width":2.1738281250,"height":1.55371093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41250","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8716.1352106332779,"y":8615.46093750,"width":0.95463311672210693,"height":0.26419559121131897},"absoluteRenderBounds":{"x":8715.63378906250,"y":8614.96093750,"width":1.957031250,"height":1.26464843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41251","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8783.2106851339340,"y":8702.9511718750,"width":1.2131429910659790,"height":0.51384401321411133},"absoluteRenderBounds":{"x":8782.70996093750,"y":8702.4511718750,"width":2.214843750,"height":1.5136718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41252","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8753.2730411291122,"y":8674.2519531250,"width":1.2689510583877563,"height":0.44081163406372070},"absoluteRenderBounds":{"x":8752.77343750,"y":8673.7519531250,"width":2.26855468750,"height":1.44042968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41253","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8767.6973359584808,"y":8688.011718750,"width":1.2411406040191650,"height":0.49108758568763733},"absoluteRenderBounds":{"x":8767.1972656250,"y":8687.511718750,"width":2.24121093750,"height":1.49121093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41254","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8708.0785304903984,"y":8600.16308593750,"width":0.90193825960159302,"height":0.21809124946594238},"absoluteRenderBounds":{"x":8707.5781250,"y":8599.66308593750,"width":1.93066406250,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41255","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8683.7614133358002,"y":8569.6503906250,"width":0.77569603919982910,"height":0.22845017910003662},"absoluteRenderBounds":{"x":8683.261718750,"y":8569.1503906250,"width":1.94531250,"height":1.2285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41256","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8681.8721906542778,"y":8570.56738281250,"width":0.82507497072219849,"height":0.22413361072540283},"absoluteRenderBounds":{"x":8681.37207031250,"y":8570.06738281250,"width":2.03222656250,"height":1.2246093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41257","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8679.8727884888649,"y":8571.519531250,"width":0.88014119863510132,"height":0.20554611086845398},"absoluteRenderBounds":{"x":8679.3730468750,"y":8570.9472656250,"width":1.87988281250,"height":1.30957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41258","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8680.8413169384003,"y":8571.61816406250,"width":0.83153462409973145,"height":0.21165989339351654},"absoluteRenderBounds":{"x":8680.34082031250,"y":8571.11816406250,"width":1.832031250,"height":1.21191406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41259","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8687.3118152618408,"y":8570.1269531250,"width":0.72822380065917969,"height":0.24695207178592682},"absoluteRenderBounds":{"x":8686.81347656250,"y":8569.6269531250,"width":2.87792968750,"height":1.24707031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41260","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8703.0129408836365,"y":8587.2949218750,"width":0.76244974136352539,"height":0.25707161426544189},"absoluteRenderBounds":{"x":8702.51269531250,"y":8586.7949218750,"width":1.76269531250,"height":1.25683593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41261","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8712.5094740390778,"y":8607.519531250,"width":0.91435408592224121,"height":0.28551730513572693},"absoluteRenderBounds":{"x":8712.00878906250,"y":8607.019531250,"width":1.9160156250,"height":1.285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41262","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8704.7878127694130,"y":8593.74511718750,"width":0.82156223058700562,"height":0.23797847330570221},"absoluteRenderBounds":{"x":8704.28808593750,"y":8593.24511718750,"width":1.82128906250,"height":1.238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41263","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8693.3853252530098,"y":8572.71093750,"width":0.71037787199020386,"height":0.27162626385688782},"absoluteRenderBounds":{"x":8692.9707031250,"y":8572.21582031250,"width":1.53906250,"height":1.261718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41264","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8698.6287665963173,"y":8576.25097656250,"width":0.70521777868270874,"height":0.28503140807151794},"absoluteRenderBounds":{"x":8698.12792968750,"y":8575.75097656250,"width":1.77343750,"height":1.285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41265","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8701.3841262459755,"y":8581.27832031250,"width":0.74087375402450562,"height":0.27616369724273682},"absoluteRenderBounds":{"x":8700.88281250,"y":8580.77832031250,"width":1.7753906250,"height":1.27636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41266","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8810.9268355369568,"y":8736.0878906250,"width":1.1356644630432129,"height":0.60130238533020020},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41267","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8702.4951614141464,"y":8574.1894531250,"width":0.82026827335357666,"height":0.20876306295394897},"absoluteRenderBounds":{"x":8701.99511718750,"y":8573.6894531250,"width":1.82128906250,"height":1.2089843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41268","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8767.3268314599991,"y":8653.60156250,"width":1.2317622900009155,"height":0.39390292763710022},"absoluteRenderBounds":{"x":8766.82714843750,"y":8653.10156250,"width":2.23144531250,"height":1.39355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41269","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8754.0250170230865,"y":8633.7402343750,"width":1.1165845394134521,"height":0.30557301640510559},"absoluteRenderBounds":{"x":8753.52441406250,"y":8633.2402343750,"width":2.13378906250,"height":1.30566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41270","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8748.2304298877716,"y":8625.4472656250,"width":1.0322654247283936,"height":0.27658048272132874},"absoluteRenderBounds":{"x":8747.730468750,"y":8624.9472656250,"width":2.03222656250,"height":1.27636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41271","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8742.8351211547852,"y":8617.5214843750,"width":0.96956634521484375,"height":0.26389542222023010},"absoluteRenderBounds":{"x":8742.33496093750,"y":8617.0214843750,"width":1.96972656250,"height":1.2636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41272","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8760.3546508550644,"y":8642.95019531250,"width":1.1756225824356079,"height":0.34820795059204102},"absoluteRenderBounds":{"x":8759.85449218750,"y":8642.45019531250,"width":2.191406250,"height":1.34863281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41273","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8828.6564004421234,"y":8721.17089843750,"width":1.2312948703765869,"height":0.54081273078918457},"absoluteRenderBounds":{"x":8828.156250,"y":8720.67089843750,"width":2.23144531250,"height":1.5410156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41274","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8814.2914607524872,"y":8705.378906250,"width":1.2485783100128174,"height":0.50239771604537964},"absoluteRenderBounds":{"x":8813.7910156250,"y":8704.878906250,"width":2.250,"height":1.5019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41275","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8786.6595289707184,"y":8677.31933593750,"width":1.2877366542816162,"height":0.42565202713012695},"absoluteRenderBounds":{"x":8786.15917968750,"y":8676.81933593750,"width":2.28808593750,"height":1.425781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41276","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8799.9400271177292,"y":8690.75683593750,"width":1.2757931947708130,"height":0.46254509687423706},"absoluteRenderBounds":{"x":8799.44042968750,"y":8690.25683593750,"width":2.2753906250,"height":1.4628906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41277","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8737.7265149354935,"y":8609.457031250,"width":0.91801631450653076,"height":0.27617958188056946},"absoluteRenderBounds":{"x":8737.22656250,"y":8608.957031250,"width":1.917968750,"height":1.27636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41278","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8775.5153528451920,"y":8665.050781250,"width":1.2756627798080444,"height":0.38998085260391235},"absoluteRenderBounds":{"x":8775.0156250,"y":8664.550781250,"width":2.2753906250,"height":1.38964843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41279","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8707.2767173647881,"y":8576.2636718750,"width":0.75355607271194458,"height":0.20179714262485504},"absoluteRenderBounds":{"x":8706.77636718750,"y":8575.7636718750,"width":2.31738281250,"height":1.20214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41280","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8704.1571653485298,"y":8576.08593750,"width":0.79205340147018433,"height":0.17645038664340973},"absoluteRenderBounds":{"x":8703.65722656250,"y":8575.58593750,"width":1.79199218750,"height":1.17675781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41281","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8704.8919357657433,"y":8575.4277343750,"width":0.74868923425674438,"height":0.17176438868045807},"absoluteRenderBounds":{"x":8704.39160156250,"y":8574.9277343750,"width":1.74902343750,"height":1.1718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41282","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8703.8877394795418,"y":8576.77832031250,"width":0.88374489545822144,"height":0.17498090863227844},"absoluteRenderBounds":{"x":8703.38769531250,"y":8576.27832031250,"width":1.88378906250,"height":1.17480468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41283","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8704.1686056852341,"y":8576.9941406250,"width":0.82065212726593018,"height":0.16347421705722809},"absoluteRenderBounds":{"x":8703.66894531250,"y":8576.4941406250,"width":1.82031250,"height":1.16308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41284","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8717.9241199493408,"y":8582.76660156250,"width":0.72822380065917969,"height":0.24492843449115753},"absoluteRenderBounds":{"x":8717.4238281250,"y":8582.26660156250,"width":1.7988281250,"height":1.24511718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41285","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8724.5610654950142,"y":8591.45410156250,"width":0.80612200498580933,"height":0.21704570949077606},"absoluteRenderBounds":{"x":8724.06152343750,"y":8590.95410156250,"width":1.85644531250,"height":1.2167968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41286","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8727.7800787091255,"y":8596.6113281250,"width":0.85761660337448120,"height":0.20430591702461243},"absoluteRenderBounds":{"x":8727.27832031250,"y":8596.1113281250,"width":1.91308593750,"height":1.20410156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41287","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8712.5222781300545,"y":8579.38183593750,"width":0.73748749494552612,"height":0.23280173540115356},"absoluteRenderBounds":{"x":8712.02246093750,"y":8578.88183593750,"width":1.73730468750,"height":1.2324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41288","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8721.6013738512993,"y":8586.81152343750,"width":0.76093083620071411,"height":0.23495486378669739},"absoluteRenderBounds":{"x":8721.10058593750,"y":8586.31152343750,"width":1.86035156250,"height":1.23535156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41289","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8732.2254737019539,"y":8602.269531250,"width":0.90538567304611206,"height":0.20179505646228790},"absoluteRenderBounds":{"x":8731.72558593750,"y":8601.769531250,"width":1.92871093750,"height":1.20214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41290","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8841.9641343355179,"y":8738.1035156250,"width":1.2145766019821167,"height":0.60595518350601196},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41291","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8725.9222090840340,"y":8577.871093750,"width":0.79068154096603394,"height":0.16902029514312744},"absoluteRenderBounds":{"x":8725.4218750,"y":8577.371093750,"width":1.7910156250,"height":1.16894531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41292","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8800.6866711378098,"y":8655.9160156250,"width":1.2312976121902466,"height":0.37218478322029114},"absoluteRenderBounds":{"x":8800.18652343750,"y":8655.4160156250,"width":2.2324218750,"height":1.37207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41293","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8792.0279623270035,"y":8645.332031250,"width":1.1829751729965210,"height":0.33759936690330505},"absoluteRenderBounds":{"x":8791.52832031250,"y":8644.832031250,"width":2.18261718750,"height":1.3378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41294","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8784.0544296503067,"y":8635.8730468750,"width":1.1272109746932983,"height":0.31238260865211487},"absoluteRenderBounds":{"x":8783.55468750,"y":8635.3730468750,"width":2.1269531250,"height":1.31250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41295","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8769.7409026622772,"y":8618.97949218750,"width":1.0198395252227783,"height":0.27658164501190186},"absoluteRenderBounds":{"x":8769.24121093750,"y":8618.47949218750,"width":2.019531250,"height":1.27636718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41296","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8776.6656836271286,"y":8627.1777343750,"width":1.0735741853713989,"height":0.28009998798370361},"absoluteRenderBounds":{"x":8776.1660156250,"y":8626.6777343750,"width":2.07324218750,"height":1.28027343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41297","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8861.4578807353973,"y":8722.3730468750,"width":1.3370411396026611,"height":0.54607588052749634},"absoluteRenderBounds":{"x":8860.95800781250,"y":8721.8730468750,"width":2.33691406250,"height":1.54589843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41298","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8847.1592868566513,"y":8706.80957031250,"width":1.3231350183486938,"height":0.49201518297195435},"absoluteRenderBounds":{"x":8846.65917968750,"y":8706.30957031250,"width":2.32324218750,"height":1.49218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41299","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8833.4622001647949,"y":8692.46972656250,"width":1.3200263977050781,"height":0.45375248789787292},"absoluteRenderBounds":{"x":8832.96191406250,"y":8691.96972656250,"width":2.32031250,"height":1.45410156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41300","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8820.8167634010315,"y":8679.28808593750,"width":1.3150725364685059,"height":0.43252736330032349},"absoluteRenderBounds":{"x":8820.316406250,"y":8678.78808593750,"width":2.31542968750,"height":1.43261718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41301","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8809.8375418186188,"y":8667.19824218750,"width":1.2972238063812256,"height":0.39777684211730957},"absoluteRenderBounds":{"x":8809.33691406250,"y":8666.69824218750,"width":2.29785156250,"height":1.39746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41302","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8738.1033454537392,"y":8587.75781250,"width":0.77653735876083374,"height":0.17736427485942841},"absoluteRenderBounds":{"x":8737.6035156250,"y":8587.25781250,"width":1.8300781250,"height":1.1777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41303","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8727.2997465133667,"y":8580.738281250,"width":0.84087848663330078,"height":0.090163268148899078},"absoluteRenderBounds":{"x":8726.7988281250,"y":8580.238281250,"width":1.83300781250,"height":1.089843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41304","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8726.5878853797913,"y":8579.92480468750,"width":0.82813024520874023,"height":0.092752404510974884},"absoluteRenderBounds":{"x":8726.0878906250,"y":8579.42089843750,"width":1.80957031250,"height":1.12988281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41305","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8728.0497062802315,"y":8580.57714843750,"width":0.79013746976852417,"height":0.13036377727985382},"absoluteRenderBounds":{"x":8727.54980468750,"y":8580.07714843750,"width":2.13378906250,"height":1.12988281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41306","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8726.4502390027046,"y":8579.425781250,"width":0.80269068479537964,"height":0.10178864002227783},"absoluteRenderBounds":{"x":8725.9785156250,"y":8578.925781250,"width":1.746093750,"height":1.10156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41307","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8727.4591773748398,"y":8580.511718750,"width":0.82109606266021729,"height":0.097544468939304352},"absoluteRenderBounds":{"x":8726.9589843750,"y":8580.011718750,"width":1.82128906250,"height":1.097656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41308","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8763.2609514594078,"y":8610.9277343750,"width":0.95193916559219360,"height":0.26951822638511658},"absoluteRenderBounds":{"x":8762.76074218750,"y":8610.4277343750,"width":1.95214843750,"height":1.269531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41309","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8742.6010007858276,"y":8591.06152343750,"width":0.80524921417236328,"height":0.16194120049476624},"absoluteRenderBounds":{"x":8742.10058593750,"y":8590.56152343750,"width":1.87792968750,"height":1.1621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41310","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8732.6871269941330,"y":8584.2675781250,"width":0.78748238086700439,"height":0.17993703484535217},"absoluteRenderBounds":{"x":8732.18750,"y":8583.7675781250,"width":1.7871093750,"height":1.17968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41311","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8751.3271011114120,"y":8598.71093750,"width":0.89653170108795166,"height":0.15984706580638885},"absoluteRenderBounds":{"x":8750.82714843750,"y":8598.21093750,"width":1.94238281250,"height":1.160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41312","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8746.8026216626167,"y":8594.5839843750,"width":0.84483927488327026,"height":0.14775748550891876},"absoluteRenderBounds":{"x":8746.30175781250,"y":8594.0839843750,"width":1.92480468750,"height":1.14746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41313","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8756.8101587295532,"y":8603.8417968750,"width":0.93398189544677734,"height":0.20047377049922943},"absoluteRenderBounds":{"x":8756.3105468750,"y":8603.3417968750,"width":1.933593750,"height":1.20019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41314","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8875.8274844884872,"y":8739.21777343750,"width":1.3492733240127563,"height":0.59772431850433350},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41315","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8747.9813138246536,"y":8579.128906250,"width":0.73548305034637451,"height":0.14185032248497009},"absoluteRenderBounds":{"x":8747.48144531250,"y":8578.628906250,"width":1.73535156250,"height":1.14160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41316","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8814.4364274740219,"y":8636.3066406250,"width":1.1524397134780884,"height":0.31371843814849854},"absoluteRenderBounds":{"x":8813.9355468750,"y":8635.8066406250,"width":2.15332031250,"height":1.31347656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41317","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8833.8646031618118,"y":8656.34082031250,"width":1.2467249631881714,"height":0.36969324946403503},"absoluteRenderBounds":{"x":8833.36425781250,"y":8655.84082031250,"width":2.24707031250,"height":1.37011718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41318","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8797.5507985353470,"y":8618.9160156250,"width":1.0478342771530151,"height":0.28300017118453979},"absoluteRenderBounds":{"x":8797.04980468750,"y":8618.4160156250,"width":2.04980468750,"height":1.2832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41319","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8805.6926609277725,"y":8627.332031250,"width":1.1051906347274780,"height":0.29506295919418335},"absoluteRenderBounds":{"x":8805.19238281250,"y":8626.832031250,"width":2.105468750,"height":1.2949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41320","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8844.5284992456436,"y":8667.47656250,"width":1.3152507543563843,"height":0.39502558112144470},"absoluteRenderBounds":{"x":8844.02832031250,"y":8666.97656250,"width":2.31542968750,"height":1.39550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41321","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8882.8194326162338,"y":8706.6250,"width":1.4266611337661743,"height":0.50019675493240356},"absoluteRenderBounds":{"x":8882.31933593750,"y":8706.1250,"width":2.42675781250,"height":1.50},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41322","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8856.1856176853180,"y":8679.4824218750,"width":1.3553979396820068,"height":0.42008376121520996},"absoluteRenderBounds":{"x":8855.6855468750,"y":8678.9824218750,"width":2.355468750,"height":1.4199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41323","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8897.8348147869110,"y":8722.03906250,"width":1.4854977130889893,"height":0.54224336147308350},"absoluteRenderBounds":{"x":8897.33496093750,"y":8721.53906250,"width":2.48535156250,"height":1.54199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41324","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8789.8649009466171,"y":8610.96582031250,"width":1.0198646783828735,"height":0.26488724350929260},"absoluteRenderBounds":{"x":8789.36425781250,"y":8610.46582031250,"width":2.0214843750,"height":1.26464843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41325","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8868.9110037088394,"y":8692.49511718750,"width":1.3985666036605835,"height":0.45866444706916809},"absoluteRenderBounds":{"x":8868.41113281250,"y":8691.99511718750,"width":2.39843750,"height":1.4589843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41326","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8823.7940707206726,"y":8645.93847656250,"width":1.1942105293273926,"height":0.33503782749176025},"absoluteRenderBounds":{"x":8823.29394531250,"y":8645.43847656250,"width":2.19433593750,"height":1.33496093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41327","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8748.7787060737610,"y":8580.63574218750,"width":0.81113767623901367,"height":0.011309590190649033},"absoluteRenderBounds":{"x":8748.27832031250,"y":8580.13574218750,"width":1.81250,"height":1.011718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41328","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8749.2255117893219,"y":8581.0332031250,"width":0.85261321067810059,"height":0.028627399355173111},"absoluteRenderBounds":{"x":8746.78906250,"y":8580.5332031250,"width":3.79003906250,"height":1.02832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41329","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8750.1285790205002,"y":8581.84667968750,"width":0.83333504199981689,"height":0.024090159684419632},"absoluteRenderBounds":{"x":8746.06738281250,"y":8581.34667968750,"width":5.394531250,"height":1.02441406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41330","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8750.1199591159821,"y":8581.9707031250,"width":0.81754088401794434,"height":0.091543272137641907},"absoluteRenderBounds":{"x":8749.6191406250,"y":8581.4707031250,"width":1.81933593750,"height":1.0917968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41331","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8782.6283070445061,"y":8603.88769531250,"width":0.9966929554939270,"height":0.19791550934314728},"absoluteRenderBounds":{"x":8782.12792968750,"y":8603.38769531250,"width":1.99707031250,"height":1.19824218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41332","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8754.4878459572792,"y":8586.214843750,"width":0.84809154272079468,"height":0.15692207217216492},"absoluteRenderBounds":{"x":8753.988281250,"y":8585.714843750,"width":1.847656250,"height":1.15722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41333","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8770.4472075700760,"y":8595.6250,"width":0.91607367992401123,"height":0.093401856720447540},"absoluteRenderBounds":{"x":8769.9472656250,"y":8595.1250,"width":1.98144531250,"height":1.093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41334","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8750.1332334876060,"y":8581.66406250,"width":0.81500869989395142,"height":0.039316818118095398},"absoluteRenderBounds":{"x":8749.63281250,"y":8581.16406250,"width":1.81542968750,"height":1.03906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41335","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8776.2062023282051,"y":8598.99121093750,"width":0.96078985929489136,"height":0.13684923946857452},"absoluteRenderBounds":{"x":8775.70605468750,"y":8598.49121093750,"width":1.96093750,"height":1.136718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41336","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8759.8395833969116,"y":8590.0996093750,"width":0.84986972808837891,"height":0.10735192149877548},"absoluteRenderBounds":{"x":8759.339843750,"y":8589.5996093750,"width":1.88183593750,"height":1.1074218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41337","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8765.0702148079872,"y":8592.96386718750,"width":0.87314456701278687,"height":0.093226522207260132},"absoluteRenderBounds":{"x":8764.57031250,"y":8592.46386718750,"width":1.94628906250,"height":1.09277343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41338","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8914.0655509233475,"y":8738.86718750,"width":1.5428475141525269,"height":0.59617048501968384},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41339","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8767.1486164331436,"y":8577.57714843750,"width":0.59454762935638428,"height":0.15336771309375763},"absoluteRenderBounds":{"x":8766.64843750,"y":8577.07714843750,"width":1.59472656250,"height":1.15332031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41340","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8855.6362017393112,"y":8645.87792968750,"width":1.2007123231887817,"height":0.33440217375755310},"absoluteRenderBounds":{"x":8855.13574218750,"y":8645.37792968750,"width":2.2011718750,"height":1.3339843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41341","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8826.2188602685928,"y":8617.5449218750,"width":1.0828975439071655,"height":0.27694678306579590},"absoluteRenderBounds":{"x":8825.71777343750,"y":8617.0449218750,"width":2.0839843750,"height":1.277343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41342","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8835.3741667270660,"y":8626.35253906250,"width":1.115091085433960,"height":0.31493327021598816},"absoluteRenderBounds":{"x":8834.87402343750,"y":8625.85253906250,"width":2.1152343750,"height":1.3144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41343","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8878.9673110246658,"y":8667.42675781250,"width":1.3090561628341675,"height":0.39576375484466553},"absoluteRenderBounds":{"x":8878.46777343750,"y":8666.92675781250,"width":2.308593750,"height":1.39550781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41344","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8845.1502693891525,"y":8635.8574218750,"width":1.1661368608474731,"height":0.32377722859382629},"absoluteRenderBounds":{"x":8844.6503906250,"y":8635.3574218750,"width":2.1660156250,"height":1.324218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41345","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8866.8712801933289,"y":8656.21386718750,"width":1.2566494941711426,"height":0.35050827264785767},"absoluteRenderBounds":{"x":8866.371093750,"y":8655.71386718750,"width":2.25683593750,"height":1.35058593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41346","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8937.9853940010071,"y":8720.28417968750,"width":1.5692934989929199,"height":0.53525674343109131},"absoluteRenderBounds":{"x":8937.48535156250,"y":8719.78417968750,"width":2.56933593750,"height":1.535156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41347","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8891.9771505594254,"y":8679.21777343750,"width":1.3617166280746460,"height":0.41093009710311890},"absoluteRenderBounds":{"x":8891.47753906250,"y":8678.71777343750,"width":2.3613281250,"height":1.41113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41348","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8921.3041614294052,"y":8705.2402343750,"width":1.4946666955947876,"height":0.47997707128524780},"absoluteRenderBounds":{"x":8920.80371093750,"y":8704.7402343750,"width":2.49511718750,"height":1.47949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41349","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8906.0255607366562,"y":8691.69433593750,"width":1.4256111383438110,"height":0.44212895631790161},"absoluteRenderBounds":{"x":8905.5253906250,"y":8691.19433593750,"width":2.425781250,"height":1.44238281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41350","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8770.7199595570564,"y":8579.46777343750,"width":0.7253529429435730,"height":0.080928966403007507},"absoluteRenderBounds":{"x":8770.21972656250,"y":8578.96777343750,"width":1.72558593750,"height":1.08105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41351","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8773.3507019877434,"y":8580.56542968750,"width":0.82312613725662231,"height":0.12231810390949249},"absoluteRenderBounds":{"x":8772.8496093750,"y":8580.06542968750,"width":1.8261718750,"height":1.12207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41352","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8777.9063184261322,"y":8584.81738281250,"width":0.87493157386779785,"height":0.17422360181808472},"absoluteRenderBounds":{"x":8777.406250,"y":8584.31738281250,"width":1.8750,"height":1.1738281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41353","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8817.6562987565994,"y":8609.5800781250,"width":1.0517090559005737,"height":0.25532922148704529},"absoluteRenderBounds":{"x":8817.15527343750,"y":8609.0800781250,"width":2.0527343750,"height":1.25488281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41354","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8770.5328640341759,"y":8580.199218750,"width":0.66342502832412720,"height":0.088198356330394745},"absoluteRenderBounds":{"x":8770.0332031250,"y":8579.699218750,"width":1.66308593750,"height":1.0878906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41355","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8769.6807168126106,"y":8580.0136718750,"width":0.64154881238937378,"height":0.10068643838167191},"absoluteRenderBounds":{"x":8769.18066406250,"y":8579.5136718750,"width":1.81152343750,"height":1.10058593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41356","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8771.2904248833656,"y":8579.136718750,"width":0.80918449163436890,"height":0.079624585807323456},"absoluteRenderBounds":{"x":8770.78906250,"y":8578.636718750,"width":4.8808593750,"height":1.0800781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41357","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8783.7110421657562,"y":8588.7792968750,"width":0.89637970924377441,"height":0.13124489784240723},"absoluteRenderBounds":{"x":8783.21093750,"y":8588.2792968750,"width":1.8964843750,"height":1.1308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41358","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8809.6780093908310,"y":8602.70410156250,"width":1.0153499841690063,"height":0.19791550934314728},"absoluteRenderBounds":{"x":8809.17675781250,"y":8602.20410156250,"width":2.01660156250,"height":1.19824218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41359","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8802.4317215085030,"y":8597.80175781250,"width":0.98234099149703979,"height":0.13826668262481689},"absoluteRenderBounds":{"x":8801.9316406250,"y":8597.30175781250,"width":1.9824218750,"height":1.1386718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41360","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8795.8096576929092,"y":8594.44238281250,"width":0.95010793209075928,"height":0.11132621020078659},"absoluteRenderBounds":{"x":8795.30957031250,"y":8593.94238281250,"width":1.95019531250,"height":1.1113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41361","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8789.6231548786163,"y":8591.6855468750,"width":0.91786074638366699,"height":0.10075405985116959},"absoluteRenderBounds":{"x":8789.1230468750,"y":8591.1855468750,"width":1.917968750,"height":1.10058593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41362","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8956.3069151639938,"y":8737.22167968750,"width":1.6159363985061646,"height":0.61545282602310181},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41363","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8781.9699550271034,"y":8574.2285156250,"width":0.47438091039657593,"height":0.18908469378948212},"absoluteRenderBounds":{"x":8781.46972656250,"y":8573.7285156250,"width":1.4746093750,"height":1.1894531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41364","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8913.4240081310272,"y":8669.91308593750,"width":1.3259918689727783,"height":0.38082757592201233},"absoluteRenderBounds":{"x":8912.9238281250,"y":8669.41308593750,"width":2.3261718750,"height":1.3808593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41365","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8887.5507112741470,"y":8648.027343750,"width":1.2197965383529663,"height":0.36461642384529114},"absoluteRenderBounds":{"x":8887.050781250,"y":8647.527343750,"width":2.21972656250,"height":1.36425781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41366","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8900.0068006515503,"y":8658.8105468750,"width":1.2734727859497070,"height":0.36052891612052917},"absoluteRenderBounds":{"x":8899.50683593750,"y":8658.3105468750,"width":2.27343750,"height":1.36035156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41367","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8865.0996097326279,"y":8626.574218750,"width":1.1279293298721313,"height":0.34405741095542908},"absoluteRenderBounds":{"x":8864.5996093750,"y":8626.074218750,"width":2.12792968750,"height":1.343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41368","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8875.9362823963165,"y":8637.1425781250,"width":1.1730926036834717,"height":0.36000651121139526},"absoluteRenderBounds":{"x":8875.43652343750,"y":8636.6425781250,"width":2.17285156250,"height":1.36035156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41369","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8855.0163222551346,"y":8616.816406250,"width":1.0910996198654175,"height":0.30555495619773865},"absoluteRenderBounds":{"x":8854.5156250,"y":8616.316406250,"width":2.0917968750,"height":1.30566406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41370","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8978.5933088064194,"y":8718.9316406250,"width":1.6029802560806274,"height":0.51774644851684570},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41371","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8927.7971456050873,"y":8681.0019531250,"width":1.3854715824127197,"height":0.37282234430313110},"absoluteRenderBounds":{"x":8927.2968750,"y":8680.5019531250,"width":2.38574218750,"height":1.3730468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41372","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8943.2893569469452,"y":8692.4003906250,"width":1.4420883655548096,"height":0.40128308534622192},"absoluteRenderBounds":{"x":8942.78906250,"y":8691.9003906250,"width":2.44238281250,"height":1.40136718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41373","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8960.1482678651810,"y":8704.8144531250,"width":1.5118883848190308,"height":0.44775936007499695},"absoluteRenderBounds":{"x":8959.64843750,"y":8704.3144531250,"width":2.511718750,"height":1.4472656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41374","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8821.2938047647476,"y":8592.62988281250,"width":0.94349992275238037,"height":0.13963210582733154},"absoluteRenderBounds":{"x":8820.79394531250,"y":8592.12988281250,"width":1.9433593750,"height":1.13964843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41375","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8787.7494010329247,"y":8577.03613281250,"width":0.59630209207534790,"height":0.13610658049583435},"absoluteRenderBounds":{"x":8787.41894531250,"y":8576.53613281250,"width":4.00781250,"height":1.13574218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41376","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8795.9665926694870,"y":8577.9433593750,"width":0.83028233051300049,"height":0.14832518994808197},"absoluteRenderBounds":{"x":8795.4667968750,"y":8577.4433593750,"width":1.8652343750,"height":1.14843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41377","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8801.2613374590874,"y":8582.1855468750,"width":0.87049847841262817,"height":0.18863601982593536},"absoluteRenderBounds":{"x":8800.76074218750,"y":8581.6855468750,"width":1.87207031250,"height":1.18847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41378","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8845.5620172023773,"y":8608.34472656250,"width":1.0551702976226807,"height":0.25583562254905701},"absoluteRenderBounds":{"x":8845.0605468750,"y":8607.84472656250,"width":2.0566406250,"height":1.2558593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41379","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8789.9287295937538,"y":8576.51074218750,"width":0.66111415624618530,"height":0.12146229296922684},"absoluteRenderBounds":{"x":8789.4394531250,"y":8575.95800781250,"width":1.6503906250,"height":1.2480468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41380","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8792.4315469264984,"y":8576.4121093750,"width":0.76474213600158691,"height":0.12265133112668991},"absoluteRenderBounds":{"x":8791.9316406250,"y":8575.9121093750,"width":2.47167968750,"height":1.1230468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41381","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8828.6989172101021,"y":8596.38574218750,"width":0.98858278989791870,"height":0.14716504514217377},"absoluteRenderBounds":{"x":8828.19824218750,"y":8595.88574218750,"width":1.98925781250,"height":1.14746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41382","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8836.7607088088989,"y":8601.472656250,"width":1.0185880661010742,"height":0.20890825986862183},"absoluteRenderBounds":{"x":8836.25878906250,"y":8600.972656250,"width":2.02050781250,"height":1.2089843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41383","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8807.7111618518829,"y":8586.2792968750,"width":0.89333033561706543,"height":0.14331996440887451},"absoluteRenderBounds":{"x":8807.21093750,"y":8585.7792968750,"width":1.89355468750,"height":1.14355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41384","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8814.3442666530609,"y":8589.51855468750,"width":0.91549897193908691,"height":0.13798005878925323},"absoluteRenderBounds":{"x":8813.84472656250,"y":8589.01855468750,"width":1.91503906250,"height":1.13769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41385","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8785.3160807490349,"y":8576.71093750,"width":0.51009112596511841,"height":0.14457818865776062},"absoluteRenderBounds":{"x":8784.816406250,"y":8576.21093750,"width":1.5097656250,"height":1.144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41386","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8998.8309637308121,"y":8735.527343750,"width":1.6377862691879272,"height":0.61545282602310181},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41387","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8793.8013735413551,"y":8569.69042968750,"width":0.41054052114486694,"height":0.21621207892894745},"absoluteRenderBounds":{"x":8793.30175781250,"y":8569.19042968750,"width":1.410156250,"height":1.21582031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41388","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8906.8329427242279,"y":8639.6152343750,"width":1.1875650882720947,"height":0.40267071127891541},"absoluteRenderBounds":{"x":8906.33300781250,"y":8639.1152343750,"width":2.18750,"height":1.402343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41389","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8919.5679968595505,"y":8651.7636718750,"width":1.2405968904495239,"height":0.41040036082267761},"absoluteRenderBounds":{"x":8919.0683593750,"y":8651.2636718750,"width":2.2402343750,"height":1.410156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41390","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8894.9686994552612,"y":8627.644531250,"width":1.1514177322387695,"height":0.38653570413589478},"absoluteRenderBounds":{"x":8894.468750,"y":8627.144531250,"width":2.15136718750,"height":1.386718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41391","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8883.9060182571411,"y":8616.6093750,"width":1.1047239303588867,"height":0.35269483923912048},"absoluteRenderBounds":{"x":8883.406250,"y":8616.1093750,"width":2.10449218750,"height":1.35253906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41392","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8933.2110425233841,"y":8663.31347656250,"width":1.2821215391159058,"height":0.41343873739242554},"absoluteRenderBounds":{"x":8932.71093750,"y":8662.81347656250,"width":2.28222656250,"height":1.41308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41393","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8999.1287996768951,"y":8705.0800781250,"width":1.5303800106048584,"height":0.40266224741935730},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41394","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9019.2996596097946,"y":8717.9589843750,"width":1.6134263277053833,"height":0.47750675678253174},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41395","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8947.9722192287445,"y":8674.16406250,"width":1.3412573337554932,"height":0.38776096701622009},"absoluteRenderBounds":{"x":8947.47167968750,"y":8673.66406250,"width":2.3417968750,"height":1.38769531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41396","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8980.6981475353241,"y":8694.17968750,"width":1.4756805896759033,"height":0.33437711000442505},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41397","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8963.7145541906357,"y":8684.2246093750,"width":1.3997036218643188,"height":0.35558745265007019},"absoluteRenderBounds":{"x":8963.214843750,"y":8683.7246093750,"width":2.39941406250,"height":1.355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41398","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8873.5765619277954,"y":8607.27343750,"width":1.0640630722045898,"height":0.28300017118453979},"absoluteRenderBounds":{"x":8873.0761718750,"y":8606.77343750,"width":2.0644531250,"height":1.2832031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41399","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8812.5854182839394,"y":8572.7753906250,"width":0.74075359106063843,"height":0.14328582584857941},"absoluteRenderBounds":{"x":8812.08496093750,"y":8572.2753906250,"width":1.74121093750,"height":1.14355468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41400","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8807.6238528490067,"y":8572.6093750,"width":0.63884246349334717,"height":0.15134538710117340},"absoluteRenderBounds":{"x":8807.12402343750,"y":8572.1093750,"width":1.6386718750,"height":1.15136718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41401","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8818.0920596122742,"y":8574.51855468750,"width":0.81809663772583008,"height":0.16107137501239777},"absoluteRenderBounds":{"x":8817.5917968750,"y":8574.01855468750,"width":1.8183593750,"height":1.16113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41402","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8863.8883461952209,"y":8600.1542968750,"width":1.0276694297790527,"height":0.20890825986862183},"absoluteRenderBounds":{"x":8863.3886718750,"y":8599.6542968750,"width":2.027343750,"height":1.2089843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41403","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8802.9684560894966,"y":8572.847656250,"width":0.55009859800338745,"height":0.16377051174640656},"absoluteRenderBounds":{"x":8802.468750,"y":8572.2363281250,"width":1.54980468750,"height":1.2753906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41404","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8798.4366130828857,"y":8572.2656250,"width":0.46377754211425781,"height":0.17229771614074707},"absoluteRenderBounds":{"x":8797.93652343750,"y":8571.7656250,"width":1.46386718750,"height":1.1718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41405","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8824.4998039007187,"y":8578.83300781250,"width":0.86933672428131104,"height":0.21455076336860657},"absoluteRenderBounds":{"x":8824.0,"y":8578.33300781250,"width":1.8691406250,"height":1.214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41406","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8854.9807639718056,"y":8594.7480468750,"width":0.99189227819442749,"height":0.17027321457862854},"absoluteRenderBounds":{"x":8854.480468750,"y":8594.2480468750,"width":1.99218750,"height":1.1699218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41407","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8846.739590048790,"y":8590.531250,"width":0.94888651371002197,"height":0.15696024894714355},"absoluteRenderBounds":{"x":8846.23925781250,"y":8590.031250,"width":1.949218750,"height":1.15722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41408","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8838.9847694039345,"y":8586.86718750,"width":0.92050403356552124,"height":0.15758256614208221},"absoluteRenderBounds":{"x":8838.4843750,"y":8586.36718750,"width":1.92089843750,"height":1.15722656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41409","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8831.6124272346497,"y":8583.17285156250,"width":0.89636182785034180,"height":0.16738584637641907},"absoluteRenderBounds":{"x":8831.11230468750,"y":8582.67285156250,"width":1.8964843750,"height":1.16699218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41410","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9041.5038237571716,"y":8733.82714843750,"width":1.6836762428283691,"height":0.62730741500854492},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41411","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8804.0156850516796,"y":8564.5527343750,"width":0.40228369832038879,"height":0.22617483139038086},"absoluteRenderBounds":{"x":8803.5156250,"y":8564.0527343750,"width":1.402343750,"height":1.22656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41412","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8966.6025173664093,"y":8668.8261718750,"width":1.2988498210906982,"height":0.43697977066040039},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41413","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8951.7199816703796,"y":8656.3105468750,"width":1.2565808296203613,"height":0.45245909690856934},"absoluteRenderBounds":{"x":8951.21972656250,"y":8655.8105468750,"width":2.25683593750,"height":1.45214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41414","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8924.9041242599487,"y":8629.1855468750,"width":1.1593523025512695,"height":0.43848848342895508},"absoluteRenderBounds":{"x":8924.4042968750,"y":8628.6855468750,"width":2.15917968750,"height":1.43847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41415","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8937.8391604423523,"y":8642.7402343750,"width":1.2086911201477051,"height":0.45352786779403687},"absoluteRenderBounds":{"x":8937.33886718750,"y":8642.2402343750,"width":2.2089843750,"height":1.4531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41416","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8982.6685727834702,"y":8679.3691406250,"width":1.3685365915298462,"height":0.36698988080024719},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41417","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8912.8560076951981,"y":8616.68847656250,"width":1.1234844923019409,"height":0.39060702919960022},"absoluteRenderBounds":{"x":8912.35644531250,"y":8616.18847656250,"width":2.1230468750,"height":1.3906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41418","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8999.8135858774185,"y":8688.183593750,"width":1.4432500600814819,"height":0.30252251029014587},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41419","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9060.2124428749084,"y":8717.16308593750,"width":1.6547446250915527,"height":0.45028534531593323},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41420","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9038.2798209190369,"y":8705.722656250,"width":1.5766243934631348,"height":0.33985722064971924},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41421","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9018.2175720930099,"y":8696.5058593750,"width":1.4875060319900513,"height":0.28930893540382385},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41422","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8817.1101624369621,"y":8568.0957031250,"width":0.54901725053787231,"height":0.17966406047344208},"absoluteRenderBounds":{"x":8816.61035156250,"y":8567.5957031250,"width":1.5488281250,"height":1.17968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41423","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8824.5316637158394,"y":8568.19628906250,"width":0.62946909666061401,"height":0.16167959570884705},"absoluteRenderBounds":{"x":8824.031250,"y":8567.69628906250,"width":1.62988281250,"height":1.1621093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41424","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8832.1923816800117,"y":8568.675781250,"width":0.74023550748825073,"height":0.15467774868011475},"absoluteRenderBounds":{"x":8831.69238281250,"y":8568.175781250,"width":1.7402343750,"height":1.1542968750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41425","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8839.9454174041748,"y":8570.6582031250,"width":0.82509040832519531,"height":0.16534930467605591},"absoluteRenderBounds":{"x":8839.44531250,"y":8570.1582031250,"width":1.82519531250,"height":1.16503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41426","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8810.2209925651550,"y":8567.2753906250,"width":0.47334337234497070,"height":0.19133059680461884},"absoluteRenderBounds":{"x":8809.7207031250,"y":8566.7753906250,"width":1.47363281250,"height":1.191406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41427","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8847.6308318972588,"y":8575.1035156250,"width":0.87307435274124146,"height":0.21090590953826904},"absoluteRenderBounds":{"x":8847.128906250,"y":8574.6035156250,"width":1.8750,"height":1.21093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41428","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8901.6031203269958,"y":8606.316406250,"width":1.0687546730041504,"height":0.30076059699058533},"absoluteRenderBounds":{"x":8901.1035156250,"y":8605.816406250,"width":2.0683593750,"height":1.300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41429","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8872.1626138687134,"y":8588.24902343750,"width":0.96433925628662109,"height":0.16093760728836060},"absoluteRenderBounds":{"x":8871.66308593750,"y":8587.74902343750,"width":1.96386718750,"height":1.16113281250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41430","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8891.0811545848846,"y":8598.81933593750,"width":1.0321266651153564,"height":0.21734938025474548},"absoluteRenderBounds":{"x":8890.58105468750,"y":8598.31933593750,"width":2.03222656250,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41431","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8881.2762597799301,"y":8593.019531250,"width":1.0010839700698853,"height":0.18151177465915680},"absoluteRenderBounds":{"x":8880.77636718750,"y":8592.519531250,"width":2.00097656250,"height":1.1816406250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41432","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8855.4771645665169,"y":8579.77636718750,"width":0.89783543348312378,"height":0.19290010631084442},"absoluteRenderBounds":{"x":8854.97753906250,"y":8579.27636718750,"width":1.89746093750,"height":1.1933593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41433","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8863.6174855828285,"y":8583.99121093750,"width":0.92645972967147827,"height":0.18238320946693420},"absoluteRenderBounds":{"x":8863.11718750,"y":8583.49121093750,"width":1.92675781250,"height":1.18261718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41434","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9084.3492486476898,"y":8732.1777343750,"width":1.7073919773101807,"height":0.58266633749008179},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41435","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8814.0571669042110,"y":8559.3691406250,"width":0.43697372078895569,"height":0.21844422817230225},"absoluteRenderBounds":{"x":8813.55761718750,"y":8558.8691406250,"width":1.43652343750,"height":1.218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41436","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8984.0282311439514,"y":8660.96093750,"width":1.2754797935485840,"height":0.48548376560211182},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41437","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9000.1706215143204,"y":8674.44824218750,"width":1.3362144231796265,"height":0.43328362703323364},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41438","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8941.8880312442780,"y":8616.777343750,"width":1.1275937557220459,"height":0.43650534749031067},"absoluteRenderBounds":{"x":8941.38769531250,"y":8616.277343750,"width":2.12792968750,"height":1.43652343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41439","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8968.9511770009995,"y":8645.941406250,"width":1.2197214365005493,"height":0.51978504657745361},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41440","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8954.9656879901886,"y":8630.750,"width":1.1749370098114014,"height":0.48966473340988159},"absoluteRenderBounds":{"x":8954.46582031250,"y":8630.250,"width":2.17480468750,"height":1.48925781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41441","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9036.0632714033127,"y":8692.20019531250,"width":1.4670020341873169,"height":0.25754210352897644},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41442","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8929.7452093362808,"y":8605.33593750,"width":1.0858453512191772,"height":0.33277106285095215},"absoluteRenderBounds":{"x":8929.24511718750,"y":8604.83593750,"width":2.08593750,"height":1.33300781250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41443","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9101.2260107994080,"y":8716.38183593750,"width":1.6860985755920410,"height":0.40052264928817749},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41444","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9077.5600060224533,"y":8706.39843750,"width":1.6040564775466919,"height":0.28579518198966980},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41445","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9017.5827864408493,"y":8684.660156250,"width":1.3410416841506958,"height":0.32076394557952881},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41446","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9055.957962512970,"y":8698.8964843750,"width":1.5264124870300293,"height":0.23259711265563965},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41447","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8841.3239324688911,"y":8563.7363281250,"width":0.71317690610885620,"height":0.16018781065940857},"absoluteRenderBounds":{"x":8840.824218750,"y":8563.2363281250,"width":1.7128906250,"height":1.160156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41448","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8831.1493997573853,"y":8563.32910156250,"width":0.61036586761474609,"height":0.16555833816528320},"absoluteRenderBounds":{"x":8830.64941406250,"y":8562.82910156250,"width":1.61035156250,"height":1.1660156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41449","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8851.7583552002907,"y":8564.53417968750,"width":0.79144948720932007,"height":0.14493788778781891},"absoluteRenderBounds":{"x":8851.25878906250,"y":8564.03417968750,"width":1.7910156250,"height":1.144531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41450","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8821.8618835806847,"y":8562.21777343750,"width":0.51799923181533813,"height":0.18689358234405518},"absoluteRenderBounds":{"x":8821.36230468750,"y":8561.71777343750,"width":1.5175781250,"height":1.18652343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41451","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8918.3199676275253,"y":8597.468750,"width":1.0481964349746704,"height":0.22957625985145569},"absoluteRenderBounds":{"x":8917.82031250,"y":8596.968750,"width":2.04785156250,"height":1.22949218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41452","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8861.8002064824104,"y":8566.75781250,"width":0.85116070508956909,"height":0.17270444333553314},"absoluteRenderBounds":{"x":8861.29980468750,"y":8566.25781250,"width":1.85156250,"height":1.17285156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41453","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8897.6708394885063,"y":8585.9199218750,"width":0.97369176149368286,"height":0.18867649137973785},"absoluteRenderBounds":{"x":8897.17089843750,"y":8585.4199218750,"width":1.97363281250,"height":1.18847656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41454","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8907.6412630081177,"y":8591.25781250,"width":1.0052213668823242,"height":0.19910916686058044},"absoluteRenderBounds":{"x":8907.14160156250,"y":8590.75781250,"width":2.00488281250,"height":1.199218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41455","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8888.2817143797874,"y":8581.0878906250,"width":0.93898874521255493,"height":0.18932530283927917},"absoluteRenderBounds":{"x":8887.781250,"y":8580.5878906250,"width":1.9394531250,"height":1.1894531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41456","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8870.8076953887939,"y":8571.32128906250,"width":0.88273429870605469,"height":0.21820414066314697},"absoluteRenderBounds":{"x":8870.3066406250,"y":8570.82128906250,"width":1.88378906250,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41457","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8879.3680613636971,"y":8576.3417968750,"width":0.9043995738029480,"height":0.2021145373582840},"absoluteRenderBounds":{"x":8878.86816406250,"y":8575.8417968750,"width":1.9042968750,"height":1.20214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41458","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9127.3255038261414,"y":8730.50,"width":1.7448086738586426,"height":0.56628561019897461},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41459","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8825.3491817116737,"y":8554.67871093750,"width":0.50433391332626343,"height":0.20309984683990479},"absoluteRenderBounds":{"x":8824.847656250,"y":8554.17871093750,"width":1.5058593750,"height":1.2031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41460","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9033.9096049070358,"y":8679.246093750,"width":1.3560200929641724,"height":0.43129578232765198},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41461","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8971.0351984500885,"y":8616.64843750,"width":1.1454656124114990,"height":0.47952818870544434},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41462","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9016.4862521886826,"y":8664.9082031250,"width":1.3037868738174438,"height":0.51382881402969360},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41463","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8985.1267957687378,"y":8631.96093750,"width":1.1964464187622070,"height":0.54306071996688843},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41464","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9000.2439379692078,"y":8648.5839843750,"width":1.2521557807922363,"height":0.55357164144515991},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41465","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9052.6480164527893,"y":8689.1855468750,"width":1.3597960472106934,"height":0.27737227082252502},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41466","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9142.4084013700485,"y":8715.449218750,"width":1.7205048799514771,"height":0.37646842002868652},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41467","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9117.0042415857315,"y":8706.76855468750,"width":1.6402896642684937,"height":0.23317867517471313},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41468","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9093.8317917585373,"y":8700.81933593750,"width":1.5549269914627075,"height":0.17934331297874451},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41469","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9072.5019608736038,"y":8695.6035156250,"width":1.4921797513961792,"height":0.20040760934352875},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41470","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8834.5162664651871,"y":8557.6386718750,"width":0.59115540981292725,"height":0.16324338316917419},"absoluteRenderBounds":{"x":8834.0156250,"y":8557.1386718750,"width":1.5917968750,"height":1.16308593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41471","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8883.8931798934937,"y":8563.222656250,"width":0.88025760650634766,"height":0.16492506861686707},"absoluteRenderBounds":{"x":8883.39355468750,"y":8562.722656250,"width":1.87988281250,"height":1.16503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41472","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8871.7280828952789,"y":8560.80371093750,"width":0.85101866722106934,"height":0.12573975324630737},"absoluteRenderBounds":{"x":8871.22753906250,"y":8560.30371093750,"width":1.85156250,"height":1.12597656250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41473","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8894.0767297744751,"y":8567.863281250,"width":0.88811397552490234,"height":0.20257937908172607},"absoluteRenderBounds":{"x":8893.57714843750,"y":8567.363281250,"width":1.88769531250,"height":1.20214843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41474","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8858.7678177952766,"y":8559.71386718750,"width":0.77905720472335815,"height":0.13426065444946289},"absoluteRenderBounds":{"x":8858.2675781250,"y":8559.21386718750,"width":1.7792968750,"height":1.13378906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41475","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8846.0074647665024,"y":8558.9980468750,"width":0.68589460849761963,"height":0.13938979804515839},"absoluteRenderBounds":{"x":8845.50781250,"y":8558.4980468750,"width":1.6855468750,"height":1.13964843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41476","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8923.2282775640488,"y":8583.753906250,"width":0.98168337345123291,"height":0.19980452954769135},"absoluteRenderBounds":{"x":8922.7285156250,"y":8583.253906250,"width":1.98144531250,"height":1.20019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41477","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8934.0652772188187,"y":8589.59472656250,"width":1.0216368436813354,"height":0.21823222935199738},"absoluteRenderBounds":{"x":8933.56542968750,"y":8589.09472656250,"width":2.0214843750,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41478","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8903.3297684788704,"y":8573.1621093750,"width":0.92316120862960815,"height":0.20070499181747437},"absoluteRenderBounds":{"x":8902.8300781250,"y":8572.6621093750,"width":1.92285156250,"height":1.2011718750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41479","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8945.6159173250198,"y":8596.14355468750,"width":1.0588873624801636,"height":0.23523089289665222},"absoluteRenderBounds":{"x":8945.11621093750,"y":8595.64355468750,"width":2.058593750,"height":1.23535156250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41480","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8957.9389677047729,"y":8604.28808593750,"width":1.1059541702270508,"height":0.35798832774162292},"absoluteRenderBounds":{"x":8957.43847656250,"y":8603.78808593750,"width":2.10644531250,"height":1.35839843750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41481","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8913.0056129693985,"y":8578.37402343750,"width":0.95239484310150146,"height":0.21111723780632019},"absoluteRenderBounds":{"x":8912.5058593750,"y":8577.87402343750,"width":1.95214843750,"height":1.21093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41482","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9170.4360949993134,"y":8728.8261718750,"width":1.7826550006866455,"height":0.55510294437408447},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41483","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8839.2779597640038,"y":8551.0917968750,"width":0.60289961099624634,"height":0.16502064466476440},"absoluteRenderBounds":{"x":8838.777343750,"y":8550.5917968750,"width":1.6035156250,"height":1.16503906250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41484","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9049.1289677619934,"y":8667.4511718750,"width":1.3270869255065918,"height":0.54297053813934326},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41485","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9067.8434925079346,"y":8682.32031250,"width":1.3908824920654297,"height":0.42570164799690247},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41486","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9031.6694821119308,"y":8650.156250,"width":1.2748538255691528,"height":0.59682542085647583},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41487","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9015.4307773113251,"y":8632.3730468750,"width":1.2186367511749268,"height":0.58789199590682983},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41488","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9087.9052828550339,"y":8692.13183593750,"width":1.4482327699661255,"height":0.23259711265563965},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41489","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9183.7598969936371,"y":8714.156250,"width":1.7459623813629150,"height":0.35242202877998352},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41490","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9000.2966871261597,"y":8616.050781250,"width":1.1740159988403320,"height":0.5127146840095520},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41491","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9156.6184986829758,"y":8706.47949218750,"width":1.6705638170242310,"height":0.20182745158672333},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41492","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9131.9573816061020,"y":8701.7675781250,"width":1.4605871438980103,"height":0.14022473990917206},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41493","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9109.1210175752640,"y":8697.7656250,"width":1.5059355497360229,"height":0.14146336913108826},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41494","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8972.9883767366409,"y":8594.86621093750,"width":1.0702170133590698,"height":0.23568226397037506},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41495","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8906.4463527202606,"y":8560.4082031250,"width":0.92181134223937988,"height":0.14718188345432281},"absoluteRenderBounds":{"x":8905.94628906250,"y":8559.9082031250,"width":1.9218750,"height":1.14746093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41496","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8877.5492722988129,"y":8556.54980468750,"width":0.87064957618713379,"height":0.095424667000770569},"absoluteRenderBounds":{"x":8877.0488281250,"y":8556.04980468750,"width":1.871093750,"height":1.0957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41497","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8892.6302140355110,"y":8557.85253906250,"width":0.91568440198898315,"height":0.10419244319200516},"absoluteRenderBounds":{"x":8892.12988281250,"y":8557.35253906250,"width":1.9160156250,"height":1.10449218750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41498","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8862.6572699546814,"y":8555.5996093750,"width":0.79487848281860352,"height":0.10518683493137360},"absoluteRenderBounds":{"x":8862.15722656250,"y":8555.0996093750,"width":1.7949218750,"height":1.105468750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41499","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8849.4050363302231,"y":8554.08300781250,"width":0.70629179477691650,"height":0.12176917493343353},"absoluteRenderBounds":{"x":8848.9042968750,"y":8553.58300781250,"width":1.70800781250,"height":1.12207031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41500","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8917.5126451849937,"y":8565.0761718750,"width":0.90141731500625610,"height":0.21010988950729370},"absoluteRenderBounds":{"x":8917.01269531250,"y":8564.5761718750,"width":1.90136718750,"height":1.20996093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41501","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8948.8908643722534,"y":8581.8886718750,"width":1.0017137527465820,"height":0.20995296537876129},"absoluteRenderBounds":{"x":8948.3906250,"y":8581.3886718750,"width":2.0019531250,"height":1.20996093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41502","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8960.5698629617691,"y":8588.1152343750,"width":1.0326761007308960,"height":0.21734601259231567},"absoluteRenderBounds":{"x":8960.07031250,"y":8587.6152343750,"width":2.03222656250,"height":1.21777343750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41503","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8986.2058464288712,"y":8603.08691406250,"width":1.1154426336288452,"height":0.37618222832679749},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41504","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8937.875210583210,"y":8576.07031250,"width":0.96658629179000854,"height":0.21113434433937073},"absoluteRenderBounds":{"x":8937.3750,"y":8575.57031250,"width":1.9667968750,"height":1.21093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41505","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":8927.4283369183540,"y":8570.5175781250,"width":0.93592089414596558,"height":0.19980667531490326},"absoluteRenderBounds":{"x":8926.92871093750,"y":8570.0175781250,"width":1.9355468750,"height":1.20019531250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41506","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-2.7755575615628914e-17,"blendMode":"PASS_THROUGH","fills":[],"strokes":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.18269230425357819,"g":0.18269230425357819,"b":0.18269230425357819,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"CENTER","strokeMiterAngle":11.478341102600098,"absoluteBoundingBox":{"x":9213.6840271949768,"y":8727.10156250,"width":1.8355040550231934,"height":0.57331472635269165},"absoluteRenderBounds":null,"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7704.9539794921875,"y":8540.0878906250,"width":1510.5655517578125,"height":248.91302490234375},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":920.0,"height":182.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8046.0,"y":8550.0,"width":920.0,"height":183.0},"absoluteRenderBounds":{"x":8046.0,"y":8550.0,"width":920.0,"height":182.0},"constraints":{"vertical":"BOTTOM","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41507","name":"EbYopfmnzkFu4md5 1","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8046.0,"y":8311.0,"width":920.0,"height":518.0},"absoluteRenderBounds":null,"preserveRatio":true,"targetAspectRatio":{"x":1200.0,"y":675.0},"constraints":{"vertical":"BOTTOM","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41508","name":"Group","type":"GROUP","scrollBehavior":"SCROLLS","rotation":3.1415925661670165,"children":[{"id":"1574:41509","name":"t","type":"GROUP","scrollBehavior":"SCROLLS","rotation":2.4830384645684683e-23,"children":[{"id":"1574:41510","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"MULTIPLY","opacity":0.44999998807907104,"fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.69226893087841834,"y":0.99999995313234036},{"x":0.69226893087842634,"y":-0.12110389862538518},{"x":0.75773491500839141,"y":0.99999996133873059}],"gradientStops":[{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":1.0},"position":0.053889159113168716},{"color":{"r":0.77884614467620850,"g":0.87077677249908447,"b":1.0,"a":0.60000002384185791},"position":0.43388915061950684},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8159.0,"y":8110.0,"width":673.00001634805449,"height":186.99999780037251},"absoluteRenderBounds":{"x":8159.0,"y":8110.0,"width":673.0,"height":187.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8159.0,"y":8110.0,"width":673.00001634805449,"height":186.99999780037251},"absoluteRenderBounds":{"x":8159.0,"y":8110.0,"width":673.00001634805449,"height":187.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"MULTIPLY","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8159.0,"y":8110.0,"width":673.00001634805449,"height":186.99999780037251},"absoluteRenderBounds":{"x":8159.0,"y":8110.0,"width":673.00001634805449,"height":187.0},"constraints":{"vertical":"SCALE","horizontal":"CENTER"},"exportSettings":[{"suffix":"","format":"PNG","constraint":{"type":"SCALE","value":2.0}}],"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41517","name":"Rectangle 434674","visible":false,"type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8024.18750,"y":7735.691406250,"width":963.2968750,"height":514.535156250},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41518","name":"bg","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41519","name":"Mask group","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41520","name":"Rectangle 434566","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925661670165,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":0.11924463510513306,"g":0.21909815073013306,"b":0.37019231915473938,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8016.8593750,"y":6496.4218808784135,"width":980.00002946146742,"height":336.99999412158650},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41521","name":"hanmacdesign_Glossy_simple_Wave_light_background_e1e331a7-680a-4c5a-a888-03e0e6280aa5 1","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":-3.1415925661670165,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"60612fe2faafaaed1dcc4f16b2339d521fa4e988"}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7844.8592529296875,"y":6289.4218807980087,"width":1330.0001872876928,"height":745.99999420199129},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":280.4218750},"preserveRatio":true,"targetAspectRatio":{"x":1330.0001220703125,"y":745.99987792968750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41522","name":"디지털전환을 위한 소프트웨어 활용_3","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"HARD_LIGHT","opacity":0.50,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"8d44098aa2ec978bf908c145473798a71c00c497"},{"opacity":0.30000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","rectangleCornerRadii":[16.0,16.0,0.0,0.0],"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8044.8593750,"y":6539.4218750,"width":920.0,"height":269.0},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":918.8593750,"height":255.4218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":0.0,"g":0.0,"b":0.0,"a":0.250},"blendMode":"NORMAL","offset":{"x":40.0,"y":40.0},"radius":40.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8016.8593750,"y":6496.4218750,"width":980.0,"height":337.0},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":280.4218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41523","name":"Rectangle 434565","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.0031743091531097889,"g":0.26463103294372559,"b":0.66025632619857788,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8016.91406250,"y":6553.4218750,"width":979.55761718750,"height":365.5781250},"absoluteRenderBounds":{"x":8046.0,"y":6553.4218750,"width":920.0,"height":365.5781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41524","name":"Rectangle 434567","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.062745101749897003,"g":0.83137255907058716,"b":0.74117648601531982,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":0.0},"position":0.78846156597137451}]}],"strokeWeight":1.0,"strokeAlign":"INSIDE","rectangleCornerRadii":[30.0,30.0,0.0,0.0],"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8080.3593750,"y":6755.4218750,"width":850.0,"height":353.0},"absoluteRenderBounds":{"x":8070.3593750,"y":6735.4218750,"width":870.0,"height":373.0},"constraints":{"vertical":"CENTER","horizontal":"CENTER"},"effects":[{"type":"DROP_SHADOW","visible":true,"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":0.10000000149011612},"blendMode":"LINEAR_BURN","offset":{"x":0.0,"y":-10.0},"radius":10.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41525","name":"shape","type":"GROUP","scrollBehavior":"SCROLLS","rotation":2.9445018781622214,"children":[{"id":"1574:41526","name":"Rectangle 434524","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":4.4043486487014625e-17,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.0,"y":0.50000014190702791},{"x":0.0,"y":0.50000014190702791},{"x":0.99999999999999978,"y":-2.6744063390437036}],"gradientStops":[{"color":{"r":0.85098040103912354,"g":0.85098040103912354,"b":0.85098040103912354,"a":0.0},"position":0.0},{"color":{"r":0.80894500017166138,"g":0.80894500017166138,"b":0.80894500017166138,"a":1.0},"position":0.10000000149011612},{"color":{"r":0.64998841285705566,"g":0.64998841285705566,"b":0.64998841285705566,"a":1.0},"position":0.90168207883834839},{"color":{"r":0.45098039507865906,"g":0.45098039507865906,"b":0.45098039507865906,"a":0.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":7844.8579288604669,"y":6437.4218750,"width":1319.2840071042956,"height":593.56159991865934},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"isMask":true,"maskType":"ALPHA","interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41527","name":"Vector 1244","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7785.8314521918073,"y":6477.058593750,"width":1407.6666569624831,"height":531.93366841578245},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":306.2050781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41528","name":"Vector 1245","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.0060453090858125606,"blendMode":"PASS_THROUGH","opacity":0.40000000596046448,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7791.9032235528357,"y":6479.800781250,"width":1405.9579385883844,"height":524.37640128450948},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":301.97167968750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41529","name":"Vector 1246","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.012091094681484012,"blendMode":"PASS_THROUGH","opacity":0.20000000298023224,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7798.0234747814538,"y":6482.566406250,"width":1404.1423366571398,"height":516.77927709480355},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":297.73925781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41530","name":"Vector 1247","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.018137863146639292,"blendMode":"PASS_THROUGH","opacity":0.20000000298023224,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7803.5361771134776,"y":6485.468750,"width":1402.2198696868909,"height":509.14272462912777},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":293.620605468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41531","name":"Vector 1248","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.024186043596574641,"blendMode":"PASS_THROUGH","opacity":0.40000000596046448,"fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7809.1056711479469,"y":6488.3906250,"width":1400.1905188681940,"height":501.46742584392632},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":289.50},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41532","name":"Vector 1249","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-0.030236154425497735,"blendMode":"PASS_THROUGH","fills":[],"fillOverrideTable":{"1":null},"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.024608501069794855,"y":0.53483949459262470},{"x":1.0000000218016993,"y":0.53483949459262470},{"x":0.024608501069794855,"y":0.93802111099725516}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7814.7477041171660,"y":6491.339843750,"width":1398.0544077977338,"height":493.75390235454870},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":285.3847656250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41533","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.250,"blendMode":"COLOR_DODGE","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.031001979852023735,"y":0.43170311920732235},{"x":0.99430005988866266,"y":0.59260937433133742},{"x":0.025195760589347249,"y":0.78481653699189191}],"gradientStops":[{"color":{"r":0.0,"g":0.016666667535901070,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":1.0,"b":0.96666663885116577,"a":1.0},"position":1.0}]}],"fillOverrideTable":{"2":null,"1":null},"strokes":[],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":7785.8352558026090,"y":6474.019531250,"width":1426.9626954151463,"height":555.33455612046964},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":339.707031250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.50},"blendMode":"LINEAR_DODGE","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false},{"type":"DROP_SHADOW","visible":true,"color":{"r":0.087222173810005188,"g":0.0,"b":0.43611094355583191,"a":0.20000000298023224},"blendMode":"NORMAL","offset":{"x":0.0,"y":26.0},"radius":8.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"SCREEN","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7844.8579288604669,"y":6437.4218750,"width":1319.2840071042956,"height":593.56159991865934},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":477.98347491865934},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":7844.856933593750,"y":6437.4218750,"width":1319.2840576171875,"height":671.0},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":555.4218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41534","name":"material-symbols:close","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41535","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8910.19531250,"y":6579.753906250,"width":23.333333969116211,"height":23.333333969116211},"absoluteRenderBounds":{"x":8910.19531250,"y":6579.753906250,"width":23.33300781250,"height":23.333496093750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"clipsContent":true,"background":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8901.8593750,"y":6571.4218750,"width":40.0,"height":40.0},"absoluteRenderBounds":{"x":8901.8593750,"y":6571.4218750,"width":40.0,"height":40.0},"preserveRatio":true,"targetAspectRatio":{"x":24.0,"y":24.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[{"trigger":{"type":"ON_CLICK"},"actions":[{"type":"CLOSE"}]}],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41536","name":"section_title","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41537","name":"Building Information Modeling","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.80000001192092896,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":5.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8398.3593750,"y":6629.4218750,"width":214.0,"height":24.0},"absoluteRenderBounds":{"x":8400.24121093750,"y":6635.2871093750,"width":211.535156250,"height":15.8847656250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"Building Information Modeling","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":15.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":0.0,"lineHeightPx":24.0,"lineHeightPercent":133.33334350585938,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"PIXELS"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41538","name":"건설정보모델링(BIM)","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":5.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8354.3593750,"y":6653.4218750,"width":302.0,"height":49.0},"absoluteRenderBounds":{"x":8356.31933593750,"y":6664.0917968750,"width":296.8925781250,"height":36.399902343750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"건설정보모델링(BIM)","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":35.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-1.4000000000000001,"lineHeightPx":49.0,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8380.8593750,"y":6629.4218750,"width":249.0,"height":73.0},"absoluteRenderBounds":{"x":8356.31933593750,"y":6629.4218750,"width":296.8925781250,"height":73.0},"preserveRatio":true,"targetAspectRatio":{"x":249.0,"y":73.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41539","name":"sub_제목,내용","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41540","name":"단순 BIM의 적용이
D/X가 아닙니다","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.29888892173767090,"b":0.74722236394882202,"a":1.0}}],"strokes":[],"strokeWeight":0.86734539270401001,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8135.0,"y":6798.0,"width":240.0,"height":68.0},"absoluteRenderBounds":{"x":8136.79980468750,"y":6804.863769531250,"width":174.00097656250,"height":58.480468750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","characters":"단순 BIM의 적용이
D/X가 아닙니다","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":24.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":-0.95999999999999996,"lineHeightPx":33.599998474121094,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41541","name":"BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.80000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":0.63382929563522339,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8455.0,"y":6798.0,"width":422.0,"height":52.0},"absoluteRenderBounds":{"x":8455.87988281250,"y":6803.720214843750,"width":369.81542968750,"height":40.54394531250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","characters":"BIM은 건설산업의 디지털전환을 수행하는 과정에서\n가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"textAutoResize":"HEIGHT","fontSize":16.0,"textAlignHorizontal":"JUSTIFIED","textAlignVertical":"TOP","letterSpacing":-0.80000000000000004,"lineHeightPx":25.600000381469727,"lineHeightPercent":133.33332824707031,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","primaryAxisAlignItems":"SPACE_BETWEEN","itemSpacing":110.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8135.0,"y":6798.0,"width":742.0,"height":68.0},"absoluteRenderBounds":{"x":8135.0,"y":6798.0,"width":742.0,"height":68.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41542","name":"sub_제목,내용","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41543","name":"건설산업에서의 BIM","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.29888892173767090,"b":0.74722236394882202,"a":1.0}}],"strokes":[],"strokeWeight":0.86734539270401001,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8135.0,"y":7923.0,"width":240.0,"height":34.0},"absoluteRenderBounds":{"x":8136.224121093750,"y":7929.863769531250,"width":191.729980468750,"height":22.296386718750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","characters":"건설산업에서의 BIM","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":24.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","letterSpacing":-0.95999999999999996,"lineHeightPx":33.599998474121094,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41544","name":"BIM은 설계, 시공, 유지관리 단계에서의 정보를 통합하고 협업을 촉진하여 인프라 건설 전 생애주기 과정의 효율성을 향상시킵니다.","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.80000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":0.63382929563522339,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8455.0,"y":7923.0,"width":422.0,"height":52.0},"absoluteRenderBounds":{"x":8455.71972656250,"y":7928.640136718750,"width":419.66503906250,"height":40.62402343750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","characters":"BIM은 설계, 시공, 유지관리 단계에서의 정보를 통합하고 협업을 촉진하여 인프라 건설 전 생애주기 과정의 효율성을 향상시킵니다.","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"textAutoResize":"HEIGHT","fontSize":16.0,"textAlignHorizontal":"JUSTIFIED","textAlignVertical":"TOP","letterSpacing":-0.80000000000000004,"lineHeightPx":25.600000381469727,"lineHeightPercent":133.33332824707031,"lineHeightPercentFontSize":160.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","primaryAxisAlignItems":"SPACE_BETWEEN","itemSpacing":110.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8135.0,"y":7923.0,"width":742.0,"height":52.0},"absoluteRenderBounds":{"x":8135.0,"y":7923.0,"width":742.0,"height":52.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41545","name":"Group 1171281597","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41546","name":"Rectangle 434942","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.50,"fills":[{"opacity":0.20000000298023224,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.40000000596046448,"g":0.80000001192092896,"b":1.0,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"INSIDE","strokeDashes":[2.0,2.0],"cornerRadius":69.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8166.0,"y":8062.0,"width":327.0,"height":116.0},"absoluteRenderBounds":{"x":8166.0,"y":8062.0,"width":327.0,"height":116.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41547","name":"Frame 1171281427","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41548","name":"Frame 1171281371","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41549","name":"디지털 기술을 활용한 협업 프로세스","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.66666668653488159,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8206.0,"y":8097.50,"width":248.0,"height":44.0},"absoluteRenderBounds":{"x":8264.8925781250,"y":8101.979980468750,"width":131.32031250,"height":36.928222656250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"디지털 기술을 활용한\n협업 프로세스","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.64000000000000001,"lineHeightPx":22.399999618530273,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.50,"blendMode":"NORMAL","visible":false,"type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.47500000467040415,"y":0.40781249547355031},{"x":0.49999999092023750,"y":1.0366666797292967},{"x":-0.10356000121823561,"y":0.43081303462569392}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.80309981107711792},{"color":{"r":0.92467939853668213,"g":0.92467939853668213,"b":0.92467939853668213,"a":1.0},"position":1.0}]},{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.50,"blendMode":"NORMAL","visible":false,"type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.47500000467040415,"y":0.40781249547355031},{"x":0.49999999092023750,"y":1.0366666797292967},{"x":-0.10356000121823561,"y":0.43081303462569392}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.80309981107711792},{"color":{"r":0.92467939853668213,"g":0.92467939853668213,"b":0.92467939853668213,"a":1.0},"position":1.0}]},{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.2274305356790247,"y":0.48214287404282341},{"x":-0.75714281966409569,"y":0.48214287404284373},{"x":1.2186138328734057,"y":-0.51022820514520428}],"gradientStops":[{"color":{"r":0.40000000596046448,"g":0.80000001192092896,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.44667753577232361},{"color":{"r":0.40000000596046448,"g":0.80000001192092896,"b":1.0,"a":0.34509804844856262},"position":1.0}]}],"cornerRadius":200.0,"cornerSmoothing":0.0,"strokeWeight":1.50,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":20.0,"paddingRight":20.0,"paddingTop":20.0,"paddingBottom":20.0,"itemSpacing":8.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8186.0,"y":8081.0,"width":288.0,"height":77.0},"absoluteRenderBounds":{"x":8186.0,"y":8081.0,"width":288.0,"height":77.0},"targetAspectRatio":{"x":288.0,"y":77.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.50000008568169241,"y":0.50000003352780442},{"x":0.50000005215409749,"y":1.0000000335278021},{"x":8.5681694628192417e-08,"y":0.50000000000018463}],"gradientStops":[{"color":{"r":0.96078431606292725,"g":0.96078431606292725,"b":0.96078431606292725,"a":1.0},"position":0.25974419713020325},{"color":{"r":0.40000000596046448,"g":0.80000001192092896,"b":1.0,"a":1.0},"position":1.0}]}],"fills":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.50000008568169241,"y":0.50000003352780442},{"x":0.50000005215409749,"y":1.0000000335278021},{"x":8.5681694628192417e-08,"y":0.50000000000018463}],"gradientStops":[{"color":{"r":0.96078431606292725,"g":0.96078431606292725,"b":0.96078431606292725,"a":1.0},"position":0.25974419713020325},{"color":{"r":0.40000000596046448,"g":0.80000001192092896,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.40000000596046448,"g":0.80000001192092896,"b":1.0,"a":1.0}}],"cornerRadius":300.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":12.0,"paddingRight":12.0,"paddingTop":12.0,"paddingBottom":12.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8174.0,"y":8069.0,"width":312.0,"height":101.0},"absoluteRenderBounds":{"x":8174.0,"y":8069.0,"width":312.0,"height":101.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8166.0,"y":8062.0,"width":327.0,"height":116.0},"absoluteRenderBounds":{"x":8166.0,"y":8062.0,"width":327.0,"height":116.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41550","name":"Group 1171281598","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41551","name":"Rectangle 434944","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.50,"fills":[{"opacity":0.20000000298023224,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"INSIDE","strokeDashes":[2.0,2.0],"cornerRadius":69.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8519.0,"y":8062.0,"width":325.0,"height":116.0},"absoluteRenderBounds":{"x":8519.0,"y":8062.0,"width":325.0,"height":116.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41552","name":"Frame 1171281428","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41553","name":"Frame 1171281372","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41554","name":"시설물의 전 생애주기 동안 정보의 생성 및 관리","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.35294118523597717,"b":0.80784314870834351,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8558.0,"y":8097.50,"width":248.0,"height":44.0},"absoluteRenderBounds":{"x":8600.23339843750,"y":8102.0761718750,"width":163.550781250,"height":36.863769531250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"시설물의 전 생애주기 동안\n정보의 생성 및 관리","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":16.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.64000000000000001,"lineHeightPx":22.399999618530273,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.50,"blendMode":"NORMAL","visible":false,"type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.47500000467040415,"y":0.40781249547355031},{"x":0.49999999092023750,"y":1.0366666797292967},{"x":-0.10356000121823561,"y":0.43081303462569392}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.80309981107711792},{"color":{"r":0.92467939853668213,"g":0.92467939853668213,"b":0.92467939853668213,"a":1.0},"position":1.0}]},{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.50,"blendMode":"NORMAL","visible":false,"type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.47500000467040415,"y":0.40781249547355031},{"x":0.49999999092023750,"y":1.0366666797292967},{"x":-0.10356000121823561,"y":0.43081303462569392}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.80309981107711792},{"color":{"r":0.92467939853668213,"g":0.92467939853668213,"b":0.92467939853668213,"a":1.0},"position":1.0}]},{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":-0.16493055181198532,"y":0.49999998441633614},{"x":1.4114583260483480,"y":0.51562500665736621},{"x":-0.17274306293250041,"y":1.2881944233465028}],"gradientStops":[{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":1.0,"g":1.0,"b":1.0,"a":0.0},"position":0.47854509949684143},{"color":{"r":0.062322903424501419,"g":0.45302167534828186,"b":1.0,"a":0.93767708539962769},"position":1.0}]}],"cornerRadius":200.0,"cornerSmoothing":0.0,"strokeWeight":1.50,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":20.0,"paddingRight":20.0,"paddingTop":20.0,"paddingBottom":20.0,"itemSpacing":8.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8538.0,"y":8081.0,"width":288.0,"height":77.0},"absoluteRenderBounds":{"x":8538.0,"y":8081.0,"width":288.0,"height":77.0},"targetAspectRatio":{"x":288.0,"y":77.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.50000001099414904,"y":0.50000001099414904},{"x":0.86890243607474060,"y":0.86890243607474060},{"x":0.13109758591355752,"y":0.86890243607474060}],"gradientStops":[{"color":{"r":0.98039215803146362,"g":0.98823529481887817,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":1.0},"position":1.0}]}],"fills":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"GRADIENT_RADIAL","gradientHandlePositions":[{"x":0.50000001099414904,"y":0.50000001099414904},{"x":0.86890243607474060,"y":0.86890243607474060},{"x":0.13109758591355752,"y":0.86890243607474060}],"gradientStops":[{"color":{"r":0.98039215803146362,"g":0.98823529481887817,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.88942307233810425,"g":0.93939089775085449,"b":1.0,"a":1.0}}],"cornerRadius":300.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":12.0,"paddingRight":12.0,"paddingTop":12.0,"paddingBottom":12.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8526.0,"y":8069.0,"width":312.0,"height":101.0},"absoluteRenderBounds":{"x":8526.0,"y":8069.0,"width":312.0,"height":101.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8519.0,"y":8062.0,"width":325.0,"height":116.0},"absoluteRenderBounds":{"x":8519.0,"y":8062.0,"width":325.0,"height":116.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41555","name":"Group 1171281589","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41556","name":"Frame 1171279349","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41557","name":"Frame 1171279346","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41558","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":6991.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":6991.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41560","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":6991.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":6991.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41562","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":6991.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":6991.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":6991.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":6991.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41564","name":"Frame 1171279347","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41565","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7057.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7057.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41567","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7057.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7057.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41569","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7057.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7057.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7057.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7057.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41571","name":"Frame 1171279348","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41572","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7123.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7123.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41574","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7123.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7123.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41576","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7123.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7123.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7123.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7123.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41578","name":"Frame 1171279349","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41579","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7189.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7189.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41581","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7189.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7189.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41583","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7189.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7189.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7189.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7189.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41585","name":"Frame 1171279350","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41586","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7255.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7255.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41588","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7255.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7255.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41590","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7255.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7255.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7255.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7255.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41592","name":"Frame 1171279351","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41593","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7321.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7321.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41595","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7321.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7321.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41597","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7321.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7321.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7321.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7321.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41599","name":"Frame 1171279352","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41600","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7387.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7387.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41602","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7387.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7387.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41604","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7387.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7387.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7387.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7387.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41606","name":"Frame 1171279353","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41607","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7453.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7453.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41609","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7453.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7453.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41611","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7453.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7453.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7453.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7453.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41613","name":"Frame 1171279354","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41614","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7519.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7519.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41616","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7519.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7519.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41618","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7519.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7519.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7519.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7519.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41620","name":"Frame 1171279355","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41621","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7585.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7585.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41623","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7585.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7585.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41625","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7585.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7585.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7585.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7585.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41627","name":"Frame 1171279356","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41628","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7651.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7651.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41630","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7651.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7651.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41632","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7651.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7651.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7651.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7651.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41634","name":"Frame 1171279357","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41635","name":"Frame 1171279339","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7717.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7717.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41637","name":"Frame 1171279340","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"fills":[{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.55000001192092896,"b":1.0,"a":0.029999999329447746},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0,"y":7717.0,"width":177.0,"height":66.0},"absoluteRenderBounds":{"x":8417.0,"y":7717.0,"width":177.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41639","name":"Frame 1171279338","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8594.0,"y":7717.0,"width":283.0,"height":66.0},"absoluteRenderBounds":{"x":8594.0,"y":7717.0,"width":283.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.029999999329447746,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":7717.0,"width":743.0,"height":66.0},"absoluteRenderBounds":{"x":8134.0,"y":7717.0,"width":743.0,"height":66.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":6991.0,"width":743.0,"height":792.0},"absoluteRenderBounds":{"x":8134.0,"y":6991.0,"width":743.0,"height":792.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41641","name":"Frame 1171279336","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}},{"opacity":0.50,"blendMode":"LINEAR_BURN","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.33746128476069998,"y":0.50000000000010314},{"x":0.044891611280783617,"y":0.50000000000001377},{"x":0.33746128476070231,"y":0.35371516326014496}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0},"position":1.0}]}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}},{"opacity":0.50,"blendMode":"LINEAR_BURN","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.33746128476069998,"y":0.50000000000010314},{"x":0.044891611280783617,"y":0.50000000000001377},{"x":0.33746128476070231,"y":0.35371516326014496}],"gradientStops":[{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8554.0,"y":6936.0,"width":323.00003051757812,"height":55.0},"absoluteRenderBounds":{"x":8554.0,"y":6936.0,"width":323.00003051757812,"height":55.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41642","name":"Frame 1171279342","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41643","name":"D/X","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8722.50,"y":6951.50,"width":34.0,"height":24.0},"absoluteRenderBounds":{"x":8724.65917968750,"y":6956.37988281250,"width":31.222656250,"height":19.7402343750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"D/X","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":20.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.40000000000000002,"lineHeightPx":24.0,"lineHeightPercent":82.872932434082031,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":92.0,"paddingRight":92.0,"paddingTop":7.0,"paddingBottom":7.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8602.0,"y":6936.0,"width":275.0,"height":55.0},"absoluteRenderBounds":{"x":8602.0,"y":6936.0,"width":275.0,"height":55.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41644","name":"Frame 1171279337","type":"FRAME","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.42083331942558289,"g":0.80694448947906494,"b":1.0,"a":1.0}},{"opacity":0.50,"blendMode":"LINEAR_BURN","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.75541790989770519,"y":0.49999997084367964},{"x":0.99999994168709949,"y":0.49999997084372172},{"x":0.75541790989770519,"y":0.62229098673837679}],"gradientStops":[{"color":{"r":0.0,"g":0.67058825492858887,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.66891896724700928,"b":1.0,"a":1.0},"position":1.0}]}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.42083331942558289,"g":0.80694448947906494,"b":1.0,"a":1.0}},{"opacity":0.50,"blendMode":"LINEAR_BURN","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.75541790989770519,"y":0.49999997084367964},{"x":0.99999994168709949,"y":0.49999997084372172},{"x":0.75541790989770519,"y":0.62229098673837679}],"gradientStops":[{"color":{"r":0.0,"g":0.67058825492858887,"b":1.0,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.66891896724700928,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":6936.0,"width":323.00003051757812,"height":55.0},"absoluteRenderBounds":{"x":8134.0,"y":6936.0,"width":323.00003051757812,"height":55.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41645","name":"Frame 1171279341","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41646","name":"BIM","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8261.0,"y":6951.50,"width":37.0,"height":24.0},"absoluteRenderBounds":{"x":8263.08691406250,"y":6956.680175781250,"width":32.855468750,"height":14.819824218750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"BIM","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":20.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.40000000000000002,"lineHeightPx":24.0,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":0.42083331942558289,"g":0.80694448947906494,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","visible":false,"type":"SOLID","color":{"r":0.42083331942558289,"g":0.80694448947906494,"b":1.0,"a":1.0}}],"strokes":[],"cornerRadius":2.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":122.0,"paddingRight":122.0,"paddingTop":4.0,"paddingBottom":4.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8134.0,"y":6936.0,"width":291.0,"height":55.0},"absoluteRenderBounds":{"x":8134.0,"y":6936.0,"width":291.0,"height":55.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41647","name":"Frame 1171279335","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41648","name":"VS","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.43333333730697632,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8493.0468750,"y":6951.50,"width":25.0,"height":24.0},"absoluteRenderBounds":{"x":8493.3808593750,"y":6956.4199218750,"width":23.4316406250,"height":15.359863281250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"HUG","layoutSizingVertical":"HUG","characters":"VS","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":20.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.40000000000000002,"lineHeightPx":24.0,"lineHeightPercent":100.0,"lineHeightPercentFontSize":120.00000762939453,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"cornerRadius":120.0,"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"layoutMode":"HORIZONTAL","counterAxisSizingMode":"FIXED","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","primaryAxisAlignItems":"CENTER","paddingLeft":131.0,"paddingRight":131.0,"paddingTop":15.0,"paddingBottom":15.0,"itemSpacing":10.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8417.0468750,"y":6936.0,"width":177.00001525878906,"height":55.0},"absoluteRenderBounds":{"x":8417.0468750,"y":6936.0,"width":177.00001525878906,"height":55.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[{"type":"DROP_SHADOW","visible":false,"color":{"r":0.0,"g":0.13660129904747009,"b":0.31666666269302368,"a":0.10000000149011612},"blendMode":"NORMAL","offset":{"x":0.0,"y":0.0},"radius":4.0,"showShadowBehindNode":false}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8134.0,"y":6936.0,"width":743.0,"height":847.0},"absoluteRenderBounds":{"x":8134.0,"y":6936.0,"width":743.0,"height":847.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41649","name":"Group 1171281590","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41650","name":"Group 1171279357","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41651","name":"Group 1171279356","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41652","name":"Ellipse 3639","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.050000000745058060,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"absoluteRenderBounds":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41653","name":"Ellipse 3638","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.050000000745058060,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8416.0,"y":8032.0,"width":180.0,"height":180.0},"absoluteRenderBounds":{"x":8416.0,"y":8032.0,"width":180.0,"height":180.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41654","name":"Ellipse 3637","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.050000000745058060,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8423.0,"y":8039.0,"width":164.0,"height":164.0},"absoluteRenderBounds":{"x":8423.0,"y":8039.0,"width":164.0,"height":164.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"absoluteRenderBounds":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"absoluteRenderBounds":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41655","name":"Ellipse 3778","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.56666666269302368,"b":1.0,"a":1.0},"position":0.81292885541915894}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","strokeDashes":[2.0,2.0],"absoluteBoundingBox":{"x":8431.0,"y":8046.0,"width":151.0,"height":151.0},"absoluteRenderBounds":{"x":8431.0,"y":8046.0,"width":151.0,"height":151.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41656","name":"Ellipse 3779","type":"ELLIPSE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.10000000149011612,"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.50,"y":-3.0616171314629196e-17},{"x":0.50,"y":0.99999999999999989},{"x":0.0,"y":0.0}],"gradientStops":[{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.0,"g":0.56666666269302368,"b":1.0,"a":1.0},"position":0.81292885541915894}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","strokeDashes":[2.0,2.0],"absoluteBoundingBox":{"x":8434.0,"y":8049.0,"width":145.0,"height":145.0},"absoluteRenderBounds":{"x":8434.0,"y":8049.0,"width":145.0,"height":145.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[{"type":"BACKGROUND_BLUR","visible":true,"radius":24.0}],"arcData":{"startingAngle":0.0,"endingAngle":6.2831854820251465,"innerRadius":0.0},"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41657","name":"단계별
BIM의 활용","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8460.0,"y":8094.0,"width":93.0,"height":56.0},"absoluteRenderBounds":{"x":8462.22363281250,"y":8099.2402343750,"width":89.53417968750,"height":46.55957031250},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"characters":"단계별
BIM의 활용","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["NONE"],"lineIndentations":[0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"WIDTH_AND_HEIGHT","fontSize":20.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","letterSpacing":-0.80000000000000004,"lineHeightPx":28.0,"lineHeightPercent":116.66666412353516,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"absoluteRenderBounds":{"x":8411.0,"y":8027.0,"width":190.0,"height":190.0},"constraints":{"vertical":"TOP","horizontal":"CENTER"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41658","name":"Group 1171281594","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41659","name":"Frame 1171281676","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41660","name":"Rectangle 434937","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.10000000149011612,"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999999999999578,"y":0.83698630115690142},{"x":0.49999999999999495,"y":1.0},{"x":0.41849315057844649,"y":0.83698630115690142}],"gradientStops":[{"color":{"r":0.0,"g":0.14509804546833038,"b":0.34509804844856262,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.14423075318336487,"b":0.34615385532379150,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":4.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8133.0,"y":8304.0,"width":240.0,"height":365.0},"absoluteRenderBounds":{"x":8133.0,"y":8304.0,"width":240.0,"height":365.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41661","name":"Rectangle 434938","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.10000000149011612,"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999999999999578,"y":0.83698630115690142},{"x":0.49999999999999495,"y":1.0},{"x":0.41849315057844649,"y":0.83698630115690142}],"gradientStops":[{"color":{"r":0.0,"g":0.14509804546833038,"b":0.34509804844856262,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.14423075318336487,"b":0.34615385532379150,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":4.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8385.0,"y":8304.0,"width":240.0,"height":365.0},"absoluteRenderBounds":{"x":8385.0,"y":8304.0,"width":240.0,"height":365.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41662","name":"Rectangle 434939","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}},{"opacity":0.10000000149011612,"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":0.49999999999999578,"y":0.83698630115690142},{"x":0.49999999999999495,"y":1.0},{"x":0.41849315057844649,"y":0.83698630115690142}],"gradientStops":[{"color":{"r":0.0,"g":0.14509804546833038,"b":0.34509804844856262,"a":0.0},"position":0.0},{"color":{"r":0.0,"g":0.14423075318336487,"b":0.34615385532379150,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":4.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8637.0,"y":8304.0,"width":240.0,"height":365.0},"absoluteRenderBounds":{"x":8637.0,"y":8304.0,"width":240.0,"height":365.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":1.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"HORIZONTAL","primaryAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","itemSpacing":12.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8133.0,"y":8304.0,"width":744.0,"height":365.0},"absoluteRenderBounds":{"x":8133.0,"y":8304.0,"width":744.0,"height":365.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41663","name":"Group 1171281589","type":"GROUP","scrollBehavior":"SCROLLS","rotation":3.1415926535897931,"children":[{"id":"1574:41664","name":"Vector 1231","visible":false,"type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","visible":false,"type":"IMAGE","scaleMode":"FIT","imageRef":"524baddf8e6864301c23e7a08b4ca84c9076bf6e"},{"blendMode":"NORMAL","visible":false,"type":"IMAGE","scaleMode":"STRETCH","imageRef":"477b38e54b038c301e17330e20d7cbcac67f48e6","imageTransform":[[-1.1676995754241943,0.0,1.0645871162414551],[0.0,1.1063847541809082,-0.0084044924005866051]]},{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"cfd491273cdee54409fda49f1bbf60f9af371138"}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":8438.8034057617188,"y":8620.472656250,"width":125.10870361328125,"height":49.682979583740234},"absoluteRenderBounds":null,"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[{"type":"LAYER_BLUR","visible":true,"radius":45.0}],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41665","name":"image 3050","type":"RECTANGLE","scrollBehavior":"SCROLLS","rotation":3.1415926535897931,"blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","visible":false,"type":"IMAGE","scaleMode":"FIT","imageRef":"524baddf8e6864301c23e7a08b4ca84c9076bf6e"},{"blendMode":"NORMAL","visible":false,"type":"IMAGE","scaleMode":"STRETCH","imageRef":"477b38e54b038c301e17330e20d7cbcac67f48e6","imageTransform":[[-1.1676995754241943,0.0,1.0645871162414551],[0.0,1.1063847541809082,-0.0084044924005866051]]},{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"cfd491273cdee54409fda49f1bbf60f9af371138"}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8389.0,"y":8522.0,"width":231.00041198730469,"height":145.72564697265625},"absoluteRenderBounds":{"x":8389.0,"y":8522.0,"width":231.0,"height":145.72558593750},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8388.9995880126953,"y":8522.0,"width":231.00041198730469,"height":145.72564697265625},"absoluteRenderBounds":{"x":8388.9995880126953,"y":8522.0,"width":231.00041198730469,"height":145.72564697265625},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41666","name":"유지보수_model 1","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"FILL","imageRef":"e660aba46387262d97269d2d3d546991b5027e35"}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8633.0,"y":8510.0,"width":251.0,"height":158.0},"absoluteRenderBounds":{"x":8633.0,"y":8510.0,"width":251.0,"height":158.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41667","name":"Group 1171281591","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41668","name":"미래_랜더디지털트윈_05_드론포함 1","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"IMAGE","scaleMode":"STRETCH","imageRef":"b10265c9136488f019ce82163e6be11fc517b1d7","imageTransform":[[0.83240085840225220,0.0,0.070167869329452515],[0.0,1.2673783302307129,-0.23691254854202271]]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8133.0,"y":8473.0,"width":240.0,"height":208.0},"absoluteRenderBounds":{"x":8133.0,"y":8473.0,"width":240.0,"height":208.0},"preserveRatio":true,"targetAspectRatio":{"x":240.0,"y":208.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41669","name":"Group","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41670","name":"0","type":"GROUP","scrollBehavior":"SCROLLS","children":[],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8187.0,"y":8550.0,"width":32.812065124511719,"height":19.972480773925781},"absoluteRenderBounds":{"x":8187.0,"y":8550.0,"width":32.812065124511719,"height":19.972480773925781},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"rectangleCornerRadii":[0.0,0.0,0.0,0.0],"cornerSmoothing":0.0,"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8187.0,"y":8550.0,"width":32.812065124511719,"height":19.972480773925781},"absoluteRenderBounds":{"x":8187.0,"y":8550.0,"width":32.812065124511719,"height":19.972480773925781},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41824","name":"Vector 1306","type":"VECTOR","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.40000000596046448,"blendMode":"NORMAL","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":1.7957857423311907e-14,"y":1.0352829704629585e-14},{"x":1.0116662676948542,"y":0.58426549332334188},{"x":0.13904415596878944,"y":-0.21837411505278001}],"gradientStops":[{"color":{"r":1.0,"g":0.0,"b":0.0,"a":0.0},"position":0.17671716213226318},{"color":{"r":1.0,"g":0.0,"b":0.0,"a":1.0},"position":0.32028898596763611},{"color":{"r":1.0,"g":0.56902891397476196,"b":0.0,"a":1.0},"position":0.64375376701354980},{"color":{"r":0.0,"g":0.72549021244049072,"b":0.19215686619281769,"a":1.0},"position":0.85096156597137451},{"color":{"r":0.0,"g":0.72435879707336426,"b":0.19316235184669495,"a":0.0},"position":0.95673078298568726}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"CENTER","absoluteBoundingBox":{"x":8208.0,"y":8567.0,"width":60.0,"height":63.0},"absoluteRenderBounds":{"x":8208.0,"y":8567.0,"width":60.0,"height":63.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8133.0,"y":8473.0,"width":240.0,"height":208.0},"absoluteRenderBounds":{"x":8133.0,"y":8473.0,"width":240.0,"height":208.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41825","name":"Frame 1171279358","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41826","name":"설계단계 Design Stage","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.66666668653488159,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8153.0,"y":8336.0,"width":200.0,"height":33.0},"absoluteRenderBounds":{"x":8215.74707031250,"y":8333.9160156250,"width":75.33593750,"height":38.5839843750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"설계단계\nDesign Stage","characterStyleOverrides":[10,10,10,10,10,35,35,35,35,35,35,35,35,35,35,35,35],"styleOverrideTable":{"35":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":14.0,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.38515624403953552,"g":0.49466142058372498,"b":0.60416668653488159,"a":1.0}}]},"10":{"fontSize":18.0}},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":14.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.56000000000000005,"lineHeightPx":19.600000381469727,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41827","name":"Rectangle 434450","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.10000000149011612,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":120.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8153.0,"y":8389.0,"width":200.0,"height":1.0},"absoluteRenderBounds":{"x":8153.0,"y":8389.0,"width":200.0,"height":1.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41828","name":"고도화된 BIM 구현 최첨단 디지털트윈 시뮬레이션 분석 & 성능평가 지속가능한 인프라개발","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.80000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8153.0,"y":8410.0,"width":200.0,"height":106.0},"absoluteRenderBounds":{"x":8161.75097656250,"y":8408.4218750,"width":164.5527343750,"height":108.68457031250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"고도화된 BIM 구현\n최첨단 디지털트윈\n시뮬레이션 분석 & 성능평가\n지속가능한 인프라개발","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["UNORDERED","UNORDERED","UNORDERED","UNORDERED"],"lineIndentations":[1,1,1,1],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"listSpacing":12.0,"textAutoResize":"HEIGHT","fontSize":14.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.56000000000000005,"lineHeightPx":19.600000381469727,"lineHeightPercent":116.66666412353516,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","paddingLeft":20.0,"paddingRight":20.0,"itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8133.0,"y":8336.0,"width":240.0,"height":180.0},"absoluteRenderBounds":{"x":8133.0,"y":8333.9160156250,"width":240.0,"height":183.19042968750},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41829","name":"Frame 1171281677","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41830","name":"시공 단계 Construction Stage","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8406.0,"y":8336.0,"width":200.0,"height":33.0},"absoluteRenderBounds":{"x":8449.707031250,"y":8333.89843750,"width":112.8144531250,"height":38.60156250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"시공 단계\nConstruction Stage","characterStyleOverrides":[10,10,10,10,10,10,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35],"styleOverrideTable":{"35":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":14.0,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.38515624403953552,"g":0.49466142058372498,"b":0.60416668653488159,"a":1.0}}]},"10":{"fontSize":18.0}},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":14.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.56000000000000005,"lineHeightPx":19.600000381469727,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41831","name":"Rectangle 434450","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.10000000149011612,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":120.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8406.0,"y":8389.0,"width":200.0,"height":1.0},"absoluteRenderBounds":{"x":8406.0,"y":8389.0,"width":200.0,"height":1.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41832","name":"향상된 건설 계획과 공정 순서 관리 Big Room 등 환경을 통한 
협업 및 조정 정확한 수량산출서와
비용 산정","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.80000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8406.0,"y":8410.0,"width":200.0,"height":114.0},"absoluteRenderBounds":{"x":8414.75097656250,"y":8408.324218750,"width":188.76269531250,"height":116.78222656250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"향상된 건설 계획과 공정 순서 관리\nBig Room 등 환경을 통한 
협업 및 조정\n정확한 수량산출서와
비용 산정","characterStyleOverrides":[3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],"styleOverrideTable":{"3":{"letterSpacing":-0.98000000000000009}},"lineTypes":["UNORDERED","UNORDERED","UNORDERED"],"lineIndentations":[1,1,1],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"listSpacing":12.0,"textAutoResize":"HEIGHT","fontSize":14.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.56000000000000005,"lineHeightPx":19.600000381469727,"lineHeightPercent":116.66666412353516,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","paddingLeft":20.0,"paddingRight":20.0,"itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8386.0,"y":8336.0,"width":240.0,"height":188.0},"absoluteRenderBounds":{"x":8386.0,"y":8333.89843750,"width":240.0,"height":191.20800781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41833","name":"Frame 1171281678","type":"FRAME","scrollBehavior":"SCROLLS","children":[{"id":"1574:41834","name":"유지관리 단계 Maintenance Stage","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.29888892173767090,"b":0.74722236394882202,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8656.0,"y":8336.0,"width":200.0,"height":33.0},"absoluteRenderBounds":{"x":8700.30175781250,"y":8333.89843750,"width":112.22656250,"height":38.60156250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"유지관리 단계\nMaintenance Stage","characterStyleOverrides":[10,10,10,10,10,10,10,10,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35,35],"styleOverrideTable":{"35":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"fontSize":14.0,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.38515624403953552,"g":0.49466142058372498,"b":0.60416668653488159,"a":1.0}}]},"10":{"fontSize":18.0}},"lineTypes":["NONE","NONE"],"lineIndentations":[0,0],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Bold","fontStyle":"Bold","fontWeight":700,"textAutoResize":"HEIGHT","fontSize":14.0,"textAlignHorizontal":"CENTER","textAlignVertical":"TOP","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.56000000000000005,"lineHeightPx":19.600000381469727,"lineHeightPercent":96.685089111328125,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41835","name":"Rectangle 434450","type":"RECTANGLE","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","opacity":0.10000000149011612,"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","cornerRadius":120.0,"cornerSmoothing":0.0,"absoluteBoundingBox":{"x":8656.0,"y":8389.0,"width":200.0,"height":1.0},"absoluteRenderBounds":{"x":8656.0,"y":8389.0,"width":200.0,"height":1.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"INHERIT","layoutGrow":0.0,"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"FIXED","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41836","name":"자산 정보 및 데이터 관리 예측 기반 유지보수 및 생애주기 분석 효율적인 시설 운영 및
지속가능한 관리","type":"TEXT","scrollBehavior":"SCROLLS","blendMode":"PASS_THROUGH","fills":[{"opacity":0.80000001192092896,"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"OUTSIDE","absoluteBoundingBox":{"x":8656.0,"y":8410.0,"width":200.0,"height":114.0},"absoluteRenderBounds":{"x":8664.75097656250,"y":8408.4218750,"width":181.4472656250,"height":116.68457031250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutAlign":"STRETCH","layoutGrow":0.0,"layoutSizingHorizontal":"FILL","layoutSizingVertical":"HUG","characters":"자산 정보 및 데이터 관리\n예측 기반 유지보수 및 생애주기 분석\n효율적인 시설 운영 및
지속가능한 관리","characterStyleOverrides":[],"styleOverrideTable":{},"lineTypes":["UNORDERED","UNORDERED","UNORDERED"],"lineIndentations":[1,1,1],"style":{"fontFamily":"Noto Sans KR","fontPostScriptName":"NotoSansKR-Regular","fontStyle":"Regular","fontWeight":400,"listSpacing":12.0,"textAutoResize":"HEIGHT","fontSize":14.0,"textAlignHorizontal":"LEFT","textAlignVertical":"TOP","leadingTrim":"CAP_HEIGHT","letterSpacing":-0.56000000000000005,"lineHeightPx":19.600000381469727,"lineHeightPercent":116.66666412353516,"lineHeightPercentFontSize":140.0,"lineHeightUnit":"FONT_SIZE_%"},"layoutVersion":4,"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"layoutMode":"VERTICAL","counterAxisSizingMode":"FIXED","counterAxisAlignItems":"CENTER","paddingLeft":20.0,"paddingRight":20.0,"itemSpacing":20.0,"layoutWrap":"NO_WRAP","absoluteBoundingBox":{"x":8636.0,"y":8336.0,"width":240.0,"height":188.0},"absoluteRenderBounds":{"x":8636.0,"y":8333.89843750,"width":240.0,"height":191.20800781250},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"layoutSizingHorizontal":"FIXED","layoutSizingVertical":"HUG","effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8133.0,"y":8304.0,"width":751.0,"height":377.0},"absoluteRenderBounds":{"x":8133.0,"y":8304.0,"width":751.0,"height":377.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41837","name":"Group 1171281595","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41838","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-1.5707963705062848,"blendMode":"MULTIPLY","fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":-22.159083077799526,"y":3.0616054981181717e-17},{"x":-22.159083077799526,"y":0.99999999999999989},{"x":-22.288889071826905,"y":6.1232224311543146e-17}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.91346156597137451,"g":0.95240384340286255,"b":1.0,"a":1.0},"position":0.10000000149011612},{"color":{"r":0.0,"g":0.66666668653488159,"b":1.0,"a":0.80000001192092896},"position":0.69999998807907104},{"color":{"r":0.0,"g":0.66666668653488159,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8364.9999982515437,"y":8332.9999991257719,"width":20.000003655804903,"height":40.000000874228135},"absoluteRenderBounds":{"x":8365.0,"y":8333.0,"width":20.0,"height":40.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41839","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-1.5707963705062848,"blendMode":"MULTIPLY","opacity":0.50,"fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":-22.159083077799526,"y":3.0616054981181717e-17},{"x":-22.159083077799526,"y":0.99999999999999989},{"x":-22.288889071826905,"y":6.1232224311543146e-17}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.91346156597137451,"g":0.95240384340286255,"b":1.0,"a":1.0},"position":0.10000000149011612},{"color":{"r":0.0,"g":0.66666668653488159,"b":1.0,"a":0.80000001192092896},"position":0.69999998807907104},{"color":{"r":0.0,"g":0.66666668653488159,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8373.9999982515437,"y":8332.9999991257719,"width":20.000003655804903,"height":40.000000874228135},"absoluteRenderBounds":{"x":8374.0,"y":8333.0,"width":20.0,"height":40.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8365.0,"y":8333.0,"width":29.000003814697266,"height":40.0},"absoluteRenderBounds":{"x":8365.0,"y":8333.0,"width":29.000003814697266,"height":40.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41840","name":"Group 1171281596","type":"GROUP","scrollBehavior":"SCROLLS","children":[{"id":"1574:41841","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-1.5707963705062848,"blendMode":"MULTIPLY","fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":-22.159083077799526,"y":3.0616054981181717e-17},{"x":-22.159083077799526,"y":0.99999999999999989},{"x":-22.288889071826905,"y":6.1232224311543146e-17}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.91346156597137451,"g":0.95240384340286255,"b":1.0,"a":1.0},"position":0.10000000149011612},{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":0.80000001192092896},"position":0.69999998807907104},{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8615.9999982515437,"y":8332.9999991257719,"width":20.000003655804903,"height":40.000000874228135},"absoluteRenderBounds":{"x":8616.0,"y":8333.0,"width":20.0,"height":40.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},{"id":"1574:41842","name":"Vector","type":"VECTOR","scrollBehavior":"SCROLLS","rotation":-1.5707963705062848,"blendMode":"MULTIPLY","opacity":0.50,"fills":[{"blendMode":"MULTIPLY","type":"GRADIENT_LINEAR","gradientHandlePositions":[{"x":-22.159083077799526,"y":3.0616054981181717e-17},{"x":-22.159083077799526,"y":0.99999999999999989},{"x":-22.288889071826905,"y":6.1232224311543146e-17}],"gradientStops":[{"color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"position":0.0},{"color":{"r":0.91346156597137451,"g":0.95240384340286255,"b":1.0,"a":1.0},"position":0.10000000149011612},{"color":{"r":0.0,"g":0.41568627953529358,"b":1.0,"a":0.80000001192092896},"position":0.69999998807907104},{"color":{"r":0.0,"g":0.41666665673255920,"b":1.0,"a":1.0},"position":1.0}]}],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","absoluteBoundingBox":{"x":8624.9999982515437,"y":8332.9999991257719,"width":20.000003655804903,"height":40.000000874228135},"absoluteRenderBounds":{"x":8625.0,"y":8333.0,"width":20.0,"height":40.0},"constraints":{"vertical":"SCALE","horizontal":"SCALE"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":false,"background":[],"fills":[],"strokes":[],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":0.0,"g":0.0,"b":0.0,"a":0.0},"absoluteBoundingBox":{"x":8616.0,"y":8333.0,"width":29.000003814697266,"height":40.0},"absoluteRenderBounds":{"x":8616.0,"y":8333.0,"width":29.000003814697266,"height":40.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}}],"blendMode":"PASS_THROUGH","clipsContent":true,"background":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"fills":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":1.0,"g":1.0,"b":1.0,"a":1.0}}],"strokes":[{"blendMode":"NORMAL","type":"SOLID","color":{"r":0.0,"g":0.0,"b":0.0,"a":1.0}}],"strokeWeight":1.0,"strokeAlign":"INSIDE","backgroundColor":{"r":1.0,"g":1.0,"b":1.0,"a":1.0},"absoluteBoundingBox":{"x":8046.0,"y":6553.0,"width":920.0,"height":2179.0},"absoluteRenderBounds":{"x":8046.0,"y":6553.0,"width":920.0,"height":2179.0},"constraints":{"vertical":"TOP","horizontal":"LEFT"},"exportSettings":[{"suffix":"","format":"PDF","constraint":{"type":"SCALE","value":1.0}}],"effects":[],"interactions":[],"complexStrokeProperties":{"strokeType":"BASIC"}},"components":{},"componentSets":{},"schemaVersion":0,"styles":{}}}} \ No newline at end of file diff --git a/docs/figma-analysis/DESIGN-ANALYSIS.md b/docs/figma-analysis/DESIGN-ANALYSIS.md new file mode 100644 index 0000000..187d138 --- /dev/null +++ b/docs/figma-analysis/DESIGN-ANALYSIS.md @@ -0,0 +1,254 @@ +# Figma 디자인 분석 보고서 + +## 파일 정보 +- **파일명:** 바론컨설턴트 홈페이지_기획팀공유 +- **페이지:** 바론 공유 2025.05.13 (node: 1574-6254) +- **분석일:** 2026-03-25 + +--- + +## 1. 전체 구조 + +### 메인 페이지 (3장) +| 섹션 | 프레임 | 크기 | 스크린샷 | +|------|--------|------|---------| +| 1장 바론컨설턴트 | 1-1 미래 | 1920x5990 | `1장_1-1_미래.png` | +| | 기술 | 1920x5677 | `1장_기술.png` | +| | 가치 | 1920x4157 | `1장_가치.png` | + +### 자세히보기 페이지 (13개 서브 프레임) +| 섹션 | 프레임 | 크기 | 스크린샷 | +|------|--------|------|---------| +| 2-1장 건설산업 DX | 2-1_01 건설산업 | 920x1231 | `2-1_01_건설산업.png` | +| | 2-1_02 BIM | 920x2179 | `2-1_02_BIM.png` | +| | 2-1_03 GIS | 920x2208 | `2-1_03_GIS.png` | +| | 2-1_04 디지털트윈 | 920x1651 | `2-1_04_디지털트윈.png` | +| 2-2장 DX와 SW | 2-2_01 | 920x3013 | `2-2_01.png` | +| | 2-2_02 | 920x1742 | `2-2_02.png` | +| | 2-2_03 | 920x2129 | `2-2_03.png` | +| | 2-2_04 | 920x1814 | `2-2_04.png` | +| 2-3장 DX 활용 | 2-3_01 ~ 2-3_05 | 920x2300~3016 | `2-3_01~05.png` | + +--- + +## 2. 추출된 디자인 토큰 + +### 색상 팔레트 + +| 용도 | Figma 값 | 현재 tokens.css | 비고 | +|------|----------|---------------|------| +| **메인 텍스트** | `#000000` | `--color-primary: #1e293b` | Figma가 더 진함 | +| **포인트 (파란)** | `#004cbe` | `--color-accent: #2563eb` | Figma가 더 진한 남색 | +| **포인트 밝은** | `#006aff` | 없음 | **추가 필요:** `--color-accent-bright` | +| **포인트 하늘** | `#6bcdff` | 없음 | **추가 필요:** `--color-accent-light` | +| **포인트 하늘2** | `#00aaff` | 없음 | 참고 | +| **포인트 파랑** | `#008fff`, `#007cff` | 없음 | 원형 마커 색상 | +| **배경 밝은** | `#f6f7f9` | `--color-bg-subtle: #f8fafc` | 거의 동일 | +| **배경 흰** | `#ffffff` | `--color-bg: #ffffff` | 동일 | +| **섹션 타이틀** | `#ffffff` (배경 위) | - | 다크 배경 위 흰 텍스트 | + +### 폰트 체계 + +| 용도 | Figma | 현재 tokens.css | 비고 | +|------|-------|---------------|------| +| **페이지 타이틀** | Noto Sans CJK KR, 35px, w700 | `--font-title: 2rem (32px)` | Figma가 약간 큼 | +| **영문 서브타이틀** | 15px, w400 | 없음 | section_title 영문 | +| **꼭지 제목** | 24px, w700 | `--font-subtitle: 1.25rem (20px)` | Figma가 큼 | +| **본문** | 16px, w400 | `--font-body: 0.95rem (15.2px)` | 거의 동일 | +| **카드 내 제목** | 14px, w700 | `--font-caption: 0.8rem (12.8px)` | Figma가 큼 | +| **카드 내 본문** | 14px, w400 | `--font-caption` | 동일 | +| **태그/라벨** | 20px, w700 | 없음 | DX/BIM/VS 라벨 | +| **소제목** | 13px, w400 | `--font-small: 0.7rem (11.2px)` | Figma가 약간 큼 | + +### 간격/크기 + +| 요소 | Figma 값 | 비고 | +|------|----------|------| +| 프레임 폭 | 920px | 자세히보기 프레임 | +| 섹션 타이틀 영역 | 249x73px | 영문+한글 2줄 | +| 꼭지 제목+설명 영역 | 742x68~78px | 좌: 제목 240px, 우: 설명 422px | +| 카드 (3열) | 240x365px 각각 | 이미지+제목+설명 | +| 이미지 그리드 | 460x354px (2열) | 그라데이션 오버레이 포함 | +| 비교 박스 | 327x116px, 325x116px | 나란히 2개 | +| 원형 마커 | 10x10px, 151x151px | 작은 점, 큰 원 | +| 배경 헤더 영역 | 963x515px | 그라데이션+웨이브 | + +--- + +## 3. 발견된 재사용 컴포넌트 + +### 공통 컴포넌트 (모든 자세히보기에 반복) + +#### A. section_title (섹션 타이틀) +``` +구조: FRAME 249x73 + ├── TEXT 15px/w400 #ffffff — 영문 (예: "Building Information Modeling") + └── TEXT 35px/w700 #ffffff — 한글 (예: "건설정보모델링(BIM)") +배경: 파란 그라데이션 헤더 위에 위치 +``` +- **모든 자세히보기 프레임의 상단**에 동일 구조로 반복 +- 영문 서브타이틀 + 한글 메인 타이틀 +- 흰색 텍스트 + 다크 배경 + +#### B. bg (배경 헤더) +``` +구조: GROUP 1319x671 + ├── Mask group (그라데이션 + 웨이브 이미지) + ├── RECTANGLE 그라데이션 (파란→투명) + ├── RECTANGLE 흰색 배경 + └── shape (벡터 웨이브 라인 7줄) +``` +- 상단 파란 그라데이션 + 웨이브 패턴 +- **이미지로 export해서 사용해야 하는 영역** (CSS 재현 불가) + +#### C. sub_제목,내용 (꼭지 제목+설명) +``` +구조: FRAME 742x68~78 + ├── TEXT 24px/w700 #004cbe — 질문/소제목 (좌측 240px) + └── TEXT 16px/w400 #000000 — 설명 (우측 422px) +``` +- 좌: 파란 굵은 제목 (질문형) +- 우: 검정 본문 설명 +- 2단 가로 배치 (240:422 비율) + +#### D. close 버튼 +``` +구조: FRAME 40x40 + └── VECTOR 23x23 #ffffff — X 아이콘 +``` + +### 콘텐츠 컴포넌트 + +#### E. 카드 3열 (2-1_02 BIM 페이지) +``` +구조: GROUP 751x377 + ├── FRAME 744x365 (카드 3장 컨테이너) + │ ├── RECTANGLE 240x365 #ffffff (카드1) + │ ├── RECTANGLE 240x365 #ffffff (카드2) + │ └── RECTANGLE 240x365 #ffffff (카드3) + ├── 이미지 3장 (각 카드 상단) + └── FRAME 240x180~188 (각 카드 텍스트) + ├── TEXT 14px/w700 — 단계명 (영문 포함) + ├── RECTANGLE 구분선 + └── TEXT 14px/w400 — 설명 불릿 +``` +- 카드 크기: 240x365px +- 상단: 이미지 (시공/설계/유지관리) +- 중간: 14px 굵은 제목 (색상으로 구분: `#00aaff`, `#006aff`, `#004cbe`) +- 하단: 14px 일반 설명 + +#### F. 비교 박스 2열 (2-1_02 BIM 페이지) +``` +구조: 2개 GROUP 나란히 + ├── GROUP 327x116 + │ ├── RECTANGLE #006aff (배경) + │ └── FRAME (그라데이션 내부) + └── GROUP 325x116 + ├── RECTANGLE #006aff (배경) + └── FRAME (그라데이션 내부) ++ DX/BIM/VS 라벨 (20px/w700, #ffffff) +``` +- 파란 배경 박스 2개 나란히 +- 내부에 방사형 그라데이션 +- 가운데 "VS" 라벨 + +#### G. 이미지 그리드 2열 (2-1_02 BIM 페이지) +``` +구조: 2개 GROUP 나란히 + ├── GROUP 460x354 + │ ├── RECTANGLE 그라데이션 오버레이 + │ └── RECTANGLE IMG (실제 이미지) + └── GROUP 460x354 + ├── RECTANGLE 그라데이션 오버레이 + └── RECTANGLE IMG (실제 이미지) +``` +- 2열 이미지 나란히 (460x354 각) +- 이미지 위에 그라데이션 오버레이 (어두워지는 효과) + +#### H. 산맥 시각화 (2-1_02 BIM 페이지) +``` +구조: GROUP 920x183 + ├── RECTANGLE 그라데이션 배경 + ├── GROUP 벡터 산맥 라인 (20+ VECTOR) + └── GROUP 수직 라인 마커 +``` +- **이미지로 export** (벡터 라인이 너무 복잡) + +#### I. 원형 라벨 (2-1_02 BIM 페이지) +``` +구조: GROUP 190x190 + ├── GROUP (원형 테두리 그룹) + ├── ELLIPSE 151x151 그라데이션 + ├── ELLIPSE 145x145 그라데이션 + └── TEXT 20px/w700 #ffffff — "단계별 BIM의 활용" +``` +- 중앙 큰 원 + 텍스트 +- 이중 원 테두리 (그라데이션) + +--- + +## 4. 블록 매핑 (Figma 패턴 → design_agent 블록) + +| Figma 패턴 | design_agent 블록 | 구현 방식 | 상태 | +|------------|-----------------|---------|------| +| section_title | `section-title` | HTML/CSS | **신규 필요** | +| sub_제목,내용 | 기존 없음 → `topic-header` | HTML/CSS (좌:제목 우:설명) | **신규 필요** | +| 카드 3열 (이미지+제목+설명) | `card-grid` 변형 | HTML/CSS (이미지 추가) | **변형 필요** | +| 비교 박스 2열 | `comparison` | HTML/CSS | ✅ 기존 | +| 이미지 그리드 2열 | `image-gallery` | HTML + 이미지 | **신규 필요** | +| 원형 라벨 | `circle-label` | CSS 원 + 텍스트 | **신규 필요** | +| 배경 헤더 (bg) | - | **이미지 export** | Figma export | +| 산맥 시각화 | - | **이미지 export** | Figma export | +| 벡터 웨이브 | - | **이미지 export** | Figma export | +| DX/BIM/VS 비교 라벨 | `comparison` 내부 | HTML/CSS | ✅ 기존 활용 | + +### 이미지로 export해야 하는 요소 + +| 요소 | 이유 | export 형식 | +|------|------|-----------| +| bg (배경 헤더) | 그라데이션+웨이브+마스크 | PNG (배경용) | +| 산맥 시각화 | 20+ 벡터 라인 | PNG 또는 SVG | +| 이미지 오버레이 그라데이션 | CSS로 가능하지만 Figma 원본이 더 정확 | CSS gradient (재현 가능) | +| 3D 렌더링 이미지 | Figma 내 이미지 에셋 | PNG | + +--- + +## 5. 디자인 토큰 업데이트 제안 + +기존 `tokens.css`에 추가가 필요한 토큰: + +```css +/* Figma 기반 추가 토큰 */ +--color-accent-deep: #004cbe; /* Figma 진한 파란 (꼭지 제목) */ +--color-accent-bright: #006aff; /* Figma 밝은 파란 (카드 헤더, 박스) */ +--color-accent-sky: #6bcdff; /* Figma 하늘색 (BIM 라벨) */ +--color-accent-cyan: #00aaff; /* Figma 시안 (설계단계) */ + +--font-page-title: 35px; /* Figma 페이지 타이틀 */ +--font-topic-title: 24px; /* Figma 꼭지 제목 */ +--font-card-title: 14px; /* Figma 카드 내 제목 */ +--font-en-subtitle: 15px; /* Figma 영문 서브타이틀 */ +--font-tag: 20px; /* Figma 태그/라벨 (DX, BIM, VS) */ +``` + +--- + +## 6. 다음 단계 + +### 즉시 가능 (HTML/CSS로 구현) +1. `section-title` 블록 — 영문+한글 2줄 타이틀 +2. `topic-header` 블록 — 좌:질문 우:설명 (742px, 240:422 비율) +3. `card-grid` 이미지 변형 — 상단 이미지 + 하단 텍스트 +4. `image-gallery` 블록 — 2열 이미지 + 오버레이 +5. `circle-label` 블록 — CSS 원형 + 중앙 텍스트 + +### Figma에서 이미지 export 필요 +1. 배경 헤더 (bg) — 각 프레임의 상단 파란 영역 +2. 산맥/웨이브 시각화 +3. 3D 렌더링 이미지 (시공, 설계, 유지관리 등) +4. 아이콘 에셋 + +### AI 이미지 생성 영역 (레이어 방식) +1. 순환도/관계도 배경 +2. 3D 효과가 필요한 다이어그램 +3. 복합 시각 효과 (글로우, 보케, 입체) diff --git a/docs/figma-assets/2-1_02_full_frame.png b/docs/figma-assets/2-1_02_full_frame.png new file mode 100644 index 0000000..d45c606 Binary files /dev/null and b/docs/figma-assets/2-1_02_full_frame.png differ diff --git a/docs/figma-assets/2-2_01_full_hd.png b/docs/figma-assets/2-2_01_full_hd.png new file mode 100644 index 0000000..648a2dd Binary files /dev/null and b/docs/figma-assets/2-2_01_full_hd.png differ diff --git a/docs/figma-assets/2-2_01_icon_card_1.png b/docs/figma-assets/2-2_01_icon_card_1.png new file mode 100644 index 0000000..5ab871e Binary files /dev/null and b/docs/figma-assets/2-2_01_icon_card_1.png differ diff --git a/docs/figma-assets/2-2_01_icon_card_2.png b/docs/figma-assets/2-2_01_icon_card_2.png new file mode 100644 index 0000000..25d6f3b Binary files /dev/null and b/docs/figma-assets/2-2_01_icon_card_2.png differ diff --git a/docs/figma-assets/2-2_01_icon_card_3.png b/docs/figma-assets/2-2_01_icon_card_3.png new file mode 100644 index 0000000..fa02b73 Binary files /dev/null and b/docs/figma-assets/2-2_01_icon_card_3.png differ diff --git a/docs/figma-assets/2-2_01_icon_card_4.png b/docs/figma-assets/2-2_01_icon_card_4.png new file mode 100644 index 0000000..cbc7b7a Binary files /dev/null and b/docs/figma-assets/2-2_01_icon_card_4.png differ diff --git a/docs/figma-assets/2-2_01_icon_card_5.png b/docs/figma-assets/2-2_01_icon_card_5.png new file mode 100644 index 0000000..37126e5 Binary files /dev/null and b/docs/figma-assets/2-2_01_icon_card_5.png differ diff --git a/docs/figma-assets/2-2_02_full_hd.png b/docs/figma-assets/2-2_02_full_hd.png new file mode 100644 index 0000000..449d3f7 Binary files /dev/null and b/docs/figma-assets/2-2_02_full_hd.png differ diff --git a/docs/figma-assets/2-2_03_full_hd.png b/docs/figma-assets/2-2_03_full_hd.png new file mode 100644 index 0000000..c67d3ca Binary files /dev/null and b/docs/figma-assets/2-2_03_full_hd.png differ diff --git a/docs/figma-assets/2-2_04_full_hd.png b/docs/figma-assets/2-2_04_full_hd.png new file mode 100644 index 0000000..61112b4 Binary files /dev/null and b/docs/figma-assets/2-2_04_full_hd.png differ diff --git a/docs/figma-assets/2-2_icon_card_1.png b/docs/figma-assets/2-2_icon_card_1.png new file mode 100644 index 0000000..449e930 Binary files /dev/null and b/docs/figma-assets/2-2_icon_card_1.png differ diff --git a/docs/figma-assets/2-2_icon_card_2.png b/docs/figma-assets/2-2_icon_card_2.png new file mode 100644 index 0000000..009abb1 Binary files /dev/null and b/docs/figma-assets/2-2_icon_card_2.png differ diff --git a/docs/figma-assets/2-2_icon_card_3.png b/docs/figma-assets/2-2_icon_card_3.png new file mode 100644 index 0000000..70d5eb8 Binary files /dev/null and b/docs/figma-assets/2-2_icon_card_3.png differ diff --git a/docs/figma-assets/2-2_icon_card_4.png b/docs/figma-assets/2-2_icon_card_4.png new file mode 100644 index 0000000..fdec022 Binary files /dev/null and b/docs/figma-assets/2-2_icon_card_4.png differ diff --git a/docs/figma-assets/2-2_icon_card_5.png b/docs/figma-assets/2-2_icon_card_5.png new file mode 100644 index 0000000..70616c6 Binary files /dev/null and b/docs/figma-assets/2-2_icon_card_5.png differ diff --git a/docs/figma-assets/bg_header.png b/docs/figma-assets/bg_header.png new file mode 100644 index 0000000..1dc865e Binary files /dev/null and b/docs/figma-assets/bg_header.png differ diff --git a/docs/figma-assets/bim_card_3col.png b/docs/figma-assets/bim_card_3col.png new file mode 100644 index 0000000..0423a11 Binary files /dev/null and b/docs/figma-assets/bim_card_3col.png differ diff --git a/docs/figma-assets/bim_circle_label.png b/docs/figma-assets/bim_circle_label.png new file mode 100644 index 0000000..1a01f34 Binary files /dev/null and b/docs/figma-assets/bim_circle_label.png differ diff --git a/docs/figma-assets/bim_comparison_table.png b/docs/figma-assets/bim_comparison_table.png new file mode 100644 index 0000000..39a7961 Binary files /dev/null and b/docs/figma-assets/bim_comparison_table.png differ diff --git a/docs/figma-assets/bim_mountain_viz.png b/docs/figma-assets/bim_mountain_viz.png new file mode 100644 index 0000000..8bca245 Binary files /dev/null and b/docs/figma-assets/bim_mountain_viz.png differ diff --git a/docs/figma-assets/breadcrumb_area.png b/docs/figma-assets/breadcrumb_area.png new file mode 100644 index 0000000..e5c7918 Binary files /dev/null and b/docs/figma-assets/breadcrumb_area.png differ diff --git a/docs/figma-assets/card_3col.png b/docs/figma-assets/card_3col.png new file mode 100644 index 0000000..0eb716a Binary files /dev/null and b/docs/figma-assets/card_3col.png differ diff --git a/docs/figma-assets/card_area.png b/docs/figma-assets/card_area.png new file mode 100644 index 0000000..84d5994 Binary files /dev/null and b/docs/figma-assets/card_area.png differ diff --git a/docs/figma-assets/card_img_construction.png b/docs/figma-assets/card_img_construction.png new file mode 100644 index 0000000..8027eae Binary files /dev/null and b/docs/figma-assets/card_img_construction.png differ diff --git a/docs/figma-assets/card_img_design.png b/docs/figma-assets/card_img_design.png new file mode 100644 index 0000000..2937462 Binary files /dev/null and b/docs/figma-assets/card_img_design.png differ diff --git a/docs/figma-assets/card_img_design_3d.png b/docs/figma-assets/card_img_design_3d.png new file mode 100644 index 0000000..fc76aa8 Binary files /dev/null and b/docs/figma-assets/card_img_design_3d.png differ diff --git a/docs/figma-assets/card_img_design_grp.png b/docs/figma-assets/card_img_design_grp.png new file mode 100644 index 0000000..065f90a Binary files /dev/null and b/docs/figma-assets/card_img_design_grp.png differ diff --git a/docs/figma-assets/card_img_maintenance.png b/docs/figma-assets/card_img_maintenance.png new file mode 100644 index 0000000..b2a0186 Binary files /dev/null and b/docs/figma-assets/card_img_maintenance.png differ diff --git a/docs/figma-assets/card_text_construction.png b/docs/figma-assets/card_text_construction.png new file mode 100644 index 0000000..0b8c725 Binary files /dev/null and b/docs/figma-assets/card_text_construction.png differ diff --git a/docs/figma-assets/card_text_design.png b/docs/figma-assets/card_text_design.png new file mode 100644 index 0000000..d9fe69b Binary files /dev/null and b/docs/figma-assets/card_text_design.png differ diff --git a/docs/figma-assets/card_text_maintenance.png b/docs/figma-assets/card_text_maintenance.png new file mode 100644 index 0000000..42d174b Binary files /dev/null and b/docs/figma-assets/card_text_maintenance.png differ diff --git a/docs/figma-assets/circle_label.png b/docs/figma-assets/circle_label.png new file mode 100644 index 0000000..00b7b8c Binary files /dev/null and b/docs/figma-assets/circle_label.png differ diff --git a/docs/figma-assets/close_btn.svg b/docs/figma-assets/close_btn.svg new file mode 100644 index 0000000..a737566 --- /dev/null +++ b/docs/figma-assets/close_btn.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/docs/figma-assets/compare_box_left.png b/docs/figma-assets/compare_box_left.png new file mode 100644 index 0000000..fd2ffd0 Binary files /dev/null and b/docs/figma-assets/compare_box_left.png differ diff --git a/docs/figma-assets/compare_box_right.png b/docs/figma-assets/compare_box_right.png new file mode 100644 index 0000000..0f721cb Binary files /dev/null and b/docs/figma-assets/compare_box_right.png differ diff --git a/docs/figma-assets/dx_bim_table.png b/docs/figma-assets/dx_bim_table.png new file mode 100644 index 0000000..f0a17c8 Binary files /dev/null and b/docs/figma-assets/dx_bim_table.png differ diff --git a/docs/figma-assets/image_grid_left.png b/docs/figma-assets/image_grid_left.png new file mode 100644 index 0000000..526ec2f Binary files /dev/null and b/docs/figma-assets/image_grid_left.png differ diff --git a/docs/figma-assets/image_grid_right.png b/docs/figma-assets/image_grid_right.png new file mode 100644 index 0000000..39f6e40 Binary files /dev/null and b/docs/figma-assets/image_grid_right.png differ diff --git a/docs/figma-assets/mountain_viz.png b/docs/figma-assets/mountain_viz.png new file mode 100644 index 0000000..aaa28c9 Binary files /dev/null and b/docs/figma-assets/mountain_viz.png differ diff --git a/docs/figma-assets/section_title.png b/docs/figma-assets/section_title.png new file mode 100644 index 0000000..0c4a9da Binary files /dev/null and b/docs/figma-assets/section_title.png differ diff --git a/docs/figma-assets/topic_header.png b/docs/figma-assets/topic_header.png new file mode 100644 index 0000000..35a78a9 Binary files /dev/null and b/docs/figma-assets/topic_header.png differ diff --git a/docs/figma-assets/venn_bg.png b/docs/figma-assets/venn_bg.png new file mode 100644 index 0000000..ff4498c Binary files /dev/null and b/docs/figma-assets/venn_bg.png differ diff --git a/docs/figma-assets/venn_premium_bg.png b/docs/figma-assets/venn_premium_bg.png new file mode 100644 index 0000000..ec4298b Binary files /dev/null and b/docs/figma-assets/venn_premium_bg.png differ diff --git a/docs/figma-screenshots/1장_1-1_미래.png b/docs/figma-screenshots/1장_1-1_미래.png new file mode 100644 index 0000000..1063629 Binary files /dev/null and b/docs/figma-screenshots/1장_1-1_미래.png differ diff --git a/docs/figma-screenshots/1장_가치.png b/docs/figma-screenshots/1장_가치.png new file mode 100644 index 0000000..80ac2ba Binary files /dev/null and b/docs/figma-screenshots/1장_가치.png differ diff --git a/docs/figma-screenshots/1장_기술.png b/docs/figma-screenshots/1장_기술.png new file mode 100644 index 0000000..9c58edc Binary files /dev/null and b/docs/figma-screenshots/1장_기술.png differ diff --git a/docs/figma-screenshots/2-1_01_건설산업.png b/docs/figma-screenshots/2-1_01_건설산업.png new file mode 100644 index 0000000..603ab4e Binary files /dev/null and b/docs/figma-screenshots/2-1_01_건설산업.png differ diff --git a/docs/figma-screenshots/2-1_02_BIM.png b/docs/figma-screenshots/2-1_02_BIM.png new file mode 100644 index 0000000..6a608cb Binary files /dev/null and b/docs/figma-screenshots/2-1_02_BIM.png differ diff --git a/docs/figma-screenshots/2-1_03_GIS.png b/docs/figma-screenshots/2-1_03_GIS.png new file mode 100644 index 0000000..87a6d82 Binary files /dev/null and b/docs/figma-screenshots/2-1_03_GIS.png differ diff --git a/docs/figma-screenshots/2-1_04_디지털트윈.png b/docs/figma-screenshots/2-1_04_디지털트윈.png new file mode 100644 index 0000000..20125c9 Binary files /dev/null and b/docs/figma-screenshots/2-1_04_디지털트윈.png differ diff --git a/docs/figma-screenshots/2-2_01.png b/docs/figma-screenshots/2-2_01.png new file mode 100644 index 0000000..511351b Binary files /dev/null and b/docs/figma-screenshots/2-2_01.png differ diff --git a/docs/figma-screenshots/2-2_02.png b/docs/figma-screenshots/2-2_02.png new file mode 100644 index 0000000..cfac1e6 Binary files /dev/null and b/docs/figma-screenshots/2-2_02.png differ diff --git a/docs/figma-screenshots/2-2_03.png b/docs/figma-screenshots/2-2_03.png new file mode 100644 index 0000000..92b96a8 Binary files /dev/null and b/docs/figma-screenshots/2-2_03.png differ diff --git a/docs/figma-screenshots/2-2_04.png b/docs/figma-screenshots/2-2_04.png new file mode 100644 index 0000000..7c8440c Binary files /dev/null and b/docs/figma-screenshots/2-2_04.png differ diff --git a/docs/figma-screenshots/2-3_01.png b/docs/figma-screenshots/2-3_01.png new file mode 100644 index 0000000..9f95979 Binary files /dev/null and b/docs/figma-screenshots/2-3_01.png differ diff --git a/docs/figma-screenshots/2-3_02.png b/docs/figma-screenshots/2-3_02.png new file mode 100644 index 0000000..d7d03f4 Binary files /dev/null and b/docs/figma-screenshots/2-3_02.png differ diff --git a/docs/figma-screenshots/2-3_03.png b/docs/figma-screenshots/2-3_03.png new file mode 100644 index 0000000..b1ae4c2 Binary files /dev/null and b/docs/figma-screenshots/2-3_03.png differ diff --git a/docs/figma-screenshots/2-3_04.png b/docs/figma-screenshots/2-3_04.png new file mode 100644 index 0000000..a41cace Binary files /dev/null and b/docs/figma-screenshots/2-3_04.png differ diff --git a/docs/figma-screenshots/2-3_05.png b/docs/figma-screenshots/2-3_05.png new file mode 100644 index 0000000..8df7ff6 Binary files /dev/null and b/docs/figma-screenshots/2-3_05.png differ diff --git a/docs/test-bim-auto.html b/docs/test-bim-auto.html new file mode 100644 index 0000000..7aa681b --- /dev/null +++ b/docs/test-bim-auto.html @@ -0,0 +1,806 @@ + + + + +건설정보모델링(BIM) + + + + + +
+ +
건설정보모델링(BIM)
+ + + +
+ + +
+ + + + +
건설산업에서의 디지털전환 › BIM
+ +
+
Building Information Modeling
+
건설정보모델링(BIM)
+
+
+ + +
+ +
+ + +
+
단순 BIM의 적용이 D/X가 아닙니다
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.
+
+ + +
+ +
+ + +
+
건설산업에서의 BIM
+
BIM은 설계, 시공, 유지관리 단계에서의 정보를 통합하고 협업을 촉진하여 인프라 건설 전 생애주기 과정의 효율성을 향상시킵니다.
+
+ + +
+ +
+ + +
+ +
+ 현장1 + +
+ +
+ 현장2 + +
+ +
+ + +
+ +
+ + +
+
+ +
+ +
+
D/X
+
디지털 기술을 활용한 +협업 프로세스
+
+
+
VS
+
+ +
+ +
+
BIM
+
시설물의 전 생애주기 동안 +정보의 생성 및 관리
+
+
+
+ + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BIMVSD/X
Only 3DBIM·D/XBIM ≪ D/X (ENG.+Management 포함)
모델 제작용 상용 S/WS/W제작 및 운영(상용+전용 40~80개)
기존 2D 설계방식 유지프로세스근본적 문제의식을 통한 개선
3D 모델 중심, 기존 성과품 유지성과물공학 정보 및 콘텐츠 연계에 집중
3D 모델에 의한 일반적 이해 향상활용설계/시공의 혁신(개념의 재정립)
(설계/시공/운영) 분야별 단절확장성전 생애주기 활용 시스템
+
+ + +
+ +
+ + +
+
+
+
단계별 +BIM의 활용
+ +
+
+
+ + +
+ +
+ + +
+ +
+ + 설계단계 + +
+
설계단계
+
Design Stage
+
+
    + +
  • 고도화된 BIM 구현
  • + +
  • 최첨단 디지털트윈
  • + +
  • 시뮬레이션 분석 & 성능평가
  • + +
  • 지속가능한 인프라개발
  • + +
+ +
+
+ +
+ + 시공 단계 + +
+
시공 단계
+
Construction Stage
+
+
    + +
  • 향상된 건설 계획과 공정 순서 관리
  • + +
  • Big Room 등 환경을 통한 협업 및 조정
  • + +
  • 정확한 수량산출서와 비용 산정
  • + +
+ +
+
+ +
+ + 유지관리 단계 + +
+
유지관리 단계
+
Maintenance Stage
+
+
    + +
  • 자산 정보 및 데이터 관리
  • + +
  • 예측 기반 유지보수 및 생애주기 분석
  • + +
  • 효율적인 시설 운영 및 지속가능한 관리
  • + +
+ +
+
+ +
+ + +
+ +
+ + + \ No newline at end of file diff --git a/docs/test-bim-page-v2.html b/docs/test-bim-page-v2.html new file mode 100644 index 0000000..a65a577 --- /dev/null +++ b/docs/test-bim-page-v2.html @@ -0,0 +1,401 @@ + + + + +2-1_02 건설정보모델링(BIM) — 레이어 분리 v2 + + + +
+ + +
+ + +
+
+
Building Information Modeling
+
건설정보모델링(BIM)
+
+
+ + +
+
+
단순 BIM의 적용이
D/X가 아닙니다
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.
+
+
+
건설산업에서의 BIM
+
BIM은 설계, 시공, 유지관리 단계에서의 정보를 통합하고 협업을 촉진하여 인프라 건설 전 생애주기 과정의 효율성을 향상시킵니다.
+
+
+ + +
+ + +
+ + +
+ +
+ + +
+
+ +
+
D/X
+
디지털 기술을 활용한
협업 프로세스
+
+
+
VS
+
+ +
+
BIM
+
시설물의 전 생애주기 동안
정보의 생성 및 관리
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BIMVSD/X
• Only 3DBIM · D/X• BIM ≪ D/X (ENG. + Management 포함)
• 모델 제작용 상용 S/W
(Civil 3D, Revit, Navisworks, Autocad)
S/W• 제작 및 운영(상용 + 전용 40~80개)
[Rhino, Sketchup, Blender...] + [EG-BIM 등]
• 기존 2D 설계방식 유지프로세스• 근본적 문제의식을 통한 개선
• 3D 모델 중심
• 기존 성과품 유지
성과물• 공학 정보 및 콘텐츠 연계에 집중
• 도면, 수량, 시공계획 등 일식
• 3D 모델에 의한 일반적 이해 향상활용• 설계/시공의 혁신(개념의 재정립)
• (설계/시공/운영) 분야별 단절확장성• 전 생애주기 활용 시스템
• 단순화(오류) - 수동적/집단적 동질화수행개념• 구체화(복잡) - 적극/구체적 실현 방안
• 소극적, 상용 기술에 의존CIVIL + IT• 적극적, 주체적인 기술 접목/융합
• S/W 제작사 판매 정책에 의존주체• 자체 수행능력 - 지속가능성 확보
• 평준화, 국내 중심발주처• 차별화 및 경쟁력 확보, 해외 진출
• 소규모 BIM팀 운영 + 단순교육에 집중설계사• IT + CIVIL ENG 220명 운영 + 기술 개발
• 국내 토목 소극적/ 해외 토목증가시공사• 분야 확장 모델 및 시스템
+
+ + +
+
+
+
단계별
BIM의 활용
+
+
+
+ + +
+
+
+ 설계 +
+
설계단계
+
Design Stage
+
+
    +
  • 고도화된 BIM 구현
  • +
  • 최첨단 디지털트윈
  • +
  • 시뮬레이션 분석 & 성능평가
  • +
  • 지속가능한 인프라개발
  • +
+
+
+
+ 시공 +
+
시공 단계
+
Construction Stage
+
+
    +
  • 향상된 건설 계획과 공정 순서 관리
  • +
  • Big Room 등 환경을 통한 협업 및 조정
  • +
  • 정확한 수량산출서와 비용 산정
  • +
+
+
+
+ 유지관리 +
+
유지관리 단계
+
Maintenance Stage
+
+
    +
  • 자산 정보 및 데이터 관리
  • +
  • 예측 기반 유지보수 및 생애주기 분석
  • +
  • 효율적인 시설 운영 및 지속가능한 관리
  • +
+
+
+
+
+ +
+ + diff --git a/docs/test-bim-page.html b/docs/test-bim-page.html new file mode 100644 index 0000000..6f985eb --- /dev/null +++ b/docs/test-bim-page.html @@ -0,0 +1,328 @@ + + + + +2-1_02 건설정보모델링(BIM) — 레이어 방식 재현 + + + +
+ + +
+
+ +
+
+ +
+
+
Building Information Modeling
+
건설정보모델링(BIM)
+
+
+
+ + +
+
+
단순 BIM의 적용이
D/X가 아닙니다
+
BIM은 건설산업의 디지털전환을 수행하는 과정에서 가장 기초가 되는 일부분임을 인지하는 것이 매우 중요합니다.
+
+
+
건설산업에서의 BIM
+
BIM은 설계, 시공, 유지관리 단계에서의 정보를 통합하고 협업을 촉진하여 인프라 건설 전 생애주기 과정의 효율성을 향상시킵니다.
+
+
+ + +
+
+ 시공 현장 1 +
+
+ 시공 현장 2 +
+
+ + +
+ 산맥 시각화 +
+ + +
+
+ DX +
+
VS
+
+ BIM +
+
+ + +
+ DX vs BIM 비교 +
+ + +
+ 단계별 BIM의 활용 +
+ + +
+ 설계/시공/유지관리 +
+ +
+ + diff --git a/pyproject.toml b/pyproject.toml index dc25214..89453af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,8 @@ dependencies = [ "httpx>=0.27", "python-multipart>=0.0.9", "sse-starlette>=2.0", + "pyyaml>=6.0", + "Pillow>=10.0", ] [project.optional-dependencies] diff --git a/scripts/build_block_index.py b/scripts/build_block_index.py new file mode 100644 index 0000000..9e92570 --- /dev/null +++ b/scripts/build_block_index.py @@ -0,0 +1,162 @@ +"""블록 라이브러리 FAISS 인덱스 빌드 스크립트. + +catalog.yaml의 46개 블록을 임베딩하여 FAISS 인덱스를 생성한다. +블록 추가/수정 시 이 스크립트를 다시 실행하면 인덱스가 갱신된다. + +사용법: + python scripts/build_block_index.py + +산출물: + data/block_index.faiss — FAISS 벡터 인덱스 + data/block_metadata.json — 인덱스 순서 → 블록 매핑 +""" +from __future__ import annotations + +import json +import logging +import sys +from pathlib import Path + +import faiss +import numpy as np +import yaml +from sentence_transformers import SentenceTransformer + +logging.basicConfig(level=logging.INFO, format="%(levelname)s: %(message)s") +logger = logging.getLogger(__name__) + +# Kei persona와 동일 모델 (1024차원, 한국어 최적화) +EMBEDDING_MODEL = "BAAI/bge-m3" + +PROJECT_ROOT = Path(__file__).parent.parent +CATALOG_PATH = PROJECT_ROOT / "templates" / "catalog.yaml" +INDEX_PATH = PROJECT_ROOT / "data" / "block_index.faiss" +META_PATH = PROJECT_ROOT / "data" / "block_metadata.json" + + +def load_catalog() -> list[dict]: + """catalog.yaml에서 블록 목록을 로드한다.""" + if not CATALOG_PATH.exists(): + logger.error(f"catalog.yaml 없음: {CATALOG_PATH}") + sys.exit(1) + + with open(CATALOG_PATH, encoding="utf-8") as f: + data = yaml.safe_load(f) + + blocks = data.get("blocks", []) + if not blocks: + logger.error("catalog.yaml에 블록이 없습니다.") + sys.exit(1) + + logger.info(f"catalog 로드: {len(blocks)}개 블록") + return blocks + + +def build_search_texts(blocks: list[dict]) -> list[str]: + """각 블록의 검색용 텍스트를 생성한다. + + name + visual + when을 조합하여 검색 쿼리와 매칭되도록 한다. + not_for는 네거티브이므로 검색 텍스트에 포함하지 않는다. + """ + texts = [] + for block in blocks: + parts = [ + block.get("name", ""), + block.get("visual", ""), + block.get("when", ""), + ] + text = ". ".join(p.strip() for p in parts if p.strip()) + texts.append(text) + return texts + + +def build_index(texts: list[str]) -> tuple[faiss.IndexFlatIP, np.ndarray]: + """텍스트를 임베딩하고 FAISS 인덱스를 생성한다.""" + logger.info(f"임베딩 모델 로딩: {EMBEDDING_MODEL}") + model = SentenceTransformer(EMBEDDING_MODEL) + + logger.info(f"{len(texts)}개 텍스트 임베딩 중...") + embeddings = model.encode( + texts, + normalize_embeddings=True, # 코사인 유사도를 위해 정규화 + show_progress_bar=True, + ) + embeddings = np.array(embeddings, dtype=np.float32) + + dim = embeddings.shape[1] + logger.info(f"임베딩 완료: {embeddings.shape[0]}개 × {dim}차원") + + # Inner Product = 정규화된 벡터에서 코사인 유사도 + index = faiss.IndexFlatIP(dim) + index.add(embeddings) + + logger.info(f"FAISS 인덱스 생성: {index.ntotal}개 벡터, {dim}차원") + return index, embeddings + + +def save_metadata(blocks: list[dict]) -> None: + """블록 메타데이터를 인덱스 순서대로 저장한다.""" + metadata = [] + for block in blocks: + metadata.append({ + "id": block["id"], + "name": block.get("name", ""), + "template": block.get("template", ""), + "category": block.get("template", "").split("/")[1] if "/" in block.get("template", "") else "", + "height_cost": block.get("height_cost", "medium"), + "visual": block.get("visual", ""), + "when": block.get("when", ""), + "not_for": block.get("not_for", ""), + }) + + META_PATH.parent.mkdir(parents=True, exist_ok=True) + with open(META_PATH, "w", encoding="utf-8") as f: + json.dump(metadata, f, ensure_ascii=False, indent=2) + + logger.info(f"메타데이터 저장: {META_PATH} ({len(metadata)}개)") + + +def main(): + # 1. catalog 로드 + blocks = load_catalog() + + # 2. 검색용 텍스트 생성 + texts = build_search_texts(blocks) + + # 3. 임베딩 + FAISS 인덱스 + index, embeddings = build_index(texts) + + # 4. 저장 + INDEX_PATH.parent.mkdir(parents=True, exist_ok=True) + faiss.write_index(index, str(INDEX_PATH)) + logger.info(f"FAISS 인덱스 저장: {INDEX_PATH}") + + save_metadata(blocks) + + # 5. 검증 + logger.info("--- 검증 ---") + test_index = faiss.read_index(str(INDEX_PATH)) + with open(META_PATH, encoding="utf-8") as f: + test_meta = json.load(f) + + assert test_index.ntotal == len(blocks), f"벡터 수 불일치: {test_index.ntotal} vs {len(blocks)}" + assert len(test_meta) == len(blocks), f"메타데이터 수 불일치: {len(test_meta)} vs {len(blocks)}" + + logger.info(f"✅ 검증 통과: {test_index.ntotal}개 벡터, {len(test_meta)}개 메타데이터") + + # 6. 테스트 검색 + model = SentenceTransformer(EMBEDDING_MODEL) + test_queries = [ + "A vs B 두 개념 비교", + "연도별 정책 로드맵", + "핵심 수치 KPI 통계", + ] + for query in test_queries: + q_emb = model.encode([query], normalize_embeddings=True) + scores, indices = test_index.search(np.array(q_emb, dtype=np.float32), 3) + results = [test_meta[i]["id"] for i in indices[0]] + logger.info(f" 검색 '{query}' → {results}") + + +if __name__ == "__main__": + main() diff --git a/src/block_search.py b/src/block_search.py new file mode 100644 index 0000000..048285d --- /dev/null +++ b/src/block_search.py @@ -0,0 +1,208 @@ +"""P2-A: FAISS 기반 블록 검색 모듈. + +catalog.yaml 46개 블록 중 콘텐츠에 적합한 후보를 검색하여 반환한다. +디자인 팀장(Step B)의 프롬프트에 전체 catalog 대신 관련 블록만 전달하기 위함. + +사용법: + from src.block_search import search_blocks_for_topics + candidates = search_blocks_for_topics(topics, top_k=8) + # → catalog.yaml 형식의 문자열 (팀장 프롬프트에 삽입) + +fallback: 인덱스 없거나 검색 실패 시 → catalog.yaml 전문 반환 (기존 방식) +""" +from __future__ import annotations + +import json +import logging +from pathlib import Path +from typing import Any + +import numpy as np + +logger = logging.getLogger(__name__) + +PROJECT_ROOT = Path(__file__).parent.parent +INDEX_PATH = PROJECT_ROOT / "data" / "block_index.faiss" +META_PATH = PROJECT_ROOT / "data" / "block_metadata.json" +CATALOG_PATH = PROJECT_ROOT / "templates" / "catalog.yaml" + +# Kei persona와 동일 모델 +EMBEDDING_MODEL = "BAAI/bge-m3" + +# 카테고리 목록 (최소 1개 보장용) +ALL_CATEGORIES = ["headers", "cards", "tables", "visuals", "emphasis", "media"] + +# Lazy load +_index = None +_metadata: list[dict] | None = None +_model = None +_loaded = False + + +def _ensure_loaded() -> bool: + """인덱스 + 모델을 lazy load한다. 성공 시 True.""" + global _index, _metadata, _model, _loaded + + if _loaded: + return _index is not None + + _loaded = True # 재시도 방지 + + if not INDEX_PATH.exists() or not META_PATH.exists(): + logger.warning( + f"블록 인덱스 없음: {INDEX_PATH}. " + f"scripts/build_block_index.py를 실행하세요. " + f"catalog 전문 fallback 사용." + ) + return False + + try: + import faiss + from sentence_transformers import SentenceTransformer + + logger.info(f"블록 인덱스 로딩: {INDEX_PATH}") + _index = faiss.read_index(str(INDEX_PATH)) + + with open(META_PATH, encoding="utf-8") as f: + _metadata = json.load(f) + + logger.info(f"임베딩 모델 로딩: {EMBEDDING_MODEL}") + _model = SentenceTransformer(EMBEDDING_MODEL) + + logger.info( + f"블록 검색 준비 완료: {_index.ntotal}개 벡터, " + f"{len(_metadata)}개 메타데이터" + ) + return True + + except Exception as e: + logger.warning(f"블록 인덱스 로드 실패: {e}. catalog 전문 fallback.") + _index = None + _metadata = None + _model = None + return False + + +def search_blocks(query: str, top_k: int = 8) -> list[dict]: + """단일 쿼리로 관련 블록을 검색한다. + + Args: + query: 검색 쿼리 (꼭지 제목+요약+역할) + top_k: 반환할 최대 블록 수 + + Returns: + 관련 블록 메타데이터 목록 (score 포함) + """ + if not _ensure_loaded(): + return [] + + q_embedding = _model.encode( + [query], + normalize_embeddings=True, + ) + q_embedding = np.array(q_embedding, dtype=np.float32) + + scores, indices = _index.search(q_embedding, min(top_k, _index.ntotal)) + + results = [] + for score, idx in zip(scores[0], indices[0]): + if idx < 0 or idx >= len(_metadata): + continue + block = dict(_metadata[idx]) + block["search_score"] = float(score) + results.append(block) + + return results + + +def search_blocks_for_topics( + topics: list[dict], + top_k_per_topic: int = 3, + total_max: int = 10, +) -> str: + """여러 꼭지에 대해 검색하고, 중복 제거 + 카테고리 보장 후 문자열로 반환. + + Args: + topics: 1단계 실장의 꼭지 분석 결과 + top_k_per_topic: 꼭지당 검색 수 + total_max: 최종 반환 최대 수 + + Returns: + catalog.yaml 형식의 문자열 (팀장 프롬프트에 삽입) + 검색 실패 시 catalog.yaml 전문 반환 (fallback) + """ + if not _ensure_loaded(): + return _fallback_full_catalog() + + # 1. 꼭지별 검색 + all_results: dict[str, dict] = {} # id → block (중복 제거) + for topic in topics: + query = _build_query(topic) + results = search_blocks(query, top_k=top_k_per_topic) + for block in results: + bid = block["id"] + if bid not in all_results: + all_results[bid] = block + else: + # 이미 있으면 더 높은 점수로 업데이트 + if block["search_score"] > all_results[bid]["search_score"]: + all_results[bid] = block + + # 2. 카테고리별 최소 1개 보장 + found_categories = {b.get("category", "") for b in all_results.values()} + missing_categories = set(ALL_CATEGORIES) - found_categories + + if missing_categories and _metadata: + for block in _metadata: + cat = block.get("category", "") + if cat in missing_categories: + if block["id"] not in all_results: + block_copy = dict(block) + block_copy["search_score"] = 0.0 # 카테고리 보장용 + all_results[block["id"]] = block_copy + missing_categories.discard(cat) + if not missing_categories: + break + + # 3. 점수순 정렬 + 최대 개수 제한 + sorted_blocks = sorted( + all_results.values(), + key=lambda b: b.get("search_score", 0), + reverse=True, + )[:total_max] + + # 4. 프롬프트용 문자열 생성 + return _format_for_prompt(sorted_blocks) + + +def _build_query(topic: dict) -> str: + """꼭지 정보에서 검색 쿼리를 생성한다.""" + parts = [ + topic.get("title", ""), + topic.get("summary", ""), + f"역할: {topic.get('role', 'flow')}", + f"레이어: {topic.get('layer', 'core')}", + ] + if topic.get("content_type"): + parts.append(f"콘텐츠: {topic['content_type']}") + return ". ".join(p for p in parts if p) + + +def _format_for_prompt(blocks: list[dict]) -> str: + """블록 목록을 팀장 프롬프트에 삽입할 문자열로 변환.""" + lines = [f"# 관련 블록 후보 ({len(blocks)}개)\n"] + for block in blocks: + lines.append(f"- **{block['id']}** ({block.get('name', '')})") + lines.append(f" 시각: {block.get('visual', '')}") + lines.append(f" 사용: {block.get('when', '').strip()}") + lines.append(f" 금지: {block.get('not_for', '').strip()}") + lines.append(f" 높이: {block.get('height_cost', 'medium')}") + lines.append("") + return "\n".join(lines) + + +def _fallback_full_catalog() -> str: + """검색 실패 시 catalog.yaml 전문을 반환한다 (기존 방식).""" + if CATALOG_PATH.exists(): + return CATALOG_PATH.read_text(encoding="utf-8") + return "사용 가능한 블록 없음." diff --git a/src/content_editor.py b/src/content_editor.py index a5a97db..74561fc 100644 --- a/src/content_editor.py +++ b/src/content_editor.py @@ -1,8 +1,11 @@ """DA-13b: 3단계 — Kei 텍스트 편집자 (텍스트 정리). 디자인 팀장의 레이아웃 컨셉 + 원본 콘텐츠를 받아, -각 슬롯에 맞는 텍스트를 도메인 전문가로서 정리한다. +Kei API를 통해 도메인 전문가로서 각 슬롯 텍스트를 정리한다. 팀장의 글자 수 가이드를 참고하되 내용 의미가 우선. + +1차: Kei API (persona + RAG + 도메인 지식) +fallback: Anthropic API 직접 호출 """ from __future__ import annotations @@ -12,6 +15,7 @@ import re from typing import Any import anthropic +import httpx from src.config import settings from src.design_director import BLOCK_SLOTS @@ -30,6 +34,9 @@ EDITOR_PROMPT = """당신은 도메인 전문가이자 콘텐츠 편집자이다 - 전체 컨텍스트와 핵심 용어를 보존한다 - 세련된 표현으로 편집한다 (원본 그대로가 아님) - 개조식(불릿, 번호)으로 작성한다. 줄글 금지. +- **불릿 항목은 반드시 각각 별도 줄(\n)로 작성한다.** 한 줄에 여러 항목을 넣지 마라. + - 올바른 예: "• 추진과제: 건설산업 디지털화\n• 실행과제: BIM 전면 도입\n• 출처: 국토교통부" + - 잘못된 예: "• 추진과제: 건설산업 디지털화 • 실행과제: BIM 전면 도입 • 출처: 국토교통부" - 출처가 있는 내용은 출처를 반드시 보존한다 - 출처가 없는 수치나 통계를 만들지 않는다 @@ -60,8 +67,6 @@ async def fill_content( Returns: 슬롯이 채워진 layout_concept """ - client = anthropic.AsyncAnthropic(api_key=settings.anthropic_api_key) - for page_idx, page in enumerate(layout_concept.get("pages", [])): blocks = page.get("blocks", []) if not blocks: @@ -74,8 +79,9 @@ async def fill_content( slots = BLOCK_SLOTS.get(block_type, {}) char_guide = block.get("char_guide", {}) + topic_id = block.get("topic_id", i + 1) req_text = ( - f"블록 {i+1} ({block_type}, 영역: {block.get('area', '?')}):\n" + f"블록 {i+1} ({block_type}, 영역: {block.get('area', '?')}, topic_id: {topic_id}):\n" f" 용도: {block.get('reason', '미지정')}\n" f" 크기: {block.get('size', 'medium')}\n" f" 필수 슬롯: {slots.get('required', [])}\n" @@ -101,26 +107,47 @@ async def fill_content( "내용의 의미를 살려서 편집해. 글자 수 가이드는 참고만.\n" "자세히보기 대상 블록은 summary + detail 두 버전을 작성해.\n" "형식:\n" - '{"blocks": [{"area": "...", "type": "...", "data": {슬롯 키-값}}]}' + '{"blocks": [{"area": "...", "type": "...", "topic_id": 1, "data": {슬롯 키-값}}]}' ) try: - response = await client.messages.create( - model="claude-sonnet-4-20250514", - max_tokens=4096, - system=EDITOR_PROMPT, - messages=[{"role": "user", "content": user_prompt}], - ) + # 1차: Kei API (도메인 전문가 + RAG) + result_text = await _call_kei_editor(user_prompt) + + # fallback: Anthropic 직접 + if result_text is None: + logger.warning("Kei API 편집 실패. Anthropic 직접 호출로 fallback.") + client = anthropic.AsyncAnthropic(api_key=settings.anthropic_api_key) + response = await client.messages.create( + model="claude-sonnet-4-20250514", + max_tokens=4096, + system=EDITOR_PROMPT, + messages=[{"role": "user", "content": user_prompt}], + ) + result_text = response.content[0].text - result_text = response.content[0].text filled = _parse_json(result_text) if filled and "blocks" in filled: for filled_block in filled["blocks"]: - for orig_block in blocks: - if orig_block.get("area") == filled_block.get("area"): - orig_block["data"] = filled_block.get("data", {}) - break + matched = False + # 1차: topic_id로 정확 매칭 + if filled_block.get("topic_id"): + for orig_block in blocks: + if orig_block.get("topic_id") == filled_block.get("topic_id"): + orig_block["data"] = filled_block.get("data", {}) + matched = True + break + # 2차: area + type으로 매칭 (topic_id 없을 때) + if not matched: + for orig_block in blocks: + if ( + orig_block.get("area") == filled_block.get("area") + and orig_block.get("type") == filled_block.get("type") + and "data" not in orig_block + ): + orig_block["data"] = filled_block.get("data", {}) + break logger.info( f"텍스트 정리 완료 (페이지 {page_idx + 1}): " @@ -137,23 +164,129 @@ async def fill_content( return layout_concept +async def _call_kei_editor(prompt: str) -> str | None: + """Kei API를 통해 텍스트 편집을 요청한다. + + Kei persona의 도메인 지식 + RAG를 활용하여 + 건설/DX 분야 전문 용어를 정확하게 유지하면서 편집. + """ + kei_url = getattr(settings, "kei_api_url", "http://localhost:8000") + + full_prompt = EDITOR_PROMPT + "\n\n" + prompt + + try: + async with httpx.AsyncClient(timeout=None) as client: + response = await client.post( + f"{kei_url}/api/message", + json={ + "message": full_prompt, + "session_id": "design-agent-editor", + "mode": "chat", + }, + timeout=None, + ) + + if response.status_code != 200: + logger.warning(f"Kei API (editor) HTTP {response.status_code}") + return None + + # SSE 응답에서 텍스트 수집 + full_text = _extract_sse_text(response.text) + if full_text: + return full_text + + logger.warning("Kei API (editor) 텍스트 추출 실패") + return None + + except Exception as e: + logger.warning(f"Kei API (editor) 호출 실패: {e}") + return None + + +def _extract_sse_text(raw: str) -> str: + """SSE 응답에서 토큰 텍스트를 수집한다.""" + import re as _re + tokens = [] + events = _re.split(r'\r?\n\r?\n', raw) + for event in events: + if not event.strip(): + continue + event_type = "" + event_data = "" + for line in event.split('\n'): + line = line.strip('\r') + if line.startswith('event:'): + event_type = line[6:].strip() + elif line.startswith('data:'): + event_data = line[5:].strip() + if not event_data: + continue + if event_type == 'token': + try: + token = json.loads(event_data) + if isinstance(token, str): + tokens.append(token) + except json.JSONDecodeError: + tokens.append(event_data) + elif event_type == 'done': + break + return "".join(tokens) + + def _apply_defaults(blocks: list[dict[str, Any]]) -> None: """실패 시 기본 데이터 적용.""" defaults = { - "quote-block": {"quote_text": "(텍스트 정리 실패)"}, - "card-grid": {"cards": []}, - "conclusion-bar": {"conclusion_text": "(결론 생성 실패)"}, - "comparison": { - "left_title": "항목 A", "left_content": "-", - "right_title": "항목 B", "right_content": "-", - }, - "relationship": { - "center_label": "관계도", "center_sub": "", - "items": [], "description": "", - }, - "process": {"steps": []}, - "comparison-table": {"headers": [], "rows": []}, - "image-block": {"src": "", "alt": "이미지"}, + # headers/ + "section-title-with-bg": {"title_ko": "(제목)"}, + "section-header-bar": {"title": "(섹션)"}, + "topic-left-right": {"title": "(소제목)", "description": ""}, + "topic-center": {"title": "(제목)"}, + "topic-numbered": {"number": "1", "title": "(단계)"}, + # cards/ + "card-image-3col": {"cards": []}, + "card-text-grid": {"cards": []}, + "card-dark-overlay": {"cards": []}, + "card-tag-image": {"cards": []}, + "card-icon-desc": {"cards": []}, + "card-compare-3col": {"cards": []}, + "card-step-vertical": {"steps": []}, + "card-image-round": {"cards": []}, + "card-stat-number": {"stats": []}, + "card-numbered": {"items": []}, + # tables/ + "compare-3col-badge": {"headers": [], "rows": []}, + "compare-2col-split": {"left_title": "A", "right_title": "B", "rows": []}, + "table-simple-striped": {"headers": [], "rows": []}, + # visuals/ + "venn-diagram": {"center_label": "관계도", "items": [], "center_sub": "", "description": ""}, + "circle-gradient": {"label": "(라벨)"}, + "compare-pill-pair": {"left_label": "A", "right_label": "B"}, + "process-horizontal": {"steps": []}, + "flow-arrow-horizontal": {"steps": []}, + "keyword-circle-row": {"keywords": []}, + "layer-diagram": {"layers": []}, + "timeline-vertical": {"events": []}, + "timeline-horizontal": {"events": []}, + "pyramid-hierarchy": {"levels": []}, + # emphasis/ + "quote-left-border": {"quote_text": "(인용)"}, + "quote-big-mark": {"quote_text": "(인용)"}, + "quote-question": {"question": "(질문)"}, + "conclusion-accent-bar": {"conclusion_text": "(결론)"}, + "comparison-2col": {"left_title": "A", "left_content": "-", "right_title": "B", "right_content": "-"}, + "banner-gradient": {"text": "(배너)"}, + "dark-bullet-list": {"bullets": []}, + "highlight-strip": {"segments": []}, + "callout-solution": {"title": "(솔루션)", "description": ""}, + "callout-warning": {"title": "(경고)", "description": ""}, + "tab-label-row": {"tabs": []}, + "divider-text": {"text": "구분"}, + # media/ + "image-row-2col": {"images": []}, + "image-grid-2x2": {"images": []}, + "image-side-text": {"image_src": ""}, + "image-full-caption": {"src": ""}, + "image-before-after": {"before_src": "", "after_src": ""}, "details-block": {"summary_text": "(상세 내용)", "detail_content": ""}, } for block in blocks: diff --git a/src/design_director.py b/src/design_director.py index a27e035..9f5485c 100644 --- a/src/design_director.py +++ b/src/design_director.py @@ -21,89 +21,119 @@ logger = logging.getLogger(__name__) # 블록별 슬롯 정의 # ────────────────────────────────────── BLOCK_SLOTS = { - "comparison": { - "required": ["left_title", "left_content", "right_title", "right_content"], - "optional": ["left_subtitle", "right_subtitle"], - }, - "card-grid": { - "required": ["cards"], - "optional": [], - }, - "relationship": { - "required": ["center_label", "items"], - "optional": ["center_sub", "description"], - }, - "process": { - "required": ["steps"], - "optional": [], - }, - "quote-block": { - "required": ["quote_text"], - "optional": ["source"], - }, - "conclusion-bar": { - "required": ["conclusion_text"], - "optional": ["label"], - }, - "comparison-table": { - "required": ["headers", "rows"], - "optional": [], - }, - "image-block": { - "required": ["src", "alt"], - "optional": ["caption", "layout"], - }, - "details-block": { - "required": ["summary_text", "detail_content"], - "optional": ["label"], - }, + # headers/ (5개) + "section-title-with-bg": {"required": ["title_ko"], "optional": ["title_en", "breadcrumb", "bg_image"]}, + "section-header-bar": {"required": ["title"], "optional": ["subtitle"]}, + "topic-left-right": {"required": ["title", "description"], "optional": []}, + "topic-center": {"required": ["title"], "optional": ["subtitle", "description"]}, + "topic-numbered": {"required": ["number", "title"], "optional": ["description", "color"]}, + # cards/ (10개) + "card-image-3col": {"required": ["cards"], "optional": []}, + "card-text-grid": {"required": ["cards"], "optional": []}, + "card-dark-overlay": {"required": ["cards"], "optional": []}, + "card-tag-image": {"required": ["cards"], "optional": []}, + "card-icon-desc": {"required": ["cards"], "optional": []}, + "card-compare-3col": {"required": ["cards"], "optional": []}, + "card-step-vertical": {"required": ["steps"], "optional": []}, + "card-image-round": {"required": ["cards"], "optional": []}, + "card-stat-number": {"required": ["stats"], "optional": []}, + "card-numbered": {"required": ["items"], "optional": []}, + # tables/ (3개) + "compare-3col-badge": {"required": ["headers", "rows"], "optional": []}, + "compare-2col-split": {"required": ["left_title", "right_title", "rows"], "optional": []}, + "table-simple-striped": {"required": ["headers", "rows"], "optional": []}, + # visuals/ (10개) + "venn-diagram": {"required": ["center_label", "items"], "optional": ["center_sub", "description"]}, + "circle-gradient": {"required": ["label"], "optional": ["sub_label"]}, + "compare-pill-pair": {"required": ["left_label", "right_label"], "optional": ["left_sub", "right_sub"]}, + "process-horizontal": {"required": ["steps"], "optional": []}, + "flow-arrow-horizontal": {"required": ["steps"], "optional": []}, + "keyword-circle-row": {"required": ["keywords"], "optional": []}, + "layer-diagram": {"required": ["layers"], "optional": ["title"]}, + "timeline-vertical": {"required": ["events"], "optional": []}, + "timeline-horizontal": {"required": ["events"], "optional": []}, + "pyramid-hierarchy": {"required": ["levels"], "optional": []}, + # emphasis/ (12개) + "quote-left-border": {"required": ["quote_text"], "optional": ["source"]}, + "quote-big-mark": {"required": ["quote_text"], "optional": ["source"]}, + "quote-question": {"required": ["question"], "optional": ["description"]}, + "conclusion-accent-bar": {"required": ["conclusion_text"], "optional": ["label"]}, + "comparison-2col": {"required": ["left_title", "left_content", "right_title", "right_content"], "optional": ["left_subtitle", "right_subtitle"]}, + "banner-gradient": {"required": ["text"], "optional": ["sub_text"]}, + "dark-bullet-list": {"required": ["bullets"], "optional": ["title"]}, + "highlight-strip": {"required": ["segments"], "optional": []}, + "callout-solution": {"required": ["title", "description"], "optional": ["icon", "source"]}, + "callout-warning": {"required": ["title", "description"], "optional": ["icon"]}, + "tab-label-row": {"required": ["tabs"], "optional": []}, + "divider-text": {"required": ["text"], "optional": []}, + "details-block": {"required": ["summary_text", "detail_content"], "optional": ["label"]}, + # media/ (5개) + "image-row-2col": {"required": ["images"], "optional": []}, + "image-grid-2x2": {"required": ["images"], "optional": []}, + "image-side-text": {"required": ["image_src"], "optional": ["image_alt", "title", "description", "bullets"]}, + "image-full-caption": {"required": ["src"], "optional": ["alt", "caption"]}, + "image-before-after": {"required": ["before_src", "after_src"], "optional": ["before_label", "after_label", "caption"]}, } +# ────────────────────────────────────── +# 슬라이드 물리적 제약 +# ────────────────────────────────────── +# 프레임: 1280×720px, 패딩 40px×4 → 가용 1200×640px +# grid gap: 20px, header ~50px, footer ~60px +# → 본문 zone 가용 높이 ≈ 490px (640 - 50 - 20 - 60 - 20) +FRAME_AVAILABLE_HEIGHT = 490 + # ────────────────────────────────────── # 레이아웃 프리셋 정의 +# zone별 budget_px = 해당 zone에 넣을 수 있는 최대 높이 +# width_pct = zone의 가로 비율 (블록 선택 시 참고) # ────────────────────────────────────── LAYOUT_PRESETS = { "sidebar-right": { "description": "좌측 본문 흐름 + 우측 참조 사이드바", - "grid_areas": "'title title' 'body sidebar' 'footer footer'", + "grid_areas": "'header header' 'body sidebar' 'footer footer'", "grid_columns": "65fr 35fr", "grid_rows": "auto 1fr auto", "zones": { - "body": "flow 꼭지 배치 (위→아래 순서)", - "sidebar": "reference 꼭지 배치 (독립 참조)", - "footer": "결론 꼭지", + "header": {"desc": "슬라이드 제목. 자동 크기.", "budget_px": 50, "width_pct": 100}, + "body": {"desc": "flow 꼭지 배치 (위→아래 순서).", "budget_px": 490, "width_pct": 65}, + "sidebar": {"desc": "reference 꼭지. 좁으므로 card-grid 1열, 시각화 블록 금지.", "budget_px": 490, "width_pct": 35}, + "footer": {"desc": "결론 꼭지. 전체 너비.", "budget_px": 60, "width_pct": 100}, }, }, "two-column": { "description": "대등한 2단 비교", - "grid_areas": "'title title' 'left right' 'footer footer'", + "grid_areas": "'header header' 'left right' 'footer footer'", "grid_columns": "1fr 1fr", "grid_rows": "auto 1fr auto", "zones": { - "left": "첫 번째 비교 대상", - "right": "두 번째 비교 대상", - "footer": "결론 꼭지", + "header": {"desc": "슬라이드 제목. 자동 크기.", "budget_px": 50, "width_pct": 100}, + "left": {"desc": "첫 번째 비교 대상.", "budget_px": 490, "width_pct": 50}, + "right": {"desc": "두 번째 비교 대상.", "budget_px": 490, "width_pct": 50}, + "footer": {"desc": "결론 꼭지.", "budget_px": 60, "width_pct": 100}, }, }, "hero-detail": { "description": "고강조 1개 + 보조 상세", - "grid_areas": "'title title' 'hero hero' 'detail detail' 'footer footer'", + "grid_areas": "'header header' 'hero hero' 'detail detail' 'footer footer'", "grid_columns": "1fr 1fr", "grid_rows": "auto 2fr 1fr auto", "zones": { - "hero": "고강조 꼭지 (크게)", - "detail": "나머지 보조 꼭지", - "footer": "결론 꼭지", + "header": {"desc": "슬라이드 제목. 자동 크기.", "budget_px": 50, "width_pct": 100}, + "hero": {"desc": "고강조 꼭지 (크게).", "budget_px": 310, "width_pct": 100}, + "detail": {"desc": "나머지 보조 꼭지.", "budget_px": 155, "width_pct": 100}, + "footer": {"desc": "결론 꼭지.", "budget_px": 60, "width_pct": 100}, }, }, "single-column": { "description": "단일 컬럼 순차 배치", - "grid_areas": "'title' 'body' 'footer'", + "grid_areas": "'header' 'body' 'footer'", "grid_columns": "1fr", "grid_rows": "auto 1fr auto", "zones": { - "body": "모든 꼭지 위→아래 순서", - "footer": "결론 꼭지", + "header": {"desc": "슬라이드 제목. 자동 크기.", "budget_px": 50, "width_pct": 100}, + "body": {"desc": "모든 꼭지 위→아래 순서.", "budget_px": 490, "width_pct": 100}, + "footer": {"desc": "결론 꼭지.", "budget_px": 60, "width_pct": 100}, }, }, } @@ -158,16 +188,26 @@ def _load_catalog() -> str: return catalog_path.read_text(encoding="utf-8") return """사용 가능한 블록: -- quote-block: 좌측 컬러 라인 + 인용 텍스트. 문제 제기할 때. -- card-grid: 2~4열 카드. 용어 정의, 개념 나열할 때. -- comparison: 2단 병렬. A vs B 비교할 때. +- quote-question: 질문형 강조. 문제 제기, 전환점. +- compare-box: 2개 키워드 시각 대비. - comparison-table: 다항목 비교 테이블. -- relationship: 벤 다이어그램. 포함/상위-하위 관계할 때. -- process: 단계 흐름. 절차할 때. -- conclusion-bar: 하단 결론 바.""" +- card-image: 이미지+텍스트 카드. +- card-dark-overlay: 다크 배경 키워드 카드. +- relationship: 벤 다이어그램. 포함/상위-하위 관계. +- process: 단계 흐름. 절차. +- topic-header: 꼭지 제목+설명. +- conclusion-bar: 하단 결론 바. +- banner-gradient: 섹션 강조 배너.""" -STEP_B_PROMPT = """당신은 디자인 팀장이다. 레이아웃 프리셋이 이미 선택되었다. 당신은 프리셋 안에서 블록을 배정하기만 하면 된다. +STEP_B_PROMPT = """당신은 디자인 팀장이다. 레이아웃 프리셋이 이미 선택되었다. +당신의 핵심 역할: **컨테이너(zone)의 크기 예산 안에서** 블록을 배정하는 것이다. + +## 슬라이드 물리적 제약 (절대 조건) +- 프레임: 1280×720px (16:9 고정) +- 패딩: 상하좌우 40px → 가용 영역: 1200×640px +- 블록 간 간격: 20px +- **overflow: hidden** — 넘치는 콘텐츠는 잘려서 보이지 않는다! ## 선택된 레이아웃 프리셋: {preset_name} {preset_description} @@ -177,46 +217,172 @@ grid-template-areas: {grid_areas} grid-template-columns: {grid_columns} grid-template-rows: {grid_rows} -### Zone 설명: +### Zone별 컨테이너 예산: {zone_descriptions} -## 역할 -- 각 꼭지를 위 zone 중 하나에 배정한다 -- flow 꼭지 → body/main/left/hero zone -- reference 꼭지 → sidebar zone -- detail_target 꼭지 → 생략 (popup으로 분리, 현재 미구현) -- conclusion 꼭지 → footer zone -- 각 꼭지에 적합한 블록 타입을 catalog에서 선택한다 -- 같은 내용이 두 블록에 중복되면 안 된다 -- 각 블록의 대략적 글자 수 가이드를 제시한다 +## ★ 사고 순서 (반드시 이 순서로 판단하라) -## {catalog} +### 1단계: 컨테이너 크기 확인 +위 zone별 높이 예산(px)과 너비(%)를 확인한다. 이것이 절대 제약이다. +header/footer는 고정이므로 건드리지 않는다. + +### 2단계: 꼭지 → zone 배정 +- flow 꼭지 → body / left / hero zone +- reference 꼭지 → sidebar zone +- detail_target 꼭지 → details-block으로 배치 (해당 zone에 접기/펼치기) +- conclusion 꼭지 → footer zone + +### 3단계: zone별 블록 선택 + 높이 예산 계산 +각 zone에 대해: + a) 배정된 꼭지 수를 확인한다 + b) catalog에서 블록을 선택한다 (각 블록의 height_cost 확인!) + c) 총 높이를 계산한다: Σ(블록 height_cost) + 간격(20px × (블록수-1)) + d) **총 높이 ≤ zone 예산** 인지 반드시 확인한다 + e) 초과 시: ① 더 작은(compact) 블록으로 교체 ② 꼭지를 다음 페이지로 분리 + +### 4단계: 최종 검증 +모든 zone의 블록 총 높이가 예산 이내인지 재확인한 후 출력한다. + +## 블록 선택 규칙 +- **텍스트 블록 우선** — 텍스트로 충분히 전달 가능하면 시각화(SVG) 블록 쓰지 마라 +- **시각화 블록(relationship, process 등)은 높이 비용이 매우 크다** — 한 zone에 시각화 블록은 최대 1개, 다른 블록과 함께 쌓지 마라 +- 너비 35% 이하 zone(sidebar)에는 카드 1열, 시각화 블록 금지 +- catalog의 when/not_for와 height_cost를 반드시 읽고 선택 +- 같은 블록 타입 반복 금지 — 다양한 블록 활용 +- 같은 내용이 두 블록에 중복되면 안 된다 + +## 사용 가능한 블록 (catalog) +{catalog} ## 출력 형식 (반드시 JSON만. 설명 없이.) -grid_areas, grid_columns, grid_rows는 위에 정해진 것을 그대로 사용한다. +grid는 이미 확정되었으므로 출력하지 마라. blocks 배열만 출력한다. ```json {{{{ - "pages": [ + "blocks": [ {{{{ - "grid_areas": "{grid_areas}", - "grid_columns": "{grid_columns}", - "grid_rows": "{grid_rows}", - "blocks": [ - {{{{ - "area": "zone이름", - "type": "블록타입", - "topic_id": 1, - "reason": "이유", - "size": "small|medium|large", - "char_guide": {{{{"slot": 글자수}}}} - }}}} - ] + "area": "zone이름", + "type": "블록타입", + "topic_id": 1, + "reason": "이유", + "size": "small|medium|large", + "char_guide": {{{{"slot": 글자수}}}} }}}} ] }}}} ```""" +async def _opus_block_recommendation( + analysis: dict[str, Any], + block_candidates: str, + preset_name: str, + preset: dict[str, Any], +) -> dict[str, Any] | None: + """P2-C: Opus(Kei API)가 블록 후보에서 최종 블록을 추천한다. + + Kei API를 통해 Opus가 사고하여: + - 각 꼭지에 가장 적합한 블록 선정 + - 배치 방향/크기 가이드 제시 + - 도메인 지식 기반 판단 + + 반드시 Kei API 경유. Anthropic 직접 호출 절대 금지. + fallback: None 반환 → Step B(Sonnet)가 직접 선택. + """ + import httpx + + kei_url = getattr(settings, "kei_api_url", "http://localhost:8000") + + zone_desc = "\n".join( + f"- {name}: {z['desc']} [높이: ~{z['budget_px']}px, 너비: {z['width_pct']}%]" + for name, z in preset["zones"].items() + ) + + topics_text = "\n".join( + f"- 꼭지 {t.get('id', '?')}: {t.get('title', '')} " + f"[{t.get('layer', '?')}, {t.get('role', 'flow')}, 강조:{t.get('emphasis', False)}]" + for t in analysis.get("topics", []) + ) + + prompt = ( + f"슬라이드 디자인 블록 추천을 해줘.\n\n" + f"## 프리셋: {preset_name}\n{preset['description']}\n\n" + f"## Zone 구조\n{zone_desc}\n\n" + f"## 꼭지 목록\n{topics_text}\n\n" + f"## 블록 후보 (FAISS 검색 결과)\n{block_candidates}\n\n" + f"## 요청\n" + f"각 꼭지에 가장 적합한 블록을 추천해줘.\n" + f"도메인 지식을 활용하여 콘텐츠 성격에 맞는 블록을 선택하고,\n" + f"zone별 높이 예산을 고려하여 배치 방향과 크기 가이드를 제시해.\n\n" + f"## 출력 형식 (JSON만)\n" + f'{{"recommendations": [' + f'{{"topic_id": 1, "block_type": "...", "area": "...", ' + f'"reason": "도메인 관점에서 이 블록이 적합한 이유", ' + f'"size_guide": "compact|medium|large"}}]}}' + ) + + try: + async with httpx.AsyncClient(timeout=None) as client: + response = await client.post( + f"{kei_url}/api/message", + json={ + "message": prompt, + "session_id": "design-agent-opus", + "mode": "chat", + }, + timeout=None, + ) + + if response.status_code != 200: + logger.warning(f"[Step A-2] Kei API HTTP {response.status_code}") + return None + + # SSE 응답 파싱 (kei_client.py와 동일 패턴) + import re + tokens = [] + events = re.split(r'\r?\n\r?\n', response.text) + for event in events: + if not event.strip(): + continue + event_type = "" + event_data = "" + for line in event.split('\n'): + line = line.strip('\r') + if line.startswith('event:'): + event_type = line[6:].strip() + elif line.startswith('data:'): + event_data = line[5:].strip() + if event_type == 'token' and event_data: + try: + import json as _json + token = _json.loads(event_data) + if isinstance(token, str): + tokens.append(token) + except Exception: + tokens.append(event_data) + elif event_type == 'done': + break + + full_text = "".join(tokens) + if not full_text: + logger.warning("[Step A-2] Kei API 응답 텍스트 없음") + return None + + result = _parse_json(full_text) + if result and "recommendations" in result: + logger.info( + f"[Step A-2] Opus 블록 추천 완료: " + f"{len(result['recommendations'])}개" + ) + return result + + logger.warning(f"[Step A-2] JSON 파싱 실패: {full_text[:200]}") + return None + + except Exception as e: + logger.warning(f"[Step A-2] Kei API 호출 실패: {e}") + return None + + async def create_layout_concept( content: str, analysis: dict[str, Any], @@ -236,11 +402,36 @@ async def create_layout_concept( # Step B: 프리셋 내 블록 매핑 (Sonnet) client = anthropic.AsyncAnthropic(api_key=settings.anthropic_api_key) - catalog_text = _load_catalog() - # zone 설명 텍스트 + # P2-A: FAISS 검색으로 관련 블록만 추출 (fallback: catalog 전문) + from src.block_search import search_blocks_for_topics + topics = analysis.get("topics", []) + catalog_text = search_blocks_for_topics(topics, top_k_per_topic=3, total_max=10) + logger.info(f"[Step A] 블록 후보 검색 완료 (FAISS)") + + # P2-C: Step A-2 — Opus(Kei API)가 블록 추천 + opus_recommendation = await _opus_block_recommendation( + analysis, catalog_text, preset_name, preset + ) + opus_hint = "" + if opus_recommendation and opus_recommendation.get("recommendations"): + recs = opus_recommendation["recommendations"] + hint_lines = ["## Opus(실장) 블록 추천 (참고, 최종 선택은 팀장 판단)"] + for rec in recs: + hint_lines.append( + f"- 꼭지 {rec.get('topic_id', '?')}: " + f"{rec.get('block_type', '?')} ({rec.get('area', '?')}) " + f"— {rec.get('reason', '')}" + ) + opus_hint = "\n".join(hint_lines) + logger.info(f"[Step A-2] Opus 추천 {len(recs)}개 → Step B에 전달") + else: + logger.info("[Step A-2] Opus 추천 없음 (Kei API 미연결 또는 실패). Step B가 직접 선택.") + + # zone 설명 텍스트 (높이 예산 + 너비 포함) zone_desc = "\n".join( - f"- {name}: {desc}" for name, desc in preset["zones"].items() + f"- {name}: {z['desc']} [높이 예산: ~{z['budget_px']}px, 너비: {z['width_pct']}%]" + for name, z in preset["zones"].items() ) # 꼭지 요약 @@ -253,7 +444,7 @@ async def create_layout_concept( f"강조:{t.get('emphasis', False)}]" ) if t.get("detail_target"): - line += " → ★detail_target (생략)" + line += " → ★detail_target (details-block으로 배치: 요약+상세 접기/펼치기)" topics_summary.append(line) system = STEP_B_PROMPT.format( @@ -268,15 +459,40 @@ async def create_layout_concept( info_structure = analysis.get("info_structure", "") + # 이미지 크기 정보 (D-2/D-3: Pillow 측정 결과) + image_info = "" + image_sizes = analysis.get("image_sizes", []) + if image_sizes: + image_lines = [] + for img in image_sizes: + line = f"- {img['path']}: {img['width']}×{img['height']}px, {img['orientation']}" + if img.get("has_text"): + line += " (텍스트 포함 도표 — 과도한 축소 금지)" + image_lines.append(line) + image_info = ( + "\n\n## 이미지 크기 정보\n" + "가로형(landscape) → 전체 너비 배치 권장. " + "세로형(portrait) → 텍스트 옆 배치 권장. " + "텍스트 포함 도표 → 과도한 축소 금지.\n" + + "\n".join(image_lines) + ) + + # Opus 추천이 있으면 user_prompt에 포함 + opus_section = "" + if opus_hint: + opus_section = f"\n\n{opus_hint}\n" + user_prompt = ( f"## 실장 분석 결과\n" f"제목: {analysis.get('title', '')}\n" f"정보 구조: {info_structure}\n\n" f"꼭지 목록:\n" + "\n".join(topics_summary) + + image_info + + opus_section + f"\n\n## 원본 콘텐츠 (분량 참고)\n{content[:2000]}\n\n" f"## 요청\n" f"위 꼭지를 프리셋의 zone에 배정하고 블록 타입을 선택해줘.\n" - f"grid_areas/columns/rows는 위에 정해진 것을 그대로 써라. 변경하지 마라.\n" + f"Opus 추천이 있으면 참고하되, 최종 선택은 팀장 판단.\n" f"JSON만." ) @@ -291,17 +507,41 @@ async def create_layout_concept( result_text = response.content[0].text concept = _parse_json(result_text) - if concept and "pages" in concept: - total_blocks = sum( - len(p.get("blocks", [])) for p in concept["pages"] - ) + # BF-9: Sonnet 출력에서 blocks만 추출. grid는 프리셋에서 강제. + blocks = None + if concept: + if "blocks" in concept: + # 새 형식: {"blocks": [...]} + blocks = concept["blocks"] + elif "pages" in concept: + # 구 형식 호환: {"pages": [{"blocks": [...]}]} + all_blocks = [] + for p in concept["pages"]: + all_blocks.extend(p.get("blocks", [])) + blocks = all_blocks + + if blocks is not None: + # area명 검증: 프리셋 zone에 없으면 기본 zone으로 매핑 + valid_zones = {z for z in preset["zones"] if z != "header"} + default_zone = "body" if "body" in valid_zones else next(iter(valid_zones)) + for block in blocks: + if block.get("area") not in valid_zones: + logger.warning( + f"zone '{block.get('area')}' → '{default_zone}' 자동 매핑" + ) + block["area"] = default_zone + logger.info( - f"[Step B] 블록 매핑 완료: {preset_name}, " - f"{len(concept['pages'])}페이지, {total_blocks}개 블록" + f"[Step B] 블록 매핑 완료: {preset_name}, {len(blocks)}개 블록" ) return { "title": analysis.get("title", "슬라이드"), - **concept, + "pages": [{ + "grid_areas": preset["grid_areas"], + "grid_columns": preset["grid_columns"], + "grid_rows": preset["grid_rows"], + "blocks": blocks, + }], } else: logger.warning("블록 매핑 JSON 파싱 실패. fallback.") @@ -321,10 +561,24 @@ def _fallback_layout( """Step B 실패 시 프리셋 기반 기본 배치.""" blocks = [] for topic in analysis.get("topics", []): + role = topic.get("role", "flow") + if topic.get("detail_target"): + # detail_target → details-block으로 배치 + if role == "reference" and preset_name == "sidebar-right": + area = "sidebar" + else: + area = "body" if preset_name != "two-column" else "left" + blocks.append({ + "area": area, + "type": "details-block", + "topic_id": topic.get("id", len(blocks) + 1), + "reason": f"detail_target: {topic.get('title', '')}", + "size": "medium", + "char_guide": {"summary_text": 60, "detail_content": 300}, + }) continue - role = topic.get("role", "flow") if role == "reference" and preset_name == "sidebar-right": area = "sidebar" elif topic.get("layer") == "conclusion": @@ -334,11 +588,10 @@ def _fallback_layout( blocks.append({ "area": area, - "type": "card-grid", + "type": "topic-header", "topic_id": topic.get("id", 0), "reason": topic.get("title", ""), "size": "medium", - "char_guide": {"title": 20, "description": 100}, }) return { diff --git a/src/image_utils.py b/src/image_utils.py new file mode 100644 index 0000000..6236faa --- /dev/null +++ b/src/image_utils.py @@ -0,0 +1,138 @@ +"""이미지 크기 측정 + HTML 이미지 삽입 유틸리티. + +MDX 콘텐츠에서 이미지 참조를 추출하고, 로컬 파일의 크기를 Pillow로 측정한다. +다운로드 HTML에서 이미지가 보이도록 base64 data URI로 변환한다. +""" +from __future__ import annotations + +import base64 +import logging +import re +from pathlib import Path +from typing import Any + +logger = logging.getLogger(__name__) + +# 웹 표준 이미지 포맷 +IMAGE_EXTENSIONS = {".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg"} + +MIME_MAP = { + ".png": "image/png", + ".jpg": "image/jpeg", + ".jpeg": "image/jpeg", + ".gif": "image/gif", + ".webp": "image/webp", + ".svg": "image/svg+xml", +} + + +def get_image_sizes(content: str, base_path: str) -> list[dict[str, Any]]: + """콘텐츠에서 이미지 참조를 추출하고 로컬 파일 크기를 측정한다. + + Args: + content: MDX/텍스트 콘텐츠 + base_path: 이미지 파일 기준 폴더 경로 + + Returns: + [{"path": "/assets/images/DX1.png", "width": 800, "height": 600, + "ratio": 1.33, "orientation": "landscape"}] + """ + if not base_path: + return [] + + base = Path(base_path) + images: list[dict[str, Any]] = [] + + for match in re.finditer(r"!\[.*?\]\((.*?)\)", content): + rel_path = match.group(1).strip() + abs_path = base / rel_path.lstrip("/") + + if abs_path.suffix.lower() not in IMAGE_EXTENSIONS: + continue + + if not abs_path.exists(): + logger.warning(f"이미지 파일 미발견: {abs_path}") + images.append({ + "path": rel_path, + "width": 0, + "height": 0, + "ratio": 0, + "orientation": "not_found", + }) + continue + + try: + from PIL import Image + + with Image.open(abs_path) as img: + w, h = img.size + + ratio = round(w / h, 2) if h > 0 else 1.0 + if ratio > 1.2: + orientation = "landscape" + elif ratio < 0.8: + orientation = "portrait" + else: + orientation = "square" + + images.append({ + "path": rel_path, + "width": w, + "height": h, + "ratio": ratio, + "orientation": orientation, + }) + logger.info(f"이미지 크기: {rel_path} → {w}×{h}px ({orientation})") + + except Exception as e: + logger.warning(f"이미지 크기 측정 실패 ({rel_path}): {e}") + images.append({ + "path": rel_path, + "width": 0, + "height": 0, + "ratio": 0, + "orientation": "error", + }) + + return images + + +def embed_images(html: str, base_path: str) -> str: + """HTML의 이미지 src를 base64 data URI로 변환한다. + + 다운로드된 HTML 파일에서 로컬 이미지가 보이도록 + 상대 경로를 base64 인라인으로 교체한다. + + Args: + html: 렌더링된 HTML + base_path: 이미지 파일 기준 폴더 경로 + + Returns: + 이미지가 base64로 삽입된 HTML + """ + if not base_path: + return html + + base = Path(base_path) + + def replace_src(match: re.Match) -> str: + src = match.group(1) + abs_path = base / src.lstrip("/") + + if not abs_path.exists(): + return match.group(0) + + suffix = abs_path.suffix.lower() + mime = MIME_MAP.get(suffix, "application/octet-stream") + + try: + data = base64.b64encode(abs_path.read_bytes()).decode() + return f'src="data:{mime};base64,{data}"' + except Exception: + return match.group(0) + + return re.sub( + r'src="(/[^"]+\.(?:png|jpg|jpeg|gif|webp|svg))"', + replace_src, + html, + ) diff --git a/src/kei_client.py b/src/kei_client.py index 89c911f..989e628 100644 --- a/src/kei_client.py +++ b/src/kei_client.py @@ -35,7 +35,9 @@ KEI_PROMPT = ( "- 본문 흐름을 뒷받침하는 근거/사례도 페이지 안에 배치한다. popup으로 빼지 않는다.\n" "- detail_target: true는 정말로 별도로 봐야 하는 상세 데이터(비교표, 상세 스펙)에만 사용한다.\n" "- 근거, 사례, 용어 정의는 detail_target이 아니다.\n" - "- 이미지/표가 있으면 그것도 판단해줘\n" + "- 이미지가 있으면: 몇 개인지, 어떤 꼭지 소속인지, 핵심(도표/차트)인지 보조(참고 사진)인지, 텍스트가 포함된 이미지인지 판단해줘\n" + "- 표가 있으면: 행/열 규모, 1페이지에 전체 표시 가능한지 판단해줘\n" + "- 이미지/표 판단 결과를 images[], tables[] 배열에 기록해줘\n" "- 1페이지 적정 꼭지: 5개. 초과 시 2페이지 분리.\n" "- 2페이지로 분리하는 기준: 꼭지 수가 아니라 콘텐츠 분량이 진짜 많을 때만.\n" "- 꼭지가 5~6개라도 각 꼭지의 내용이 적으면 1페이지에 충분히 담을 수 있다.\n" @@ -50,7 +52,9 @@ KEI_PROMPT = ( '"role": "flow|reference", ' '"emphasis": true, "direction": "vertical|horizontal|flexible", ' '"content_type": "text|image|table|mixed", ' - '"detail_target": false, "page": 1}]}\n' + '"detail_target": false, "page": 1}], ' + '"images": [{"topic_id": 1, "role": "key|supporting", "has_text": false, "description": "이미지 설명"}], ' + '"tables": [{"topic_id": 2, "rows": 5, "cols": 3, "fits_single_page": true, "description": "표 설명"}]}\n' "```\n\n" "## 콘텐츠:\n" ) @@ -173,14 +177,21 @@ async def _call_anthropic_direct(content: str) -> dict[str, Any] | None: "- 슬라이드에 맞게 정리하되, 원본이 말하려는 흐름은 유지\n\n" "## 꼭지 추출 규칙\n" "- 본문에서 2~5개의 핵심 꼭지를 추출한다\n" + "- 참조 정보는 role: 'reference', 본문 흐름은 role: 'flow'로 표시\n" "- 1페이지 적정 꼭지 수: 5개\n" - "- 초과 시 2페이지 분리\n\n" + "- 초과 시 2페이지 분리\n" + "- 이미지가 있으면 images[]에, 표가 있으면 tables[]에 판단 기록\n\n" "## 출력 형식 (JSON만. 설명 없이.)\n" - '{"title": "제목", "total_pages": 1, "topics": [' + '{"title": "제목", "total_pages": 1, ' + '"info_structure": "정보 구조 설명", ' + '"topics": [' '{"id": 1, "title": "꼭지 제목", "summary": "요약", ' '"layer": "intro|core|supporting|conclusion", ' + '"role": "flow|reference", ' '"emphasis": true, "direction": "vertical|horizontal|flexible", ' - '"content_type": "text", "detail_target": false, "page": 1}]}' + '"content_type": "text|image|table|mixed", ' + '"detail_target": false, "page": 1}], ' + '"images": [], "tables": []}' ) try: @@ -227,12 +238,14 @@ def manual_classify(content: str) -> dict[str, Any]: return { "title": "슬라이드", "total_pages": 1, + "info_structure": "", "topics": [ { "id": 1, "title": "핵심 내용", "summary": content[:100], "layer": "core", + "role": "flow", "emphasis": False, "direction": "flexible", "content_type": "text", @@ -240,4 +253,6 @@ def manual_classify(content: str) -> dict[str, Any]: "page": 1, }, ], + "images": [], + "tables": [], } diff --git a/src/main.py b/src/main.py index 0fe3679..cd18404 100644 --- a/src/main.py +++ b/src/main.py @@ -34,6 +34,7 @@ if static_dir.exists(): class SlideRequest(BaseModel): content: str + base_path: str = "" # 이미지 기준 폴더 경로 (선택, 로컬 경로) @app.get("/api/health") @@ -45,7 +46,7 @@ async def health(): async def generate(req: SlideRequest): """콘텐츠 → 슬라이드 생성 (SSE 스트리밍).""" async def event_stream(): - async for event in generate_slide(req.content): + async for event in generate_slide(req.content, base_path=req.base_path): yield { "event": event["event"], "data": json.dumps(event["data"], ensure_ascii=False), diff --git a/src/pipeline.py b/src/pipeline.py index 5ed09e3..bfd6fd2 100644 --- a/src/pipeline.py +++ b/src/pipeline.py @@ -16,9 +16,10 @@ from typing import Any, AsyncIterator import anthropic from src.kei_client import classify_content, manual_classify -from src.design_director import create_layout_concept +from src.design_director import create_layout_concept, LAYOUT_PRESETS, select_preset from src.content_editor import fill_content from src.renderer import render_slide +from src.image_utils import get_image_sizes, embed_images from src.config import settings logger = logging.getLogger(__name__) @@ -27,6 +28,7 @@ logger = logging.getLogger(__name__) async def generate_slide( content: str, manual_layout: dict[str, Any] | None = None, + base_path: str = "", ) -> AsyncIterator[dict[str, str]]: """콘텐츠를 슬라이드 HTML로 변환하는 5단계 파이프라인. @@ -48,6 +50,12 @@ async def generate_slide( page_count = analysis.get("total_pages", 1) logger.info(f"1단계 완료: {topic_count}개 꼭지, {page_count}페이지") + # 이미지 크기 측정 (base_path 있을 때만) + image_sizes = get_image_sizes(content, base_path) + if image_sizes: + analysis["image_sizes"] = image_sizes + logger.info(f"이미지 측정: {len(image_sizes)}개") + # 2단계: 디자인 팀장 — Step A(프리셋) + Step B(블록 매핑) yield {"event": "progress", "data": "2/5 디자인 팀장이 레이아웃을 설계 중..."} @@ -67,29 +75,48 @@ async def generate_slide( layout_concept = await fill_content(content, layout_concept, analysis) logger.info("3단계 완료: 텍스트 정리") - # 4단계: 디자인 실무자 — HTML 조립 + # 4단계: 디자인 실무자 — 디자인 조정 + HTML 조립 yield {"event": "progress", "data": "4/5 디자인 실무자가 슬라이드를 조립 중..."} + layout_concept = await _adjust_design(layout_concept, analysis) html = render_slide(layout_concept) logger.info("4단계 완료: HTML 조립") - # 5단계: 디자인 팀장 — 전체 재검토 + # 5단계: 디자인 팀장 — 전체 재검토 (최대 MAX_REVIEW_ROUNDS회) + MAX_REVIEW_ROUNDS = 2 # 무한 루프 방지 — 최대 재조정 횟수 yield {"event": "progress", "data": "5/5 디자인 팀장이 전체 균형을 검토 중..."} - review_result = await _review_balance(html, layout_concept, content) + for review_round in range(MAX_REVIEW_ROUNDS): + review_result = await _review_balance(html, layout_concept, content) - if review_result and review_result.get("needs_adjustment"): + if not review_result or not review_result.get("needs_adjustment"): + if review_round == 0: + logger.info("5단계 완료: 조정 불필요") + else: + logger.info(f"5단계 완료: {review_round}차 조정 후 균형 확인") + break + + issues = review_result.get("issues", []) logger.info( - f"5단계: 조정 필요 — {review_result.get('issues', [])}" + f"5단계 ({review_round + 1}/{MAX_REVIEW_ROUNDS}): " + f"조정 필요 — {issues}" ) - # 조정 지시에 따라 텍스트 재편집 또는 레이아웃 재조정 + layout_concept = await _apply_adjustments( layout_concept, review_result, content ) html = render_slide(layout_concept) - logger.info("5단계 완료: 2차 조정 반영") + logger.info(f"5단계: {review_round + 1}차 조정 반영, 재검토 진행") else: - logger.info("5단계 완료: 조정 불필요") + # MAX_REVIEW_ROUNDS 초과 + logger.warning( + f"5단계: 최대 재조정 횟수({MAX_REVIEW_ROUNDS}) 도달. 현재 결과로 확정." + ) + + # D-5: 이미지를 base64로 삽입 (다운로드 HTML에서도 보이도록) + if base_path: + html = embed_images(html, base_path) + logger.info("이미지 base64 삽입 완료") yield {"event": "result", "data": html} logger.info(f"슬라이드 생성 완료: {len(layout_concept.get('pages', []))}페이지") @@ -99,6 +126,108 @@ async def generate_slide( yield {"event": "error", "data": str(e)} +async def _adjust_design( + layout_concept: dict[str, Any], + analysis: dict[str, Any], +) -> dict[str, Any]: + """4단계 전반: 디자인 실무자가 텍스트 양에 맞게 CSS를 조정한다. + + 각 area별 블록 수, 텍스트 총량, zone 예산을 계산하고, + Sonnet이 area별 CSS 변수 override를 결정한다. + 블록 템플릿이 이미 CSS 변수(var(--font-body) 등)를 사용하므로, + area div에서 변수를 override하면 내부 블록이 자동 조정된다. + """ + try: + client = anthropic.AsyncAnthropic(api_key=settings.anthropic_api_key) + + # 프리셋 정보 가져오기 + preset_name = select_preset(analysis) + preset = LAYOUT_PRESETS.get(preset_name, {}) + zones = preset.get("zones", {}) + + for page in layout_concept.get("pages", []): + # area별 블록 수 + 텍스트 총량 집계 + area_info = {} + for block in page.get("blocks", []): + area = block.get("area", "body") + if area not in area_info: + zone = zones.get(area, {}) + area_info[area] = { + "block_count": 0, + "total_chars": 0, + "budget_px": zone.get("budget_px", 490), + "width_pct": zone.get("width_pct", 100), + "block_types": [], + } + data = block.get("data", {}) + text_len = len(json.dumps(data, ensure_ascii=False)) + area_info[area]["block_count"] += 1 + area_info[area]["total_chars"] += text_len + area_info[area]["block_types"].append(block.get("type", "")) + + # area 정보 텍스트 구성 + area_lines = [] + for area_name, info in area_info.items(): + area_lines.append( + f"- {area_name} (예산 {info['budget_px']}px, 너비 {info['width_pct']}%): " + f"{info['block_count']}개 블록, 총 {info['total_chars']}자\n" + f" 블록 타입: {', '.join(info['block_types'])}" + ) + + system = ( + "당신은 디자인 실무자이다. 편집자가 정리한 텍스트가 각 영역에 잘 들어가도록 CSS를 조정한다.\n\n" + "## 원칙\n" + "- 텍스트를 자르지 않는다. 디자인이 텍스트에 맞춘다.\n" + "- 빈 공간을 방치하지 않는다.\n" + "- 텍스트가 많으면: 폰트/여백을 줄여서 맞춘다.\n" + "- 텍스트가 적으면: 폰트/여백을 늘려서 채운다.\n\n" + "## 조정 가능한 CSS 변수\n" + "- --font-body (기본 0.95rem): 본문 폰트 크기\n" + "- --font-subtitle (기본 1.25rem): 소제목 폰트 크기\n" + "- --font-caption (기본 0.8rem): 캡션 폰트 크기\n" + "- --spacing-inner (기본 16px): 블록 내부 여백\n" + "- --spacing-block (기본 20px): 블록 간 간격\n" + "- --spacing-small (기본 8px): 작은 여백\n\n" + "## 출력 형식 (JSON만. 설명 없이.)\n" + "각 area에 적용할 CSS 변수 override를 inline style 문자열로 반환.\n" + "조정 불필요한 area는 빈 문자열.\n" + '{"area_styles": {"body": "--font-body: 0.85rem; --spacing-inner: 10px;", "sidebar": "", "footer": ""}}' + ) + + user_prompt = ( + f"## 각 영역 현황\n" + "\n".join(area_lines) + + f"\n\n위 영역별로 CSS 변수 조정이 필요한지 판단하여 JSON으로 반환해줘." + ) + + response = await client.messages.create( + model="claude-sonnet-4-20250514", + max_tokens=1024, + system=system, + messages=[{"role": "user", "content": user_prompt}], + ) + + result_text = response.content[0].text + result = _parse_json(result_text) + + if result and "area_styles" in result: + page["area_styles"] = result["area_styles"] + logger.info( + f"디자인 조정: {', '.join(f'{k}={bool(v)}' for k, v in result['area_styles'].items())}" + ) + else: + page["area_styles"] = {} + logger.info("디자인 조정: 조정 불필요 또는 파싱 실패") + + except Exception as e: + logger.warning(f"디자인 조정 실패 (기존 스타일로 렌더링): {e}") + # 실패 시 area_styles 없음 → 기존과 동일하게 렌더링 + for page in layout_concept.get("pages", []): + if "area_styles" not in page: + page["area_styles"] = {} + + return layout_concept + + async def _review_balance( html: str, layout_concept: dict[str, Any], @@ -126,24 +255,31 @@ async def _review_balance( ) system = ( - "당신은 디자인 팀장이다. 1차 조립 결과를 검토하여 균형을 점검한다.\n\n" + "당신은 디자인 팀장이다. 1차 조립 결과(HTML)를 검토하여 균형을 점검한다.\n\n" "## 점검 항목\n" "1. 빈 블록: 데이터가 없거나 극히 적은 블록\n" "2. 채움 불균형: 한 블록은 빽빽하고 다른 블록은 비어있음\n" "3. 이미지/표: 너무 작거나 큰 것은 없는지\n" - "4. 전체 정보량: 한 페이지에 너무 많거나 적은지\n\n" + "4. 전체 정보량: 한 페이지에 너무 많거나 적은지\n" + "5. HTML 구조: 블록이 영역 안에 잘 배치되었는지\n\n" + "## 조정 action 설명\n" + "- expand: 텍스트를 늘린다. target_ratio로 얼마나 늘릴지 지정 (예: 1.3 = 30% 증가)\n" + "- shrink: 텍스트를 줄인다. target_ratio로 얼마나 줄일지 지정 (예: 0.7 = 30% 감소)\n" + "- rewrite: 텍스트를 완전히 재작성한다. detail에 재작성 방향 명시.\n\n" "## 출력 형식 (JSON만)\n" '{"needs_adjustment": true/false, ' '"issues": ["이슈1", "이슈2"], ' - '"adjustments": [{"block_area": "...", "action": "expand|shrink|rewrite", "detail": "..."}]}' + '"adjustments": [{"block_area": "...", "action": "expand|shrink|rewrite", ' + '"target_ratio": 1.3, "detail": "..."}]}' ) user_prompt = ( + f"## 1차 조립 HTML\n{html}\n\n" f"## 블록별 데이터 양\n" + "\n".join(block_summary) + f"\n\n## 레이아웃 구조\n" f"페이지 수: {len(layout_concept.get('pages', []))}\n" f"총 블록 수: {sum(len(p.get('blocks', [])) for p in layout_concept.get('pages', []))}\n\n" - f"조정이 필요한가? JSON으로 답해." + f"위 HTML과 데이터를 보고 조정이 필요한지 판단해. JSON으로 답해." ) response = await client.messages.create( @@ -175,18 +311,33 @@ async def _apply_adjustments( for adj in adjustments: area = adj.get("block_area", "") action = adj.get("action", "") + ratio = adj.get("target_ratio") detail = adj.get("detail", "") for page in layout_concept.get("pages", []): for block in page.get("blocks", []): - if block.get("area") == area and action in ("expand", "rewrite"): - # 해당 블록의 char_guide를 조정하여 재편집 유도 - if action == "expand": - for key in block.get("char_guide", {}): - block["char_guide"][key] = int( - block["char_guide"][key] * 1.5 - ) - logger.info(f"조정: {area} → {action} ({detail})") + if block.get("area") != area: + continue + + if action == "expand" and ratio: + for key in block.get("char_guide", {}): + block["char_guide"][key] = int( + block["char_guide"][key] * ratio + ) + logger.info(f"조정: {area} → expand ×{ratio} ({detail})") + + elif action == "shrink" and ratio: + for key in block.get("char_guide", {}): + block["char_guide"][key] = int( + block["char_guide"][key] * ratio + ) + logger.info(f"조정: {area} → shrink ×{ratio} ({detail})") + + elif action == "rewrite": + if "data" in block: + del block["data"] + block["reason"] = f"재작성: {detail}" + logger.info(f"조정: {area} → rewrite ({detail})") # 조정된 가이드로 재편집 layout_concept = await fill_content(content, layout_concept) diff --git a/src/renderer.py b/src/renderer.py index 8d2fea5..1074b42 100644 --- a/src/renderer.py +++ b/src/renderer.py @@ -1,51 +1,194 @@ -"""DA-11: 슬라이드 조합 렌더러. +"""DA-11 + DA-21: 슬라이드 조합 렌더러. 블록 배치 명세(JSON)를 받아 Jinja2로 HTML을 생성한다. -다중 페이지 지원: pages 배열의 각 페이지를 .slide div로 렌더링. +- 다중 페이지 지원 +- 카테고리 경로 지원 (blocks/{category}/{name}.html) +- _legacy fallback (기존 경로 호환) +- 같은 area 블록 그룹핑 (겹침 방지) """ from __future__ import annotations import logging +from collections import OrderedDict from pathlib import Path from typing import Any +import yaml from jinja2 import Environment, FileSystemLoader logger = logging.getLogger(__name__) TEMPLATES_DIR = Path(__file__).parent.parent / "templates" STATIC_DIR = Path(__file__).parent.parent / "static" +CATALOG_PATH = TEMPLATES_DIR / "catalog.yaml" + +# 카테고리 검색 순서 +BLOCK_CATEGORIES = ["headers", "cards", "tables", "visuals", "emphasis", "media"] + +# catalog.yaml에서 id → template 경로 매핑 로드 (BF-10: mtime 체크로 자동 갱신) +_CATALOG_MAP: dict[str, str] | None = None +_CATALOG_MTIME: float = 0.0 + +def _load_catalog_map() -> dict[str, str]: + """catalog.yaml에서 블록 id → template 경로 매핑을 로드한다. + + 파일 수정시간(mtime)을 확인하여, 변경 시에만 재로드한다. + """ + global _CATALOG_MAP, _CATALOG_MTIME + + current_mtime = CATALOG_PATH.stat().st_mtime if CATALOG_PATH.exists() else 0.0 + + if _CATALOG_MAP is not None and _CATALOG_MTIME == current_mtime: + return _CATALOG_MAP # 파일 변경 없음 → 캐시 재사용 + + # 변경 감지 또는 첫 로드 → 새로 읽기 + _CATALOG_MTIME = current_mtime + _CATALOG_MAP = {} + if CATALOG_PATH.exists(): + try: + with open(CATALOG_PATH, encoding="utf-8") as f: + catalog = yaml.safe_load(f) + for block in catalog.get("blocks", []): + block_id = block.get("id", "") + template = block.get("template", "") + if block_id and template: + _CATALOG_MAP[block_id] = template + logger.info(f"catalog.yaml 로드: {len(_CATALOG_MAP)}개 블록 매핑") + except Exception as e: + logger.warning(f"catalog.yaml 로드 실패: {e}") + else: + logger.warning(f"catalog.yaml 미발견: {CATALOG_PATH}") + + return _CATALOG_MAP def create_jinja_env() -> Environment: - """Jinja2 환경 생성. templates/ 폴더를 로더로 사용.""" + """Jinja2 환경 생성.""" return Environment( loader=FileSystemLoader(str(TEMPLATES_DIR)), autoescape=False, ) -def render_multi_page(layout_concept: dict[str, Any]) -> str: - """다중 페이지 레이아웃 컨셉으로 완성 HTML을 생성한다. +def _resolve_template_path(env: Environment, block_type: str) -> str | None: + """블록 타입으로 템플릿 경로를 찾는다. - Args: - layout_concept: 디자인 팀장 + 텍스트 편집자가 완성한 구조: - { - "title": "슬라이드 제목", - "pages": [ - { - "grid_areas": "...", - "grid_columns": "...", - "grid_rows": "...", - "blocks": [{"area": "...", "type": "...", "data": {...}}] - }, - ... - ] - } - - Returns: - 완성된 HTML 문자열 (다중 페이지 시 .slide div 여러 개). + 검색 순서: + 0. catalog.yaml 매핑 (id → template 경로, 최우선) + 1. 정확한 경로 (blocks/cards/card-text-grid.html 등 — 팀장이 카테고리 포함 지정) + 2. 카테고리 폴더 검색 (blocks/{category}/{block_type}.html) + 3. _legacy fallback (blocks/_legacy/{block_type}.html) + 4. 루트 fallback (blocks/{block_type}.html) """ + candidates = [] + + # 0. catalog.yaml에서 id → template 매핑 조회 (최우선) + catalog_map = _load_catalog_map() + if block_type in catalog_map: + catalog_path = catalog_map[block_type] + candidates.append(catalog_path) + # .html 확장자 없는 경우 대비 + if not catalog_path.endswith(".html"): + candidates.append(f"{catalog_path}.html") + + # 1. 이미 카테고리 경로가 포함된 경우 (예: "cards/card-text-grid") + if "/" in block_type: + candidates.append(f"blocks/{block_type}.html") + candidates.append(f"blocks/{block_type}") # .html 이미 포함된 경우 + + # 2. 카테고리 폴더 검색 + for category in BLOCK_CATEGORIES: + candidates.append(f"blocks/{category}/{block_type}.html") + + # 3. _legacy fallback + candidates.append(f"blocks/_legacy/{block_type}.html") + + # 4. 루트 fallback + candidates.append(f"blocks/{block_type}.html") + + for path in candidates: + try: + env.get_template(path) + return path + except Exception: + continue + + return None + + +def _preprocess_svg_data(block_type: str, block_data: dict[str, Any]) -> dict[str, Any]: + """P2-B: SVG 시각화 블록의 좌표를 사전 계산한다. + + venn-diagram: items[]에 cx, cy, r 좌표 추가 + outer_r 등 레이아웃 데이터 + 다른 블록: 변경 없이 그대로 반환 + """ + SVG_BLOCKS = {"venn-diagram", "relationship"} + + if block_type not in SVG_BLOCKS: + return block_data + + items = block_data.get("items", []) + if not items: + return block_data + + # items에 이미 cx가 있으면 (수동 지정) 그대로 사용 + if items[0].get("cx") is not None: + return block_data + + try: + from src.svg_calculator import prepare_venn_data + + prepared = prepare_venn_data( + items=items, + center_label=block_data.get("center_label", ""), + center_sub=block_data.get("center_sub", ""), + description=block_data.get("description", ""), + ) + # 기존 block_data에 계산 결과 병합 + block_data.update(prepared) + logger.info( + f"SVG 좌표 계산 완료: {block_type}, " + f"{len(items)}개 원소, outer_r={prepared.get('outer_r')}" + ) + except Exception as e: + logger.warning(f"SVG 좌표 계산 실패 ({block_type}): {e}. Phase 1 fallback.") + # fallback: 좌표 없이 Jinja2에 전달 → Phase 1 고정 SVG + + return block_data + + +def _group_blocks_by_area(blocks: list[dict[str, Any]]) -> list[dict[str, Any]]: + """같은 area의 블록들을 하나로 그룹핑한다. + + CSS Grid에서 같은 area에 여러 div가 있으면 겹치므로, + 같은 area의 블록 HTML을 합쳐서 하나의 div로 만든다. + """ + grouped = OrderedDict() + for block in blocks: + area = block["area"] + if area not in grouped: + grouped[area] = {"area": area, "htmls": []} + grouped[area]["htmls"].append(block["html"]) + + result = [] + for area, data in grouped.items(): + if len(data["htmls"]) == 1: + html = data["htmls"][0] + else: + # 여러 블록을 flex-column으로 세로 쌓기 + inner = "\n".join(data["htmls"]) + html = ( + f'
\n' + f'{inner}\n
' + ) + result.append({"area": area, "html": html}) + + return result + + +def render_multi_page(layout_concept: dict[str, Any]) -> str: + """다중 페이지 레이아웃 컨셉으로 완성 HTML을 생성한다.""" env = create_jinja_env() title = layout_concept.get("title", "슬라이드") pages = layout_concept.get("pages", []) @@ -54,36 +197,57 @@ def render_multi_page(layout_concept: dict[str, Any]) -> str: logger.warning("페이지가 없습니다. 빈 HTML 반환.") return "

페이지가 없습니다.

" - # 각 페이지의 블록을 개별 렌더링 pages_rendered = [] for page_idx, page in enumerate(pages): - blocks_rendered = [] + blocks_raw = [] for block in page.get("blocks", []): block_type = block.get("type", "") block_data = block.get("data", {}) - template_path = f"blocks/{block_type}.html" - try: - block_template = env.get_template(template_path) - rendered_html = block_template.render(**block_data) - except Exception as e: - logger.warning(f"블록 렌더링 실패 ({block_type}): {e}") - rendered_html = f'
블록 렌더링 실패: {block_type}
' + # P2-B: SVG 시각화 블록은 좌표 사전 계산 + block_data = _preprocess_svg_data(block_type, block_data) - blocks_rendered.append({ + # DA-21: 카테고리 경로 검색 + template_path = _resolve_template_path(env, block_type) + + if template_path: + try: + block_template = env.get_template(template_path) + rendered_html = block_template.render(**block_data) + except Exception as e: + logger.warning(f"블록 렌더링 실패 ({block_type}): {e}") + rendered_html = ( + f'
블록 렌더링 실패: {block_type}
' + ) + else: + logger.warning(f"블록 템플릿 미발견: {block_type}") + rendered_html = ( + f'
블록 템플릿 미발견: {block_type}
' + ) + + blocks_raw.append({ "area": block.get("area", "main"), "html": rendered_html, }) + # Fix 1: 같은 area 블록 그룹핑 + blocks_grouped = _group_blocks_by_area(blocks_raw) + + # A-1: area별 CSS 변수 override 주입 + area_styles = page.get("area_styles", {}) + for grouped_block in blocks_grouped: + grouped_block["style_override"] = area_styles.get( + grouped_block["area"], "" + ) + pages_rendered.append({ "grid_areas": page.get("grid_areas", "'main'"), "grid_columns": page.get("grid_columns", "1fr"), "grid_rows": page.get("grid_rows", "auto"), - "blocks": blocks_rendered, + "blocks": blocks_grouped, "page_number": page_idx + 1, }) - # base 템플릿 렌더링 base_template = env.get_template("slide-base.html") html = base_template.render( slide_title=title, @@ -91,7 +255,7 @@ def render_multi_page(layout_concept: dict[str, Any]) -> str: total_pages=len(pages_rendered), ) - # CSS를 인라인으로 삽입 + # CSS 인라인 삽입 tokens_css = (STATIC_DIR / "tokens.css").read_text(encoding="utf-8") base_css = (STATIC_DIR / "base.css").read_text(encoding="utf-8") base_css = base_css.replace("@import url('./tokens.css');", "") @@ -106,37 +270,42 @@ def render_multi_page(layout_concept: dict[str, Any]) -> str: return html -# 하위 호환: 기존 render_slide도 유지 def render_slide(layout: dict[str, Any]) -> str: - """기존 단일 페이지 렌더링 (하위 호환). - - pages 구조가 있으면 render_multi_page로 위임. - 없으면 기존 방식으로 단일 페이지 렌더링. - """ + """하위 호환 렌더링. pages 구조가 있으면 render_multi_page로 위임.""" if "pages" in layout: return render_multi_page(layout) - # 기존 단일 페이지 로직 env = create_jinja_env() - blocks_rendered = [] + blocks_raw = [] for block in layout.get("blocks", []): block_type = block["type"] block_data = block.get("data", {}) - template_path = f"blocks/{block_type}.html" - try: - block_template = env.get_template(template_path) - rendered_html = block_template.render(**block_data) - except Exception as e: - logger.warning(f"블록 렌더링 실패 ({block_type}): {e}") - rendered_html = f'
블록 렌더링 실패: {block_type}
' + template_path = _resolve_template_path(env, block_type) - blocks_rendered.append({ + if template_path: + try: + block_template = env.get_template(template_path) + rendered_html = block_template.render(**block_data) + except Exception as e: + logger.warning(f"블록 렌더링 실패 ({block_type}): {e}") + rendered_html = ( + f'
블록 렌더링 실패: {block_type}
' + ) + else: + logger.warning(f"블록 템플릿 미발견: {block_type}") + rendered_html = ( + f'
블록 템플릿 미발견: {block_type}
' + ) + + blocks_raw.append({ "area": block["area"], "html": rendered_html, }) + blocks_grouped = _group_blocks_by_area(blocks_raw) + base_template = env.get_template("slide-base.html") html = base_template.render( slide_title=layout.get("title", ""), @@ -144,7 +313,7 @@ def render_slide(layout: dict[str, Any]) -> str: "grid_areas": layout.get("grid_areas", "'header' 'main' 'footer'"), "grid_columns": layout.get("grid_columns", "1fr"), "grid_rows": layout.get("grid_rows", "auto 1fr auto"), - "blocks": blocks_rendered, + "blocks": blocks_grouped, "page_number": 1, }], total_pages=1, @@ -167,5 +336,8 @@ def render_slide(layout: dict[str, Any]) -> str: def render_standalone_block(block_type: str, data: dict[str, Any]) -> str: """단일 블록을 독립 HTML로 렌더링 (테스트/미리보기용).""" env = create_jinja_env() - template = env.get_template(f"blocks/{block_type}.html") + template_path = _resolve_template_path(env, block_type) + if not template_path: + return f"
블록 미발견: {block_type}
" + template = env.get_template(template_path) return template.render(**data) diff --git a/src/svg_calculator.py b/src/svg_calculator.py new file mode 100644 index 0000000..2755ca2 --- /dev/null +++ b/src/svg_calculator.py @@ -0,0 +1,156 @@ +"""P2-B: SVG 시각화 좌표 계산 모듈. + +벤 다이어그램, 원형 배치 등 시각화 블록의 좌표를 수학적으로 계산한다. +하드코딩 금지 — 모든 좌표는 N개 원소에 범용으로 계산. + +Phase 1: 3개 고정 SVG (검증 완료) +Phase 2: N개 자동 배치 (이 모듈) +""" +from __future__ import annotations + +import math +from typing import Any + + +def calc_circle_positions( + n: int, + center_x: float = 300.0, + center_y: float = 300.0, + radius: float = 120.0, +) -> list[dict[str, float]]: + """N개 원소를 원형으로 배치한다. 12시 방향부터 시계방향. + + Args: + n: 원소 개수 (2~7) + center_x: 큰 원 중심 X + center_y: 큰 원 중심 Y + radius: 큰 원 중심에서 작은 원 중심까지의 거리 + + Returns: + [{"cx": float, "cy": float}, ...] 각 원소의 중심 좌표 + """ + if n <= 0: + return [] + + positions = [] + for i in range(n): + # 12시(상단)부터 시계방향: -π/2에서 시작 + angle = (2 * math.pi * i / n) - math.pi / 2 + positions.append({ + "cx": round(center_x + radius * math.cos(angle), 1), + "cy": round(center_y + radius * math.sin(angle), 1), + }) + + return positions + + +def calc_item_radius(n: int, base_radius: float = 75.0) -> float: + """N에 따라 작은 원 반지름을 자동 계산. + + 원소가 많아지면 작은 원이 작아져야 겹치지 않는다. + 공식: base / (1 + max(0, n-3) * 0.2) + """ + if n <= 3: + return base_radius + shrink_factor = 1 + (n - 3) * 0.2 + return round(base_radius / shrink_factor, 1) + + +def calc_orbit_radius(n: int, base_orbit: float = 120.0) -> float: + """N에 따라 궤도 반지름(큰 원 중심~작은 원 중심)을 자동 계산. + + 원소가 많아지면 궤도를 넓혀서 겹침 방지. + """ + if n <= 3: + return base_orbit + expand_factor = 1 + (n - 3) * 0.08 + return round(base_orbit * expand_factor, 1) + + +def calc_outer_radius(n: int, orbit_radius: float, item_radius: float) -> float: + """큰 원 반지름을 계산. 모든 작은 원이 안에 들어가도록.""" + # 궤도 + 작은 원 반지름 + 여백 + margin = 40.0 + return round(orbit_radius + item_radius + margin, 1) + + +def prepare_venn_data( + items: list[dict[str, Any]], + center_label: str = "", + center_sub: str = "", + description: str = "", + viewbox_width: float = 600.0, + viewbox_height: float = 550.0, +) -> dict[str, Any]: + """벤 다이어그램 렌더링에 필요한 전체 데이터를 준비한다. + + items에 cx, cy, r 좌표를 추가하고, 큰 원/SVG viewBox 크기를 계산. + renderer.py에서 이 함수를 호출하여 Jinja2에 전달. + + Args: + items: [{"label": "GIS", "color": "#059669", ...}, ...] + center_label: 큰 원 중앙 텍스트 + center_sub: 서브 텍스트 + description: 하단 설명 + viewbox_width: SVG viewBox 너비 + viewbox_height: SVG viewBox 높이 + + Returns: + Jinja2 템플릿에 전달할 dict + """ + n = len(items) + if n == 0: + return { + "items": [], + "center_label": center_label, + "center_sub": center_sub, + "description": description, + } + + # 중심 좌표 (viewBox 기준) + cx = viewbox_width / 2 + cy = viewbox_height / 2 + 20 # 약간 아래로 (상단에 타이틀 공간) + + # N에 따른 자동 계산 + orbit_r = calc_orbit_radius(n) + item_r = calc_item_radius(n) + outer_r = calc_outer_radius(n, orbit_r, item_r) + + # 각 원소 좌표 계산 + positions = calc_circle_positions(n, center_x=cx, center_y=cy, radius=orbit_r) + + # items에 좌표 + 반지름 추가 + for i, item in enumerate(items): + item["cx"] = positions[i]["cx"] + item["cy"] = positions[i]["cy"] + item["r"] = item_r + + # 기본 색상 팔레트 (color가 없는 경우) + default_colors = [ + {"color": "#10b981", "color_light": "#6ee7b7"}, # 초록 + {"color": "#3b82f6", "color_light": "#93c5fd"}, # 파랑 + {"color": "#8b5cf6", "color_light": "#c4b5fd"}, # 보라 + {"color": "#f59e0b", "color_light": "#fcd34d"}, # 노랑 + {"color": "#ef4444", "color_light": "#fca5a5"}, # 빨강 + {"color": "#06b6d4", "color_light": "#67e8f9"}, # 시안 + {"color": "#ec4899", "color_light": "#f9a8d4"}, # 핑크 + ] + for i, item in enumerate(items): + if "color" not in item: + palette = default_colors[i % len(default_colors)] + item["color"] = palette["color"] + if "color_light" not in item: + # color에서 밝은 버전 자동 생성 (간단: opacity 낮은 버전) + item["color_light"] = item.get("color_light", item["color"] + "80") + + return { + "items": items, + "center_label": center_label, + "center_sub": center_sub, + "description": description, + "outer_r": outer_r, + "center_x": cx, + "center_y": cy, + "viewbox_width": viewbox_width, + "viewbox_height": viewbox_height, + } diff --git a/static/base.css b/static/base.css index 2ac7231..a1f7f69 100644 --- a/static/base.css +++ b/static/base.css @@ -67,3 +67,18 @@ color: var(--color-danger); font-weight: var(--weight-bold); } + +/* ── 컨테이너 레이아웃 ── */ +/* grid area: flex 축소 허용. overflow는 프레임(.slide)에서만 hidden. */ +/* A-1(Sonnet 디자인 조정)이 텍스트 양에 맞게 CSS를 사전 조정하므로, + area 레벨에서는 overflow: visible로 텍스트 잘림을 방지한다. */ +.slide > div { + overflow: visible; + min-height: 0; + min-width: 0; +} +/* area 안에서 flex-column 그룹핑된 블록들의 축소 허용 */ +.slide > div > div { + min-height: 0; + flex-shrink: 1; +} diff --git a/static/index.html b/static/index.html index 6b5c9d6..17c0d2d 100644 --- a/static/index.html +++ b/static/index.html @@ -172,11 +172,23 @@ async function generate() { downloadBtn.style.display = 'none'; progress.textContent = '시작 중...'; + // 이미지 참조 감지 → 경로 입력 팝업 + let basePath = ''; + const hasImages = /!\[.*?\]\(.*?\)/.test(content); + if (hasImages) { + basePath = prompt( + '이미지가 포함된 콘텐츠입니다.\n' + + '이미지 파일이 있는 프로젝트 폴더 경로를 입력해주세요.\n' + + '예: D:\\ad-hoc\\kei\\content\n\n' + + '이미지 처리가 필요 없으면 취소를 누르세요.' + ) || ''; + } + try { const response = await fetch('/api/generate', { method: 'POST', headers: { 'Content-Type': 'application/json' }, - body: JSON.stringify({ content }), + body: JSON.stringify({ content, base_path: basePath }), }); const reader = response.body.getReader(); diff --git a/templates/blocks/INDEX.md b/templates/blocks/INDEX.md new file mode 100644 index 0000000..6f6d616 --- /dev/null +++ b/templates/blocks/INDEX.md @@ -0,0 +1,112 @@ +# 블록 라이브러리 인덱스 (46개) + +디자인 팀장이 콘텐츠에 맞는 블록을 선택할 때 참조하는 라이브러리. +각 카테고리 안에 변형이 여러 개 있으며, 콘텐츠 성격에 따라 적절한 변형을 선택한다. + +**시각화(visuals/)는 SVG로 제작한다** — CSS/AI 이미지 금지. + +--- + +## 📁 headers/ (5개) — 타이틀, 꼭지 헤더 + +| 파일 | 설명 | 언제 사용 | +|------|------|---------| +| `section-title-with-bg.html` | 배경 이미지 위 영문+한글 타이틀 (500px) | 페이지 맨 첫 화면, 배경 이미지 있을 때 | +| `section-header-bar.html` | 파란 바 + 중앙 흰 제목 (컴팩트) | 섹션 시작 가볍게, 주제 전환 | +| `topic-left-right.html` | 좌:파란 제목 + 우:설명 | 질문+답변 구조, 주장+근거 | +| `topic-center.html` | 중앙 정렬 대제목 + 서브+설명 | 단독 강조, 주제 선언 | +| `topic-numbered.html` | 번호 원형 + 제목 + 구분선 + 설명 | 순서 있는 꼭지 (1번, 2번, 3번) | + +--- + +## 📁 cards/ (10개) — 카드 계열 + +| 파일 | 설명 | 언제 사용 | +|------|------|---------| +| `card-image-3col.html` | 이미지(160px) + 색상 제목 + 영문 + 불릿 (3열) | 단계별 설명에 이미지 핵심 | +| `card-text-grid.html` | 파란 액센트 + 제목 + 뱃지 + 설명 + 출처 (2~4열) | 용어 정의, 텍스트만 나열 | +| `card-dark-overlay.html` | 다크 이미지 배경 + 흰 제목 + 짧은 설명 (3~5열) | 키워드 시각 강조, 임팩트 | +| `card-tag-image.html` | 색상 태그 라벨 + 이미지 + 제목 + 설명 (3열) | 카테고리별 분류 (제조/건축/토목) | +| `card-icon-desc.html` | 큰 이모지 아이콘 + 제목 + 설명 (2~4열) | 기능/특성/장점 아이콘 나열 | +| `card-compare-3col.html` | 색상 헤더 카드 3열 + 불릿 | 3개 카테고리 비교 (상용/범용/전문) | +| `card-step-vertical.html` | 좌 색상 마커 + 우 콘텐츠 (세로, 연결선) | 생애주기 단계별 (이미지+설명) | +| `card-image-round.html` | 원형 이미지(140px) + 제목 + 설명 (2~3열) | 포트폴리오형, 비전/가치 | +| `card-stat-number.html` | 큰 숫자(36px) + 단위 + 라벨 (2~4열) | KPI, 성과 수치, 비용 절감율 | +| `card-numbered.html` | 색상 원형 번호 + 제목 + 설명 (세로) | 순서 있는 항목 (실행 단계, 조건) | + +--- + +## 📁 tables/ (3개) — 표/비교 계열 + +| 파일 | 설명 | 언제 사용 | +|------|------|---------| +| `compare-3col-badge.html` | A \| VS배지 \| B 3단 비교 (행별) | 두 개념 다항목 비교 (BIM vs DX) | +| `compare-2col-split.html` | 파란 헤더 좌/구분/우 + 행별 비교 | 두 기술 항목별 상세 비교 (GIS vs BIM) | +| `table-simple-striped.html` | 남색 헤더 + 줄무늬 행. 범용 | 스펙표, 일정표, 수치 목록 | + +--- + +## 📁 visuals/ (10개) — 시각 요소 (**SVG**) + +**SVG 노하우:** +- `` = 원 좌표와 같은 공간 → 위치 100% 정확 +- `radialGradient`/`linearGradient` → 고급 그라데이션 +- `filter` → 글로우/그림자 +- 수학적 계산 (cos/sin) → N개 자동 배치 (Phase 2) +- **AI 이미지로 시각화 만들면 안 됨** — 원 위치 맞출 수 없음 + +| 파일 | 설명 | 언제 사용 | +|------|------|---------| +| `venn-diagram.html` | **SVG premium** 벤 다이어그램 (그라데이션+글로우) | 포함 관계, 기술 융합 (**★단독 배치**) | +| `circle-gradient.html` | 파란 그라데이션 원 + 중앙 텍스트 | 섹션 전환 키워드 강조 | +| `compare-pill-pair.html` | 이중 테두리 둥근 박스 2개 + VS | 2개 개념 시각 대비 (표 위 헤더) | +| `process-horizontal.html` | 파란 번호 원 + 카드 + → 화살표 (가로) | 논리적 프로세스 흐름 | +| `flow-arrow-horizontal.html` | 색상 캡슐 + 화살표 (SVG, 컴팩트) | 기술 발전/전환 흐름 간결하게 | +| `keyword-circle-row.html` | SVG 원형 안 큰 글자 + 라벨 + 설명 | 약어 풀이 (G-S-I-M) | +| `layer-diagram.html` | SVG 겹친 사다리꼴 레이어 (3D) | 기술 스택/계층 구조 | +| `timeline-vertical.html` | 세로 선 + SVG 마커 + 연도+제목+설명 | 연혁, 로드맵 (4개+ 이벤트) | +| `timeline-horizontal.html` | SVG 가로 선 + 마커 + 연도+제목 | 짧은 일정 (3~5개, 컴팩트) | +| `pyramid-hierarchy.html` | SVG 위→아래 넓어지는 사각형 | 위계, 우선순위 (좁은→넓은) | + +--- + +## 📁 emphasis/ (13개) — 강조, 인용, 결론 + +| 파일 | 설명 | 언제 사용 | +|------|------|---------| +| `quote-left-border.html` | 좌측 빨간 라인 + 연한 배경 + 인용+출처 | 짧은 인용, 문제 제기 | +| `quote-big-mark.html` | ❝❞ 큰따옴표 장식 + 인용+출처 | 임팩트 인용, 핵심 발언 | +| `quote-question.html` | 파란 배경+테두리 + 큰 질문 텍스트 | 독자에게 질문, 전환점 | +| `conclusion-accent-bar.html` | 회색 배경 + 좌측 파란 라인 + 결론 | 페이지 하단 핵심 한 줄 | +| `comparison-2col.html` | 좌 파란 vs 우 빨간 헤더 + 본문 | A vs B 직접 비교 | +| `banner-gradient.html` | 파란 그라데이션 배너 + 중앙 흰 텍스트 | 섹션 구분, 핵심 선언 | +| `dark-bullet-list.html` | 짙은 남색 배경 + 파란 제목 + 흰 불릿 | 핵심 포인트 강조 (무게감) | +| `highlight-strip.html` | 가로 색상 구간 + 흰 라벨 | 카테고리 색상 분류 바 | +| `callout-solution.html` | 파란 배경+테두리 + 아이콘 + 제목+설명 | 해결책, 솔루션, 방향성 | +| `callout-warning.html` | 빨간 배경+테두리 + 아이콘 + 제목+설명 | 문제점, 주의, 잘못된 접근 | +| `tab-label-row.html` | 가로 탭 버튼 (선택됨=색상, 나머지=회색) | 카테고리 전환/분류 표시 | +| `divider-text.html` | 좌우 회색 선 + 중앙 텍스트 | 가벼운 섹션 구분, 휴식점 | +| `details-block.html` | `
/` 접기/펼치기 | 상세 콘텐츠, 자세히보기 | + +--- + +## 📁 media/ (5개) — 이미지/미디어 + +| 파일 | 설명 | 언제 사용 | +|------|------|---------| +| `image-row-2col.html` | 이미지 2장 나란히 (354px) | 시공 사진 2장, 현장 비교 | +| `image-grid-2x2.html` | 이미지 4장 2x2 격자 (200px) | 현장 사진 4장, 갤러리 | +| `image-side-text.html` | 좌:이미지(320px) + 우:제목+설명+불릿 | 이미지 설명, 시스템 소개 | +| `image-full-caption.html` | 전체 너비 이미지 1장 + 캡션 | 핵심 도표, 대형 다이어그램 | +| `image-before-after.html` | Before(회색) + → + After(파란) | 변화 전후 비교 | + +--- + +## 추가 규칙 + +1. **이름 규칙:** `{유형}-{특징}.html` +2. **모든 변형은 catalog.yaml에 등록** — 미등록 = 팀장이 모름 +3. **각 파일 상단에 HTML 주석으로 용도/슬롯 명시** +4. **디자인 토큰 사용** — 하드코딩 색상 금지 (가능한 범위에서) +5. **높이 고정 금지** — 모드 독립적 (슬라이드/웹 겸용) +6. **visuals/는 SVG로 제작** — CSS 원/AI 이미지 금지 diff --git a/templates/blocks/card-grid.html b/templates/blocks/_legacy/card-grid.html similarity index 100% rename from templates/blocks/card-grid.html rename to templates/blocks/_legacy/card-grid.html diff --git a/templates/blocks/_legacy/card-image.html b/templates/blocks/_legacy/card-image.html new file mode 100644 index 0000000..4cd2373 --- /dev/null +++ b/templates/blocks/_legacy/card-image.html @@ -0,0 +1,95 @@ + + +
+ {% for card in cards %} +
+ {% if card.image %} + {{ card.title }} + {% endif %} +
+
{{ card.title }}
+ {% if card.title_en %}
{{ card.title_en }}
{% endif %} +
+
    + {% for item in card.bullets %} +
  • {{ item }}
  • + {% endfor %} +
+ {% if card.source %}
{{ card.source }}
{% endif %} +
+
+ {% endfor %} +
+ + diff --git a/templates/blocks/_legacy/circle-label.html b/templates/blocks/_legacy/circle-label.html new file mode 100644 index 0000000..d71321f --- /dev/null +++ b/templates/blocks/_legacy/circle-label.html @@ -0,0 +1,56 @@ + + +
+
+
+
{{ label }}
+ {% if sub_label %}
{{ sub_label }}
{% endif %} +
+
+
+ + diff --git a/templates/blocks/_legacy/compare-box.html b/templates/blocks/_legacy/compare-box.html new file mode 100644 index 0000000..38267fb --- /dev/null +++ b/templates/blocks/_legacy/compare-box.html @@ -0,0 +1,67 @@ + + +
+
+
+
{{ left_label }}
+ {% if left_sub %}
{{ left_sub }}
{% endif %} +
+
+
VS
+
+
+
{{ right_label }}
+ {% if right_sub %}
{{ right_sub }}
{% endif %} +
+
+
+ + diff --git a/templates/blocks/_legacy/comparison-table.html b/templates/blocks/_legacy/comparison-table.html new file mode 100644 index 0000000..b52bc74 --- /dev/null +++ b/templates/blocks/_legacy/comparison-table.html @@ -0,0 +1,97 @@ + + +
+ + + + {% for header in headers %} + + {% endfor %} + + + + {% for row in rows %} + + {% for cell in row %} + + {% endfor %} + + {% endfor %} + +
+ {% if loop.index == 2 %}{{ header }}{% else %}{{ header }}{% endif %} +
{{ cell }}
+
+ + diff --git a/templates/blocks/comparison.html b/templates/blocks/_legacy/comparison.html similarity index 100% rename from templates/blocks/comparison.html rename to templates/blocks/_legacy/comparison.html diff --git a/templates/blocks/_legacy/conclusion-bar.html b/templates/blocks/_legacy/conclusion-bar.html new file mode 100644 index 0000000..98be32b --- /dev/null +++ b/templates/blocks/_legacy/conclusion-bar.html @@ -0,0 +1,38 @@ + + +
+ {% if label %}
{{ label }}
{% endif %} +
{{ conclusion_text }}
+
+ + diff --git a/templates/blocks/_legacy/image-row.html b/templates/blocks/_legacy/image-row.html new file mode 100644 index 0000000..30366aa --- /dev/null +++ b/templates/blocks/_legacy/image-row.html @@ -0,0 +1,39 @@ + + +
+ {% for img in images %} +
+ {{ img.alt | default('') }} + {% if img.caption %}
{{ img.caption }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/process.html b/templates/blocks/_legacy/process.html similarity index 100% rename from templates/blocks/process.html rename to templates/blocks/_legacy/process.html diff --git a/templates/blocks/quote-block.html b/templates/blocks/_legacy/quote-block.html similarity index 100% rename from templates/blocks/quote-block.html rename to templates/blocks/_legacy/quote-block.html diff --git a/templates/blocks/relationship.html b/templates/blocks/_legacy/relationship.html similarity index 100% rename from templates/blocks/relationship.html rename to templates/blocks/_legacy/relationship.html diff --git a/templates/blocks/_legacy/section-title.html b/templates/blocks/_legacy/section-title.html new file mode 100644 index 0000000..3b25aba --- /dev/null +++ b/templates/blocks/_legacy/section-title.html @@ -0,0 +1,69 @@ + + +
+ {% if bg_image %} + + {% else %} +
+ {% endif %} + {% if breadcrumb %} +
{{ breadcrumb }}
+ {% endif %} +
+ {% if title_en %}
{{ title_en }}
{% endif %} +
{{ title_ko }}
+
+
+ + diff --git a/templates/blocks/_legacy/topic-header.html b/templates/blocks/_legacy/topic-header.html new file mode 100644 index 0000000..2c3b6b2 --- /dev/null +++ b/templates/blocks/_legacy/topic-header.html @@ -0,0 +1,38 @@ + + +
+
{{ title }}
+
{{ description }}
+
+ + diff --git a/templates/blocks/cards/card-compare-3col.html b/templates/blocks/cards/card-compare-3col.html new file mode 100644 index 0000000..42d9aaf --- /dev/null +++ b/templates/blocks/cards/card-compare-3col.html @@ -0,0 +1,74 @@ + + +
+ {% for card in cards %} +
+
+
{{ card.title }}
+ {% if card.subtitle %}
{{ card.subtitle }}
{% endif %} +
+ {% if card.image %} + {{ card.title }} + {% endif %} + {% if card.bullets %} +
    + {% for item in card.bullets %} +
  • {{ item }}
  • + {% endfor %} +
+ {% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-dark-overlay.html b/templates/blocks/cards/card-dark-overlay.html new file mode 100644 index 0000000..ccb28f8 --- /dev/null +++ b/templates/blocks/cards/card-dark-overlay.html @@ -0,0 +1,77 @@ + + +
+ {% for card in cards %} +
+ {% if card.image %} + + {% else %} +
+ {% endif %} +
+
{{ card.title }}
+ {% if card.description %}
{{ card.description }}
{% endif %} +
+
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-icon-desc.html b/templates/blocks/cards/card-icon-desc.html new file mode 100644 index 0000000..9cd4db1 --- /dev/null +++ b/templates/blocks/cards/card-icon-desc.html @@ -0,0 +1,48 @@ + + +
+ {% for card in cards %} +
+ {% if card.icon %}
{{ card.icon }}
{% endif %} +
{{ card.title }}
+ {% if card.description %}
{{ card.description }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-image-3col.html b/templates/blocks/cards/card-image-3col.html new file mode 100644 index 0000000..5b73d4c --- /dev/null +++ b/templates/blocks/cards/card-image-3col.html @@ -0,0 +1,96 @@ + + +
+ {% for card in cards %} +
+ {% if card.image %} + {{ card.title }} + {% endif %} +
+
{{ card.title }}
+ {% if card.title_en %}
{{ card.title_en }}
{% endif %} +
+
    + {% for item in card.bullets %} +
  • {{ item }}
  • + {% endfor %} +
+ {% if card.source %}
{{ card.source }}
{% endif %} +
+
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-image-round.html b/templates/blocks/cards/card-image-round.html new file mode 100644 index 0000000..5ff7b8a --- /dev/null +++ b/templates/blocks/cards/card-image-round.html @@ -0,0 +1,62 @@ + + +
+ {% for card in cards %} +
+ {% if card.image %} +
+ {{ card.title | default('') }} +
+ {% endif %} +
{{ card.title }}
+ {% if card.description %}
{{ card.description }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-numbered.html b/templates/blocks/cards/card-numbered.html new file mode 100644 index 0000000..2a5f7cb --- /dev/null +++ b/templates/blocks/cards/card-numbered.html @@ -0,0 +1,60 @@ + + +
+ {% for item in items %} +
+
{{ loop.index }}
+
+
{{ item.title }}
+ {% if item.description %}
{{ item.description }}
{% endif %} +
+
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-stat-number.html b/templates/blocks/cards/card-stat-number.html new file mode 100644 index 0000000..ff3752e --- /dev/null +++ b/templates/blocks/cards/card-stat-number.html @@ -0,0 +1,57 @@ + + +
+ {% for stat in stats %} +
+
+ {{ stat.number }}{{ stat.unit | default('') }} +
+
{{ stat.label }}
+ {% if stat.description %}
{{ stat.description }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-step-vertical.html b/templates/blocks/cards/card-step-vertical.html new file mode 100644 index 0000000..c0a65cd --- /dev/null +++ b/templates/blocks/cards/card-step-vertical.html @@ -0,0 +1,93 @@ + + +
+ {% for step in steps %} +
+
+
{{ step.phase }}
+
+
+
{{ step.title }}
+ {% if step.image %} + {{ step.title }} + {% endif %} + {% if step.description %}
{{ step.description }}
{% endif %} +
+
+ {% if not loop.last %} +
+
+
+ {% endif %} + {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-tag-image.html b/templates/blocks/cards/card-tag-image.html new file mode 100644 index 0000000..643f194 --- /dev/null +++ b/templates/blocks/cards/card-tag-image.html @@ -0,0 +1,63 @@ + + +
+ {% for card in cards %} +
+
{{ card.tag }}
+ {% if card.image %} + {{ card.title | default('') }} + {% endif %} + {% if card.title %}
{{ card.title }}
{% endif %} + {% if card.description %}
{{ card.description }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/cards/card-text-grid.html b/templates/blocks/cards/card-text-grid.html new file mode 100644 index 0000000..7936dad --- /dev/null +++ b/templates/blocks/cards/card-text-grid.html @@ -0,0 +1,66 @@ + +
+ {% for card in cards %} +
+ {% if card.icon %}
{{ card.icon }}
{% endif %} +
{{ card.title }}
+ {% if card.category %}{{ card.category }}{% endif %} +
{{ card.description }}
+ {% if card.source %}
{{ card.source }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/comparison-table.html b/templates/blocks/comparison-table.html deleted file mode 100644 index 2a977ce..0000000 --- a/templates/blocks/comparison-table.html +++ /dev/null @@ -1,58 +0,0 @@ - -
- - - - {% for header in headers %} - {{ header }} - {% endfor %} - - - - {% for row in rows %} - - {% for cell in row %} - {{ cell }} - {% endfor %} - - {% endfor %} - -
-
- - diff --git a/templates/blocks/conclusion-bar.html b/templates/blocks/conclusion-bar.html deleted file mode 100644 index 312c636..0000000 --- a/templates/blocks/conclusion-bar.html +++ /dev/null @@ -1,31 +0,0 @@ - -
-
{{ label | default('핵심 요약') }}
-
{{ conclusion_text }}
-
- - diff --git a/templates/blocks/emphasis/banner-gradient.html b/templates/blocks/emphasis/banner-gradient.html new file mode 100644 index 0000000..95671cd --- /dev/null +++ b/templates/blocks/emphasis/banner-gradient.html @@ -0,0 +1,33 @@ + + +
+
{{ text }}
+ {% if sub_text %}
{{ sub_text }}
{% endif %} +
+ + diff --git a/templates/blocks/emphasis/callout-solution.html b/templates/blocks/emphasis/callout-solution.html new file mode 100644 index 0000000..7041a85 --- /dev/null +++ b/templates/blocks/emphasis/callout-solution.html @@ -0,0 +1,55 @@ + + +
+ {% if icon %}
{{ icon }}
{% endif %} +
+
{{ title }}
+
{{ description }}
+ {% if source %}
{{ source }}
{% endif %} +
+
+ + diff --git a/templates/blocks/emphasis/callout-warning.html b/templates/blocks/emphasis/callout-warning.html new file mode 100644 index 0000000..2b0796d --- /dev/null +++ b/templates/blocks/emphasis/callout-warning.html @@ -0,0 +1,45 @@ + + +
+ {% if icon %}
{{ icon }}
{% endif %} +
+
{{ title }}
+
{{ description }}
+
+
+ + diff --git a/templates/blocks/emphasis/comparison-2col.html b/templates/blocks/emphasis/comparison-2col.html new file mode 100644 index 0000000..133535b --- /dev/null +++ b/templates/blocks/emphasis/comparison-2col.html @@ -0,0 +1,52 @@ + +
+
+
{{ left_title }}
+ {% if left_subtitle %}
{{ left_subtitle }}
{% endif %} +
{{ left_content }}
+
+
+
+
{{ right_title }}
+ {% if right_subtitle %}
{{ right_subtitle }}
{% endif %} +
{{ right_content }}
+
+
+ + diff --git a/templates/blocks/emphasis/conclusion-accent-bar.html b/templates/blocks/emphasis/conclusion-accent-bar.html new file mode 100644 index 0000000..98be32b --- /dev/null +++ b/templates/blocks/emphasis/conclusion-accent-bar.html @@ -0,0 +1,38 @@ + + +
+ {% if label %}
{{ label }}
{% endif %} +
{{ conclusion_text }}
+
+ + diff --git a/templates/blocks/emphasis/dark-bullet-list.html b/templates/blocks/emphasis/dark-bullet-list.html new file mode 100644 index 0000000..024d8cf --- /dev/null +++ b/templates/blocks/emphasis/dark-bullet-list.html @@ -0,0 +1,48 @@ + + +
+ {% if title %}
{{ title }}
{% endif %} +
    + {% for item in bullets %} +
  • {{ item }}
  • + {% endfor %} +
+
+ + diff --git a/templates/blocks/emphasis/details-block.html b/templates/blocks/emphasis/details-block.html new file mode 100644 index 0000000..ddc34d9 --- /dev/null +++ b/templates/blocks/emphasis/details-block.html @@ -0,0 +1,67 @@ + + +
+ + {% if label %}{{ label }}{% endif %} + {{ summary_text }} + +
{{ detail_content }}
+
+ + diff --git a/templates/blocks/emphasis/divider-text.html b/templates/blocks/emphasis/divider-text.html new file mode 100644 index 0000000..726bce3 --- /dev/null +++ b/templates/blocks/emphasis/divider-text.html @@ -0,0 +1,32 @@ + + +
+
+
{{ text }}
+
+
+ + diff --git a/templates/blocks/emphasis/highlight-strip.html b/templates/blocks/emphasis/highlight-strip.html new file mode 100644 index 0000000..dcd38db --- /dev/null +++ b/templates/blocks/emphasis/highlight-strip.html @@ -0,0 +1,31 @@ + + +
+ {% for seg in segments %} +
+ {{ seg.label }} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/emphasis/quote-big-mark.html b/templates/blocks/emphasis/quote-big-mark.html new file mode 100644 index 0000000..d6c2518 --- /dev/null +++ b/templates/blocks/emphasis/quote-big-mark.html @@ -0,0 +1,59 @@ + + +
+
+
+
{{ quote_text }}
+ {% if source %}
— {{ source }}
{% endif %} +
+
+
+ + diff --git a/templates/blocks/emphasis/quote-left-border.html b/templates/blocks/emphasis/quote-left-border.html new file mode 100644 index 0000000..2e34870 --- /dev/null +++ b/templates/blocks/emphasis/quote-left-border.html @@ -0,0 +1,30 @@ + +
+
{{ quote_text }}
+ {% if source %}
{{ source }}
{% endif %} +
+ + diff --git a/templates/blocks/emphasis/quote-question.html b/templates/blocks/emphasis/quote-question.html new file mode 100644 index 0000000..1cd1f32 --- /dev/null +++ b/templates/blocks/emphasis/quote-question.html @@ -0,0 +1,37 @@ + + +
+
{{ question }}
+ {% if description %}
{{ description }}
{% endif %} +
+ + diff --git a/templates/blocks/emphasis/tab-label-row.html b/templates/blocks/emphasis/tab-label-row.html new file mode 100644 index 0000000..fddae2c --- /dev/null +++ b/templates/blocks/emphasis/tab-label-row.html @@ -0,0 +1,39 @@ + + +
+ {% for tab in tabs %} +
+ {{ tab.label }} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/headers/section-header-bar.html b/templates/blocks/headers/section-header-bar.html new file mode 100644 index 0000000..1aa637c --- /dev/null +++ b/templates/blocks/headers/section-header-bar.html @@ -0,0 +1,32 @@ + + +
+
{{ title }}
+ {% if subtitle %}
{{ subtitle }}
{% endif %} +
+ + diff --git a/templates/blocks/headers/section-title-with-bg.html b/templates/blocks/headers/section-title-with-bg.html new file mode 100644 index 0000000..3b25aba --- /dev/null +++ b/templates/blocks/headers/section-title-with-bg.html @@ -0,0 +1,69 @@ + + +
+ {% if bg_image %} + + {% else %} +
+ {% endif %} + {% if breadcrumb %} +
{{ breadcrumb }}
+ {% endif %} +
+ {% if title_en %}
{{ title_en }}
{% endif %} +
{{ title_ko }}
+
+
+ + diff --git a/templates/blocks/headers/topic-center.html b/templates/blocks/headers/topic-center.html new file mode 100644 index 0000000..f141b4d --- /dev/null +++ b/templates/blocks/headers/topic-center.html @@ -0,0 +1,41 @@ + + +
+
{{ title }}
+ {% if subtitle %}
{{ subtitle }}
{% endif %} + {% if description %}
{{ description }}
{% endif %} +
+ + diff --git a/templates/blocks/headers/topic-left-right.html b/templates/blocks/headers/topic-left-right.html new file mode 100644 index 0000000..99bcf83 --- /dev/null +++ b/templates/blocks/headers/topic-left-right.html @@ -0,0 +1,39 @@ + + +
+
{{ title }}
+
{{ description }}
+
+ + diff --git a/templates/blocks/headers/topic-numbered.html b/templates/blocks/headers/topic-numbered.html new file mode 100644 index 0000000..7f2a011 --- /dev/null +++ b/templates/blocks/headers/topic-numbered.html @@ -0,0 +1,57 @@ + + +
+
+
{{ number }}
+
{{ title }}
+
+
+ {% if description %}
{{ description }}
{% endif %} +
+ + diff --git a/templates/blocks/media/image-before-after.html b/templates/blocks/media/image-before-after.html new file mode 100644 index 0000000..26e198a --- /dev/null +++ b/templates/blocks/media/image-before-after.html @@ -0,0 +1,60 @@ + + +
+
+
{{ before_label | default('Before') }}
+ before +
+
+
+
{{ after_label | default('After') }}
+ after +
+
+{% if caption %}
{{ caption }}
{% endif %} + + diff --git a/templates/blocks/media/image-full-caption.html b/templates/blocks/media/image-full-caption.html new file mode 100644 index 0000000..a83da8a --- /dev/null +++ b/templates/blocks/media/image-full-caption.html @@ -0,0 +1,32 @@ + + +
+ {{ alt | default('') }} + {% if caption %}
{{ caption }}
{% endif %} +
+ + diff --git a/templates/blocks/media/image-grid-2x2.html b/templates/blocks/media/image-grid-2x2.html new file mode 100644 index 0000000..ea07bef --- /dev/null +++ b/templates/blocks/media/image-grid-2x2.html @@ -0,0 +1,42 @@ + + +
+ {% for img in images %} +
+ {{ img.alt | default('') }} + {% if img.caption %}
{{ img.caption }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/media/image-row-2col.html b/templates/blocks/media/image-row-2col.html new file mode 100644 index 0000000..dc81f85 --- /dev/null +++ b/templates/blocks/media/image-row-2col.html @@ -0,0 +1,40 @@ + + +
+ {% for img in images %} +
+ {{ img.alt | default('') }} + {% if img.caption %}
{{ img.caption }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/media/image-side-text.html b/templates/blocks/media/image-side-text.html new file mode 100644 index 0000000..343579b --- /dev/null +++ b/templates/blocks/media/image-side-text.html @@ -0,0 +1,71 @@ + + +
+
+ {{ image_alt | default('') }} +
+
+ {% if title %}
{{ title }}
{% endif %} + {% if description %}
{{ description }}
{% endif %} + {% if bullets %} +
    + {% for item in bullets %} +
  • {{ item }}
  • + {% endfor %} +
+ {% endif %} +
+
+ + diff --git a/templates/blocks/tables/compare-2col-split.html b/templates/blocks/tables/compare-2col-split.html new file mode 100644 index 0000000..81deac3 --- /dev/null +++ b/templates/blocks/tables/compare-2col-split.html @@ -0,0 +1,71 @@ + + +
+
+
{{ left_title }}
+
구분
+
{{ right_title }}
+
+ {% for row in rows %} +
+
{{ row.left }}
+
{{ row.criteria }}
+
{{ row.right }}
+
+ {% endfor %} +
+ + diff --git a/templates/blocks/tables/compare-3col-badge.html b/templates/blocks/tables/compare-3col-badge.html new file mode 100644 index 0000000..29d1c16 --- /dev/null +++ b/templates/blocks/tables/compare-3col-badge.html @@ -0,0 +1,110 @@ + + +
+ + + + {% for header in headers %} + + {% endfor %} + + + + {% for row in rows %} + + {% for cell in row %} + + {% endfor %} + + {% endfor %} + +
+ {% if loop.index == 2 %}{{ header }}{% else %}{{ header }}{% endif %} +
{{ cell }}
+
+ + diff --git a/templates/blocks/tables/table-simple-striped.html b/templates/blocks/tables/table-simple-striped.html new file mode 100644 index 0000000..802ead6 --- /dev/null +++ b/templates/blocks/tables/table-simple-striped.html @@ -0,0 +1,58 @@ + + +
+ + + + {% for h in headers %} + + {% endfor %} + + + + {% for row in rows %} + + {% for cell in row %} + + {% endfor %} + + {% endfor %} + +
{{ h }}
{{ cell }}
+
+ + diff --git a/templates/blocks/visuals/circle-gradient.html b/templates/blocks/visuals/circle-gradient.html new file mode 100644 index 0000000..5bdd25c --- /dev/null +++ b/templates/blocks/visuals/circle-gradient.html @@ -0,0 +1,58 @@ + + +
+
+
+
{{ label }}
+ {% if sub_label %}
{{ sub_label }}
{% endif %} +
+
+
+ + diff --git a/templates/blocks/visuals/compare-pill-pair.html b/templates/blocks/visuals/compare-pill-pair.html new file mode 100644 index 0000000..d876931 --- /dev/null +++ b/templates/blocks/visuals/compare-pill-pair.html @@ -0,0 +1,74 @@ + + +
+
+
+
+
{{ left_label }}
+ {% if left_sub %}
{{ left_sub }}
{% endif %} +
+
+
+
VS
+
+
+
+
{{ right_label }}
+ {% if right_sub %}
{{ right_sub }}
{% endif %} +
+
+
+
+ + diff --git a/templates/blocks/visuals/flow-arrow-horizontal.html b/templates/blocks/visuals/flow-arrow-horizontal.html new file mode 100644 index 0000000..412af0e --- /dev/null +++ b/templates/blocks/visuals/flow-arrow-horizontal.html @@ -0,0 +1,34 @@ + + +
+ + {% for step in steps %} + {% set x = loop.index0 * 180 + 70 %} + + {{ step.label }} + {% if step.sub %} + {{ step.sub }} + {% endif %} + {% if not loop.last %} + + + {% endif %} + {% endfor %} + +
+ + diff --git a/templates/blocks/visuals/keyword-circle-row.html b/templates/blocks/visuals/keyword-circle-row.html new file mode 100644 index 0000000..23414c3 --- /dev/null +++ b/templates/blocks/visuals/keyword-circle-row.html @@ -0,0 +1,56 @@ + + +
+ {% for kw in keywords %} +
+ + + + + + + + + {{ kw.letter }} + +
{{ kw.label }}
+ {% if kw.description %}
{{ kw.description }}
{% endif %} +
+ {% endfor %} +
+ + diff --git a/templates/blocks/visuals/layer-diagram.html b/templates/blocks/visuals/layer-diagram.html new file mode 100644 index 0000000..51d5b3a --- /dev/null +++ b/templates/blocks/visuals/layer-diagram.html @@ -0,0 +1,50 @@ + + +
+ {% if title %}
{{ title }}
{% endif %} + + + {% for layer in layers %} + + + + + {% endfor %} + + + + + {% for layer in layers %} + {% set y = (layers|length - loop.index) * 55 + 20 %} + {% set offset = loop.index0 * 15 %} + + + {{ layer.label }} + {% endfor %} + +
+ + diff --git a/templates/blocks/visuals/process-horizontal.html b/templates/blocks/visuals/process-horizontal.html new file mode 100644 index 0000000..e3d2a4b --- /dev/null +++ b/templates/blocks/visuals/process-horizontal.html @@ -0,0 +1,61 @@ + +
+ {% for step in steps %} +
+
{{ step.number | default(loop.index) }}
+
{{ step.title }}
+ {% if step.description %}
{{ step.description }}
{% endif %} +
+ {% if not loop.last %} +
+ {% endif %} + {% endfor %} +
+ + diff --git a/templates/blocks/visuals/pyramid-hierarchy.html b/templates/blocks/visuals/pyramid-hierarchy.html new file mode 100644 index 0000000..e770ceb --- /dev/null +++ b/templates/blocks/visuals/pyramid-hierarchy.html @@ -0,0 +1,40 @@ + + +
+ + + {% for level in levels %} + + + + + {% endfor %} + + + + + {% for level in levels %} + {% set i = loop.index0 %} + {% set y = i * 65 + 10 %} + {% set w_half = 60 + i * 55 %} + + {{ level.label }} + {% endfor %} + +
+ + diff --git a/templates/blocks/visuals/timeline-horizontal.html b/templates/blocks/visuals/timeline-horizontal.html new file mode 100644 index 0000000..703465b --- /dev/null +++ b/templates/blocks/visuals/timeline-horizontal.html @@ -0,0 +1,37 @@ + + +
+ + + + {% for event in events %} + {% set x = loop.index0 * 160 + 60 %} + + + + + {{ event.year }} + + {{ event.title }} + {% if event.sub %} + {{ event.sub }} + {% endif %} + {% endfor %} + +
+ + diff --git a/templates/blocks/visuals/timeline-vertical.html b/templates/blocks/visuals/timeline-vertical.html new file mode 100644 index 0000000..44b3e5c --- /dev/null +++ b/templates/blocks/visuals/timeline-vertical.html @@ -0,0 +1,74 @@ + + +
+ {% for event in events %} +
+
+ + + + + {% if not loop.last %}
{% endif %} +
+
+
{{ event.year }}
+
{{ event.title }}
+ {% if event.description %}
{{ event.description }}
{% endif %} +
+
+ {% endfor %} +
+ + diff --git a/templates/blocks/visuals/venn-diagram.html b/templates/blocks/visuals/venn-diagram.html new file mode 100644 index 0000000..3a8e9e8 --- /dev/null +++ b/templates/blocks/visuals/venn-diagram.html @@ -0,0 +1,125 @@ + + +
+ {% if outer_r is defined %} + {# ═══ P2-B: 동적 N개 배치 ═══ #} + + + + + + + + + + + + + + + + + + + + + + + {% for item in items %} + + + + + {% endfor %} + + + + + + + + + + {% for item in items %} + + + {{ item.label }} + {% if item.sub %} + {{ item.sub }} + {% endif %} + {% endfor %} + + {{ center_sub | default('') }} + {{ center_label }} + + + {% else %} + {# ═══ Phase 1 fallback: 3개 고정 ═══ #} + + + + + + + + + + + + + + + + + + + + + + + {{ center_sub | default('') }} + {{ center_label }} + {% if items and items | length > 0 %}{{ items[0].label }}{% if items[0].sub %}{{ items[0].sub }}{% endif %}{% endif %} + {% if items and items | length > 1 %}{{ items[1].label }}{% endif %} + {% if items and items | length > 2 %}{{ items[2].label }}{% endif %} + + {% endif %} + + {% if description %} +
{{ description }}
+ {% endif %} +
+ + diff --git a/templates/catalog.yaml b/templates/catalog.yaml index 3964452..faa57c0 100644 --- a/templates/catalog.yaml +++ b/templates/catalog.yaml @@ -1,260 +1,739 @@ -# Design Agent 블록 카탈로그 +# Design Agent 블록 카탈로그 (45개) # 디자인 팀장이 콘텐츠에 적합한 블록을 선택할 때 참조하는 메뉴판 # +# 블록별 height_cost 참고 (슬라이드 720px 기준): +# compact: ~70px (인라인 강조, 구분선) +# medium: ~150px (카드, 인용, 헤더) +# large: ~200px (비교표, 이미지, 다이어그램) +# xlarge: ~400px (SVG 벤 다이어그램, 풀 이미지) +# # 규칙: -# - when: 이 블록을 선택해야 하는 상황 -# - not_for: 이 블록을 선택하면 안 되는 상황 (유사 블록과 구분 핵심) -# - slots.required: 반드시 채워야 하는 슬롯 -# - slots.optional: 있으면 좋지만 없어도 됨 -# - character_limits: 팀장의 글자 수 가이드 참고용 (하드코딩 기준 아님, 판단의 참고치) +# - when: 이 블록을 선택해야 하는 구체적 상황 +# - not_for: 이 블록을 선택하면 안 되는 상황 + 대신 사용할 블록 +# - visual: AI가 상상할 수 있도록 시각적 형태를 구체적으로 설명 -version: "1.0" +version: "2.0" blocks: - # ────────────────────────────────────── - # 1. 강조 인용 (quote-block) - # ────────────────────────────────────── - - id: quote-block - name: 강조 인용 - template: blocks/quote-block.html - visual: "좌측 컬러 라인(빨간색) + 연한 배경 + 인용 텍스트. 출처 표기 가능." - when: > - 문제 제기, 핵심 주장, 정의 강조할 때. - 원문에서 따온 중요한 문장을 부각시킬 때. - 슬라이드 상단에 배치하여 이슈를 먼저 던질 때. - not_for: > - 일반 설명문 (일반 텍스트는 card-grid이나 본문 영역 사용). - 사례 나열 (출처가 있는 사례는 example-card 사용). - 결론 요약 (하단 결론은 conclusion-bar 사용). - slots: - required: - - quote_text - optional: - - source - character_limits: - quote_text: 150 - source: 50 + # ═══════════════════════════════ + # headers/ — 타이틀, 꼭지 헤더 + # ═══════════════════════════════ - # ────────────────────────────────────── - # 2. 카드 그리드 (card-grid) - # ────────────────────────────────────── - - id: card-grid - name: 카드 그리드 - template: blocks/card-grid.html - visual: "2~4열 카드 나란히. 각 카드 상단에 컬러 액센트 라인. 아이콘/제목/카테고리/설명/출처." + - id: section-title-with-bg + name: 배경 이미지 타이틀 + template: blocks/headers/section-title-with-bg.html + height_cost: large + visual: "전체 너비 배경 이미지(파란 그라데이션+웨이브) 위에 흰색 영문 소제목(15px) + 한글 대제목(35px). 높이 약 500px." + when: > + 자세히보기 페이지의 맨 첫 화면. + 배경 이미지가 있고 그 위에 타이틀을 올릴 때. + 페이지의 주제를 시각적으로 강렬하게 선언할 때. + not_for: > + 슬라이드 내부의 소제목 → topic-left-right 또는 topic-center 사용. + 배경 이미지 없이 텍스트만 → topic-center 사용. + 높이 예산이 200px 이하일 때 → section-header-bar 사용. + slots: + required: [title_ko] + optional: [title_en, breadcrumb, bg_image] + + - id: section-header-bar + name: 섹션 헤더 바 + template: blocks/headers/section-header-bar.html + height_cost: compact + visual: "전체 너비 파란 배경 바(높이 ~50px) + 중앙 흰색 제목. 섹션 구분용. 컴팩트." + when: > + 섹션 시작을 가볍게 표시할 때. + 같은 페이지 안에서 주제가 전환될 때. + 높이 예산이 적을 때 섹션 구분이 필요할 때. + not_for: > + 페이지 전체 타이틀 → section-title-with-bg 사용. + 꼭지별 소제목 → topic-left-right 또는 topic-numbered 사용. + slots: + required: [title] + optional: [subtitle] + + - id: topic-left-right + name: 좌우 꼭지 헤더 + template: blocks/headers/topic-left-right.html + height_cost: compact + visual: "좌측에 파란 굵은 제목(24px, 240px 너비) + 우측에 본문 설명. 가로 2단 배치." + when: > + 꼭지 시작부에 질문형 제목 + 답변형 설명 구조일 때. + 예: '단순 BIM의 적용이 D/X가 아닙니다' + '설명...' + 좌측에 핵심 주장, 우측에 근거/설명을 배치할 때. + not_for: > + 중앙 정렬 대제목 → topic-center 사용. + 번호가 붙은 순서형 꼭지 → topic-numbered 사용. + 섹션 전체 타이틀 → section-title-with-bg 사용. + slots: + required: [title, description] + optional: [] + + - id: topic-center + name: 중앙 정렬 꼭지 헤더 + template: blocks/headers/topic-center.html + height_cost: medium + visual: "중앙 정렬 대제목(26px 굵게) + 파란 서브타이틀 + 하단 설명. 단독 강조." + when: > + 하나의 주제를 페이지 중심에 크게 선언할 때. + 예: '디지털전환을 위한 S/W 필요성' + 서브타이틀이나 부연 설명이 함께 올 때. + not_for: > + 좌:제목 우:설명 구조 → topic-left-right 사용. + 번호 순서 → topic-numbered 사용. + slots: + required: [title] + optional: [subtitle, description] + + - id: topic-numbered + name: 번호 꼭지 헤더 + template: blocks/headers/topic-numbered.html + height_cost: compact + visual: "파란 원형 번호(①②③) + 굵은 제목 + 파란 구분선 + 설명. 세로 배치." + when: > + 순서가 있는 꼭지를 시작할 때. 1번, 2번, 3번 식의 단계별 섹션. + 실행 조건, 요구사항 등을 순서대로 설명할 때. + not_for: > + 순서 없는 꼭지 → topic-left-right 또는 topic-center 사용. + 카드 안의 순서 → card-numbered 사용. + slots: + required: [number, title] + optional: [description, color] + + # ═══════════════════════════════ + # cards/ — 카드 계열 + # ═══════════════════════════════ + + - id: card-image-3col + name: 이미지 카드 3열 + template: blocks/cards/card-image-3col.html + height_cost: large + visual: "3열 카드. 각 카드 상단에 이미지(160px) + 하단에 색상 밑줄 제목 + 영문 + 불릿 목록." + when: > + 3개 항목을 각각 고유 이미지와 함께 설명할 때. + 예: 설계단계(3D 모델) / 시공단계(현장) / 유지관리(자산) + 단계별 설명에 이미지가 핵심인 경우. + not_for: > + 이미지 없이 텍스트만 → card-text-grid 사용. + 키워드+짧은 설명만 강조 → card-dark-overlay 사용. + 2개 비교 → compare-pill-pair + comparison-table 조합 사용. + slots: + required: ["cards[]"] + optional: [] + + - id: card-text-grid + name: 텍스트 카드 그리드 + template: blocks/cards/card-text-grid.html + height_cost: medium + visual: "2~4열 카드. 각 카드 상단 파란 액센트 라인 + 제목 + 카테고리 뱃지 + 설명 + 출처." when: > 용어를 여러 개 정의할 때 (2~4개). - 개념/기능/특성을 나란히 비교 없이 나열할 때. - 각 항목에 제목+설명+출처가 있을 때. + 예: 건설산업/BIM/DX 각각의 정의와 출처 + 이미지 없이 텍스트 정보만 나열할 때. not_for: > - A vs B 직접 비교 (comparison 사용). - 출처가 있는 정책 사례 인용 (example-card 사용, 향후 추가). - 기능 목록이 아이콘 중심일 때 (icon-list 사용, 향후 추가). - 순서가 있는 항목 (process 사용). + 이미지가 핵심 → card-image-3col 사용. + 키워드만 강조 → card-dark-overlay 사용. + 순서 번호가 필요 → card-numbered 사용. slots: - required: - - "cards[]" + required: ["cards[]"] optional: [] - card_fields: - required: - - title - - description - optional: - - icon - - category - - color - - source - character_limits: - title: 20 - category: 15 - description: 80 - source: 40 - # ────────────────────────────────────── - # 3. 비교 (comparison) - # ────────────────────────────────────── - - id: comparison - name: 2단 비교 - template: blocks/comparison.html - visual: "좌우 2단 병렬. 중앙 세로 구분선. 좌측은 파란 액센트, 우측은 빨간 액센트." + - id: card-dark-overlay + name: 다크 오버레이 카드 + template: blocks/cards/card-dark-overlay.html + height_cost: medium + visual: "3~5열 카드. 다크 배경 이미지 + 그라데이션 오버레이 + 흰색 굵은 제목 + 짧은 설명." when: > - A vs B 직접 비교할 때. - 장단점, Before/After, 현재/미래를 대비할 때. - 두 개념의 차이를 명확히 보여줄 때. + 키워드+짧은 설명(2줄 이내)을 시각적으로 강조할 때. + 예: 협업지원/오류감소/생산성향상/비용절감/데이터관리 + 배경 이미지가 있는 키워드 나열. not_for: > - 3개 이상 항목 비교 (comparison-table 사용). - 비교가 아닌 단순 나열 (card-grid 사용). - 수치 비교 (big-number 사용, 향후 추가). + 긴 설명(3줄 이상) → card-text-grid 사용. + 이미지가 핵심(크게 보여야 함) → card-image-3col 사용. slots: - required: - - left_title - - left_content - - right_title - - right_content - optional: - - left_subtitle - - right_subtitle - character_limits: - left_title: 15 - right_title: 15 - left_content: 200 - right_content: 200 - left_subtitle: 30 - right_subtitle: 30 - - # ────────────────────────────────────── - # 4. 관계도 (relationship) - # ────────────────────────────────────── - - id: relationship - name: 관계도 (벤 다이어그램) - template: blocks/relationship.html - visual: "큰 원(상위 개념) 안에 작은 원 2~3개(하위 요소). 하단에 관계 설명." - when: > - 상위-하위 관계, 포함 관계를 시각화할 때. - 기술 융합/통합 구조를 보여줄 때 (예: DX = GIS + BIM + DT). - 2~3개 요소가 하나의 큰 개념에 속함을 보여줄 때. - not_for: > - 순서가 있는 흐름 (process 사용). - 대등한 비교 (comparison 사용). - 4개 이상 요소 나열 (card-grid 사용). - slots: - required: - - center_label - - "items[]" - optional: - - center_sub - - description - item_fields: - required: - - label - optional: - - color - character_limits: - center_label: 15 - center_sub: 20 - item_label: 10 - description: 100 - - # ────────────────────────────────────── - # 5. 프로세스 (process) - # ────────────────────────────────────── - - id: process - name: 단계 흐름 - template: blocks/process.html - visual: "가로 방향 단계. 각 단계는 번호 원형 + 제목 + 설명. 단계 사이에 → 화살표." - when: > - 순서가 있는 절차를 보여줄 때 (1→2→3→4). - 워크플로우, 실행 단계, 파이프라인. - 시간 순서가 아닌 논리적 순서. - not_for: > - 시간 기반 순서 (timeline 사용, 향후 추가). - 순서 없는 항목 나열 (card-grid 사용). - 2개 비교 (comparison 사용). - slots: - required: - - "steps[]" + required: ["cards[]"] optional: [] - step_fields: - required: - - title - optional: - - number - - description - character_limits: - title: 15 - description: 60 - # ────────────────────────────────────── - # 6. 결론 바 (conclusion-bar) - # ────────────────────────────────────── - - id: conclusion-bar - name: 결론 바 - template: blocks/conclusion-bar.html - visual: "전체 너비 진한 배경(primary색). 중앙 정렬 텍스트. 라벨 + 핵심 한 줄." + - id: card-tag-image + name: 태그 이미지 카드 + template: blocks/cards/card-tag-image.html + height_cost: large + visual: "3열 카드. 좌상단 색상 태그 라벨 + 이미지 + 제목 + 설명." when: > - 슬라이드 하단에 핵심 메시지를 한 줄로 마무리할 때. - 전체 내용의 결론, 요약, 시사점을 강조할 때. - 항상 슬라이드 맨 아래에 배치. + 카테고리별 분류가 핵심일 때. 태그로 구분. + 예: 제조업(파란) / 건축(초록) / 인프라·토목(빨간) not_for: > - 본문 중간의 강조 (quote-block 사용). - 여러 줄의 요약 (quote-block 또는 card-grid 사용). + 태그 불필요 → card-image-3col 사용. + 이미지 없음 → card-text-grid 사용. slots: - required: - - conclusion_text - optional: - - label - character_limits: - conclusion_text: 80 - label: 10 - - # ────────────────────────────────────── - # 7. 비교 테이블 (comparison-table) - # ────────────────────────────────────── - - id: comparison-table - name: 비교 테이블 - template: blocks/comparison-table.html - visual: "표 형태. 진한 배경 헤더 행. 짝수 행 배경 교차. 첫 열 굵은 글씨." - when: > - 3개 이상 항목을 여러 기준으로 비교할 때. - 다차원 비교, 기능 매트릭스, 스펙 비교. - 행/열이 5개 이상인 구조화된 데이터. - not_for: > - 2개 항목 비교 (comparison 사용). - 정의/설명 나열 (card-grid 사용). - 순서가 있는 데이터 (process 또는 timeline 사용). - slots: - required: - - "headers[]" - - "rows[][]" + required: ["cards[]"] optional: [] - character_limits: - header: 15 - cell: 40 -# ────────────────────────────────────── + - id: card-icon-desc + name: 아이콘 설명 카드 + template: blocks/cards/card-icon-desc.html + height_cost: medium + visual: "2~4열. 중앙 큰 이모지 아이콘(2.5rem) + 굵은 제목 + 설명. 밝은 배경." + when: > + 기능/특성/장점을 아이콘과 함께 나열. + 예: 🔧기술기반 / 💻S/W역량 / 🌏여건조성 + not_for: > + 이미지(사진) 필요 → card-image-3col 사용. + 순서 번호 → card-numbered 사용. + slots: + required: ["cards[]"] + optional: [] + + - id: card-compare-3col + name: 3단 비교 카드 + template: blocks/cards/card-compare-3col.html + height_cost: large + visual: "3열 카드. 각 카드 상단 색상 헤더(제목+서브) + 이미지 + 불릿." + when: > + 3개 카테고리를 비교. 각 카테고리에 다른 색상 헤더. + 예: 상용SW(회색) vs 3rd Party(파랑) vs 전문SW(빨강) + not_for: > + 2개 비교 → compare-pill-pair + comparison-table 사용. + 다항목 표 → compare-3col-badge 사용. + slots: + required: ["cards[]"] + optional: [] + + - id: card-step-vertical + name: 세로 단계 카드 + template: blocks/cards/card-step-vertical.html + height_cost: xlarge + visual: "세로 나열. 좌측 색상 마커(단계명) + 우측 콘텐츠 박스(제목+이미지+설명). 연결선." + when: > + 생애주기 단계별 설명. 각 단계에 이미지+상세 설명. + 예: 설계단계 → 시공단계 → 운영단계 + not_for: > + 가로 흐름(간단) → process-horizontal 사용. + 높이 예산 부족 → card-numbered 사용. + slots: + required: ["steps[]"] + optional: [] + + - id: card-image-round + name: 원형 이미지 카드 + template: blocks/cards/card-image-round.html + height_cost: large + visual: "2~3열. 원형 이미지(140px, 테두리+그림자) + 제목 + 설명. 중앙 정렬." + when: > + 포트폴리오형 나열. 비전/가치 표현. 원형 이미지. + not_for: > + 사각형 이미지 → card-image-3col 사용. + 이미지 없음 → card-icon-desc 사용. + slots: + required: ["cards[]"] + optional: [] + + - id: card-stat-number + name: 통계 숫자 카드 + template: blocks/cards/card-stat-number.html + height_cost: medium + visual: "2~4열. 매우 큰 숫자(36px, 색상) + 단위 + 라벨 + 설명." + when: > + KPI, 성과 수치, 목표 달성률, 비용 절감율. + 예: 30% 절감 / 40% 감소 / 220명+ 인력 + not_for: > + 숫자가 아닌 텍스트 → card-text-grid 사용. + slots: + required: ["stats[]"] + optional: [] + + - id: card-numbered + name: 번호 항목 카드 + template: blocks/cards/card-numbered.html + height_cost: medium + visual: "세로 나열. 색상 원형 번호(①②③④) + 제목 + 설명. 밝은 배경." + when: > + 순서가 있는 항목을 세로로 나열 (실행 단계, 조건, 요구사항). + 예: 1.요구사항분석 → 2.SW개발 → 3.System통합 → 4.교육 + not_for: > + 순서 없음 → card-text-grid 사용. + 이미지 포함 단계 → card-step-vertical 사용. + 가로 흐름 → process-horizontal 사용. + slots: + required: ["items[]"] + optional: [] + + # ═══════════════════════════════ + # tables/ — 표/비교 계열 + # ═══════════════════════════════ + + - id: compare-3col-badge + name: VS 배지 비교표 + template: blocks/tables/compare-3col-badge.html + height_cost: large + visual: "3단 테이블. 좌(하늘색 헤더) | 중앙(파란 VS 배지) | 우(파란 헤더). 행별 비교." + when: > + 두 개념 다항목 비교 (5행 이상). 중앙에 VS 배지. + 예: BIM vs DX — S/W, 프로세스, 성과물, 활용 비교 + not_for: > + 시각적 대비(짧음) → compare-pill-pair 사용. + 2단 분할 → compare-2col-split 사용. + 범용 데이터 → table-simple-striped 사용. + slots: + required: ["headers[]", "rows[][]"] + optional: [] + + - id: compare-2col-split + name: 2단 분할 비교표 + template: blocks/tables/compare-2col-split.html + height_cost: large + visual: "파란 헤더(좌/구분/우) + 행별 좌:항목 | 중앙:기준라벨(파란) | 우:항목." + when: > + 두 기술의 항목별 상세 비교. + 예: GIS vs BIM — 개념/분석/도면/발전 + not_for: > + VS 배지 필요 → compare-3col-badge 사용. + 범용 데이터 → table-simple-striped 사용. + slots: + required: [left_title, right_title, "rows[]"] + optional: [] + + - id: table-simple-striped + name: 범용 줄무늬 테이블 + template: blocks/tables/table-simple-striped.html + height_cost: medium + visual: "진한 남색 헤더 + 줄무늬 행 교차. 첫 열 굵은 글씨. 범용." + when: > + 비교가 아닌 일반 데이터 표. + 예: 구분/현재/목표/비고, 스펙표, 일정표 + not_for: > + A vs B 비교 → compare-3col-badge 사용. + slots: + required: ["headers[]", "rows[][]"] + optional: [] + + # ═══════════════════════════════ + # visuals/ — 시각 요소 (SVG) + # ═══════════════════════════════ + + - id: venn-diagram + name: SVG 벤 다이어그램 + template: blocks/visuals/venn-diagram.html + height_cost: xlarge + visual: "SVG. 진한 파란 큰 원(동심원 링, 입체감) + 3개 작은 원(주황/민트/골드). 그라데이션+글로우." + when: > + 상위-하위 포함 관계. 기술 융합 구조. + 예: 건설산업DX 안에 GIS/BIM/디지털트윈 + ★ 반드시 단독 배치. 다른 블록과 같은 zone에 쌓지 마라. + not_for: > + 텍스트로 관계 설명 가능하면 사용 금지. + sidebar(35%) 배치 금지. 높이 300px 미만 금지. + slots: + required: [center_label, "items[]"] + optional: [center_sub, description] + + - id: circle-gradient + name: 원형 라벨 + template: blocks/visuals/circle-gradient.html + height_cost: compact + visual: "파란 그라데이션 원(190px) + 이중 테두리 + 중앙 흰색 텍스트." + when: > + 섹션 전환점 키워드 강조. 아래에 카드/표 올 때 주제 선언. + not_for: > + 본문 텍스트 → topic-header 계열. 결론 → conclusion-accent-bar. + slots: + required: [label] + optional: [sub_label] + + - id: compare-pill-pair + name: 둥근 박스 VS + template: blocks/visuals/compare-pill-pair.html + height_cost: compact + visual: "이중 테두리 둥근 박스 2개 나란히 + 'VS'. 하늘색 테두리 + 시안 텍스트." + when: > + 2개 개념 시각적 대비 (비교 테이블 위 헤더로). + 예: 'DX 협업 프로세스' VS 'BIM 정보 관리' + not_for: > + 상세 비교(5행+) → compare-3col-badge 사용. + 3개 이상 → card-compare-3col 사용. + slots: + required: [left_label, right_label] + optional: [left_sub, right_sub] + + - id: process-horizontal + name: 가로 단계 흐름 + template: blocks/visuals/process-horizontal.html + height_cost: medium + visual: "가로 방향. 파란 원형 번호 + 제목 + 설명(카드). → 화살표." + when: > + 논리적 순서를 가로로 (1→2→3→4). 프로세스 흐름. + not_for: > + 시간 기반(연도) → timeline 사용. + 세로 나열 → card-numbered 사용. + slots: + required: ["steps[]"] + optional: [] + + - id: flow-arrow-horizontal + name: 가로 흐름 화살표 + template: blocks/visuals/flow-arrow-horizontal.html + height_cost: compact + visual: "SVG. 색상 둥근 캡슐이 가로 나열 + 사이 화살표. 컴팩트." + when: > + 기술 발전/전환 흐름을 간결하게. + 예: GIS → SPCC → 토공 → BIM + not_for: > + 각 단계에 설명 필요 → process-horizontal 사용. + slots: + required: ["steps[]"] + optional: [] + + - id: keyword-circle-row + name: 키워드 원형 행 + template: blocks/visuals/keyword-circle-row.html + height_cost: medium + visual: "SVG 그라데이션 원 안에 큰 글자(G,S,I,M) + 아래 라벨 + 설명." + when: > + 약어 풀이. 핵심 키워드를 원형으로 시각 강조. + 예: G(Geographic) + S(Structure) + I(Information) + M(Model) + not_for: > + 아이콘+설명 → card-icon-desc 사용. 용어 정의 → card-text-grid 사용. + slots: + required: ["keywords[]"] + optional: [] + + - id: layer-diagram + name: 레이어 다이어그램 + template: blocks/visuals/layer-diagram.html + height_cost: large + visual: "SVG. 겹쳐진 사다리꼴 레이어(3D 효과). 각 레이어에 라벨+색상." + when: > + 기술 레이어/스택 구조. + 예: Digital Twin / BIM / GIS / 실세계 인프라 + not_for: > + 포함 관계(원형) → venn-diagram. 좁은→넓은 → pyramid-hierarchy. + slots: + required: ["layers[]"] + optional: [title] + + - id: timeline-vertical + name: 세로 타임라인 + template: blocks/visuals/timeline-vertical.html + height_cost: large + visual: "좌측 세로 선 + SVG 원형 마커(색상별) + 우측 연도+제목+설명." + when: > + 연혁, 정책 시행 일정, 로드맵 (4개+ 이벤트). + 예: 2020→2022→2023→2025 + not_for: > + 이벤트 3개 이하 → timeline-horizontal 사용. + 논리적 순서 → process-horizontal 사용. + slots: + required: ["events[]"] + optional: [] + + - id: timeline-horizontal + name: 가로 타임라인 + template: blocks/visuals/timeline-horizontal.html + height_cost: compact + visual: "SVG. 가로 선 + 원형 마커 + 위 연도 + 아래 제목. 컴팩트." + when: > + 짧은 일정/마일스톤 (3~5개). 높이 예산 적을 때. + not_for: > + 6개 이상 → timeline-vertical 사용. + slots: + required: ["events[]"] + optional: [] + + - id: pyramid-hierarchy + name: 피라미드 계층 + template: blocks/visuals/pyramid-hierarchy.html + height_cost: large + visual: "SVG. 위→아래 넓어지는 사각형(그라데이션). 상위→하위 위계." + when: > + 위계, 우선순위, 좁은(핵심)→넓은(기반). + 예: DX → BIM+GIS+DT → 프로세스혁신 → 기반인프라 + not_for: > + 포함 관계 → venn-diagram. 레이어 스택 → layer-diagram. + slots: + required: ["levels[]"] + optional: [] + + # ═══════════════════════════════ + # emphasis/ — 강조, 인용, 결론 + # ═══════════════════════════════ + + - id: quote-left-border + name: 좌측 라인 인용 + template: blocks/emphasis/quote-left-border.html + height_cost: compact + visual: "좌측 빨간 세로 라인(3px) + 연한 배경 + 인용 텍스트 + 출처(기울임)." + when: > + 짧은 인용문 + 출처. 문제 제기, 핵심 주장. + not_for: > + 큰따옴표 장식 → quote-big-mark. 질문형 → quote-question. 결론 → conclusion-accent-bar. + slots: + required: [quote_text] + optional: [source] + + - id: quote-big-mark + name: 큰따옴표 인용 + template: blocks/emphasis/quote-big-mark.html + height_cost: medium + visual: "좌상단 ❝ + 우하단 ❞ 큰따옴표 장식. 연한 배경 박스 + 인용문 + 우측 출처." + when: > + 임팩트 있는 문제 제기. 시각적으로 인용임을 명확히. + not_for: > + 짧은 인용 → quote-left-border. 질문 → quote-question. + slots: + required: [quote_text] + optional: [source] + + - id: quote-question + name: 질문형 강조 + template: blocks/emphasis/quote-question.html + height_cost: medium + visual: "밝은 파란 배경 + 파란 테두리 + 큰 질문 텍스트(22px) + 부연 설명." + when: > + 독자에게 질문. 문제 인식 유도, 전환점. + 예: '지금의 방식으로도 가능할까?' + not_for: > + 인용(출처) → quote-left-border. 결론 → conclusion-accent-bar. + slots: + required: [question] + optional: [description] + + - id: conclusion-accent-bar + name: 결론 액센트 바 + template: blocks/emphasis/conclusion-accent-bar.html + height_cost: compact + visual: "밝은 회색 배경 + 좌측 파란 세로 라인(4px) + 파란 라벨 + 진한 결론 텍스트." + when: > + 페이지 하단 핵심 한 줄 요약. + not_for: > + 본문 중간 강조 → banner-gradient. 인용 → quote 계열. + slots: + required: [conclusion_text] + optional: [label] + + - id: comparison-2col + name: 2단 병렬 비교 + template: blocks/emphasis/comparison-2col.html + height_cost: medium + visual: "좌우 2단. 좌 파란 헤더 + 우 빨간 헤더. 중앙 구분선. 서브타이틀+본문." + when: > + A vs B 직접 비교. 장단점, Before/After. + not_for: > + 다항목 표(5행+) → compare-3col-badge. 시각 대비 → compare-pill-pair. + slots: + required: [left_title, left_content, right_title, right_content] + optional: [left_subtitle, right_subtitle] + + - id: banner-gradient + name: 그라데이션 배너 + template: blocks/emphasis/banner-gradient.html + height_cost: compact + visual: "전체 너비 파란 그라데이션 배경(둥근 모서리) + 중앙 흰색 텍스트." + when: > + 섹션 구분, 핵심 선언, 강조 문구. + not_for: > + 하단 결론 → conclusion-accent-bar. 인용 → quote 계열. + slots: + required: [text] + optional: [sub_text] + + - id: dark-bullet-list + name: 다크 배경 불릿 + template: blocks/emphasis/dark-bullet-list.html + height_cost: medium + visual: "짙은 남색 배경 + 파란 제목 + 흰 텍스트 불릿. 파란 불릿 마커." + when: > + 핵심 포인트를 짙은 배경 위에 강조. 시각적 무게감. + not_for: > + 밝은 배경 → card-text-grid 또는 card-numbered. + slots: + required: ["bullets[]"] + optional: [title] + + - id: highlight-strip + name: 강조 분류 스트립 + template: blocks/emphasis/highlight-strip.html + height_cost: compact + visual: "가로 색상 구간들. 각 구간에 흰 라벨. 카테고리 색상 분류 바." + when: > + 카테고리별 색상 분류를 한 줄로. + 예: 상용(회색) | 3rd Party(파랑) | 전문SW(빨강) + not_for: > + 탭 전환 → tab-label-row. 결론 → banner-gradient. + slots: + required: ["segments[]"] + optional: [] + + - id: callout-solution + name: 솔루션 콜아웃 + template: blocks/emphasis/callout-solution.html + height_cost: medium + visual: "밝은 파란 배경 + 파란 테두리 + 아이콘 + 파란 제목 + 설명 + 출처." + when: > + 핵심 해결책, 솔루션, 방향성 강조. + 예: '💡 Solution 제시 포인트' + not_for: > + 경고/문제 → callout-warning. 인용 → quote 계열. + slots: + required: [title, description] + optional: [icon, source] + + - id: callout-warning + name: 경고 콜아웃 + template: blocks/emphasis/callout-warning.html + height_cost: medium + visual: "연한 빨간 배경 + 빨간 테두리 + 아이콘 + 빨간 제목 + 진한 빨간 설명." + when: > + 문제점 지적, 주의사항, 잘못된 접근 경고. + 예: '⚠️ 현재 접근 방식의 한계' + not_for: > + 해결책 → callout-solution. 인용 → quote 계열. + slots: + required: [title, description] + optional: [icon] + + - id: tab-label-row + name: 탭 라벨 행 + template: blocks/emphasis/tab-label-row.html + height_cost: compact + visual: "가로 탭 버튼. 선택됨=색상 배경+흰 텍스트, 나머지=회색. 밝은 바탕." + when: > + 카테고리 전환/분류 표시. + 예: 제조 | 건축 | [인프라/토목] + not_for: > + 색상 바 → highlight-strip. 실제 클릭 전환 미지원. + slots: + required: ["tabs[]"] + optional: [] + + - id: divider-text + name: 텍스트 구분선 + template: blocks/emphasis/divider-text.html + height_cost: compact + visual: "좌우 가는 회색 선 + 중앙 작은 회색 텍스트. 시각적 휴식점." + when: > + 섹션 구분, 주제 전환점에 가벼운 구분. + 예: ── 핵심 요약 ── + not_for: > + 강한 구분 → section-header-bar. 결론 → conclusion-accent-bar. + slots: + required: [text] + optional: [] + + - id: details-block + name: 자세히보기 (접기/펼치기) + template: blocks/emphasis/details-block.html + height_cost: compact + visual: "접힌 요약 1줄 + 좌측 파란 액센트 라인. 클릭하면 상세 내용 펼침. HTML 네이티브
사용." + when: > + 너무 구체적/세부적인 내용을 접어서 보여줄 때. + 본문 흐름을 끊지 않으면서 상세 데이터(비교표, 스펙 등)를 제공할 때. + detail_target 꼭지. + not_for: > + 본문 핵심 내용 (접으면 안 됨). 결론 → conclusion-accent-bar. + 일반 텍스트 → topic-header 또는 card 사용. + slots: + required: [summary_text, detail_content] + optional: [label] + + # ═══════════════════════════════ + # media/ — 이미지/미디어 + # ═══════════════════════════════ + + - id: image-row-2col + name: 이미지 2열 + template: blocks/media/image-row-2col.html + height_cost: large + visual: "이미지 2장 나란히. 높이 354px. 캡션 선택." + when: > + 시공 사진 2장, 현장 비교 나란히. + not_for: > + 4장 → image-grid-2x2. 이미지+텍스트 → image-side-text. 1장 → image-full-caption. + slots: + required: ["images[]"] + optional: [] + + - id: image-grid-2x2 + name: 이미지 2x2 그리드 + template: blocks/media/image-grid-2x2.html + height_cost: large + visual: "이미지 4장 2x2 격자. 높이 200px 각. 캡션 선택." + when: > + 현장 사진 4장, 4개 관점 이미지. + not_for: > + 2장 → image-row-2col. 이미지+텍스트 → image-side-text. + slots: + required: ["images[]"] + optional: [] + + - id: image-side-text + name: 이미지+텍스트 가로 + template: blocks/media/image-side-text.html + height_cost: medium + visual: "좌측 이미지(320px) + 우측 제목+설명+불릿. 가로 배치." + when: > + 이미지에 대한 설명. 제품/시스템 소개. + not_for: > + 이미지만 → image-row-2col. 여러 장 → image-grid-2x2. + slots: + required: [image_src] + optional: [image_alt, title, description, bullets] + + - id: image-full-caption + name: 전체 너비 이미지 + template: blocks/media/image-full-caption.html + height_cost: large + visual: "전체 너비 이미지 1장(둥근 모서리) + 하단 캡션." + when: > + 핵심 도표, 대형 다이어그램, 전경 사진을 크게. + not_for: > + 2장+ → image-row-2col/image-grid-2x2. 이미지+텍스트 → image-side-text. + slots: + required: [src] + optional: [alt, caption] + + - id: image-before-after + name: Before/After 이미지 + template: blocks/media/image-before-after.html + height_cost: large + visual: "좌 Before(회색 라벨) + → 화살표(파란) + 우 After(파란 라벨). 각각 이미지." + when: > + 변화 전후 비교. 디지털 전환 전후, 공정 개선. + not_for: > + 이미지 단순 나열 → image-row-2col. 텍스트 비교 → comparison-2col. + slots: + required: [before_src, after_src] + optional: [before_label, after_label, caption] + +# ═══════════════════════════════ # 레이아웃 옵션 -# ────────────────────────────────────── +# ═══════════════════════════════ layouts: - - id: "65-35" name: "6.5:3.5 좌우 분할" grid_columns: "6.5fr 3.5fr" - when: "좌측 메인 콘텐츠(인용+사례+이미지) + 우측 보조(정의/용어)" - + when: "좌측 메인 + 우측 보조" - id: "50-50" name: "5:5 균등 분할" grid_columns: "1fr 1fr" - when: "대등한 비교, 병렬 콘텐츠" - + when: "대등한 비교" - id: "single" name: "단일 컬럼" grid_columns: "1fr" - when: "프로세스 흐름, 타임라인, 단순 구조, 블록이 1~2개일 때" - + when: "순차 구조" - id: "35-65" name: "3.5:6.5 좌우 분할" grid_columns: "3.5fr 6.5fr" - when: "좌측 요약/네비게이션 + 우측 메인 콘텐츠" - + when: "좌측 요약 + 우측 메인" - id: "40-60" name: "4:6 좌우 분할" grid_columns: "4fr 6fr" - when: "좌측 설명/정의 + 우측 시각화(관계도/이미지)" - + when: "좌측 설명 + 우측 시각화" - id: "60-40" name: "6:4 좌우 분할" grid_columns: "6fr 4fr" - when: "좌측 메인 텍스트 + 우측 보조 정보" + when: "좌측 메인 + 우측 보조" -# ────────────────────────────────────── -# 향후 추가 예정 블록 (Figma 추출 후) -# ────────────────────────────────────── -# - example-card: 출처+불릿 사례 카드 -# - image-block: 이미지 블록 (full/side/thumb) -# - image-gallery: 이미지 갤러리 (2col/3col/2x2) -# - timeline: 타임라인 (vertical/horizontal) -# - big-number: 핵심 지표 (큰 숫자) -# - icon-list: 아이콘 리스트 -# - section-title: 섹션 타이틀 (영문+한글) +# Phase 2 추가 예정 +# - circle-orbit: 원형 궤도 배치 (SVG, N개 자동) # - details-block: 자세히보기 (
/) diff --git a/templates/slide-base.html b/templates/slide-base.html index 7e59f50..c89019b 100644 --- a/templates/slide-base.html +++ b/templates/slide-base.html @@ -42,11 +42,20 @@ {% endif %} {% for block in page.blocks %} -
+
{{ block.html }}
{% endfor %}
{% endfor %} +