diff --git a/FIGMA-DESIGN-LANGUAGE.md b/FIGMA-DESIGN-LANGUAGE.md deleted file mode 100644 index b714ea9..0000000 --- a/FIGMA-DESIGN-LANGUAGE.md +++ /dev/null @@ -1,112 +0,0 @@ -# Figma Design Language Analysis - -> Phase 1 결과 문서 (2026-04-07) -> Figma Source: `9S6LsQyO6zlRxtiqZccOUM` / Page 1 - -## 1. 스코프 - -| 프레임 | 역할 | 판정 | -|--------|------|------| -| Frame 1 (1:3) | 3D 수렴 화살표 | 서브 컴포넌트 (장식 이미지) | -| Frame 2 (1:5) | Solution 제작 목표 | **블록화** → hero-icon-cards | -| Frame 3 (1:35) | 정책 달성 (Engn.Solution vs DfMA) | **블록화** → compare-2col-badge | -| Frame 4 (1:49) | 과정 vs 결과의 혁신 | **블록화** → compare-detail-gradient | -| Frame 5 (1:74) | 상세보기 버튼 | 서브 컴포넌트 (CTA) | -| Frame 6 (1:80) | 정책방향 (세로 문서) | **제외** (1280×720 부적합) | - -## 2. 스케일 변환 - -Figma 캔버스 → 슬라이드(1280px) 변환 비율: -- Frame 2, 3: ×0.71 (1808px → 1280px) -- Frame 4: ×0.33 (3848px, 양쪽 합쳐서 2패널) - -| Figma | 슬라이드 환산 | 역할 | -|-------|-------------|------| -| 70px | 28-35px | 대섹션 헤더 | -| 60px | 24-28px | Hero 메시지 | -| 50px | 22-26px | 섹션 제목, 배지 | -| 45px | 20-22px | 카드 타이틀 (EN) | -| 40px | 16-20px | 본문 | -| 35px | 14-18px | 부제, 한국어 서브 | -| 32px | 12-14px | 버튼 | - -## 3. 색상 팔레트 (Warm Theme) - -기존 블루/슬레이트 테마와 **병존**하는 새 팔레트: - -| 토큰 | Hex | Figma 원본 | 용도 | -|------|-----|-----------|------| -| `--color-warm-brown` | `#5C3714` | rgba(92,55,20) | 과정/프로세스 섹션 제목 | -| `--color-dark-teal` | `#084C56` | rgba(8,76,86) | 결과/디지털 섹션 제목 | -| `--color-teal` | `#227582` | rgba(34,117,130) | 설명 텍스트 | -| `--color-forest` | `#548235` | rgba(84,130,53) | 배경 그라디언트 | -| `--color-beige` | `#E4D9C0` | rgba(228,217,192) | 서브틀 배경/버튼 | -| `--color-warm-yellow` | `#FAEDCB` | rgba(250,237,203) | 하이라이트 바 | - -### 그라디언트 패턴 -- 왼쪽(과정): `rgba(165,161,150,0.10) → rgba(57,50,30,1.00)` (베이지→브라운) -- 오른쪽(결과): `rgba(41,107,85,0.10) → rgba(3,33,24,1.00)` (틸→다크) -- 버튼: `rgba(255,255,255,0.00) → rgba(228,217,192,1.00)` (투명→베이지) -- 배경: `rgba(84,130,53,1.00) → rgba(37,62,31,0.00)` (그린→투명) - -## 4. 타이포그래피 - -- **폰트**: Pretendard Variable 유지 (Noto Sans KR은 이미 fallback) -- **핵심은 크기/굵기 위계** - -| 레벨 | 크기 (슬라이드) | Weight | 스트로크 | 정렬 | -|------|---------------|--------|---------|------| -| Hero Statement | 24-28px | 700 | white 1.5px | center | -| Section Header | 28-35px | 900 | white 5px | center/left | -| Badge Title | 22-26px | 700 | 없음 | center | -| Card Title (EN) | 20-22px | 900 | white 5px | center | -| Card Subtitle (KR) | 14-18px | 500 | white 1.5px | center | -| Body Text | 16-20px | 700 | white 1px | left | -| Section Sub-title | 22-26px | 900 | 없음 | left | - -### 텍스트 스트로크 기법 -Figma 디자인의 특징: 다양한 배경 위에서 가독성 확보를 위해 **흰색 스트로크** 사용 -```css --webkit-text-stroke: 1.5px white; /* 일반 텍스트 */ --webkit-text-stroke: 5px white; /* 강조 텍스트 */ -paint-order: stroke fill; /* 스트로크가 텍스트 뒤로 */ -``` - -## 5. 레이아웃 패턴 - -### A. Badge Header -- 이미지/그라디언트 배경 위 `border-radius: 20px` 바 -- 중앙 흰색 텍스트 (50px/700 → 22-26px/700) -- 높이: ~88px (Figma) → ~44-50px (슬라이드) - -### B. Hero Statement -- 전체 폭 중앙 정렬 -- 큰 텍스트 (60px/700) + 흰색 스트로크 -- 키워드 **굵은 강조** 가능 - -### C. Icon Card Row -- N개 카드 수평 배치, 세로 구분선 -- 각 카드: 아이콘 이미지 + 영문 제목(900) + 한국어 부제(500) -- 흰색 둥근 컨테이너 (borderRadius: 20) - -### D. Two-Col Comparison -- 좌/우 그라디언트 배경 -- 각 열: 헤더 바 + (섹션 제목 + 본문) × N개 -- 색상으로 좌/우 구분 (브라운 vs 틸) - -### E. CTA Button -- 그라디언트 바 (투명→베이지) + 둥근 버튼 (r:7) -- 흰색 텍스트 - -## 6. 디자인 시스템 vs 콘텐츠 전용 경계 - -### 디자인 시스템 (블록에 포함) -- 색상 팔레트, 그라디언트 패턴 -- 타이포그래피 위계, 텍스트 스트로크 -- 둥근 모서리 컨테이너 (r:20) -- Badge Header, 2열 비교, N열 카드 레이아웃 구조 - -### 콘텐츠 전용 (블록에 포함하지 않음) -- 3D 화살표 이미지 (Frame 1) → 콘텐츠가 제공 -- 특정 아이콘 이미지들 (brain, thunder 등) → 콘텐츠가 제공 -- 도메인 텍스트 → 슬롯으로 처리 diff --git a/FIGMA-EXTRACTION.md b/FIGMA-EXTRACTION.md deleted file mode 100644 index 6592f1c..0000000 --- a/FIGMA-EXTRACTION.md +++ /dev/null @@ -1,441 +0,0 @@ -# Figma → HTML 블록 변환 프로세스 - -> 2026-04-07 확립. Figma 디자인을 design_agent 블록으로 변환하는 정확한 방법론. - ---- - -## 1. 전체 워크플로우 - -``` -[Step 1] Figma API로 파일 구조 추출 - ↓ -[Step 2] 프레임별 렌더링 이미지(PNG) 다운로드 - ↓ -[Step 3] 노드별 상세 데이터 추출 (좌표, 색상, 폰트, 크기) - ↓ -[Step 4] 디자인 언어 분석 (공통 패턴 vs 콘텐츠 전용 구분) - ↓ -[Step 5] 블록 설계 (슬롯, 동적 규칙, schema) - ↓ -[Step 6] 수학적 계산 (Figma 좌표 → 스케일 → CSS값) - ↓ -[Step 7] HTML/CSS 구현 - ↓ -[Step 8] 비교 리뷰 (Figma PNG vs HTML, 같은 폭으로 위/아래 배치) - ↓ -[Step 9] 피드백 반영 → Step 6~8 반복 - ↓ -[Step 10] Jinja2 템플릿화 + catalog.yaml 등록 -``` - ---- - -## 2. Figma API 사용법 - -### 2.1 파일 구조 가져오기 -```bash -curl -s -H "X-Figma-Token: {TOKEN}" \ - "https://api.figma.com/v1/files/{FILE_KEY}" \ - | python -m json.tool -``` - -### 2.2 특정 노드 상세 데이터 -```bash -curl -s -H "X-Figma-Token: {TOKEN}" \ - "https://api.figma.com/v1/files/{FILE_KEY}/nodes?ids={NODE_IDS}&geometry=paths" -``` - -### 2.3 노드 이미지 렌더링 (PNG) -```bash -curl -s -H "X-Figma-Token: {TOKEN}" \ - "https://api.figma.com/v1/images/{FILE_KEY}?ids={NODE_IDS}&format=png&scale=2" -``` -- `scale=2`: 2배 해상도로 다운로드 (선명도 확보) -- 응답의 `images` 객체에 각 노드 ID별 S3 URL 제공 - -### 2.4 추출해야 하는 핵심 데이터 - -| 데이터 | API 필드 | 용도 | -|-------|---------|------| -| 위치 | `absoluteBoundingBox.x, .y` | 요소 간 관계 계산 | -| 크기 | `absoluteBoundingBox.width, .height` | 스케일 계산 | -| 텍스트 | `characters` | 콘텐츠 확인 | -| 폰트 | `style.fontFamily, .fontSize, .fontWeight` | 타이포그래피 | -| 색상 | `fills[].color` | 색상 팔레트 | -| 테두리 | `strokes[], strokeWeight` | 박스 스타일 | -| 라운드 | `cornerRadius` | border-radius | -| 이미지 | `fills[].imageRef` | 이미지 자산 식별 | - ---- - -## 3. 수학적 계산 (핵심) - -### 3.1 스케일 팩터 - -``` -슬라이드 콘텐츠 폭 = 1280px - padding(40px × 2) = 1200px - -scale = 1200 / figma_frame_width -``` - -| Figma 프레임 | 폭 | 스케일 | -|-------------|-----|--------| -| Frame 2 | 1808px | 0.6637 | -| Frame 3 | 1807px | 0.6641 | -| Frame 4 | 3848px | 0.3118 | - -### 3.2 요소 간 정렬 계산 - -**절대 원칙: Figma 좌표 차이값 → 스케일 적용 → CSS값** - -```python -# 예: 리본 접힘선과 박스 테두리 정렬 -badge_y = 1431 # Figma에서 badge 이미지 top Y -box_y = 1449 # Figma에서 box top Y -fold_offset = box_y - badge_y # = 18px (Figma 기준) - -# 스케일 적용 -fold_offset_css = round(fold_offset * scale) # = 12px (CSS) -``` - -**금지: "좀 더 올려볼게요" 식의 시행착오 px 조정** - -### 3.3 이미지 자산 크기 계산 - -```python -# Figma 원본 크기에 스케일 적용 -ribbon_width_css = round(badge_img_width * scale) -ribbon_height_css = round(badge_img_height * scale) - -# 비율 계산 (CSS에서 width만 지정하면 height는 자동) -aspect_ratio = badge_img_width / badge_img_height -``` - -### 3.4 패딩/여백 계산 - -```python -# 리본이 박스 안에 들어오는 높이 = 리본 전체 높이 - 접힘선 오프셋 -ribbon_inside_box = ribbon_height_css - fold_offset_css - -# 박스 상단 패딩 = 리본 침입 높이 + 여유 -box_padding_top = ribbon_inside_box + 6 # 6px 여유 -``` - -### 3.5 실제 계산 예시 (Frame 2) - -``` -입력 (Figma 원본): - badge 이미지: 508×94px, y=1431 - box: y=1449 - frame width: 1808px - -계산: - scale = 1200/1808 = 0.6637 - ribbon_w = 508 × 0.6637 = 337px - ribbon_h = 94 × 0.6637 = 62px - fold_offset = (1449-1431) × 0.6637 = 12px - ribbon_below_fold = 62 - 12 = 50px - box_padding_top = 50 + 6 = 56px - -CSS 출력: - .ribbon { width: 337px; top: -12px; } - .box { padding-top: 56px; } -``` - ---- - -## 4. 이미지 자산 처리 - -### 4.1 CSS로 만들면 안 되는 것 - -| 요소 | 이유 | 처리 | -|------|------|------| -| 3D 리본/두루마리 | 입체감, 그림자, 곡면 → CSS 불가 | Figma에서 PNG 추출 | -| 복잡한 그라디언트 배경 | 다중 정지점, 비선형 → CSS 근사 불가 | 이미지 사용 | -| 아이콘 이미지 | 디자이너가 만든 고유 자산 | 원본 이미지 사용 | - -### 4.2 CSS로 만들 수 있는 것 - -| 요소 | CSS 구현 | -|------|---------| -| 단색/2색 그라디언트 배경 | `linear-gradient()` | -| 둥근 모서리 테두리 박스 | `border + border-radius` | -| 텍스트 스타일 | `font-size, font-weight, color` | -| 그리드/플렉스 레이아웃 | `display: grid / flex` | -| 구분선 | `border` or `background` | - -### 4.3 이미지 추출 및 저장 - -```bash -# Figma API로 특정 노드 이미지 추출 -curl -s -H "X-Figma-Token: {TOKEN}" \ - "https://api.figma.com/v1/images/{FILE_KEY}?ids={NODE_ID}&format=png&scale=2" - -# 다운로드 → static/figma-assets/ 에 저장 -curl -s -o static/figma-assets/{name}.png "{S3_URL}" -``` - -저장 위치: `static/figma-assets/` - ---- - -## 5. 비교 리뷰 페이지 작성법 - -### 5.1 레이아웃 - -``` -같은 폭으로 위/아래 배치 (좌/우 아님 — 크기 차이 문제) - -┌─ 빨간 테두리 ──────────────┐ -│ Figma Original (PNG) │ -└─────────────────────────────┘ - ─ 구분선 ─ -┌─ 초록 테두리 ──────────────┐ -│ HTML Block │ -└─────────────────────────────┘ -``` - -### 5.2 HTML 스케일링 - -```css -.html-inner { - width: 1280px; /* 슬라이드 원본 크기 */ - transform-origin: top left; - transform: scale(0.74); /* 960px 컨테이너에 맞춤: 960/1280 */ -} -``` - -### 5.3 비교 리뷰 파일 위치 - -`data/figma_ref/comparison.html` - ---- - -## 6. Jinja2 템플릿 변환 규칙 - -### 6.1 고정값 → 변수 - -```html - -정책 달성{{ badge_title }} -Engn. Solution{{ left_title }} -``` - -### 6.2 반복 요소 → 루프 - -```html - -{% for card in cards %} -
{{ card.title }}
-{% endfor %} -``` - -### 6.3 이미지 자산 → 슬롯 - -```html - - -``` - -### 6.4 계산된 CSS → CSS 변수 - -```html - -
-``` - ---- - -## 7. 디자인 언어 vs 콘텐츠 전용 구분 - -### 디자인 언어 (블록에 포함, 재사용 가능) -- 색상 팔레트 (warm 테마: 브라운, 틸, 베이지) -- 타이포그래피 위계 (크기, 굵기 단계) -- 레이아웃 구조 (2열 비교, N열 카드 등) -- 장식 요소 (3D 리본, 둥근 컨테이너) - -### 콘텐츠 전용 (블록에 포함하지 않음) -- 특정 텍스트 ("디지털전환은 사용자...") -- 특정 아이콘 이미지 (brain, thunder 등) -- 도메인 전문 용어 (DfMA, Engn. Solution) - ---- - -## 8. 파일 구조 - -``` -design_agent/ -├── static/figma-assets/ ← Figma에서 추출한 이미지 자산 -│ ├── badge_policy.png (틸 3D 리본) -│ ├── badge_solution.png (빨간 3D 리본) -│ ├── box_policy_container.png -│ └── box_solution_cards.png -├── data/figma_ref/ ← 비교 리뷰용 -│ ├── comparison.html (Figma vs HTML 비교 페이지) -│ ├── frame2_1-5.png (Figma 원본 PNG) -│ ├── frame3_1-35.png -│ └── frame4_1-49.png -├── templates/blocks/cards/ ← 블록 템플릿 -│ ├── hero-icon-cards.html -│ ├── compare-2col-badge.html -│ └── compare-detail-gradient.html -├── FIGMA-DESIGN-LANGUAGE.md ← 디자인 언어 분석 결과 -├── FIGMA-EXTRACTION.md ← 이 문서 -└── PHASE-FIGMA-BLOCKS.md ← 블록 설계 명세 -``` - ---- - -## 9. 고급 레이아웃 패턴 - -### 9.1 좌/우 열 섹션 Y선 정렬 (CSS Grid 행 공유) - -2열 비교에서 좌/우 섹션 제목이 같은 Y선에 있어야 할 때: - -**문제**: 각 열을 독립 flex-column으로 만들면, 좌측 섹션 본문이 길면 우측 다음 섹션이 밀림. -``` -flex-column (잘못): - 좌: [제목1] [긴본문] [제목2] - 우: [제목1] [짧은본문] [제목2] ← 제목2가 좌측과 Y가 다름 -``` - -**해결**: CSS Grid 2열 × N행으로 행을 공유하면 자동 정렬. -```css -.block { - display: grid; - grid-template-columns: 1fr 1fr; /* 2열 */ - grid-template-rows: auto auto auto auto; /* 헤더 + N행 */ -} -``` -``` -Grid (올바름): - [좌 헤더] [우 헤더] ← Row 0 - [좌 섹션1] [우 섹션1] ← Row 1 (행 높이 = max(좌,우)) - [좌 섹션2] [우 섹션2] ← Row 2 (Y선 자동 정렬!) -``` - -**실제 계산 (Frame 4)**: -``` -Figma Y좌표: - Row 1: 좌 1166, 우 1166 → 0px 차이 (이미 정렬) - Row 2: 좌 1529, 우 1467 → 62px 차이 (Grid가 해결) - Row 3: 좌 1845, 우 1845 → 0px 차이 (이미 정렬) -원인: Row 1 좌측에 As-Is→To-Be 구조가 있어서 본문이 62px 더 높음 -``` - -### 9.2 As-Is → To-Be 수평 서브 레이아웃 - -한 섹션 안에서 변환 전/후를 수평 배치할 때: - -```html -
-
-
이전 상태 1
-
이전 상태 2
-
- → -
-
변환 후 1
-
변환 후 2
-
-
-``` -```css -.asis-tobe { display: flex; align-items: center; gap: 8px; } -.asis, .tobe { flex: 1; } -.arrow { width: 60px; height: auto; flex-shrink: 0; } -``` - -**Figma 좌표로 검증**: -``` -As-Is: x=2737, w=539 -Arrow: x=3375, w=252 -To-Be: x=3687, w=672 -→ 세 요소가 같은 Y(1269)에 수평 배치됨을 좌표로 확인 -``` - -### 9.3 3D 리본/두루마리 배지 정렬 공식 - -리본 이미지의 접힘선(fold-back)이 박스 테두리와 정확히 일치해야 할 때: - -``` -┌── 리본 이미지 ──────────────┐ -│ 접힘 삼각형 (fold) │ ← fold_offset (이미지 top에서) -│ 리본 본체 │ -│ │ -└──────────────────────────────┘ -════════════════════════════════ ← 박스 top border (여기에 fold가 일치해야 함) -┌── 박스 ──────────────────────┐ -│ padding-top = ribbon_below │ -│ 콘텐츠 시작 │ - -계산: - fold_offset = (box_y - badge_y) × scale → CSS: top 값 - ribbon_below = ribbon_height - fold_offset → 박스 안 침입 높이 - box_padding_top = ribbon_below + 여유(6px) → 콘텐츠 겹침 방지 -``` - -**핵심**: 리본을 올리거나 내리는 게 아니라, **박스의 위치를 계산**하는 것. -- `top: -fold_offset` → 리본 접힘선 = 박스 top border -- 리본은 그대로, 박스와의 관계만 수학적으로 결정 - ---- - -## 10. 실수 방지 (Anti-patterns) - -### 10.1 절대 하면 안 되는 것 - -| Anti-pattern | 왜 안 되는지 | 올바른 방법 | -|-------------|------------|-----------| -| px 시행착오 조정 ("좀 더 올려볼게") | 3번 이상 실패, 시간 낭비 | Figma 좌표에서 수학적 계산 | -| 3D 효과를 CSS로 재현 | 평면적이라 품질 차이 심각 | Figma에서 PNG 추출 | -| 비교 리뷰를 좌/우 배치 | 크기 차이로 비교 불가 | 위/아래 같은 폭으로 배치 | -| Jinja2 템플릿을 브라우저에서 직접 열기 | 변수 미렌더, 이미지 경로 깨짐 | comparison.html 또는 FastAPI로 확인 | -| 독립 flex-column으로 2열 비교 | 행 정렬 안 됨 | CSS Grid 행 공유 | -| 느낌으로 폰트/색상 설정 | Figma와 다른 결과물 | Figma API에서 정확한 값 추출 | - -### 10.2 반드시 해야 하는 것 - -| 원칙 | 이유 | -|------|------| -| CSS 주석에 계산 근거 기록 | 나중에 왜 이 값인지 추적 가능 | -| 비교 리뷰 후 진행 | 디자인 차이를 사전에 발견 | -| 이미지 자산은 `static/figma-assets/`에 저장 | FastAPI가 서빙, 경로 일관성 | -| `comparison.html`에 모든 프레임 포함 | 한 페이지에서 전체 리뷰 가능 | -| Figma 노드 ID 기록 | 나중에 업데이트된 디자인 재추출 가능 | - ---- - -## 11. Figma 소스 정보 - -### 현재 등록된 Figma 파일 - -| 항목 | 값 | -|------|---| -| File Key | `9S6LsQyO6zlRxtiqZccOUM` | -| Page | Page 1 (0:1) | -| Frame 2 (hero-icon-cards) | Node `1:5` | -| Frame 3 (compare-2col-badge) | Node `1:35` | -| Frame 4 (compare-detail-gradient) | Node `1:49` | -| Badge (빨간 리본) | Node `1:33` (image 4019) | -| Badge (틸 리본) | Node `1:43` (image 2197) | -| Arrow (As-Is→To-Be) | Node `1:67` (image 2645) | -| Box (빨간 테두리) | Node `1:12` (Rectangle 42894) | -| Box (틸 테두리) | Node `1:37` (Rectangle 42598) | - ---- - -## 12. 체크리스트 - -새 Figma 프레임을 블록으로 변환할 때: - -- [ ] Figma API로 노드 데이터 추출 (좌표, 크기, 색상, 폰트) -- [ ] PNG 렌더링 다운로드 (scale=2) -- [ ] 복잡한 비주얼 요소 식별 → 이미지로 추출 (CSS로 만들지 않음) -- [ ] 스케일 팩터 계산 (1200 / frame_width) -- [ ] 핵심 정렬 포인트 수학적 계산 (좌표 차이 × 스케일) -- [ ] CSS 값 도출 (계산 근거를 주석으로 기록) -- [ ] 비교 리뷰 페이지에 추가 (위/아래 같은 폭) -- [ ] 사용자 피드백 확인 -- [ ] Jinja2 템플릿 변환 (고정값→변수, 반복→루프) -- [ ] catalog.yaml 등록 diff --git a/PHASE-FIGMA-BLOCKS.md b/PHASE-FIGMA-BLOCKS.md deleted file mode 100644 index 01503a3..0000000 --- a/PHASE-FIGMA-BLOCKS.md +++ /dev/null @@ -1,463 +0,0 @@ -# Phase 2: Figma Block Design Specification - -> 3개 블록 + 2개 서브 컴포넌트 상세 설계 -> 기준: FIGMA-DESIGN-LANGUAGE.md 분석 결과 - ---- - -## Block 1: `hero-icon-cards` - -### 1.1 시각적 구조 - -``` -┌──────────────────────────────────────────────┐ -│ [Hero Statement - 큰 텍스트, 중앙] │ ← zone: header or full-width -│ │ -│ ┌─[Badge Title]─┐ │ -│──────────┤ ├───────────────────│ -│ ┌─────┐ │ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ │ -│ │icon │ │ │icon │ │icon │ │icon │ │icon │ │ ← N개 카드 (2~6) -│ │ │ │ │ │ │ │ │ │ │ │ │ -│ │Title│ ╎ │Title│ │Title│ │Title│ │Title│ │ ← 세로 구분선 -│ │(sub)│ │ │(sub)│ │(sub)│ │(sub)│ │(sub)│ │ -│ └─────┘ │ └─────┘ └─────┘ └─────┘ └─────┘ │ -│ └───────────────────────────────────│ -└──────────────────────────────────────────────┘ -``` - -### 1.2 슬롯 정의 - -| 슬롯 | 필수 | 타입 | 설명 | -|------|------|------|------| -| `statement` | O | string | Hero 메시지 (1-2줄) | -| `badge_title` | X | string | 배지 바 텍스트 | -| `cards[]` | O | array | 카드 배열 | -| `cards[].icon` | X | string | 아이콘 이미지 URL 또는 이모지 | -| `cards[].title` | O | string | 영문 또는 주제목 | -| `cards[].subtitle` | X | string | 한국어 부제 | -| `cards[].color` | X | string | 개별 카드 강조색 | - -### 1.3 동적 재구성 규칙 - -#### 그리드 계산 -``` -입력: N = cards.length, W = container_width_px - -N ≤ 5: 1행 N열 - col_count = N - card_width = (W - padding*2 - gap*(N-1)) / N - -N = 6: 1행 6열 (gap 축소) - col_count = 6 - gap = 8px (기본 16px에서 축소) - -N > 6: 2행 - col_count = ceil(N / 2) - row_count = 2 -``` - -#### 폰트 스케일링 -``` -card_width ≥ 200px → title: 20px, subtitle: 14px -card_width ≥ 150px → title: 16px, subtitle: 12px -card_width < 150px → title: 14px, subtitle: 11px -``` - -#### 높이 계산 -``` -hero_height = statement_lines * line_height + padding -badge_height = 44px (고정) -card_area_height = icon_height + title_lines * title_lh + subtitle_lh + padding - - 1행: card_area_height - - 2행: card_area_height * 2 + gap - -total_min_height = hero_height + badge_height + card_area_height + gaps -``` - -### 1.4 catalog.yaml schema - -```yaml -- id: hero-icon-cards - name: 히어로 문구 + 아이콘 카드 - category: cards - template: blocks/cards/hero-icon-cards.html - height_cost: xlarge - min_height_px: 280 - relation_types: [definition, flow] - min_items: 2 - max_items: 6 - visual: > - 상단에 큰 Hero 메시지(24px bold, 중앙) + 배지 바 + - 하단에 N열 아이콘 카드(둥근 흰색 컨테이너, 세로 구분선). - 각 카드는 아이콘 이미지 + 영문 제목(20px/900) + 한국어 부제(14px/500). - when: > - 핵심 목표나 가치를 N개 키워드로 선언할 때. - 각 키워드에 아이콘이나 이미지가 있을 때. - "우리가 추구하는 5가지 가치" 같은 구조. - not_for: > - 비교/대조 구조 → compare-2col-badge. - 상세 설명이 길 때 → card-icon-desc. - 순서/단계 → card-step-vertical 또는 process-horizontal. - purpose_fit: [핵심전달, 가치선언] - zone: full-width-only - slots: - required: [statement, cards[]] - optional: [badge_title, cards[].icon, cards[].subtitle, cards[].color] - schema: - statement: - max_lines: 2 - font_size: 24 - ref_chars: - body: 60 - note: "24px bold, 중앙정렬, 흰색 스트로크" - badge_title: - max_lines: 1 - font_size: 18 - ref_chars: - body: 20 - note: "18px bold white, 배지 바 위" - card_title: - max_lines: 2 - font_size: 20 - ref_chars: - body: 15 - note: "20px black/900, 중앙정렬" - card_subtitle: - max_lines: 1 - font_size: 14 - ref_chars: - body: 10 - note: "14px medium, 한국어 부제" - padding_overhead_px: 60 - padding_h_px: 32 -``` - ---- - -## Block 2: `compare-2col-badge` - -### 2.1 시각적 구조 - -``` -┌──────────────────────────────────────────────┐ -│ ┌─[Badge Title]─┐ │ -│────────────┤ ├─────────────────│ -│ │ -│ ┌── Left Column ──┐ ╎ ┌── Right Column ──┐ │ -│ │ │ ╎ │ │ │ -│ │ [Big Title] │ ╎ │ [Big Title] │ │ -│ │ │ ╎ │ │ │ -│ │ body text... │ ╎ │ body text... │ │ -│ │ body text... │ ╎ │ body text... │ │ -│ │ │ ╎ │ │ │ -│ └──────────────────┘ ╎ └──────────────────┘ │ -│ │ -│ [Optional: Hero Statement] │ -└──────────────────────────────────────────────┘ -``` - -### 2.2 슬롯 정의 - -| 슬롯 | 필수 | 타입 | 설명 | -|------|------|------|------| -| `badge_title` | O | string | 배지 바 텍스트 | -| `left_title` | O | string | 좌측 열 대제목 | -| `left_body` | O | string | 좌측 열 본문 | -| `right_title` | O | string | 우측 열 대제목 | -| `right_body` | O | string | 우측 열 본문 | -| `statement` | X | string | 하단 Hero 메시지 | -| `left_color` | X | string | 좌측 강조색 (기본: --color-teal) | -| `right_color` | X | string | 우측 강조색 (기본: --color-teal) | - -### 2.3 동적 재구성 규칙 - -#### 레이아웃 계산 -``` -container_width = 컨테이너 전체 폭 -padding_h = 32px * 2 - -2열 모드 (기본): - col_width = (container_width - padding_h - divider_gap) / 2 - divider_gap = 32px - -1열 모드 (sidebar zone, 폭 < 500px): - 좌/우가 세로 스택 - col_width = container_width - padding_h -``` - -#### 높이 계산 -``` -badge_height = 44px -left_height = title_height + body_lines * line_height + padding -right_height = title_height + body_lines * line_height + padding -content_height = max(left_height, right_height) -statement_height = statement ? (statement_lines * 28 + 16) : 0 - -total = badge_height + content_height + statement_height + gaps -``` - -#### 텍스트 피팅 -``` -col_width에 따른 body 글자수 제한: - col_width ≥ 500px → ~40자/줄, font: 16px - col_width ≥ 350px → ~28자/줄, font: 14px - col_width < 350px → ~20자/줄, font: 13px -``` - -### 2.4 catalog.yaml schema - -```yaml -- id: compare-2col-badge - name: 배지 헤더 2열 비교 - category: cards - template: blocks/cards/compare-2col-badge.html - height_cost: large - min_height_px: 200 - relation_types: [comparison, contrast] - visual: > - 상단 배지 바(이미지/그라디언트 배경 + 흰색 텍스트) 아래 - 2열 비교 레이아웃. 좌/우 각각 대제목(24px/900) + 본문(16px/700). - 중앙 세로 구분선. 둥근 흰색 컨테이너(r:20). - 선택적 하단 Hero 메시지. - when: > - 두 개념/방법/전략을 나란히 비교할 때. - 배지 헤더로 상위 주제를 명시. - 예: "Engn. Solution vs DfMA", "현재 vs 미래" - not_for: > - 3개 이상 항목 비교 → compare-3col-badge. - 장/단점 목록 → comparison-2col. - 상세 내용이 길고 섹션이 많을 때 → compare-detail-gradient. - purpose_fit: [비교대조, 개념정의] - zone: full-width-only - slots: - required: [badge_title, left_title, left_body, right_title, right_body] - optional: [statement, left_color, right_color] - schema: - badge_title: - max_lines: 1 - font_size: 18 - ref_chars: - body: 15 - note: "18px bold white, 배지 바" - left_title: - max_lines: 1 - font_size: 24 - ref_chars: - body: 15 - note: "24px black/900, 흰색 스트로크" - left_body: - max_lines: 6 - font_size: 16 - ref_chars: - body: 200 - note: "16px/700, 틸 색상" - right_title: - max_lines: 1 - font_size: 24 - ref_chars: - body: 15 - note: "24px black/900, 흰색 스트로크" - right_body: - max_lines: 6 - font_size: 16 - ref_chars: - body: 200 - note: "16px/700, 틸 색상" - statement: - max_lines: 2 - font_size: 20 - ref_chars: - body: 50 - note: "20px bold, 중앙정렬" - padding_overhead_px: 56 - padding_h_px: 32 -``` - ---- - -## Block 3: `compare-detail-gradient` - -### 3.1 시각적 구조 - -``` -┌──────────────────────────────────────────────────────────┐ -│ ┌───── Left Header Bar (gradient) ─────┐┌── Right ─────┐│ -│ │ [Left Column Title] ││ [Right Title] ││ -│ └──────────────────────────────────────┘└───────────────┘│ -│ ┌─────── Left BG (warm) ──────┐┌──── Right BG (teal) ──┐│ -│ │ ││ ││ -│ │ [Section 1 Title] ││ [Section 1 Title] ││ -│ │ • body text ││ • body text ││ -│ │ • body text ││ • body text ││ -│ │ ││ ││ -│ │ [Section 2 Title] ││ [Section 2 Title] ││ -│ │ • body text ││ • body text ││ -│ │ • body text ││ • body text ││ -│ │ ││ ││ -│ │ [Section N Title] ││ [Section M Title] ││ -│ │ • body text ││ • body text ││ -│ └──────────────────────────────┘└───────────────────────┘│ -└──────────────────────────────────────────────────────────┘ -``` - -### 3.2 슬롯 정의 - -| 슬롯 | 필수 | 타입 | 설명 | -|------|------|------|------| -| `left_header` | O | string | 좌측 열 헤더 타이틀 | -| `right_header` | O | string | 우측 열 헤더 타이틀 | -| `left_sections[]` | O | array | 좌측 섹션 배열 | -| `left_sections[].title` | O | string | 섹션 소제목 | -| `left_sections[].body` | O | string | 섹션 본문 (줄바꿈 허용) | -| `right_sections[]` | O | array | 우측 섹션 배열 | -| `right_sections[].title` | O | string | 섹션 소제목 | -| `right_sections[].body` | O | string | 섹션 본문 | -| `left_color_theme` | X | string | 좌측 테마 (기본: warm) | -| `right_color_theme` | X | string | 우측 테마 (기본: teal) | - -### 3.3 동적 재구성 규칙 (★ 가장 수학적으로 복잡) - -#### 그리드 계산 -``` -container_width에서 2열 분할: - col_width = (container_width - gap) / 2 - gap = 0px (그라디언트가 맞닿음) -``` - -#### 섹션 높이 계산 (핵심) -``` -header_bar_height = 48px (고정) - -각 섹션의 높이: - section_height(s) = - title_height(s.title, title_font_size, col_width) + - body_height(s.body, body_font_size, col_width) + - section_padding - - title_height = ceil(char_count / chars_per_line) * title_line_height - body_height = line_count * body_line_height - - chars_per_line = floor(col_width / (font_size * 0.55)) // 한글 평균 0.55em - -좌측 전체: - left_total = header_bar + sum(section_height for s in left_sections) + gaps - -우측 전체: - right_total = header_bar + sum(section_height for s in right_sections) + gaps - -content_height = max(left_total, right_total) -``` - -#### 오버플로 방지 — Fit 검증 -``` -if content_height > container_available_height: - - 전략 1: 폰트 축소 - body_font_size -= 1px (최소 12px) - 재계산 - - 전략 2: 섹션 본문 줄 수 제한 - max_body_lines = floor( - (available_per_section - title_height) / body_line_height - ) - available_per_section = (container_height - header*2 - gaps) / max(N_left, N_right) - - 전략 3: Kei 에스컬레이션 (기존 파이프라인) - content 요약 요청 -``` - -#### 색상 테마 매핑 -``` -warm (좌측 기본): - header_gradient: rgba(165,161,150,0.10) → rgba(57,50,30,1.00) - section_title_color: var(--color-warm-brown) - bg: rgba(255,255,255,0.30) → rgba(57,50,30,0.30) - -teal (우측 기본): - header_gradient: rgba(41,107,85,0.10) → rgba(3,33,24,1.00) - section_title_color: var(--color-dark-teal) - bg: rgba(41,107,85,0.30) → rgba(255,255,255,0.30) -``` - -### 3.4 catalog.yaml schema - -```yaml -- id: compare-detail-gradient - name: 그라디언트 상세 2열 비교 - category: cards - template: blocks/cards/compare-detail-gradient.html - height_cost: xlarge - min_height_px: 300 - relation_types: [comparison, contrast, process] - min_items: 2 # 좌/우 최소 1섹션씩 - max_items: 10 # 좌+우 합계 - visual: > - 좌우 그라디언트 배경(워 브라운 vs 다크틸)으로 나뉜 2열 비교. - 각 열 상단에 그라디언트 헤더 바 + 큰 제목(28px/900). - 하단에 N개 섹션(소제목 22px/900 + 본문 16px/700) 반복. - 좌측은 따뜻한 톤(과정/As-Is), 우측은 차가운 톤(결과/To-Be). - when: > - 두 카테고리를 상세하게 비교할 때. - 각 카테고리에 여러 하위 항목이 있을 때. - 과정 vs 결과, As-Is vs To-Be, 문제 vs 해결 구조. - not_for: > - 간단한 2항목 비교(본문 짧을 때) → compare-2col-badge. - 3열 비교 → compare-3col-badge. - 비교가 아닌 단독 리스트 → dark-bullet-list. - purpose_fit: [비교대조, 구조시각화, 근거사례] - zone: full-width-only - slots: - required: [left_header, right_header, left_sections[], right_sections[]] - optional: [left_color_theme, right_color_theme] - schema: - left_header: - max_lines: 1 - font_size: 28 - ref_chars: - body: 20 - note: "28px black/900, 그라디언트 바 위" - right_header: - max_lines: 1 - font_size: 28 - ref_chars: - body: 20 - note: "28px black/900, 그라디언트 바 위" - section_title: - max_lines: 2 - font_size: 22 - ref_chars: - body: 30 - note: "22px/900, 색상 테마별 (브라운 or 틸)" - section_body: - max_lines: 4 - font_size: 16 - ref_chars: - body: 120 - note: "16px/700, black" - padding_overhead_px: 48 - padding_h_px: 0 -``` - ---- - -## 서브 컴포넌트 - -### S1. 장식 이미지 (3D 화살표 등) -- 블록이 아닌 **콘텐츠 이미지**로 처리 -- `cards[].icon` 또는 별도 `decoration_image` 슬롯으로 전달 -- 블록은 `` 태그로 렌더링, 크기는 CSS로 컨테이너에 맞춤 - -### S2. CTA 버튼 -- 독립 블록이 아닌 **다른 블록 내 선택적 요소** -- `cta_text` 슬롯으로 전달 (없으면 미표시) -- CSS: 그라디언트 바 + 둥근 버튼 (r:7) - ---- - -## 구현 우선순위 - -| 순서 | 블록 | 이유 | -|------|------|------| -| 1 (파일럿) | `compare-2col-badge` | 중간 복잡도, 기존 compare-2col-split과 비교 검증 가능 | -| 2 | `hero-icon-cards` | N개 카드 그리드 계산 필요, 파일럿 경험 활용 | -| 3 | `compare-detail-gradient` | 가장 복잡 (N개 섹션 × 2열, 높이 균형, 오버플로 방지) | diff --git a/docs/BLOCK_SLOTS_45.py b/docs/BLOCK_SLOTS_45.py deleted file mode 100644 index f37870e..0000000 --- a/docs/BLOCK_SLOTS_45.py +++ /dev/null @@ -1,105 +0,0 @@ -# 45개 블록 BLOCK_SLOTS — design_director.py에 반영 필요 -# 다른 쪽 작업 완료 후 교체 - -BLOCK_SLOTS = { - # headers/ - "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/ - "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/ - "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/ - "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/ - "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": []}, - # media/ - "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"]}, -} - -# _apply_defaults 용 -BLOCK_DEFAULTS = { - "section-title-with-bg": {"title_ko": "(제목)"}, - "section-header-bar": {"title": "(섹션)"}, - "topic-left-right": {"title": "(소제목)", "description": ""}, - "topic-center": {"title": "(제목)"}, - "topic-numbered": {"number": "1", "title": "(단계)"}, - "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": []}, - "compare-3col-badge": {"headers": [], "rows": []}, - "compare-2col-split": {"left_title": "A", "right_title": "B", "rows": []}, - "table-simple-striped": {"headers": [], "rows": []}, - "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": []}, - "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": "구분"}, - "image-row-2col": {"images": []}, - "image-grid-2x2": {"images": []}, - "image-side-text": {"image_src": ""}, - "image-full-caption": {"src": ""}, - "image-before-after": {"before_src": "", "after_src": ""}, -} diff --git a/docs/FIGMA-COMPONENT-EXTRACTION-PLAN.md b/docs/FIGMA-COMPONENT-EXTRACTION-PLAN.md deleted file mode 100644 index d5d1050..0000000 --- a/docs/FIGMA-COMPONENT-EXTRACTION-PLAN.md +++ /dev/null @@ -1,582 +0,0 @@ -# Figma → 컴포넌트 추출 + 카탈로그 구축 계획 - -## 목적 - -Figma 디자인(바론컨설턴트 홈페이지 기획팀 공유)에서 재사용 가능한 **콘텐츠 블록**을 추출하고, 디자인 팀장(Sonnet)이 선택할 수 있는 카탈로그로 체계화한다. - -**핵심 원칙: 블록은 모드 독립적이다.** -- 블록 자체는 "슬라이드 전용"이 아니라 **HTML/CSS 콘텐츠 블록** -- 슬라이드 모드(100vh, overflow:hidden)와 웹/스크롤 모드(auto, overflow:visible)는 **컨테이너(base 템플릿)**가 결정 -- 블록은 높이를 고정하지 않음 → 어떤 컨테이너에도 들어갈 수 있음 -- 현재는 `slide-base.html`(슬라이드)에 집중하되, 향후 `page-base.html`(웹) 추가 가능 - -``` -블록 (카드, 표, 인용 등) — 모드와 무관, 재사용 가능 - ↓ -slide-base.html → height:100vh, overflow:hidden (슬라이드 모드) -page-base.html → height:auto, overflow:visible (웹/스크롤 모드, 향후) -``` - ---- - -## 현재 상태 - -### 보유 자산 - -| 항목 | 상태 | 위치 | -|------|------|------| -| Figma API 접근 | ✅ 가능 | Token: `.env` | -| 기존 블록 템플릿 7종 | ✅ 완성 | `templates/blocks/` | -| 디자인 토큰 | ✅ 완성 | `static/tokens.css` | -| 슬라이드 렌더러 | ✅ 완성 | `src/renderer.py` | -| 디자인 팀장 (DA-13) | ❌ todo | `src/design_director.py` | -| 블록 카탈로그 | ❌ 없음 | - | - -### Figma 파일 구조 - -``` -바론 공유 2025.05.13 (node: 1574-6254) -├── 1장 바론컨설턴트 -├── 2장 디지털전환 -│ ├── 2-1 건설산업에서의 디지털전환 (1920x8538, 스크롤형) -│ ├── 2-2 디지털전환과 소프트웨어 (1920x9123, 스크롤형) -│ └── 건설산업에서의 디지털전환 (1920x8536, 스크롤형) -│ [자세히보기] -│ ├── 2-1장 자세히보기 (4프레임: 건설산업/BIM/GIS/디지털트윈) -│ ├── 2-2장 자세히보기 -│ └── 2-3장 자세히보기 -├── 3장 제공서비스 -│ ├── 3-1장 솔루션프로그램 자세히보기 -│ └── 3-3장 빅룸 자세히보기 -└── 모션작업 -``` - -### 기존 블록 vs Figma에서 발견된 패턴 - -| 패턴 | 기존 블록 | Figma에서 발견 | 갭 | -|------|----------|--------------|-----| -| 2단 비교 | ✅ comparison | ✅ | - | -| 카드 그리드 | ✅ card-grid | ✅ (변형 다수) | 변형 추가 필요 | -| 벤 다이어그램 | ✅ relationship | ✅ | - | -| 단계 흐름 | ✅ process | ✅ | - | -| 강조 인용 | ✅ quote-block | ✅ (큰따옴표 장식) | 변형 추가 필요 | -| 결론 바 | ✅ conclusion-bar | ✅ | - | -| 비교 테이블 | ✅ comparison-table | ✅ | - | -| **이미지 갤러리** | ❌ | ✅ (2열, 3열, 2x2) | **신규** | -| **타임라인** | ❌ | ✅ (세로 원형 4단계) | **신규** | -| **섹션 타이틀** | ❌ | ✅ (영문+한글 공통 헤더) | **신규** | -| **사례 카드** | ❌ | ✅ (출처+불릿 카드) | **신규** | -| **핵심 지표** | ❌ (정의만) | ✅ (큰 숫자+보조) | **신규** | -| **아이콘 리스트** | ❌ | ✅ (아이콘+제목+설명) | **신규** | -| **Hero 섹션** | ❌ | ✅ (배경+원형이미지+텍스트) | **신규** | -| **CTA 버튼 바** | ❌ | ✅ (자세히보기 버튼) | **필요 시** | -| **이미지 블록** | ❌ | ✅ (도표, 참고자료) | **신규** (3변형: full/side/thumb) | -| **자세히보기 블록** | ❌ | ✅ (상세 콘텐츠 접기/펼치기) | **신규** (`
/`) | - ---- - -## 작업 계획 - -### Phase A: Figma 분석 + 패턴 추출 - -#### A-1: Figma 전체 섹션 이미지 렌더링 -- **작업:** 각 섹션/프레임을 이미지로 렌더링하여 시각적으로 패턴 식별 -- **방법:** - - **1차:** Framelink MCP `get_figma_data` — CSS-ready 데이터로 노드 구조 + 스타일 동시 추출 - - **2차:** Figma 공식 MCP `get_screenshot` — 시각 참고용 스크린샷 - - **fallback:** Figma REST API `/v1/images/{file_key}?ids={node_ids}` (MCP 미설치 시) -- **산출물:** `docs/figma-screenshots/` 폴더에 PNG 저장 -- **완료 기준:** 모든 자세히보기 프레임(8개)의 스크린샷 확보 - -#### A-2: Figma 노드 구조 심층 분석 -- **작업:** 각 프레임의 상세 스타일 + 레이아웃 정보 추출 -- **방법:** - - **1차:** Framelink MCP `get_figma_data` (nodeId 지정, depth 조절) - - 자동 CSS 변환: 색상→hex/rgba, 레이아웃→flex 용어, 그림자→box-shadow, 그라데이션→linear-gradient() - - 스타일 중복 제거 (글로벌 변수로 추출) - - 토큰 효율적 (raw API 대비 1/5 크기) - - **2차:** Figma 공식 MCP `get_variable_defs` — 디자인 토큰/변수 추출 - - **fallback:** Figma REST API `/v1/files/{key}/nodes?ids={ids}&depth=5` (MCP 미설치 시) -- **추출 정보:** - - TEXT 노드: fontFamily, fontSize, fontWeight, lineHeight, letterSpacing, color, 텍스트 내용 - - FRAME/GROUP: auto-layout (direction, gap, padding, alignItems, justifyContent), constraints - - RECTANGLE: fills (solid/gradient/image), strokes, cornerRadius, effects - - INSTANCE: componentId (재사용 컴포넌트 식별) -- **Figma → CSS 매핑 (Framelink MCP가 자동 처리, REST API 시 수동):** - - `layoutMode: "VERTICAL"` → `flex-direction: column` - - `primaryAxisAlignItems: "CENTER"` → `justify-content: center` - - `itemSpacing: 20` → `gap: 20px` - - `paddingLeft/Right/Top/Bottom` → `padding` - - `fills[].color {r,g,b,a}` → `rgba()` 또는 `#hex` - - `fills[].type: "GRADIENT_LINEAR"` → `linear-gradient(...)` - - `cornerRadius` → `border-radius` - - `strokes + strokeWeight` → `border` - - `effects[].type: "DROP_SHADOW"` → `box-shadow` - - `fontSize` → `font-size` (px 단위) - - `lineHeightPercentFontSize: 170` → `line-height: 1.7` -- **산출물:** `docs/figma-analysis/` 폴더에 구조 문서 -- **주의:** Figma API rate limit 심함 — depth 깊은 요청은 30분 차단 가능. 얕게 요청 후 필요한 노드만 상세 조회 - -#### A-3: 디자인 패턴 분류 + 명명 -- **작업:** 추출된 시각 요소를 재사용 가능한 블록 단위로 분류 -- **기준:** - - 2회 이상 반복되는 패턴 → 블록 후보 - - 슬롯(교체 가능한 위치)이 명확한 것 → 우선 순위 높음 - - 콘텐츠 유형과 매칭되는 것 → 우선 순위 높음 -- **산출물:** 패턴 목록 + 각 패턴의 Figma 원본 노드 ID - -### Phase B: HTML/CSS 컴포넌트 제작 - -#### B-1: 신규 블록 템플릿 제작 (8~10종) -- **파일:** `templates/blocks/{name}/` 폴더별 정리 (변형별 파일 + preview.png) -- **제작 순서 (우선순위):** - 1. `section-title/default.html` — 공통 헤더 (모든 슬라이드에서 사용) - 2. `example-card/2col.html` — 사례 카드 (출처+불릿, 정책 문서 인용) - 3. `image-block/full.html`, `side.html`, `thumb.html` — 이미지 블록 3변형 - - full: 전체 너비 (핵심 도표, 가로형) - - side: 텍스트 옆 (보조 이미지, 세로형) - - thumb: 썸네일 (참고 문서 표지) - - CSS: `object-fit: contain` (비율 유지, 잘리지 않음) - - 원본 이미지 그대로 사용, 크기만 조절 (crop 안 함) - 4. `image-gallery/2col.html`, `3col.html`, `2x2.html` — 이미지 갤러리 - 5. `timeline/vertical.html`, `horizontal.html` — 타임라인 (연혁/로드맵) - 6. `big-number/3col.html`, `4col.html` — 핵심 지표 (큰 숫자 + 보조 텍스트) - 7. `icon-list/vertical.html`, `grid.html` — 아이콘 리스트 (기능 나열) - 8. `details-block/default.html` — 자세히보기 (`
/`) - - 슬라이드 표면: 요약만 표시 - - 펼치면: 전체 상세 내용 - - 인쇄 시: `beforeprint` 이벤트로 자동 펼침 -- **규칙:** - - 디자인 토큰(`var(--color-*)`) 사용 (하드코딩 색상 금지) - - Jinja2 슬롯 (`{{ variable }}`) 형식 - - ` - - -
- {% block content %}{% endblock %} -
- - -``` - -**Block-level templates:** -```jinja2 -{# blocks/comparison.html #} -
-
-

{{ left_title }}

-

{{ left_content }}

-
-
-

{{ right_title }}

-

{{ right_content }}

-
-
-``` - -**Composition via includes:** -```jinja2 -{# Generated by renderer based on Sonnet's layout decision #} -{% extends "base_slide.html" %} -{% block content %} - {% include "blocks/quote-block.html" %} -
- {% include "blocks/comparison.html" %} - {% include "blocks/card-grid.html" %} -
- {% include "blocks/conclusion-bar.html" %} -{% endblock %} -``` - -### 3.3 Slot Constraints - -Each slot should have defined constraints that Sonnet respects: - -| Slot Type | Max Characters (Korean) | Required | Notes | -|---|---|---|---| -| slide_title | 30 | Yes | Single line | -| block_title | 20 | Yes | Single line | -| item_title | 15 | Yes | Single line | -| item_content | 80 | No | 2-3 lines | -| quote_text | 120 | Yes | 3-4 lines | -| big_number | 8 | Yes | Number + unit | -| conclusion | 60 | Yes | Single line | -| caption | 40 | No | Single line | - -**Korean consideration:** Korean characters are roughly 2x the width of Latin characters at the same font size. Character limits should be specified in characters, not words, since Korean doesn't use spaces the same way as English. - ---- - -## 4. HTML to PDF Conversion - -### 4.1 Playwright (Recommended) - -**Why Playwright over Puppeteer:** -- Native Python SDK (no Node.js dependency for a Python project) -- Multiple browser support (Chromium, Firefox, WebKit), though PDF only works in Chromium -- Growing community, active maintenance, better CI/CD integration -- Full CSS Grid support via real Chromium rendering engine - -**Python implementation:** -```python -from playwright.async_api import async_playwright - -async def html_to_pdf(html_content: str, output_path: str) -> None: - async with async_playwright() as p: - browser = await p.chromium.launch() - page = await browser.new_page() - await page.set_content(html_content, wait_until="networkidle") - await page.pdf( - path=output_path, - width="1280px", - height="720px", - print_background=True, - prefer_css_page_size=True, - ) - await browser.close() -``` - -**Key options:** -- `print_background=True` -- required for background colors/images -- `prefer_css_page_size=True` -- lets CSS `@page` rules control dimensions -- `width`/`height` -- custom page dimensions (accepts px, in, mm, cm units) - -### 4.2 Print CSS for Slide Format - -```css -@media print { - @page { - size: 1280px 720px; - margin: 0; - } - body { - margin: 0; - -webkit-print-color-adjust: exact; - print-color-adjust: exact; - } - .slide { - width: 1280px; - height: 720px; - page-break-after: always; - overflow: hidden; - } -} -``` - -**`-webkit-print-color-adjust: exact`** is critical -- without it, background colors and images may be stripped in PDF output. - -### 4.3 Quality Comparison - -Both Puppeteer and Playwright use Chromium's print-to-PDF engine, so output quality is identical. The choice comes down to: - -| Factor | Playwright | Puppeteer | -|---|---|---| -| Language | Python, JS, C#, Java | JS/Node.js only | -| PDF engine | Chromium only | Chromium only | -| CSS Grid quality | Excellent (Chromium) | Excellent (Chromium) | -| Korean font rendering | Excellent | Excellent | -| Install size | ~400MB (browser binary) | ~300MB | -| API ergonomics | Better async patterns | More established | - -**Recommendation:** Playwright, because the Design Agent backend is Python. No need to bridge to Node.js. - -### 4.4 Korean-Specific Considerations - -- Fonts must be available on the server. Self-host Pretendard/Noto Sans KR WOFF2 files or use CDN. -- Set `lang="ko"` on the HTML element for proper line-breaking algorithms. -- Ensure `@font-face` declarations are loaded before PDF generation (`wait_until="networkidle"`). - ---- - -## 5. Pure CSS Diagrams - -### 5.1 Venn Diagrams (Pure CSS) - -**Technique:** Overlapping circles with opacity and negative margins. - -```css -.venn-container { display: flex; align-items: center; justify-content: center; } -.venn-circle { - width: 200px; height: 200px; - border-radius: 50%; - opacity: 0.7; - display: flex; align-items: center; justify-content: center; - padding: 20px; - text-align: center; -} -.venn-a { background: var(--color-accent); } -.venn-b { background: var(--color-neutral); margin-left: -60px; } -``` - -**Advanced approach (Adrian Roselli):** CSS Grid + `shape-outside` for text wrapping within overlapping regions. More complex but better for text-heavy Venn diagrams. - -**Limitation:** Pure CSS Venn diagrams work well for 2-3 circles. Beyond that, SVG is more practical. - -### 5.2 Flowcharts / Process Arrows (Pure CSS) - -**Technique:** Flexbox/Grid layout + pseudo-elements for arrows. - -```css -.process-steps { display: flex; align-items: center; gap: 0; } -.process-step { - background: var(--color-bg-subtle); - padding: var(--spacing-inner); - position: relative; - flex: 1; -} -.process-step + .process-step::before { - content: ''; - position: absolute; - left: -12px; top: 50%; - transform: translateY(-50%); - border: 8px solid transparent; - border-left-color: var(--color-accent); -} -``` - -**CSS Anchor Positioning (2025-2026):** A new CSS feature for connecting elements with lines. Supported in Chrome 125+, Safari 26+, not yet in Firefox. Since we target Chromium (for PDF generation), this is usable but adds complexity. For the Design Agent, pseudo-element arrows are simpler and more reliable. - -### 5.3 Tree/Hierarchy Diagrams (Pure CSS) - -**Technique:** Nested `
    /
  • ` + pseudo-elements for connector lines. - -Libraries: -- **Treeflex** (https://dumptyd.github.io/treeflex/) -- CSS-only library for hierarchy trees, no JS -- Custom implementation using `border-left` on `
  • ` for vertical lines, `::before` for horizontal connectors, `::after` for node circles - -### 5.4 When to Use SVG Instead - -| Use Case | CSS | SVG | Recommendation | -|---|---|---|---| -| Venn (2-3 circles) | Good | Better | CSS for simplicity | -| Process arrows (linear) | Excellent | Overkill | CSS | -| Tree (2-3 levels) | Good | Better | CSS (Treeflex) | -| Complex flowchart (branches) | Difficult | Much better | SVG | -| Curved connectors | Impossible | Easy | SVG | -| Data-driven charts | Impossible | Required | SVG | -| Accessible diagrams | Poor | Excellent | SVG | - -**Recommendation for Design Agent:** Use pure CSS for simple diagrams (process arrows, 2-circle Venn, basic tree). Generate inline SVG for anything more complex. Since the renderer produces static HTML for PDF export, there's no JS concern. - -**Accessibility note:** SVG has built-in accessibility elements (``, `<desc>`, `aria-*`). For the Design Agent's output (primarily visual slides for PDF), this is less critical but good practice. - ---- - -## 6. Korean Typography in CSS - -### 6.1 Font Selection - -**Primary recommendation: Pretendard** - -- Modern system-ui replacement font designed for cross-platform use -- Built on Inter (Latin) + Source Han Sans (CJK) + M PLUS 1p -- 9 weights + variable font support -- Dynamic subset via CDN (Google Fonts-style loading for Korean) -- Most popular Korean web font according to HTTP Archive 2024 - -**CDN options:** -```css -/* Dynamic subset (recommended for web) */ -@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css'); - -/* Or from cdnjs */ -@import url('https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/variable/pretendardvariable-dynamic-subset.min.css'); -``` - -**For PDF generation (self-hosted):** -Download WOFF2 files and serve locally to avoid CDN dependency during headless browser PDF generation. - -**Fallback stack:** -```css -font-family: 'Pretendard Variable', 'Pretendard', -apple-system, 'Noto Sans KR', - 'Malgun Gothic', sans-serif; -``` - -**Alternative: Noto Sans KR** -- Google Fonts native, widest browser support -- Available via Google Fonts CDN with automatic Korean subsetting -- Good for when Pretendard is not available - -### 6.2 Line-Height and Letter-Spacing - -**W3C KLREQ (Korean Layout Requirements) recommendations:** - -| Property | Value | Rationale | -|---|---|---| -| `line-height` | 1.6-1.8 | CJK text needs ~1.7 (vs 1.2-1.5 for Latin) due to higher information density per character | -| `letter-spacing` | 0 to -0.02em | Korean text looks best with tight or default spacing. Avoid positive letter-spacing. | -| `word-spacing` | normal | Korean uses spaces between words (unlike Japanese/Chinese) | - -**For slides specifically:** -```css -body { - line-height: 1.7; - letter-spacing: -0.01em; -} -h1, h2, h3 { - line-height: 1.3; - letter-spacing: -0.02em; -} -``` - -### 6.3 Word-Break Rules - -```css -/* Korean text: keep syllable blocks together */ -body { - word-break: keep-all; - overflow-wrap: break-word; -} -``` - -**`word-break: keep-all`** prevents line breaks within Korean syllable blocks (e.g., "한글" won't break as "한" / "글" mid-word). This is essential for readable Korean typography. - -**`overflow-wrap: break-word`** is the safety net for extremely long strings (URLs, technical terms) that might overflow. - -**Browser support:** All modern browsers support `keep-all` since 2016. There is ongoing W3C discussion about a potential `keep-all-hangul` value that would apply `keep-all` only to Hangul characters and `normal` to everything else. - -### 6.4 Mixing Korean + English - -**Key challenge:** At the same point size, Latin letters appear smaller than Korean characters. - -**Solutions:** -1. Use a font designed for mixed text (Pretendard handles this well, being built on Inter + Source Han Sans) -2. Set the Latin font first in `font-family` stack, CJK font second (most CJK fonts include Latin glyphs, but their Latin is often inferior) -3. No need for `font-size-adjust` if using Pretendard (it's designed for optical balance between scripts) - -**Punctuation:** Korean uses proportional-width punctuation (like Latin), unlike Japanese/Chinese which use full-width. Pretendard handles this correctly. - -### 6.5 Language Attribute - -Always set `lang="ko"` on the HTML element: -```html -<html lang="ko"> -``` -This enables the browser's Korean-specific line-breaking algorithms and font selection. - ---- - -## 7. FastAPI Integration - -### 7.1 Serving the Design Agent - -The Design Agent should be a FastAPI application with these endpoints: - -| Endpoint | Method | Purpose | -|---|---|---| -| `/api/analyze` | POST | Step 1: Send content to Opus for classification | -| `/api/generate` | POST | Steps 2-3: Sonnet selects + renderer produces HTML | -| `/api/generate/stream` | GET (SSE) | Steps 1-3 with real-time progress | -| `/api/preview/{job_id}` | GET | Return generated HTML for iframe preview | -| `/api/download/{job_id}/pdf` | GET | Generate and return PDF | -| `/api/download/{job_id}/html` | GET | Return HTML file | -| `/api/templates` | GET | List available block templates | - -### 7.2 SSE Streaming - -FastAPI has native SSE support (added to official docs). Two library options: - -**Option A: sse-starlette (recommended)** -- Production-ready, W3C SSE spec compliant -- Already used in the HWPX project -- `pip install sse-starlette` - -**Option B: fastapi-sse** -- Lighter weight, built specifically for FastAPI -- Supports sending Pydantic models as SSE events -- `pip install fastapi-sse` - -**Implementation:** -```python -from sse_starlette.sse import EventSourceResponse - -@router.get("/api/generate/stream") -async def stream_generation(content: str): - async def event_generator(): - yield {"event": "step_start", "data": "analyzing"} - # ... Opus classification - yield {"event": "step_complete", "data": json.dumps(analysis)} - - yield {"event": "step_start", "data": "selecting"} - # ... Sonnet selection - yield {"event": "step_complete", "data": json.dumps(slots)} - - yield {"event": "step_start", "data": "rendering"} - # ... CSS Grid rendering - yield {"event": "complete", "data": job_id} - - return EventSourceResponse(event_generator()) -``` - -### 7.3 File Upload - -```python -from fastapi import UploadFile, File - -@router.post("/api/upload") -async def upload_content(file: UploadFile = File(...)): - # Read and extract text from uploaded file - text = await extract_text(file) - return {"text": text, "filename": file.filename} -``` - -### 7.4 Static File Serving for Preview - -**For development:** FastAPI's `StaticFiles` mount for serving generated HTML: -```python -from fastapi.staticfiles import StaticFiles -app.mount("/static", StaticFiles(directory="output"), name="static") -``` - -**For production:** Serve HTML via API response body (like the HWPX project does with `<iframe srcDoc>`). This is more secure -- no direct file path exposure. - -**Font serving:** Self-hosted Pretendard WOFF2 files should be served as static files for reliable PDF generation. - ---- - -## Summary: Technology Stack Recommendation - -| Component | Technology | Version | Rationale | -|---|---|---|---| -| LLM (Analysis) | Claude Opus via Anthropic API | Structured Outputs beta | Content classification, layout direction | -| LLM (Selection) | Claude Sonnet via Anthropic API | Structured Outputs beta | Slot filling, content editing | -| Template Engine | Jinja2 | >=3.1 | Native Python, FastAPI integration, block inheritance | -| CSS Layout | CSS Grid + grid-template-areas | Native CSS | Named regions map to block composition | -| Design Tokens | CSS Custom Properties | Native CSS | Already defined in CLAUDE.md | -| Typography | Pretendard Variable | 1.3.9 | Best Korean web font, dynamic subset | -| Fallback Font | Noto Sans KR | Latest | Google Fonts CDN backup | -| PDF Generation | Playwright (Python) | >=1.40 | Native Python SDK, full CSS Grid support | -| Web Framework | FastAPI | >=0.115 | SSE support, file upload, same as HWPX project | -| SSE | sse-starlette | >=2.0 | Production-ready, W3C compliant | -| CSS Diagrams | Pure CSS + inline SVG fallback | N/A | Pseudo-elements for simple, SVG for complex | -| Slide Scaling | CSS transform: scale() | Native CSS | reveal.js-proven approach | -| Korean Line Breaking | word-break: keep-all | Native CSS | W3C KLREQ recommendation | - ---- - -## Key References - -### CSS Grid & Layout -- [CSS-Tricks Complete Guide to CSS Grid](https://css-tricks.com/complete-guide-css-grid-layout/) -- [Smashing Magazine: Understanding CSS Grid Template Areas](https://www.smashingmagazine.com/2020/02/understanding-css-grid-template-areas/) -- [MDN: aspect-ratio](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio) -- [Grid by Example](https://gridbyexample.com/examples/) -- [reveal.js Presentation Size](https://revealjs.com/presentation-size/) - -### Design Tokens -- [CSS-Tricks: What Are Design Tokens?](https://css-tricks.com/what-are-design-tokens/) -- [EightShapes: Naming Tokens in Design Systems](https://medium.com/eightshapes-llc/naming-tokens-in-design-systems-9e86c7444676) -- [FrontendTools: CSS Variables Guide](https://www.frontendtools.tech/blog/css-variables-guide-design-tokens-theming-2025) -- [Nord Design System: Naming](https://nordhealth.design/naming/) - -### Content Classification & Presentation AI -- [PPTAgent (EMNLP 2025)](https://arxiv.org/abs/2501.03936) -- [SlideSpeak Layouts & Placeholders](https://docs.slidespeak.co/basics/custom-templates/layouts-and-placeholders) -- [SlideSpeak Template Preparation](https://docs.slidespeak.co/basics/custom-templates/preparing) -- [SlideModel: 12 Types of Slides](https://slidemodel.com/types-of-slides/) -- [SlideUpLift: Types of Slides](https://slideuplift.com/blog/types-of-slides/) -- [LLM-Powered Slide Decks Comparison](https://nbrosse.github.io/posts/llm-slides/llm-slides.html) - -### Structured Output -- [Anthropic Structured Outputs Docs](https://platform.claude.com/docs/en/build-with-claude/structured-outputs) -- [PromptLayer: How JSON Schema Works for Structured Outputs](https://blog.promptlayer.com/how-json-schema-works-for-structured-outputs-and-tool-integration/) - -### PDF Generation -- [Playwright Python page.pdf() API](https://playwright.dev/python/docs/api/class-page) -- [PDF Generation from HTML Comparison (2026)](https://medium.com/@coders.stop/pdf-generation-from-html-i-tested-puppeteer-playwright-and-wkhtmltopdf-so-you-dont-have-to-d14228d28c4c) -- [Checkly: Generating PDFs with Playwright](https://www.checklyhq.com/docs/learn/playwright/generating-pdfs/) -- [Print CSS Cheatsheet](https://www.customjs.space/blog/print-css-cheatsheet/) - -### Pure CSS Diagrams -- [Adrian Roselli: A CSS Venn Diagram](https://adrianroselli.com/2018/12/a-css-venn-diagram.html) -- [CSS-Tricks: A CSS Venn Diagram](https://css-tricks.com/a-css-venn-diagram/) -- [FreeFrontend: 17 Pure CSS Flowcharts](https://freefrontend.com/css-flowcharts/) -- [Cory Rylan: Flow Charts with CSS Anchor Positioning](https://coryrylan.com/blog/flow-charts-with-css-anchor-positioning) -- [Treeflex: CSS Tree Library](https://dumptyd.github.io/treeflex/) -- [MDN: CSS Anchor Positioning](https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Anchor_positioning) - -### Korean Typography -- [W3C KLREQ: Requirements for Hangul Text Layout](https://www.w3.org/TR/klreq/) -- [Pretendard GitHub](https://github.com/orioncactus/pretendard) -- [Noto Sans KR on Google Fonts](https://fonts.google.com/noto/specimen/Noto+Sans+KR) -- [CJK Typesetting in 2025](https://asianabsolute.co.uk/blog/cjk-typesetting-challenges-workflows-and-best-practices/) -- [Typotheque: CJK Typesetting Principles](https://www.typotheque.com/articles/typesetting-cjk-text) -- [CSS WG: word-break for Korean (Issue #4285)](https://github.com/w3c/csswg-drafts/issues/4285) - -### FastAPI & SSE -- [FastAPI SSE Tutorial](https://fastapi.tiangolo.com/tutorial/server-sent-events/) -- [sse-starlette on PyPI](https://pypi.org/project/sse-starlette/) -- [Real Python: FastAPI with Jinja2](https://realpython.com/fastapi-jinja2-template/) - -### SVG vs CSS -- [Adobe Blog: CSS vs SVG](https://blog.adobe.com/en/publish/2015/09/16/css-vs-svg-the-final-roundup) -- [Sara Soueidan: Accessible Data Charts](https://www.sarasoueidan.com/blog/accessible-data-charts-for-khan-academy-2018-annual-report/) diff --git a/docs/bg-texture-only.png b/docs/bg-texture-only.png deleted file mode 100644 index eb000f7..0000000 Binary files a/docs/bg-texture-only.png and /dev/null differ diff --git a/docs/block-tests/card-image.html b/docs/block-tests/card-image.html deleted file mode 100644 index 8e4e6b7..0000000 --- a/docs/block-tests/card-image.html +++ /dev/null @@ -1,219 +0,0 @@ -<!DOCTYPE html> -<html lang="ko"> -<head> -<meta charset="UTF-8"> -<title>블록 테스트: card-image - - - -
    - - -
    - -
    - - 설계단계 - -
    -
    설계단계
    -
    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 deleted file mode 100644 index b41990f..0000000 --- a/docs/block-tests/cards_card-compare-3col.html +++ /dev/null @@ -1,162 +0,0 @@ - -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 deleted file mode 100644 index 8d3f80d..0000000 --- a/docs/block-tests/cards_card-dark-overlay.html +++ /dev/null @@ -1,174 +0,0 @@ - - - - -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 deleted file mode 100644 index 394247b..0000000 --- a/docs/block-tests/cards_card-icon-desc.html +++ /dev/null @@ -1,114 +0,0 @@ - - -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 deleted file mode 100644 index 02589b9..0000000 --- a/docs/block-tests/cards_card-image-3col.html +++ /dev/null @@ -1,199 +0,0 @@ - - - - -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 deleted file mode 100644 index d14c29f..0000000 --- a/docs/block-tests/cards_card-image-round.html +++ /dev/null @@ -1,133 +0,0 @@ - -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 deleted file mode 100644 index 1bd827b..0000000 --- a/docs/block-tests/cards_card-numbered.html +++ /dev/null @@ -1,136 +0,0 @@ - -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 deleted file mode 100644 index 0c1a536..0000000 --- a/docs/block-tests/cards_card-stat-number.html +++ /dev/null @@ -1,129 +0,0 @@ - -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 deleted file mode 100644 index bb6b1c0..0000000 --- a/docs/block-tests/cards_card-step-vertical.html +++ /dev/null @@ -1,170 +0,0 @@ - -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 deleted file mode 100644 index 0d6ef15..0000000 --- a/docs/block-tests/cards_card-tag-image.html +++ /dev/null @@ -1,132 +0,0 @@ - - -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 deleted file mode 100644 index 2e07ce2..0000000 --- a/docs/block-tests/cards_card-text-grid.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - -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 deleted file mode 100644 index 762b99d..0000000 --- a/docs/block-tests/circle-label.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - -블록 테스트: 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 deleted file mode 100644 index 7f3e8d5..0000000 --- a/docs/block-tests/compare-box.html +++ /dev/null @@ -1,124 +0,0 @@ - - - - -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 deleted file mode 100644 index c815298..0000000 --- a/docs/block-tests/comparison-table.html +++ /dev/null @@ -1,278 +0,0 @@ - - - - -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 deleted file mode 100644 index 868fe5d..0000000 --- a/docs/block-tests/conclusion-bar.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - -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 deleted file mode 100644 index 562b32e..0000000 --- a/docs/block-tests/emphasis_banner-gradient.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - -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 deleted file mode 100644 index d9c8ec6..0000000 --- a/docs/block-tests/emphasis_callout-solution.html +++ /dev/null @@ -1,104 +0,0 @@ - -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 deleted file mode 100644 index bcb47d6..0000000 --- a/docs/block-tests/emphasis_callout-warning.html +++ /dev/null @@ -1,95 +0,0 @@ - -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 deleted file mode 100644 index 2d59197..0000000 --- a/docs/block-tests/emphasis_comparison-2col.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - -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 deleted file mode 100644 index 109070e..0000000 --- a/docs/block-tests/emphasis_conclusion-accent-bar.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - -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 deleted file mode 100644 index 7c1782b..0000000 --- a/docs/block-tests/emphasis_dark-bullet-list.html +++ /dev/null @@ -1,105 +0,0 @@ - - -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 deleted file mode 100644 index f6ff5ec..0000000 --- a/docs/block-tests/emphasis_divider-text.html +++ /dev/null @@ -1,80 +0,0 @@ - -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 deleted file mode 100644 index 847df5b..0000000 --- a/docs/block-tests/emphasis_highlight-strip.html +++ /dev/null @@ -1,87 +0,0 @@ - -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 deleted file mode 100644 index 2e80ac1..0000000 --- a/docs/block-tests/emphasis_quote-big-mark.html +++ /dev/null @@ -1,107 +0,0 @@ - -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 deleted file mode 100644 index f22a555..0000000 --- a/docs/block-tests/emphasis_quote-left-border.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - -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 deleted file mode 100644 index e62a62d..0000000 --- a/docs/block-tests/emphasis_quote-question.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - -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 deleted file mode 100644 index 72c89c5..0000000 --- a/docs/block-tests/emphasis_tab-label-row.html +++ /dev/null @@ -1,95 +0,0 @@ - -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 deleted file mode 100644 index 313b7d8..0000000 --- a/docs/block-tests/headers_section-header-bar.html +++ /dev/null @@ -1,83 +0,0 @@ - - -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 deleted file mode 100644 index 276d52b..0000000 --- a/docs/block-tests/headers_section-title-with-bg.html +++ /dev/null @@ -1,123 +0,0 @@ - - - - -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 deleted file mode 100644 index 6e0afe5..0000000 --- a/docs/block-tests/headers_topic-center.html +++ /dev/null @@ -1,91 +0,0 @@ - -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 deleted file mode 100644 index c3cbd19..0000000 --- a/docs/block-tests/headers_topic-left-right.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - -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 deleted file mode 100644 index 536b56d..0000000 --- a/docs/block-tests/headers_topic-numbered.html +++ /dev/null @@ -1,105 +0,0 @@ - -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 deleted file mode 100644 index a626d25..0000000 --- a/docs/block-tests/image-row.html +++ /dev/null @@ -1,120 +0,0 @@ - - - - -블록 테스트: 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 deleted file mode 100644 index b3c18de..0000000 --- a/docs/block-tests/media_image-before-after.html +++ /dev/null @@ -1,108 +0,0 @@ - -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 deleted file mode 100644 index da7dd90..0000000 --- a/docs/block-tests/media_image-full-caption.html +++ /dev/null @@ -1,80 +0,0 @@ - -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 deleted file mode 100644 index c2a4f68..0000000 --- a/docs/block-tests/media_image-grid-2x2.html +++ /dev/null @@ -1,111 +0,0 @@ - - - - -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 deleted file mode 100644 index 6e4df59..0000000 --- a/docs/block-tests/media_image-row-2col.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - -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 deleted file mode 100644 index 81c8499..0000000 --- a/docs/block-tests/media_image-side-text.html +++ /dev/null @@ -1,130 +0,0 @@ - - - - -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 deleted file mode 100644 index ff957b4..0000000 --- a/docs/block-tests/quote-block.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - -블록 테스트: 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 deleted file mode 100644 index 4b09758..0000000 --- a/docs/block-tests/section-title.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - -블록 테스트: 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 deleted file mode 100644 index 0b29762..0000000 --- a/docs/block-tests/tables_compare-2col-split.html +++ /dev/null @@ -1,141 +0,0 @@ - -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 deleted file mode 100644 index 2b1d598..0000000 --- a/docs/block-tests/tables_compare-3col-badge.html +++ /dev/null @@ -1,219 +0,0 @@ - - - - -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 deleted file mode 100644 index e811cf2..0000000 --- a/docs/block-tests/tables_table-simple-striped.html +++ /dev/null @@ -1,154 +0,0 @@ - -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 deleted file mode 100644 index 947c98f..0000000 --- a/docs/block-tests/topic-header.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - -블록 테스트: 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 deleted file mode 100644 index ec4298b..0000000 Binary files a/docs/block-tests/venn_premium_bg.png and /dev/null differ diff --git a/docs/block-tests/visuals_circle-gradient.html b/docs/block-tests/visuals_circle-gradient.html deleted file mode 100644 index aa37107..0000000 --- a/docs/block-tests/visuals_circle-gradient.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - -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 deleted file mode 100644 index ce2dfe8..0000000 --- a/docs/block-tests/visuals_compare-pill-pair.html +++ /dev/null @@ -1,131 +0,0 @@ - - - - -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 deleted file mode 100644 index ee893d5..0000000 --- a/docs/block-tests/visuals_flow-arrow-horizontal.html +++ /dev/null @@ -1,104 +0,0 @@ - -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 deleted file mode 100644 index cba9363..0000000 --- a/docs/block-tests/visuals_keyword-circle-row.html +++ /dev/null @@ -1,153 +0,0 @@ - -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 deleted file mode 100644 index e4e131b..0000000 --- a/docs/block-tests/visuals_layer-diagram.html +++ /dev/null @@ -1,134 +0,0 @@ - -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 deleted file mode 100644 index 46e1d22..0000000 --- a/docs/block-tests/visuals_process-horizontal.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - -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 deleted file mode 100644 index cd6dfdd..0000000 --- a/docs/block-tests/visuals_pyramid-hierarchy.html +++ /dev/null @@ -1,121 +0,0 @@ - -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 deleted file mode 100644 index 42efa82..0000000 --- a/docs/block-tests/visuals_timeline-horizontal.html +++ /dev/null @@ -1,113 +0,0 @@ - -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 deleted file mode 100644 index 82d64d5..0000000 --- a/docs/block-tests/visuals_timeline-vertical.html +++ /dev/null @@ -1,167 +0,0 @@ - -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 deleted file mode 100644 index d05acf0..0000000 --- a/docs/block-tests/visuals_venn-2items-p2.html +++ /dev/null @@ -1,151 +0,0 @@ - -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 deleted file mode 100644 index 271d8d0..0000000 --- a/docs/block-tests/visuals_venn-3items-p2.html +++ /dev/null @@ -1,161 +0,0 @@ - -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 deleted file mode 100644 index 5a5807a..0000000 --- a/docs/block-tests/visuals_venn-3items.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - -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 deleted file mode 100644 index c40833b..0000000 --- a/docs/block-tests/visuals_venn-4items-p2.html +++ /dev/null @@ -1,171 +0,0 @@ - -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 deleted file mode 100644 index bf0a6e2..0000000 --- a/docs/block-tests/visuals_venn-4items.html +++ /dev/null @@ -1,175 +0,0 @@ - - - - -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 deleted file mode 100644 index 8f25446..0000000 --- a/docs/block-tests/visuals_venn-5items-p2.html +++ /dev/null @@ -1,181 +0,0 @@ - -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 deleted file mode 100644 index d8364d0..0000000 --- a/docs/block-tests/visuals_venn-5items.html +++ /dev/null @@ -1,185 +0,0 @@ - - - - -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 deleted file mode 100644 index 27b139c..0000000 --- a/docs/block-tests/visuals_venn-7items-p2.html +++ /dev/null @@ -1,201 +0,0 @@ - -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 deleted file mode 100644 index 2339424..0000000 --- a/docs/block-tests/visuals_venn-diagram.html +++ /dev/null @@ -1,172 +0,0 @@ - - - - -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 deleted file mode 100644 index 27f3518..0000000 --- a/docs/block-tests/visuals_venn-premium.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - -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 deleted file mode 100644 index 3c49b3c..0000000 --- a/docs/block-tests/visuals_venn-svg-premium.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - -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/1-1_d1.json b/docs/figma-analysis/1-1_d1.json deleted file mode 100644 index e761fb7..0000000 --- a/docs/figma-analysis/1-1_d1.json +++ /dev/null @@ -1 +0,0 @@ -{"status":429,"err":"Rate limit exceeded"} \ No newline at end of file diff --git a/docs/figma-analysis/1-1_raw.json b/docs/figma-analysis/1-1_raw.json deleted file mode 100644 index e761fb7..0000000 --- a/docs/figma-analysis/1-1_raw.json +++ /dev/null @@ -1 +0,0 @@ -{"status":429,"err":"Rate limit exceeded"} \ No newline at end of file diff --git a/docs/figma-analysis/1-1_미래_raw.json b/docs/figma-analysis/1-1_미래_raw.json deleted file mode 100644 index e761fb7..0000000 --- a/docs/figma-analysis/1-1_미래_raw.json +++ /dev/null @@ -1 +0,0 @@ -{"status":429,"err":"Rate limit exceeded"} \ 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 deleted file mode 100644 index 6b3bb0e..0000000 --- a/docs/figma-analysis/2-1_01_detail.json +++ /dev/null @@ -1 +0,0 @@ -{"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 deleted file mode 100644 index 23c4e91..0000000 --- a/docs/figma-analysis/2-1_02_detail.json +++ /dev/null @@ -1 +0,0 @@ -{"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 deleted file mode 100644 index 187d138..0000000 --- a/docs/figma-analysis/DESIGN-ANALYSIS.md +++ /dev/null @@ -1,254 +0,0 @@ -# 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 deleted file mode 100644 index d45c606..0000000 Binary files a/docs/figma-assets/2-1_02_full_frame.png and /dev/null differ diff --git a/docs/figma-assets/2-2_01_full_hd.png b/docs/figma-assets/2-2_01_full_hd.png deleted file mode 100644 index 648a2dd..0000000 Binary files a/docs/figma-assets/2-2_01_full_hd.png and /dev/null 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 deleted file mode 100644 index 5ab871e..0000000 Binary files a/docs/figma-assets/2-2_01_icon_card_1.png and /dev/null 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 deleted file mode 100644 index 25d6f3b..0000000 Binary files a/docs/figma-assets/2-2_01_icon_card_2.png and /dev/null 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 deleted file mode 100644 index fa02b73..0000000 Binary files a/docs/figma-assets/2-2_01_icon_card_3.png and /dev/null 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 deleted file mode 100644 index cbc7b7a..0000000 Binary files a/docs/figma-assets/2-2_01_icon_card_4.png and /dev/null 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 deleted file mode 100644 index 37126e5..0000000 Binary files a/docs/figma-assets/2-2_01_icon_card_5.png and /dev/null differ diff --git a/docs/figma-assets/2-2_02_full_hd.png b/docs/figma-assets/2-2_02_full_hd.png deleted file mode 100644 index 449d3f7..0000000 Binary files a/docs/figma-assets/2-2_02_full_hd.png and /dev/null differ diff --git a/docs/figma-assets/2-2_03_full_hd.png b/docs/figma-assets/2-2_03_full_hd.png deleted file mode 100644 index c67d3ca..0000000 Binary files a/docs/figma-assets/2-2_03_full_hd.png and /dev/null differ diff --git a/docs/figma-assets/2-2_04_full_hd.png b/docs/figma-assets/2-2_04_full_hd.png deleted file mode 100644 index 61112b4..0000000 Binary files a/docs/figma-assets/2-2_04_full_hd.png and /dev/null differ diff --git a/docs/figma-assets/2-2_icon_card_1.png b/docs/figma-assets/2-2_icon_card_1.png deleted file mode 100644 index 449e930..0000000 Binary files a/docs/figma-assets/2-2_icon_card_1.png and /dev/null differ diff --git a/docs/figma-assets/2-2_icon_card_2.png b/docs/figma-assets/2-2_icon_card_2.png deleted file mode 100644 index 009abb1..0000000 Binary files a/docs/figma-assets/2-2_icon_card_2.png and /dev/null differ diff --git a/docs/figma-assets/2-2_icon_card_3.png b/docs/figma-assets/2-2_icon_card_3.png deleted file mode 100644 index 70d5eb8..0000000 Binary files a/docs/figma-assets/2-2_icon_card_3.png and /dev/null differ diff --git a/docs/figma-assets/2-2_icon_card_4.png b/docs/figma-assets/2-2_icon_card_4.png deleted file mode 100644 index fdec022..0000000 Binary files a/docs/figma-assets/2-2_icon_card_4.png and /dev/null differ diff --git a/docs/figma-assets/2-2_icon_card_5.png b/docs/figma-assets/2-2_icon_card_5.png deleted file mode 100644 index 70616c6..0000000 Binary files a/docs/figma-assets/2-2_icon_card_5.png and /dev/null differ diff --git a/docs/figma-assets/bg_header.png b/docs/figma-assets/bg_header.png deleted file mode 100644 index 1dc865e..0000000 Binary files a/docs/figma-assets/bg_header.png and /dev/null differ diff --git a/docs/figma-assets/bim_card_3col.png b/docs/figma-assets/bim_card_3col.png deleted file mode 100644 index 0423a11..0000000 Binary files a/docs/figma-assets/bim_card_3col.png and /dev/null differ diff --git a/docs/figma-assets/bim_circle_label.png b/docs/figma-assets/bim_circle_label.png deleted file mode 100644 index 1a01f34..0000000 Binary files a/docs/figma-assets/bim_circle_label.png and /dev/null differ diff --git a/docs/figma-assets/bim_comparison_table.png b/docs/figma-assets/bim_comparison_table.png deleted file mode 100644 index 39a7961..0000000 Binary files a/docs/figma-assets/bim_comparison_table.png and /dev/null differ diff --git a/docs/figma-assets/bim_mountain_viz.png b/docs/figma-assets/bim_mountain_viz.png deleted file mode 100644 index 8bca245..0000000 Binary files a/docs/figma-assets/bim_mountain_viz.png and /dev/null differ diff --git a/docs/figma-assets/breadcrumb_area.png b/docs/figma-assets/breadcrumb_area.png deleted file mode 100644 index e5c7918..0000000 Binary files a/docs/figma-assets/breadcrumb_area.png and /dev/null differ diff --git a/docs/figma-assets/card_3col.png b/docs/figma-assets/card_3col.png deleted file mode 100644 index 0eb716a..0000000 Binary files a/docs/figma-assets/card_3col.png and /dev/null differ diff --git a/docs/figma-assets/card_area.png b/docs/figma-assets/card_area.png deleted file mode 100644 index 84d5994..0000000 Binary files a/docs/figma-assets/card_area.png and /dev/null differ diff --git a/docs/figma-assets/card_img_construction.png b/docs/figma-assets/card_img_construction.png deleted file mode 100644 index 8027eae..0000000 Binary files a/docs/figma-assets/card_img_construction.png and /dev/null differ diff --git a/docs/figma-assets/card_img_design.png b/docs/figma-assets/card_img_design.png deleted file mode 100644 index 2937462..0000000 Binary files a/docs/figma-assets/card_img_design.png and /dev/null differ diff --git a/docs/figma-assets/card_img_design_3d.png b/docs/figma-assets/card_img_design_3d.png deleted file mode 100644 index fc76aa8..0000000 Binary files a/docs/figma-assets/card_img_design_3d.png and /dev/null differ diff --git a/docs/figma-assets/card_img_design_grp.png b/docs/figma-assets/card_img_design_grp.png deleted file mode 100644 index 065f90a..0000000 Binary files a/docs/figma-assets/card_img_design_grp.png and /dev/null differ diff --git a/docs/figma-assets/card_img_maintenance.png b/docs/figma-assets/card_img_maintenance.png deleted file mode 100644 index b2a0186..0000000 Binary files a/docs/figma-assets/card_img_maintenance.png and /dev/null differ diff --git a/docs/figma-assets/card_text_construction.png b/docs/figma-assets/card_text_construction.png deleted file mode 100644 index 0b8c725..0000000 Binary files a/docs/figma-assets/card_text_construction.png and /dev/null differ diff --git a/docs/figma-assets/card_text_design.png b/docs/figma-assets/card_text_design.png deleted file mode 100644 index d9fe69b..0000000 Binary files a/docs/figma-assets/card_text_design.png and /dev/null differ diff --git a/docs/figma-assets/card_text_maintenance.png b/docs/figma-assets/card_text_maintenance.png deleted file mode 100644 index 42d174b..0000000 Binary files a/docs/figma-assets/card_text_maintenance.png and /dev/null differ diff --git a/docs/figma-assets/circle_label.png b/docs/figma-assets/circle_label.png deleted file mode 100644 index 00b7b8c..0000000 Binary files a/docs/figma-assets/circle_label.png and /dev/null differ diff --git a/docs/figma-assets/close_btn.svg b/docs/figma-assets/close_btn.svg deleted file mode 100644 index a737566..0000000 --- a/docs/figma-assets/close_btn.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/docs/figma-assets/compare_box_left.png b/docs/figma-assets/compare_box_left.png deleted file mode 100644 index fd2ffd0..0000000 Binary files a/docs/figma-assets/compare_box_left.png and /dev/null differ diff --git a/docs/figma-assets/compare_box_right.png b/docs/figma-assets/compare_box_right.png deleted file mode 100644 index 0f721cb..0000000 Binary files a/docs/figma-assets/compare_box_right.png and /dev/null differ diff --git a/docs/figma-assets/dx_bim_table.png b/docs/figma-assets/dx_bim_table.png deleted file mode 100644 index f0a17c8..0000000 Binary files a/docs/figma-assets/dx_bim_table.png and /dev/null differ diff --git a/docs/figma-assets/image_grid_left.png b/docs/figma-assets/image_grid_left.png deleted file mode 100644 index 526ec2f..0000000 Binary files a/docs/figma-assets/image_grid_left.png and /dev/null differ diff --git a/docs/figma-assets/image_grid_right.png b/docs/figma-assets/image_grid_right.png deleted file mode 100644 index 39f6e40..0000000 Binary files a/docs/figma-assets/image_grid_right.png and /dev/null differ diff --git a/docs/figma-assets/mountain_viz.png b/docs/figma-assets/mountain_viz.png deleted file mode 100644 index aaa28c9..0000000 Binary files a/docs/figma-assets/mountain_viz.png and /dev/null differ diff --git a/docs/figma-assets/section_title.png b/docs/figma-assets/section_title.png deleted file mode 100644 index 0c4a9da..0000000 Binary files a/docs/figma-assets/section_title.png and /dev/null differ diff --git a/docs/figma-assets/topic_header.png b/docs/figma-assets/topic_header.png deleted file mode 100644 index 35a78a9..0000000 Binary files a/docs/figma-assets/topic_header.png and /dev/null differ diff --git a/docs/figma-assets/venn_bg.png b/docs/figma-assets/venn_bg.png deleted file mode 100644 index ff4498c..0000000 Binary files a/docs/figma-assets/venn_bg.png and /dev/null differ diff --git a/docs/figma-assets/venn_premium_bg.png b/docs/figma-assets/venn_premium_bg.png deleted file mode 100644 index ec4298b..0000000 Binary files a/docs/figma-assets/venn_premium_bg.png and /dev/null differ diff --git a/docs/figma-screenshots/1-1_미래.png b/docs/figma-screenshots/1-1_미래.png deleted file mode 100644 index e1fd6f5..0000000 Binary files a/docs/figma-screenshots/1-1_미래.png and /dev/null differ diff --git a/docs/figma-screenshots/1장_1-1_미래.png b/docs/figma-screenshots/1장_1-1_미래.png deleted file mode 100644 index 1063629..0000000 Binary files a/docs/figma-screenshots/1장_1-1_미래.png and /dev/null differ diff --git a/docs/figma-screenshots/1장_가치.png b/docs/figma-screenshots/1장_가치.png deleted file mode 100644 index 80ac2ba..0000000 Binary files a/docs/figma-screenshots/1장_가치.png and /dev/null differ diff --git a/docs/figma-screenshots/1장_기술.png b/docs/figma-screenshots/1장_기술.png deleted file mode 100644 index 9c58edc..0000000 Binary files a/docs/figma-screenshots/1장_기술.png and /dev/null differ diff --git a/docs/figma-screenshots/2-1_01_건설산업.png b/docs/figma-screenshots/2-1_01_건설산업.png deleted file mode 100644 index 603ab4e..0000000 Binary files a/docs/figma-screenshots/2-1_01_건설산업.png and /dev/null differ diff --git a/docs/figma-screenshots/2-1_02_BIM.png b/docs/figma-screenshots/2-1_02_BIM.png deleted file mode 100644 index 6a608cb..0000000 Binary files a/docs/figma-screenshots/2-1_02_BIM.png and /dev/null differ diff --git a/docs/figma-screenshots/2-1_03_GIS.png b/docs/figma-screenshots/2-1_03_GIS.png deleted file mode 100644 index 87a6d82..0000000 Binary files a/docs/figma-screenshots/2-1_03_GIS.png and /dev/null differ diff --git a/docs/figma-screenshots/2-1_04_디지털트윈.png b/docs/figma-screenshots/2-1_04_디지털트윈.png deleted file mode 100644 index 20125c9..0000000 Binary files a/docs/figma-screenshots/2-1_04_디지털트윈.png and /dev/null differ diff --git a/docs/figma-screenshots/2-2_01.png b/docs/figma-screenshots/2-2_01.png deleted file mode 100644 index 511351b..0000000 Binary files a/docs/figma-screenshots/2-2_01.png and /dev/null differ diff --git a/docs/figma-screenshots/2-2_02.png b/docs/figma-screenshots/2-2_02.png deleted file mode 100644 index cfac1e6..0000000 Binary files a/docs/figma-screenshots/2-2_02.png and /dev/null differ diff --git a/docs/figma-screenshots/2-2_03.png b/docs/figma-screenshots/2-2_03.png deleted file mode 100644 index 92b96a8..0000000 Binary files a/docs/figma-screenshots/2-2_03.png and /dev/null differ diff --git a/docs/figma-screenshots/2-2_04.png b/docs/figma-screenshots/2-2_04.png deleted file mode 100644 index 7c8440c..0000000 Binary files a/docs/figma-screenshots/2-2_04.png and /dev/null differ diff --git a/docs/figma-screenshots/2-2장_자세히보기.png b/docs/figma-screenshots/2-2장_자세히보기.png deleted file mode 100644 index f4a9604..0000000 Binary files a/docs/figma-screenshots/2-2장_자세히보기.png and /dev/null differ diff --git a/docs/figma-screenshots/2-3_01.png b/docs/figma-screenshots/2-3_01.png deleted file mode 100644 index 9f95979..0000000 Binary files a/docs/figma-screenshots/2-3_01.png and /dev/null differ diff --git a/docs/figma-screenshots/2-3_02.png b/docs/figma-screenshots/2-3_02.png deleted file mode 100644 index d7d03f4..0000000 Binary files a/docs/figma-screenshots/2-3_02.png and /dev/null differ diff --git a/docs/figma-screenshots/2-3_03.png b/docs/figma-screenshots/2-3_03.png deleted file mode 100644 index b1ae4c2..0000000 Binary files a/docs/figma-screenshots/2-3_03.png and /dev/null differ diff --git a/docs/figma-screenshots/2-3_04.png b/docs/figma-screenshots/2-3_04.png deleted file mode 100644 index a41cace..0000000 Binary files a/docs/figma-screenshots/2-3_04.png and /dev/null differ diff --git a/docs/figma-screenshots/2-3_05.png b/docs/figma-screenshots/2-3_05.png deleted file mode 100644 index 8df7ff6..0000000 Binary files a/docs/figma-screenshots/2-3_05.png and /dev/null differ diff --git a/docs/figma-screenshots/가치.png b/docs/figma-screenshots/가치.png deleted file mode 100644 index 487368b..0000000 Binary files a/docs/figma-screenshots/가치.png and /dev/null differ diff --git a/docs/figma-screenshots/기술.png b/docs/figma-screenshots/기술.png deleted file mode 100644 index a9d2223..0000000 Binary files a/docs/figma-screenshots/기술.png and /dev/null differ diff --git a/ARCHITECTURE-PHASE-T.md b/docs/history/ARCHITECTURE-PHASE-T.md similarity index 100% rename from ARCHITECTURE-PHASE-T.md rename to docs/history/ARCHITECTURE-PHASE-T.md diff --git a/BUG_STATUS_VERIFICATION.md b/docs/history/BUG_STATUS_VERIFICATION.md similarity index 100% rename from BUG_STATUS_VERIFICATION.md rename to docs/history/BUG_STATUS_VERIFICATION.md diff --git a/CLEANUP-AUDIT.md b/docs/history/CLEANUP-AUDIT.md similarity index 100% rename from CLEANUP-AUDIT.md rename to docs/history/CLEANUP-AUDIT.md diff --git a/COMPREHENSIVE_AUDIT_REPORT.md b/docs/history/COMPREHENSIVE_AUDIT_REPORT.md similarity index 100% rename from COMPREHENSIVE_AUDIT_REPORT.md rename to docs/history/COMPREHENSIVE_AUDIT_REPORT.md diff --git a/COMPREHENSIVE_VALIDATION_REPORT.md b/docs/history/COMPREHENSIVE_VALIDATION_REPORT.md similarity index 100% rename from COMPREHENSIVE_VALIDATION_REPORT.md rename to docs/history/COMPREHENSIVE_VALIDATION_REPORT.md diff --git a/CURRENT-STATUS-20260331.md b/docs/history/CURRENT-STATUS-20260331.md similarity index 100% rename from CURRENT-STATUS-20260331.md rename to docs/history/CURRENT-STATUS-20260331.md diff --git a/FINAL_STATUS_ASSESSMENT.md b/docs/history/FINAL_STATUS_ASSESSMENT.md similarity index 100% rename from FINAL_STATUS_ASSESSMENT.md rename to docs/history/FINAL_STATUS_ASSESSMENT.md diff --git a/IMPROVEMENT-PHASE-A.md b/docs/history/IMPROVEMENT-PHASE-A.md similarity index 100% rename from IMPROVEMENT-PHASE-A.md rename to docs/history/IMPROVEMENT-PHASE-A.md diff --git a/IMPROVEMENT-PHASE-B.md b/docs/history/IMPROVEMENT-PHASE-B.md similarity index 100% rename from IMPROVEMENT-PHASE-B.md rename to docs/history/IMPROVEMENT-PHASE-B.md diff --git a/IMPROVEMENT-PHASE-C.md b/docs/history/IMPROVEMENT-PHASE-C.md similarity index 100% rename from IMPROVEMENT-PHASE-C.md rename to docs/history/IMPROVEMENT-PHASE-C.md diff --git a/IMPROVEMENT-PHASE-D.md b/docs/history/IMPROVEMENT-PHASE-D.md similarity index 100% rename from IMPROVEMENT-PHASE-D.md rename to docs/history/IMPROVEMENT-PHASE-D.md diff --git a/IMPROVEMENT-PHASE-G.md b/docs/history/IMPROVEMENT-PHASE-G.md similarity index 100% rename from IMPROVEMENT-PHASE-G.md rename to docs/history/IMPROVEMENT-PHASE-G.md diff --git a/IMPROVEMENT-PHASE-H.md b/docs/history/IMPROVEMENT-PHASE-H.md similarity index 100% rename from IMPROVEMENT-PHASE-H.md rename to docs/history/IMPROVEMENT-PHASE-H.md diff --git a/IMPROVEMENT-PHASE-I.md b/docs/history/IMPROVEMENT-PHASE-I.md similarity index 100% rename from IMPROVEMENT-PHASE-I.md rename to docs/history/IMPROVEMENT-PHASE-I.md diff --git a/IMPROVEMENT-PHASE-J.md b/docs/history/IMPROVEMENT-PHASE-J.md similarity index 100% rename from IMPROVEMENT-PHASE-J.md rename to docs/history/IMPROVEMENT-PHASE-J.md diff --git a/IMPROVEMENT-PHASE-K.md b/docs/history/IMPROVEMENT-PHASE-K.md similarity index 100% rename from IMPROVEMENT-PHASE-K.md rename to docs/history/IMPROVEMENT-PHASE-K.md diff --git a/IMPROVEMENT-PHASE-K1.md b/docs/history/IMPROVEMENT-PHASE-K1.md similarity index 100% rename from IMPROVEMENT-PHASE-K1.md rename to docs/history/IMPROVEMENT-PHASE-K1.md diff --git a/IMPROVEMENT-PHASE-L.md b/docs/history/IMPROVEMENT-PHASE-L.md similarity index 100% rename from IMPROVEMENT-PHASE-L.md rename to docs/history/IMPROVEMENT-PHASE-L.md diff --git a/IMPROVEMENT-PHASE-M.md b/docs/history/IMPROVEMENT-PHASE-M.md similarity index 100% rename from IMPROVEMENT-PHASE-M.md rename to docs/history/IMPROVEMENT-PHASE-M.md diff --git a/IMPROVEMENT-PHASE-N.md b/docs/history/IMPROVEMENT-PHASE-N.md similarity index 100% rename from IMPROVEMENT-PHASE-N.md rename to docs/history/IMPROVEMENT-PHASE-N.md diff --git a/IMPROVEMENT-PHASE-O.md b/docs/history/IMPROVEMENT-PHASE-O.md similarity index 100% rename from IMPROVEMENT-PHASE-O.md rename to docs/history/IMPROVEMENT-PHASE-O.md diff --git a/IMPROVEMENT-PHASE-P.md b/docs/history/IMPROVEMENT-PHASE-P.md similarity index 100% rename from IMPROVEMENT-PHASE-P.md rename to docs/history/IMPROVEMENT-PHASE-P.md diff --git a/IMPROVEMENT-PHASE-Q-FIX.md b/docs/history/IMPROVEMENT-PHASE-Q-FIX.md similarity index 100% rename from IMPROVEMENT-PHASE-Q-FIX.md rename to docs/history/IMPROVEMENT-PHASE-Q-FIX.md diff --git a/IMPROVEMENT-PHASE-Q.md b/docs/history/IMPROVEMENT-PHASE-Q.md similarity index 100% rename from IMPROVEMENT-PHASE-Q.md rename to docs/history/IMPROVEMENT-PHASE-Q.md diff --git a/IMPROVEMENT-PHASE-R-PRIME.md b/docs/history/IMPROVEMENT-PHASE-R-PRIME.md similarity index 100% rename from IMPROVEMENT-PHASE-R-PRIME.md rename to docs/history/IMPROVEMENT-PHASE-R-PRIME.md diff --git a/IMPROVEMENT-PHASE-R.md b/docs/history/IMPROVEMENT-PHASE-R.md similarity index 100% rename from IMPROVEMENT-PHASE-R.md rename to docs/history/IMPROVEMENT-PHASE-R.md diff --git a/IMPROVEMENT-PHASE-S-ISSUES.md b/docs/history/IMPROVEMENT-PHASE-S-ISSUES.md similarity index 100% rename from IMPROVEMENT-PHASE-S-ISSUES.md rename to docs/history/IMPROVEMENT-PHASE-S-ISSUES.md diff --git a/IMPROVEMENT-PHASE-S.md b/docs/history/IMPROVEMENT-PHASE-S.md similarity index 100% rename from IMPROVEMENT-PHASE-S.md rename to docs/history/IMPROVEMENT-PHASE-S.md diff --git a/IMPROVEMENT-PHASE-T.md b/docs/history/IMPROVEMENT-PHASE-T.md similarity index 100% rename from IMPROVEMENT-PHASE-T.md rename to docs/history/IMPROVEMENT-PHASE-T.md diff --git a/IMPROVEMENT-PROCESS-REVIEW.md b/docs/history/IMPROVEMENT-PROCESS-REVIEW.md similarity index 100% rename from IMPROVEMENT-PROCESS-REVIEW.md rename to docs/history/IMPROVEMENT-PROCESS-REVIEW.md diff --git a/IMPROVEMENT.md b/docs/history/IMPROVEMENT.md similarity index 100% rename from IMPROVEMENT.md rename to docs/history/IMPROVEMENT.md diff --git a/PHASE-T-PRIME.md b/docs/history/PHASE-T-PRIME.md similarity index 100% rename from PHASE-T-PRIME.md rename to docs/history/PHASE-T-PRIME.md diff --git a/PHASE-T-REMAINING.md b/docs/history/PHASE-T-REMAINING.md similarity index 100% rename from PHASE-T-REMAINING.md rename to docs/history/PHASE-T-REMAINING.md diff --git a/PHASE-V-PRIME.md b/docs/history/PHASE-V-PRIME.md similarity index 100% rename from PHASE-V-PRIME.md rename to docs/history/PHASE-V-PRIME.md diff --git a/PHASE-V.md b/docs/history/PHASE-V.md similarity index 100% rename from PHASE-V.md rename to docs/history/PHASE-V.md diff --git a/PHASE-W-PLAN.md b/docs/history/PHASE-W-PLAN.md similarity index 100% rename from PHASE-W-PLAN.md rename to docs/history/PHASE-W-PLAN.md diff --git a/PHASE-W.md b/docs/history/PHASE-W.md similarity index 100% rename from PHASE-W.md rename to docs/history/PHASE-W.md diff --git a/PHASE-X-B.md b/docs/history/PHASE-X-B.md similarity index 100% rename from PHASE-X-B.md rename to docs/history/PHASE-X-B.md diff --git a/PHASE-X-BX.md b/docs/history/PHASE-X-BX.md similarity index 100% rename from PHASE-X-BX.md rename to docs/history/PHASE-X-BX.md diff --git a/PHASE-X-C.md b/docs/history/PHASE-X-C.md similarity index 100% rename from PHASE-X-C.md rename to docs/history/PHASE-X-C.md diff --git a/PHASE-X-PRIME.md b/docs/history/PHASE-X-PRIME.md similarity index 100% rename from PHASE-X-PRIME.md rename to docs/history/PHASE-X-PRIME.md diff --git a/PHASE-X.md b/docs/history/PHASE-X.md similarity index 100% rename from PHASE-X.md rename to docs/history/PHASE-X.md diff --git a/docs/PHASE2-PLAN.md b/docs/history/PHASE2-PLAN.md similarity index 100% rename from docs/PHASE2-PLAN.md rename to docs/history/PHASE2-PLAN.md diff --git a/docs/PHASE2-PROCESS.md b/docs/history/PHASE2-PROCESS.md similarity index 100% rename from docs/PHASE2-PROCESS.md rename to docs/history/PHASE2-PROCESS.md diff --git a/docs/PHASE2-TECH-REVIEW.md b/docs/history/PHASE2-TECH-REVIEW.md similarity index 100% rename from docs/PHASE2-TECH-REVIEW.md rename to docs/history/PHASE2-TECH-REVIEW.md diff --git a/docs/test-bg-layer.png b/docs/test-bg-layer.png deleted file mode 100644 index e90738e..0000000 Binary files a/docs/test-bg-layer.png and /dev/null differ diff --git a/docs/test-bim-auto.html b/docs/test-bim-auto.html deleted file mode 100644 index 7aa681b..0000000 --- a/docs/test-bim-auto.html +++ /dev/null @@ -1,806 +0,0 @@ - - - - -건설정보모델링(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 deleted file mode 100644 index a65a577..0000000 --- a/docs/test-bim-page-v2.html +++ /dev/null @@ -1,401 +0,0 @@ - - - - -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 deleted file mode 100644 index 6f985eb..0000000 --- a/docs/test-bim-page.html +++ /dev/null @@ -1,328 +0,0 @@ - - - - -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/docs/test-gemini-infographic.png b/docs/test-gemini-infographic.png deleted file mode 100644 index abbd701..0000000 Binary files a/docs/test-gemini-infographic.png and /dev/null differ diff --git a/docs/test-layered-slide.html b/docs/test-layered-slide.html deleted file mode 100644 index 9efc38c..0000000 --- a/docs/test-layered-slide.html +++ /dev/null @@ -1,206 +0,0 @@ - - - - -DX와 BIM의 개념적 구분과 재정립 - - - -
    - - -
    - background -
    - - -
    DX와 BIM의 개념적 구분과 재정립
    - - -
    -
    📋
    -
    용어 혼용
    -
    DX와 BIM 개념이
    명확히 정립되지 않은 채
    혼용되어 사용
    -
    - -
    -
    🏛️
    -
    정책 사례
    -
    건설기술진흥 기본계획
    BIM 도입 = 디지털화
    로 표현
    -
    - -
    -
    📐
    -
    BIM
    -
    3D 모델 기반
    정보 통합·관리 도구
    핵심 인프라 기술
    -
    - -
    -
    🔄
    -
    DX
    -
    디지털 기술 기반
    산업 패러다임 전환
    업무방식·가치 구조 변혁
    -
    - -
    -
    🔗
    -
    기술 융합
    -
    GIS + BIM + DT
    기술 융합으로만
    DX 실현 가능
    -
    - - -
    -
    DX와 BIM의
    관계
    -
    개념적 구분과 재정립
    -
    - - -
    -
    상위 개념
    -
    산업 패러다임 전환
    프로세스 혁신
    -
    - -
    -
    핵심 기초 기술
    -
    건설정보 통합 관리
    디지털 협업 인프라
    -
    - - -
    - BIM은 건설산업의 디지털전환(DX)을 수행하는 과정에서 가장 기초가 되는 일부분이다 -
    - -
    - - diff --git a/docs/test-layered-v2.html b/docs/test-layered-v2.html deleted file mode 100644 index 9c26029..0000000 --- a/docs/test-layered-v2.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - -DX와 BIM의 개념적 구분과 재정립 - - - -
    - - -
    - -
    - - - - - - - - - - - - -
    DX와 BIM의 개념적 구분과 재정립
    - - -
    -
    📋
    -
    -
    용어 혼용
    -
    DX와 BIM 개념이
    정립되지 않은 채
    혼용되어 사용
    -
    -
    - -
    -
    🏛️
    -
    -
    정책 사례
    -
    건설기술진흥 기본계획
    BIM 도입 = 디지털화
    -
    -
    - -
    -
    📐
    -
    -
    BIM
    -
    3D 모델 기반
    정보 통합·관리 도구
    -
    -
    - -
    -
    🔄
    -
    -
    DX
    -
    디지털 기술 기반
    산업 패러다임 전환
    업무방식·가치 구조 변혁
    -
    -
    - -
    -
    🔗
    -
    -
    기술 융합
    -
    GIS + BIM + DT
    기술 융합으로만
    DX 실현 가능
    -
    -
    - - -
    -
    -
    DX와 BIM의
    관계
    -
    개념적 구분과 재정립
    -
    -
    - - -
    -
    - -
    -
    상위 개념
    -
    산업 패러다임 전환
    프로세스 혁신
    -
    -
    -
    - -
    -
    -
    -
    핵심 기초 기술
    -
    건설정보 통합 관리
    디지털 협업 인프라
    -
    - -
    -
    - - -
    - BIM은 건설산업의 디지털전환(DX)을 수행하는 과정에서 가장 기초가 되는 일부분이다 -
    - -
    - - diff --git a/docs/test-relation.html b/docs/test-relation.html deleted file mode 100644 index 90313ba..0000000 --- a/docs/test-relation.html +++ /dev/null @@ -1,4 +0,0 @@ - - - -건설산업 DXGISBIMDigital Twin \ No newline at end of file diff --git a/docs/test-relation.svg b/docs/test-relation.svg deleted file mode 100644 index 90313ba..0000000 --- a/docs/test-relation.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -건설산업 DXGISBIMDigital Twin \ No newline at end of file diff --git a/docs/test-simple.html b/docs/test-simple.html deleted file mode 100644 index 9e169a5..0000000 --- a/docs/test-simple.html +++ /dev/null @@ -1,4 +0,0 @@ - - - -StartStep 10102Step 2ProgressCompleteStep 303 \ No newline at end of file diff --git a/docs/test-simple.svg b/docs/test-simple.svg deleted file mode 100644 index 9e169a5..0000000 --- a/docs/test-simple.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -StartStep 10102Step 2ProgressCompleteStep 303 \ No newline at end of file diff --git a/docs/test-slide-output.html b/docs/test-slide-output.html deleted file mode 100644 index c914615..0000000 --- a/docs/test-slide-output.html +++ /dev/null @@ -1,402 +0,0 @@ - - - - -DX와 BIM의 개념적 구분과 재정립 - - - - - -
    - -
    DX와 BIM의 개념적 구분과 재정립
    - - - -
    - -
    -
    건설산업의 디지털 전환 논의에서 DX와 BIM이 개념적으로 명확히 정립되지 않은 채 혼용되어 사용되고 있으며, BIM 기술의 도입을 DX의 완성으로 오인하거나 DX를 BIM 기술 도입 수준으로 한정하는 인식이 확산되고 있다.
    - -
    - - -
    - -
    - -
    - -
    - -
    제7차 건설기술진흥 기본계획
    - 국토교통부, 2023 -
    추진방향: 디지털 전환을 통한 스마트 건설 확산 -추진과제: BIM 도입으로 건설산업 디지털화
    - -
    - -
    - -
    스마트 건설 활성화 방안
    - 국토교통부, 2022 -
    추진과제: 건설산업 디지털화 -세부내용: BIM 전면 도입 및 제도 정비, BIM 전문인력 양성
    - -
    - -
    - - -
    - -
    - -
    - -
    - -
    BIM
    - 디지털 전환 핵심 기술 -
    시설물 생애주기 정보를 3D 모델 기반으로 통합·관리하는 인프라 기술
    -
    건설산업 BIM 기본지침, 국토교통부, 2020
    -
    - -
    - -
    건설산업
    - 종합산업 -
    다양한 시설물을 광범위한 기술을 통합·융합하여 만들어내는 종합산업
    - -
    - -
    - -
    DX
    - 산업 패러다임 변화 -
    디지털 기술 기반으로 업무방식과 가치 창출 구조를 전환하는 과정 및 결과
    -
    IBM, 2011 / Agile Elephant, 2015
    -
    - -
    - - -
    - - - -
    - - - \ No newline at end of file diff --git a/참고 페이지/005_건설산업의 혁신.png b/참고 페이지/005_건설산업의 혁신.png deleted file mode 100644 index fa62ce2..0000000 Binary files a/참고 페이지/005_건설산업의 혁신.png and /dev/null differ diff --git a/참고 페이지/1번.png b/참고 페이지/1번.png deleted file mode 100644 index f443e86..0000000 Binary files a/참고 페이지/1번.png and /dev/null differ diff --git a/참고 페이지/2번.png b/참고 페이지/2번.png deleted file mode 100644 index 253566d..0000000 Binary files a/참고 페이지/2번.png and /dev/null differ diff --git a/참고 페이지/3번.png b/참고 페이지/3번.png deleted file mode 100644 index 3a080ca..0000000 Binary files a/참고 페이지/3번.png and /dev/null differ diff --git a/참고 페이지/4번.png b/참고 페이지/4번.png deleted file mode 100644 index f077023..0000000 Binary files a/참고 페이지/4번.png and /dev/null differ diff --git a/참고 페이지/figma_center_2x.png b/참고 페이지/figma_center_2x.png deleted file mode 100644 index 7c4ae5a..0000000 Binary files a/참고 페이지/figma_center_2x.png and /dev/null differ diff --git a/참고 페이지/figma_export_2x.png b/참고 페이지/figma_export_2x.png deleted file mode 100644 index 150ab9f..0000000 Binary files a/참고 페이지/figma_export_2x.png and /dev/null differ diff --git a/참고 페이지/스크린샷 2026-04-07 113217.png b/참고 페이지/스크린샷 2026-04-07 113217.png deleted file mode 100644 index 68979dc..0000000 Binary files a/참고 페이지/스크린샷 2026-04-07 113217.png and /dev/null differ