changeset 84:bcc76a156aea

Updated to be called src instead of pages.
author June Park <parkjune1995@gmail.com>
date Thu, 01 Jan 2026 13:01:10 -0800
parents 49b611c808e7
children 0618addd5438
files mrjunejune/BUILD mrjunejune/main.c mrjunejune/pages/base.css mrjunejune/pages/fonts/Roboto-Regular.ttf mrjunejune/pages/fonts/Roboto-Thin.ttf mrjunejune/pages/fonts/atkinson-bold.woff mrjunejune/pages/fonts/atkinson-regular.woff mrjunejune/pages/index.html mrjunejune/pages/index.js mrjunejune/pages/parts/base_head.html mrjunejune/pages/parts/header.html mrjunejune/pages/public/dog.glb mrjunejune/pages/public/dog.js mrjunejune/pages/public/dog.stl mrjunejune/pages/public/dog.xyz mrjunejune/pages/public/epi_all_colors.svg mrjunejune/pages/public/epi_favicon.svg mrjunejune/pages/public/logo_black.png mrjunejune/pages/public/logo_white.png mrjunejune/pages/public/logo_white_og.png mrjunejune/pages/public/paw.svg mrjunejune/pages/resume.css mrjunejune/pages/resume/index.html mrjunejune/pages/resume/index.js mrjunejune/pages/tools/index.css mrjunejune/pages/tools/index.html mrjunejune/pages/tools/markdown_to_html/index.css mrjunejune/pages/tools/markdown_to_html/index.html mrjunejune/src/base.css mrjunejune/src/fonts/Roboto-Regular.ttf mrjunejune/src/fonts/Roboto-Thin.ttf mrjunejune/src/fonts/atkinson-bold.woff mrjunejune/src/fonts/atkinson-regular.woff mrjunejune/src/index.html mrjunejune/src/index.js mrjunejune/src/parts/base_head.html mrjunejune/src/parts/header.html mrjunejune/src/public/dog.glb mrjunejune/src/public/dog.js mrjunejune/src/public/dog.stl mrjunejune/src/public/dog.xyz mrjunejune/src/public/epi_all_colors.svg mrjunejune/src/public/epi_favicon.svg mrjunejune/src/public/logo_black.png mrjunejune/src/public/logo_white.png mrjunejune/src/public/logo_white_og.png mrjunejune/src/public/paw.svg mrjunejune/src/resume.css mrjunejune/src/resume/index.html mrjunejune/src/resume/index.js mrjunejune/src/tools/index.css mrjunejune/src/tools/index.html mrjunejune/src/tools/markdown_to_html/index.css mrjunejune/src/tools/markdown_to_html/index.html
diffstat 54 files changed, 6714 insertions(+), 6713 deletions(-) [+]
line wrap: on
line diff
--- a/mrjunejune/BUILD	Thu Jan 01 12:56:14 2026 -0800
+++ b/mrjunejune/BUILD	Thu Jan 01 13:01:10 2026 -0800
@@ -8,7 +8,7 @@
   srcs = [
     "//react_games:games"
   ],
-  dest = "pages/games",
+  dest = "src/games",
 )
 
 move_files_into_dir(
@@ -17,19 +17,19 @@
     "//playground:hello",
     "//markdown_converter:markdown_to_html",
   ],
-  dest = "pages",
+  dest = "src",
 )
 
 filegroup(
-  name = "pages_files",
-  srcs = glob(["pages/**"]) + [":compiled_ts", ":compiled_ts_games"],
+  name = "src_files",
+  srcs = glob(["src/**"]) + [":compiled_ts", ":compiled_ts_games"],
 )
 
 cc_binary(
   name = "mrjunejune_server",
   srcs = ["main.c"],
   deps = ["//seobeo:seobeo_server"], 
-  data = [":pages_files"],
+  data = [":src_files"],
 )
 
 bundle(
@@ -61,7 +61,7 @@
   deps = ["//seobeo:seobeo_client"],
   data = [
     "//mrjunejune:mrjunejune_server",
-    "//mrjunejune:pages_files",
+    "//mrjunejune:src_files",
     "//mrjunejune:test_snapshots",
   ],
   size = "medium",
@@ -75,7 +75,7 @@
   deps = ["//seobeo:seobeo_client"],
   data = [
     "//mrjunejune:mrjunejune_server",
-    "//mrjunejune:pages_files",
+    "//mrjunejune:src_files",
   ],
   args = ["$(location //mrjunejune:mrjunejune_server)"],
 )
--- a/mrjunejune/main.c	Thu Jan 01 12:56:14 2026 -0800
+++ b/mrjunejune/main.c	Thu Jan 01 13:01:10 2026 -0800
@@ -125,5 +125,5 @@
   Seobeo_Router_Register("GET", "/tools/markdown_to_html", GetMDToHTML);
   Seobeo_Router_Register("GET", "/tools/markdown_to_html/index.html", GetRedirectMarkDownToHtml);
 
-  Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2);
+  Seobeo_Web_Server_Start("mrjunejune/src", "6969", SEOBEO_MODE_EDGE, 2);
 }
--- a/mrjunejune/pages/base.css	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,270 +0,0 @@
-/* Base Colors */
-:root {
-  --white: #ffffff;
-  --black: hsl(224, 12%, 4%);
-  --darkgray: #333333;
-  --gray: #5d5d5d;
-  --lightgray: #999999;
-  --green: #c2e15f;
-  --orange: #fda333;
-  --purple: #d3a4f9;
-  --red: #fb4485;
-  --blue: #6ce0f1;
-  --darktext: #414141;
-  /* from astro */
-  --accent: #2337ff;
-  --accent-dark: #000d8a;
-  --gray: 96, 115, 159;
-  --gray-light: 229, 233, 240;
-  --gray-dark: 34, 41, 57;
-  --gray-gradient: rgba(var(--gray-light), 50%), #fff;
-  --box-shadow: 0 2px 6px rgba(var(--gray), 25%),
-    0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);
-  --awesome: #dc3522;
-  --main-width: 720px;
-}
-.dark {
-  --white: hsl(224, 10%, 10%);
-  --black: hsl(0, 0%, 90%);
-  --darkgray: #cccccc; /* Inverted */
-  --lightgray: #666666; /* Inverted */
-  --green: #3d1ea0; /* Complementary */
-  --orange: #025ccc; /* Complementary */
-  --purple: #2b5b06; /* Complementary */
-  --red: #04bb7a; /* Complementary */
-  --blue: #932f0e; /* Complementary */
-  --darktext: #bebebe; /* Inverted */
-  --text: var(--lightgray); /* Opposite of --darkgray */
-  --graytext: var(--lightgray); /* Opposite of --gray */
-  --lighttext: var(--darkgray); /* Opposite of --lightgray */
-  --awesome: #23cade; /* Complementary */
-
-  /* Opposite of Astro Colors */
-  --accent: #ffcc00; /* Complementary */
-  --accent-dark: #ffb275; /* Modified complementary */
-  --gray: 159, 140, 96; /* Inverted */
-  --gray-light: 26, 22, 15; /* Inverted */
-  --gray-dark: 221, 214, 198; /* Inverted */
-  --gray-gradient: rgba(26, 22, 15, 50%), #000; /* Adjusted */
-  --box-shadow: 0 -2px -6px rgba(159, 140, 96, 25%),
-    0 -8px -24px rgba(159, 140, 96, 33%), 0 -16px -32px rgba(159, 140, 96, 33%);
-}
-
-html {
-  background: var(--white);
-}
-
-/* fonts */
-@font-face {
-  font-family: "Atkinson";
-  src: url("/fonts/atkinson-regular.woff") format("woff");
-  font-weight: 400;
-  font-style: normal;
-}
-@font-face {
-  font-family: "Atkinson";
-  src: url("/fonts/atkinson-bold.woff") format("woff");
-  font-weight: 700;
-  font-style: normal;
-}
-/* Fonts */
-@font-face {
-  font-family: "Roboto";
-  src: url("/fonts/Roboto-Regular.ttf");
-}
-
-@font-face {
-  font-family: "Roboto Light";
-  src: url("/fonts/Roboto-Thin.ttf");
-}
-
-a {
-  color: inherit; /* blue colors for links too */
-  text-decoration: inherit; /* no underline */
-}
-
-body {
-  font-family: "Atkinson", sans-serif;
-  margin: 0;
-  padding: 0;
-  text-align: left;
-  background: var(--gray-gradient);
-  background-size: 100% 600px;
-  word-wrap: break-word;
-  overflow-wrap: break-word;
-  color: rgb(var(--gray-dark));
-  font-size: 20px;
-  line-height: 1.7;
-}
-
-main {
-  background: var(--white);
-  width: var(--main-width);
-  max-width: calc(100% - 2em);
-  margin: auto;
-  padding: 1em 1em;
-}
-
-h1,
-h2,
-h3,
-h4,
-h5,
-h6 {
-  margin: 0 0 0.5rem 0;
-  color: rgb(var(--black));
-  line-height: 1.2;
-}
-h1 {
-  font-size: 3.052em;
-}
-h2 {
-  font-size: 2.441em;
-}
-h3 {
-  font-size: 1.953em;
-}
-h4 {
-  font-size: 1.563em;
-}
-h5 {
-  font-size: 1.25em;
-}
-strong,
-b {
-  font-weight: 700;
-}
-p {
-  margin-bottom: 1em;
-}
-.prose p {
-  margin-bottom: 2em;
-}
-textarea {
-  width: 100%;
-  font-size: 16px;
-}
-input {
-  font-size: 16px;
-}
-table {
-  width: 100%;
-}
-img {
-  max-width: 100%;
-  height: auto;
-  border-radius: 8px;
-}
-code {
-  padding: 2px 5px;
-  background-color: rgb(var(--gray-light));
-  border-radius: 2px;
-}
-pre {
-  padding: 1.5em;
-  border-radius: 8px;
-}
-pre > code {
-  all: unset;
-}
-blockquote {
-  border-left: 4px solid var(--accent);
-  padding: 0 0 0 20px;
-  margin: 0px;
-  font-size: 1.333em;
-}
-hr {
-  border: none;
-  border-top: 1px solid rgb(var(--gray-light));
-}
-@media (max-width: 720px) {
-  body {
-    font-size: 18px;
-  }
-  main {
-    padding: 1em;
-  }
-}
-
-.sr-only {
-  border: 0;
-  padding: 0;
-  margin: 0;
-  position: absolute !important;
-  height: 1px;
-  width: 1px;
-  overflow: hidden;
-  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
-  clip: rect(1px 1px 1px 1px);
-  /* maybe deprecated but we need to support legacy browsers */
-  clip: rect(1px, 1px, 1px, 1px);
-  /* modern browsers, clip-path works inwards from each corner */
-  clip-path: inset(50%);
-  /* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
-  white-space: nowrap;
-}
-
-.center {
-  display: flex;
-  justify-content: center;
-}
-
-/* Auto dark mode based on system preference */
-@media (prefers-color-scheme: dark) {
-  :root:not(.light-mode) {
-    --white: hsl(224, 10%, 10%);
-    --black: hsl(0, 0%, 90%);
-    --darkgray: #cccccc;
-    --lightgray: #666666;
-    --green: #3d1ea0;
-    --orange: #025ccc;
-    --purple: #2b5b06;
-    --red: #04bb7a;
-    --blue: #932f0e;
-    --darktext: #bebebe;
-    --awesome: #23cade;
-    --accent: #ffcc00;
-    --accent-dark: #ffb275;
-    --gray: 159, 140, 96;
-    --gray-light: 26, 22, 15;
-    --gray-dark: 221, 214, 198;
-    --gray-gradient: rgba(26, 22, 15, 50%), #000;
-    --box-shadow: 0 -2px -6px rgba(159, 140, 96, 25%),
-      0 -8px -24px rgba(159, 140, 96, 33%), 0 -16px -32px rgba(159, 140, 96, 33%);
-  }
-}
-
-a {
-  text-decoration: underline;
-}
-
-a::before {
-  content: "";
-  display: inline-block;
-  width: 1em;
-  height: 1em;
-  margin-right: 8px;
-  vertical-align: middle;
-
-  /* This treats the paw like a stencil */
-  background-color: #FF69B4; /* Change your color here! (e.g., Hot Pink) */
-  -webkit-mask: url('/public/paw.svg') no-repeat center;
-  mask: url('/public/paw.svg') no-repeat center;
-  
-  /* Your 2D Animation */
-  animation: pawStep 0.6s ease-out forwards;
-}
-
-@keyframes pawStep {
-  0% { transform: scale(0); opacity: 0; }
-  100% { transform: scale(1); opacity: 1; }
-}
-
-a:hover::before {
-  animation: wiggle 0.4s ease-in-out infinite;
-}
-
-@keyframes wiggle {
-  0%, 100% { transform: rotate(-15deg); }
-  50% { transform: rotate(15deg); }
-}
Binary file mrjunejune/pages/fonts/Roboto-Regular.ttf has changed
Binary file mrjunejune/pages/fonts/Roboto-Thin.ttf has changed
Binary file mrjunejune/pages/fonts/atkinson-bold.woff has changed
Binary file mrjunejune/pages/fonts/atkinson-regular.woff has changed
--- a/mrjunejune/pages/index.html	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-<!doctype html>
-<html lang="en">
-  <head>
-    <title> MrJuneJune </title>
-    <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg">
-    <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin>
-    <link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin>
-    <link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin>
-    <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin>
-
-    <link rel="preload" href="base.css" as="style" />
-    <link rel="stylesheet" href="base.css" />
-  </head>
-  <body>
-     {{/parts/header.html}}
-     <main>
-       <h1>Hi, I'm June</h1>
-
-       <p>But many people call me MrJuneJune. I'm a software engineer whoe code for fun on my free time. I also have a dog.</p>
-
-       <h2>Links</h2>
-       <ul>
-         <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li>
-         <li><a href="/resume">Resume</a> - My professional experience</li>
-         <li><a href="/tools">Tools</a> - Tools I use daily</li>
-       </ul>
-     </main>
-  </body>
-</html>
--- a/mrjunejune/pages/index.js	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-const THEME_STORAGE_KEY = 'theme-preference';
-// Get stored preference or detect system preference
-function getThemePreference()
-{
-  const stored = localStorage.getItem(THEME_STORAGE_KEY);
-  if (stored) {
-    return stored;
-  }
-  return 'auto';
-}
-
-function applyTheme(preference)
-{
-  const root = document.documentElement;
-
-  if (preference === 'light') {
-    root.classList.remove('dark', 'auto');
-    root.classList.add('light-mode');
-  } else if (preference === 'dark') {
-    root.classList.remove('light-mode', 'auto');
-    root.classList.add('dark');
-  } else {
-    // Auto - remove manual overrides and let CSS media query handle it
-    root.classList.remove('light-mode', 'dark');
-    root.classList.add('auto');
-  }
-}
-
-(function() {
-  const currentPreference = getThemePreference();
-  applyTheme(currentPreference);
-})();
-
-/* Toggle lights auto and dark */
-const toggle = document.querySelector('#themeToggle');
-toggle.addEventListener('click', function() {
-  let preference = getThemePreference();
-
-  // Cycle through: auto -> light -> dark -> auto
-  if (preference === 'auto') {
-    preference = 'light';
-  } else if (preference === 'light') {
-    preference = 'dark';
-  } else {
-    preference = 'auto';
-  }
-
-  localStorage.setItem(THEME_STORAGE_KEY, preference);
-  applyTheme(preference);
-});
--- a/mrjunejune/pages/parts/base_head.html	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-<link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin>
-<link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin>
-<link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin>
-<link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin>
-
-<link rel="preload" href="base.css" as="style" />
-<link rel="stylesheet" href="base.css" />
-
--- a/mrjunejune/pages/parts/header.html	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,141 +0,0 @@
-<style>
-  :root {
-    --header-background: var(--white);
-    --header-color: rgb(var(--black));
-    --link-hover-accent: var(--awesome);
-  }
-
-  /* Fixed icon in top left corner */
-  #themeToggle {
-    position: fixed;
-    top: 20px;
-    left: 20px;
-    background: var(--header-background);
-    display: flex;
-    align-items: center;
-    border-radius: 50%;
-    cursor: pointer;
-    z-index: 1000;
-    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
-    transition: transform 0.2s ease;
-  }
-
-  #themeToggle:hover {
-    transform: scale(1.05);
-  }
-
-  /* Professional header */
-  header {
-    margin: auto;
-    padding: 1.5em 1em;
-    background: var(--header-background);
-    color: var(--header-color);
-    font-family: "Atkinson", sans-serif;
-    box-shadow: 0 2px 8px rgba(var(--black), 5%);
-    width: 720px;
-    max-width: calc(100% - 2em);
-    text-align: center;
-  }
-
-  header h1 {
-    margin: 0;
-    font-size: 1.8em;
-    font-weight: 700;
-    letter-spacing: -0.5px;
-  }
-
-  header h1 a {
-    text-decoration: none;
-    color: var(--header-color);
-  }
-
-  header h1 a::before {
-    display: none;
-  }
-
-  /* Mobile responsiveness */
-  @media (max-width: 720px) {
-    #themeToggle {
-      top: 15px;
-      left: 15px;
-    }
-
-    header {
-      padding: 1em;
-    }
-
-    header h1 {
-      font-size: 1.5em;
-    }
-  }
-
-  @media (max-width: 480px) {
-    #themeToggle {
-      top: 10px;
-      left: 10px;
-    }
-
-    #themeToggle img {
-      height: 40px;
-      width: 40px;
-    }
-
-    header h1 {
-      font-size: 1.3em;
-    }
-  }
-
-  #logo {
-    width: 300px;
-  }
-
-  /* 1. DEFINE THE DEFAULTS (Light Mode) */
-  :root {
-    --logo-invert: invert(0);
-    --epi-grayscale: grayscale(0) brightness(1);
-  }
-  
-  /* 2. MANUAL DARK OVERRIDE */
-  html.dark {
-    --logo-invert: invert(1);
-    --epi-grayscale: grayscale(1);
-  }
-  
-  /* 3. MANUAL LIGHT OVERRIDE */
-  html.light-mode {
-    --logo-invert: invert(0);
-    --epi-grayscale: brightness(2.9) grayscale(1);
-  }
-  
-  /* 4. SYSTEM PREFERENCE */
-  @media (prefers-color-scheme: dark) {
-    :root:not(.light-mode) {
-      --logo-invert: invert(1);
-    }
-  }
-  
-  /* 5. APPLY TO ELEMENTS */
-  #logo {
-    -webkit-filter: var(--logo-invert);
-    filter: var(--logo-invert);
-    transition: filter 0.3s ease;
-  }
-  
-  .epi-logo {
-    -webkit-filter: var(--epi-grayscale);
-    filter: var(--epi-grayscale);
-    transition: filter 0.3s ease;
-  }
-</style>
-
-<div id="themeToggle">
-  <img id="epiChan" class="epi-logo" aria-label="Toggle dark mode" src="/public/epi_all_colors.svg" height="50" width="50">
-</div>
-
-<header>
-  <h1>
-    <a href="/"><img id="logo" src="/public/logo_white.png"> </a>
-  </h1>
-</header>
-<script src="index.js"></script>
-
Binary file mrjunejune/pages/public/dog.glb has changed
--- a/mrjunejune/pages/public/dog.js	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,242 +0,0 @@
-// -- Dog -- //
-const SCREEN_WIDTH = 800;
-const SCREEN_HEIGHT = 600;
-const PIXEL_SIZE = 3;
-const FRAME = 60;
-
-const dog = document.getElementById("epi3D");
-dog.width = SCREEN_WIDTH;
-dog.height = SCREEN_HEIGHT;
-const ctx = dog.getContext("2d");
-
-function drawBackground() {
-  ctx.fillStyle = "black";
-  ctx.fillRect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
-}
-
-function drawPixel({x, y}) {
-  ctx.fillStyle = "blue";
-  ctx.fillRect(x * SCREEN_WIDTH, y * SCREEN_HEIGHT, PIXEL_SIZE, PIXEL_SIZE);
-}
-
-function normalize({x, y}) {
-  return {
-    x: ((x + 1) / 2),
-    y: (1 - ((y + 1) / 2)),
-  }
-}
-
-function threeDtotwoD({x, y, z}) {
-  return {
-    x: x/z,
-    y: y/z
-  }
-}
-
-function drawLine(point1, point2) {
-  ctx.beginPath();
-  ctx.moveTo(point1.x * SCREEN_WIDTH, point1.y * SCREEN_HEIGHT);
-  ctx.lineTo(point2.x * SCREEN_WIDTH, point2.y * SCREEN_HEIGHT);
-  ctx.lineWidth = 3;
-  ctx.strokeStyle = "red";
-  ctx.stroke();
-}
-
-let points = [];
-let vertices = [];
-
-async function loadXYZModel(filepath) {
-  try {
-    const response = await fetch(filepath);
-    const xyzContent = await response.text();
-    // return parseXYZFile(xyzContent);
-    return parseSmartSTL(xyzContent);
-  } catch (error) {
-    console.error('Error loading XYZ file:', error);
-    return null;
-  }
-}
-
-function downsamplePoints(points, gridSize = 0.2) {
-  const grid = new Map();
-  
-  for (const point of points) {
-    // Create grid cell key
-    const cellX = Math.floor(point.x / gridSize);
-    const cellY = Math.floor(point.y / gridSize);
-    const cellZ = Math.floor(point.z / gridSize);
-    const key = `${cellX},${cellY},${cellZ}`;
-    
-    // Keep first point in each cell (or you could average them)
-    if (!grid.has(key)) {
-      grid.set(key, point);
-    }
-  }
-  
-  return Array.from(grid.values());
-}
-
-async function initModel() {
-  const model = await loadXYZModel('/public/dog.xyz');
-  
-  if (model) {
-    const normalizedPoints = normalizePoints(model.points, 1.0);
-    points = downsamplePoints(normalizedPoints, 0.1); // grid method
-
-    vertices = model.vertices;
-    for (let i = 0; i < points.length - 1; i++) {
-      vertices.push([i, i + 1]);
-    }
-    
-    // Start the animation after loading
-    drawAnimation();
-  } else {
-    console.error('Failed to load model');
-  }
-}
-
-function parseSmartSTL(stlString) {
-  const lines = stlString.split('\n');
-  const points = [];
-  const vortexs = [];
-  
-  let currentNormal = "";
-  let tempVertices = [];
-
-  lines.forEach((line) => {
-    const trimmed = line.trim();
-
-    // 1. Detect the "Angle" (Normal)
-    if (trimmed.startsWith('facet normal')) {
-      const normal = trimmed.replace('facet normal ', '');
-      // Only care if the normal is different from the last one (it's a new angle)
-      // Or just keep them all for now and we'll filter by position
-      currentNormal = normal;
-      tempVertices = [];
-    }
-
-    // 2. Grab the vertices
-    if (trimmed.startsWith('vertex')) {
-      const parts = trimmed.split(/\s+/);
-      tempVertices.push({
-        x: parseFloat(parts[1]),
-        y: parseFloat(parts[2]),
-        z: parseFloat(parts[3])
-      });
-    }
-
-    // 3. When the triangle ends, connect them
-    if (trimmed.startsWith('endloop')) {
-      const startIndex = points.length;
-      points.push(...tempVertices);
-      
-      // Create a triangle connection (vortex)
-      vortexs.push([startIndex, startIndex + 1, startIndex + 2]);
-    }
-  });
-
-  return { points, vortexs };
-}
-
-// Usage:
-// const { points, vortexs } = parseSmartSTL(yourStlString);
-
-initModel();
-
-function parseXYZFile(xyzFileContent) {
-  const lines = xyzFileContent.trim().split('\n').filter(line => line.trim());
-  
-  const points = lines.map(line => {
-    const coords = line.trim().split(/\s+/).map(Number);
-    return {
-      x: coords[0],
-      y: coords[1],
-      z: coords[2]
-    };
-  });
-  
-  return { points };
-}
-
-function normalizePoints(points, scale = 1.0) {
-  const xs = points.map(p => p.x);
-  const ys = points.map(p => p.y);
-  const zs = points.map(p => p.z);
-  
-  const minX = Math.min(...xs), maxX = Math.max(...xs);
-  const minY = Math.min(...ys), maxY = Math.max(...ys);
-  const minZ = Math.min(...zs), maxZ = Math.max(...zs);
-  
-  const centerX = (minX + maxX) / 2;
-  const centerY = (minY + maxY) / 2;
-  const centerZ = (minZ + maxZ) / 2;
-  
-  const rangeX = maxX - minX;
-  const rangeY = maxY - minY;
-  const rangeZ = maxZ - minZ;
-  const maxRange = Math.max(rangeX, rangeY, rangeZ);
-  
-  return points.map(p => ({
-    x: ((p.x - centerX) / maxRange) * scale,
-    y: ((p.y - centerY) / maxRange) * scale,
-    z: ((p.z - centerZ) / maxRange) * scale
-  }));
-}
-
-function rotate_xz({x, y, z}, angle) {
-  return {
-    x: x * Math.cos(angle) - z * Math.sin(angle),
-    y: y,
-    z: x * Math.sin(angle) + z * Math.cos(angle),
-  }
-}
-
-function move_point(point, { x, y, z}) {
-  return {
-    ...point,
-    x: point.x + x,
-    y: 1 - (point.y + y),
-    z: point.z + z
-  }
-}
-
-function move_z(point, dz) {
-  return {...point, z: point.z + dz}
-}
-
-let dz = 0;
-let dt = 1/FRAME;
-let angle = 0;
-
-function drawAnimation() {
-  drawBackground();
-  // dz += 1 * dt;
-  angle += 1 * Math.PI * dt;
-
-  for (const point of points) {
-    drawPixel(
-        threeDtotwoD(
-          move_point(rotate_xz(point, angle), { x: 0.7, y: 0.5, z: 1.5})
-        )
-    );
-  } 
-
-  for (const vertex of vertices) {
-    for (let i = 0; i < vertex.length - 1; i++) {
-      const point1 = normalize(
-        threeDtotwoD(
-          move_point(rotate_xz(points[vertex[i]], angle), { x: 0.7, y: 0.5, z: 1.5})
-        )
-      );
-      const point2 = normalize(
-        threeDtotwoD(
-          move_point(rotate_xz(points[vertex[i + 1]], angle), { x: 0.7, y: 0.5, z: 1.5})
-        )
-      );
-      drawLine(point1, point2);
-    }
-  }
-  
-  setTimeout(() => drawAnimation(), 1000/60);
-}
-drawAnimation();
Binary file mrjunejune/pages/public/dog.stl has changed
--- a/mrjunejune/pages/public/dog.xyz	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4980 +0,0 @@
--0.09751702 -0.30844843 0.49967507
--0.1000822 -0.30849591 0.49963602
--0.09757286 -0.31074524 0.49934331
--0.1000822 -0.30849591 0.49963602
--0.10037657 -0.31136766 0.49851012
--0.09757286 -0.31074524 0.49934331
--0.00776479 0.14802413 0.44054258
--0.00537906 0.15562195 0.44396445
--0.01505946 0.15250458 0.44250393
-0.0055691 0.15290436 0.44360653
-0.00626559 0.15945759 0.44667095
-0.01269414 0.1552085 0.44549254
-0.0143068 0.16148974 0.44926506
-0.00369192 0.16579165 0.4497779
--0.01189241 0.12024436 0.42928314
--0.02111787 0.11027785 0.42623261
--0.00790513 0.11257341 0.42659354
--0.00621308 0.13594687 0.4356536
--0.00338239 0.1426798 0.43862519
--0.01352114 0.13924973 0.4363158
--0.00782502 0.16360612 0.44732824
--0.0099073 0.17274912 0.45256698
--0.01371655 0.16565165 0.44714174
--0.02062716 0.14998282 0.44114557
--0.01678643 0.15950678 0.44582361
-0.01176378 0.14761928 0.44171733
-0.00383072 0.14406838 0.43967938
--0.00437945 0.16954477 0.45087856
--0.0020222 0.16365279 0.44820696
--0.02087373 0.14285818 0.43687615
-0.01151573 0.13872209 0.43793935
--0.00075946 0.17474429 0.45413294
--0.00285659 0.1812502 0.45690489
-0.02184567 0.13996513 0.43817526
-0.01820651 0.15123138 0.44360605
--0.02071949 0.13298312 0.43352371
-0.00105044 0.13294962 0.4348895
--0.0119249 0.12686688 0.43152872
-0.01681031 0.12576339 0.43200767
-0.01731692 0.12061195 0.42916253
-0.02336551 0.12451085 0.42963988
-0.02439145 0.11944689 0.42451739
-0.00356798 0.11912986 0.42924088
-0.02184778 0.11393296 0.42455968
-0.01874837 0.10704934 0.42210916
-0.00581852 0.10475933 0.42418629
-0.01529023 0.13198528 0.43532252
-0.02276673 0.13256568 0.43366146
-0.02342947 0.11023868 0.42193004
--0.01760901 0.10609403 0.42406562
--0.02077627 0.12299064 0.43013945
-0.0104855 0.17023356 0.45292693
-0.0056316 0.17797551 0.45887342
-0.00223912 0.18214142 0.45963681
--0.00117061 0.18210739 0.46007839
--0.00285659 0.1812502 0.45690489
-0.00328934 0.17787506 0.45648953
-0.00223912 0.18214142 0.45963681
-0.24584746 -0.29984975 -0.08977027
-0.240163 -0.29613104 -0.10289989
-0.24582902 -0.29437253 -0.08706266
-0.24582902 -0.29437253 -0.08706266
-0.24543494 -0.2976068 -0.08254242
-0.24584746 -0.29984975 -0.08977027
-0.24271886 -0.30032286 -0.07410264
-0.24094287 -0.2764734 -0.08339088
-0.24143839 -0.29289544 -0.06323652
-0.24143262 -0.29691961 -0.06065674
-0.23363061 -0.29389128 -0.11815885
-0.23365374 -0.30162558 -0.12223478
-0.23954283 -0.30112529 -0.10576437
-0.24094287 -0.2764734 -0.08339088
-0.23386472 -0.25337598 -0.07900826
-0.23312251 -0.26673684 -0.05230613
-0.23714015 -0.28942171 -0.04224034
-0.23624827 -0.29992151 -0.03736738
-0.23763727 -0.29526898 -0.0365175
-0.23392205 -0.29494634 -0.0101362
-0.23326962 -0.29730952 -0.00500919
-0.23293661 -0.30006734 -0.01301098
-0.22939268 -0.30283359 -0.13438937
-0.22789072 -0.27624935 -0.11665696
-0.22436751 -0.24406494 -0.09591948
-0.23386472 -0.25337598 -0.07900826
-0.22745995 -0.23197006 -0.07571153
-0.22865841 -0.24424502 -0.06045549
-0.23386472 -0.25337598 -0.07900826
-0.23312251 -0.26673684 -0.05230613
-0.22271895 -0.26186597 0.00344023
-0.23714015 -0.28942171 -0.04224034
-0.23392205 -0.29494634 -0.0101362
-0.22271895 -0.26186597 0.00344023
-0.23092172 -0.29127505 0.00603717
-0.22945033 -0.29967645 0.03053241
-0.2288927 -0.29559845 0.036116
-0.21970858 -0.28714937 -0.14989208
-0.22322458 -0.30365592 -0.15183102
-0.22745995 -0.23197006 -0.07571153
-0.22246203 -0.21515799 -0.07236265
-0.22865841 -0.24424502 -0.06045549
-0.22745995 -0.23197006 -0.07571153
-0.22197321 -0.25139153 -0.01049254
-0.22209692 -0.27175906 0.03025171
-0.22456345 -0.29952344 0.07818194
-0.2251198 -0.29137439 0.05877259
-0.22493462 -0.2959882 0.07258287
-0.21059015 -0.27296707 -0.16097224
-0.21522017 -0.25617406 -0.13196258
-0.22133555 -0.22116567 -0.05498326
-0.22197321 -0.25139153 -0.01049254
-0.22092457 -0.29930952 0.11090726
-0.21473943 -0.30487663 -0.17801689
-0.20867053 -0.20594789 -0.10047881
-0.22246203 -0.21515799 -0.07236265
-0.21817496 -0.28777835 0.10101938
-0.21787122 -0.28874236 0.11288125
-0.21774757 -0.29375842 0.12029649
-0.21751624 -0.29789409 0.12217999
-0.20952792 -0.28384387 -0.17644383
-0.20121293 -0.2494673 -0.16212875
-0.21791016 -0.20154776 -0.07010425
-0.2125259 -0.18364102 -0.06622741
-0.21459465 -0.19817507 -0.05337383
-0.21791016 -0.20154776 -0.07010425
-0.21274938 -0.22050713 -0.00948043
-0.21343631 -0.23351373 0.00947746
-0.21189277 -0.2509602 0.05665282
-0.21533202 -0.2771624 0.09725392
-0.21042398 -0.25446725 0.07834595
-0.21533202 -0.2771624 0.09725392
-0.21817496 -0.28777835 0.10101938
-0.2251198 -0.29137439 0.05877259
-0.21787122 -0.28874236 0.11288125
-0.21543746 -0.28627193 0.11707634
-0.21425904 -0.28570104 0.13423355
-0.21562535 -0.29184416 0.12867901
-0.21774757 -0.29375842 0.12029649
-0.21425904 -0.28570104 0.13423355
-0.21562535 -0.29184416 0.12867901
-0.20873408 -0.18466894 -0.07845517
-0.2125259 -0.18364102 -0.06622741
-0.20231958 -0.19519968 0.00659247
-0.2031776 -0.21967903 0.04766334
-0.21098597 -0.26292226 0.10995028
-0.21032743 -0.27311069 0.12009032
-0.21098597 -0.26292226 0.10995028
-0.21102998 -0.27780598 0.14789604
-0.21063319 -0.29774824 0.13537577
-0.21751624 -0.29789409 0.12217999
-0.20549612 -0.22398323 -0.12615949
-0.20549344 -0.16006072 -0.06050717
-0.20549344 -0.16006072 -0.06050717
-0.19860047 -0.16705669 -0.016173
-0.20328639 -0.22613277 0.06483657
-0.20610805 -0.24183077 0.091057
-0.20429219 -0.23767999 0.10777995
-0.20429219 -0.23767999 0.10777995
-0.21032743 -0.27311069 0.12009032
-0.21098597 -0.26292226 0.10995028
-0.20428255 -0.25728205 0.12429224
-0.20658566 -0.26678076 0.16536276
-0.21102998 -0.27780598 0.14789604
-0.21425904 -0.28570104 0.13423355
-0.20446351 -0.29559213 0.15116943
-0.2043457 -0.29663134 0.15008539
-0.20658566 -0.26678076 0.16536276
-0.2003908 -0.29681697 -0.21596764
-0.20752218 -0.30570814 -0.20050979
-0.19969553 -0.30664998 -0.22629812
-0.20121728 -0.28173479 -0.19905643
-0.20000988 -0.26002812 -0.17634079
-0.20111448 -0.18961094 -0.10323669
-0.19996984 -0.15063059 -0.066199
-0.20143822 -0.14806944 -0.0577539
-0.19898155 -0.17594808 -0.00603341
-0.19992113 -0.24222964 0.12311763
-0.20428255 -0.25728205 0.12429224
-0.20170315 -0.25134987 0.13824907
-0.19599535 -0.26887923 -0.19790781
-0.19899242 -0.21264017 -0.13079903
-0.19705419 -0.13347849 -0.05514821
-0.20143822 -0.14806944 -0.0577539
-0.19839014 -0.15013063 -0.03735869
-0.19820602 -0.19723947 0.03840056
-0.19647595 -0.20809932 0.1037639
-0.19896704 -0.24601319 0.17263731
-0.20658566 -0.26678076 0.16536276
-0.20170315 -0.25134987 0.13824907
-0.20310223 -0.25790057 0.17980365
-0.19963971 -0.24801186 0.19652916
-0.19850479 -0.24334408 0.2024402
-0.19198568 -0.30690685 -0.24898687
-0.18826437 -0.29350963 -0.2491716
-0.18979278 -0.27995867 -0.23167735
-0.1899098 -0.23340477 -0.17173788
-0.18747872 -0.2464817 -0.19228488
-0.19146751 -0.19931194 -0.13444667
-0.19261689 -0.17321528 -0.10624816
-0.19145294 -0.14929882 -0.08563268
-0.19453686 -0.12906729 -0.0585539
-0.19564176 -0.1253961 -0.05342172
-0.19705419 -0.13347849 -0.05514821
-0.19564176 -0.1253961 -0.05342172
-0.19484916 -0.12942843 -0.04108902
-0.19527893 -0.13835479 -0.0336393
-0.1911501 -0.14179483 -0.00045183
-0.19614331 -0.17867619 0.01913096
-0.19509009 -0.19669975 0.07146104
-0.19270594 -0.21991159 0.12442089
-0.19992113 -0.24222964 0.12311763
-0.1893492 -0.21664155 0.14291577
-0.1893492 -0.21664155 0.14291577
-0.19377585 -0.23071986 0.14930682
-0.19391927 -0.23231678 0.16617744
-0.18837573 -0.27884269 0.19679949
-0.19592525 -0.29617015 0.16843034
-0.20310223 -0.25790057 0.17980365
-0.18535227 -0.20732799 0.19240072
-0.1855852 -0.20544226 0.20993561
-0.19495679 -0.22984108 0.21898463
-0.18558794 -0.26669341 -0.22577353
-0.18914041 -0.12165932 -0.06313645
-0.18919685 -0.12802726 -0.06859886
-0.19564176 -0.1253961 -0.05342172
-0.18914041 -0.12165932 -0.06313645
-0.1936335 -0.12587953 -0.04166197
-0.1936335 -0.12587953 -0.04166197
-0.19161607 -0.12848398 -0.02020292
-0.18931046 -0.13117236 0.00026378
-0.18644793 -0.13751027 0.02914386
-0.18694083 -0.15918271 0.06183606
-0.18642172 -0.16501395 0.08009553
-0.19084437 -0.18699789 0.10074174
-0.18914287 -0.29574412 0.18308681
-0.19963971 -0.24801186 0.19652916
-0.19850479 -0.24334408 0.2024402
-0.18316028 -0.26254672 0.22060502
-0.19495679 -0.22984108 0.21898463
-0.18420102 -0.30746648 -0.27439764
-0.17655765 -0.2395937 -0.21309769
-0.1873018 -0.13262589 -0.07811547
-0.18593577 -0.13437563 0.02407093
-0.18723325 -0.17297444 0.09889298
-0.1880172 -0.20641154 0.12781999
-0.18411714 -0.17295232 0.1123518
-0.18561293 -0.20889378 0.17068857
-0.18400791 -0.29542291 0.19386493
-0.19036284 -0.2128014 0.23916416
-0.18187232 -0.24299033 0.23695275
-0.1824495 -0.2937192 -0.26825631
-0.18012483 -0.27651408 -0.25820956
-0.17506953 -0.24786587 -0.23106259
-0.17107947 -0.14469692 -0.1247002
-0.17931542 -0.13693099 -0.09905
-0.18173251 -0.13049059 -0.08627351
-0.18207987 -0.11665484 -0.07247297
-0.18207987 -0.11665484 -0.07247297
-0.17521393 -0.11481579 -0.06004535
-0.17134082 -0.11854283 -0.02429034
-0.19161607 -0.12848398 -0.02020292
-0.18931046 -0.13117236 0.00026378
-0.1749662 -0.12627639 0.0086951
-0.18593577 -0.13437563 0.02407093
-0.18516403 -0.1378163 0.04129848
-0.18352139 -0.14088993 0.06259868
-0.18360314 -0.14428264 0.06755415
-0.18360314 -0.14428264 0.06755415
-0.18252496 -0.14961638 0.08805081
-0.18694083 -0.15918271 0.06183606
-0.18252496 -0.14961638 0.08805081
-0.1826809 -0.15130462 0.09597053
-0.18345205 -0.18724926 0.12945643
-0.1880172 -0.20641154 0.12781999
-0.18086749 -0.1918719 0.15957317
-0.1893492 -0.21664155 0.14291577
-0.18086749 -0.1918719 0.15957317
-0.17841896 -0.29517019 0.20647518
-0.18366843 0.11725514 0.21155067
-0.18609631 0.10857732 0.21320163
-0.184214 0.11175118 0.20962092
-0.17978849 0.12778819 0.21681218
-0.1860754 0.10243016 0.21693358
-0.18474486 0.09960027 0.21438296
-0.18104975 0.11186008 0.22418804
-0.18474457 0.10375018 0.22113706
-0.18017824 -0.18112907 0.25846356
-0.18829006 -0.20464154 0.24962105
-0.18649405 -0.19740388 0.25887972
-0.18315338 -0.18578266 0.27534509
-0.17706284 -0.22779618 -0.19357353
-0.17597687 -0.21341567 -0.18169217
-0.18516403 -0.1378163 0.04129848
-0.18201897 -0.14215095 0.07325925
-0.18201897 -0.14215095 0.07325925
-0.18167655 -0.14447899 0.08974352
-0.18201897 -0.14215095 0.07325925
-0.17602207 -0.14178242 0.08766952
-0.18167655 -0.14447899 0.08974352
-0.18167655 -0.14447899 0.08974352
-0.17602207 -0.14178242 0.08766952
-0.18187171 -0.14327724 0.09434489
-0.17843927 -0.14349562 0.11358753
-0.17937718 -0.14814813 0.1121291
-0.17850222 -0.13588163 0.09945828
-0.1765117 -0.15697929 0.13757601
-0.18106259 -0.18793491 0.1472289
-0.18345205 -0.18724926 0.12945643
-0.1774793 -0.17200463 0.15101874
-0.18106259 -0.18793491 0.1472289
-0.18032785 -0.19227207 0.18047507
-0.17707078 -0.17966796 0.21653305
-0.18006067 0.12917335 0.20345469
-0.17623872 0.10284726 0.20226435
-0.17623872 0.10284726 0.20226435
-0.18474486 0.09960027 0.21438296
-0.17950067 0.091819 0.21024989
-0.17928222 0.08627599 0.22603565
-0.17335339 0.08191707 0.21425323
-0.17732498 -0.17769222 0.23616758
-0.17531851 0.12500459 0.23042035
-0.17928222 0.08627599 0.22603565
-0.17744695 0.09328009 0.23175626
-0.18104975 0.11186008 0.22418804
-0.17434303 0.10462356 0.24379951
-0.18474457 0.10375018 0.22113706
-0.17744695 0.09328009 0.23175626
-0.19036284 -0.2128014 0.23916416
-0.18829006 -0.20464154 0.24962105
-0.1750924 -0.22116455 0.26781499
-0.18649405 -0.19740388 0.25887972
-0.17909025 -0.17302172 0.29275924
-0.18315338 -0.18578266 0.27534509
-0.17550559 -0.18721405 0.29276612
-0.17909025 -0.17302172 0.29275924
-0.17887065 -0.17219913 0.29526195
-0.1730261 -0.30816513 -0.31448933
-0.1669521 -0.28709313 -0.31596336
-0.1784029 -0.30775833 -0.29463798
-0.16563098 -0.25349793 -0.27307713
-0.16605443 -0.17636132 -0.16619404
-0.15962128 -0.14808311 -0.15206702
-0.17304754 -0.10956244 -0.08348031
-0.1544362 -0.12458388 0.04803509
-0.18352139 -0.14088993 0.06259868
-0.17850222 -0.13588163 0.09945828
-0.1686689 -0.12430781 0.13150875
-0.17843927 -0.14349562 0.11358753
-0.17365113 -0.1504349 0.14443535
-0.17264664 -0.15717173 0.16466297
-0.17213632 -0.16154522 0.18414608
-0.17494132 -0.17416798 0.19831043
-0.1708235 0.11765104 0.18846916
-0.18006067 0.12917335 0.20345469
-0.184214 0.11175118 0.20962092
-0.17412969 0.14604479 0.21740219
-0.17602029 0.14318924 0.19684179
-0.17950067 0.091819 0.21024989
-0.17483167 0.08495741 0.20639254
-0.17144354 -0.29477656 0.2233088
-0.17380488 0.07608838 0.23160316
-0.17335339 0.08191707 0.21425323
-0.16795458 -0.28570196 0.23764828
-0.17103735 0.083893 0.23956816
-0.17531851 0.12500459 0.23042035
-0.17514165 -0.16826734 0.26912546
-0.17221664 -0.2050911 0.28595951
-0.17516406 -0.16758853 0.28072557
-0.17224267 -0.16564439 0.284219
-0.17611609 -0.16958655 0.29865968
-0.17887065 -0.17219913 0.29526195
-0.17618346 -0.17196275 0.30391389
-0.17618346 -0.17196275 0.30391389
-0.17501713 -0.17792679 0.29941687
-0.17317827 -0.17543054 0.3116456
-0.17060103 -0.27397323 -0.28958714
-0.16172805 -0.22667973 -0.24138714
-0.16732512 -0.14029518 -0.12694681
-0.17304754 -0.10956244 -0.08348031
-0.16734461 -0.13644622 0.08209529
-0.17139021 -0.12013404 0.10786121
-0.17139021 -0.12013404 0.10786121
-0.16745435 -0.11171404 0.11203105
-0.1686689 -0.12430781 0.13150875
-0.17172492 -0.14410506 0.14819188
-0.17106102 -0.15426302 0.16609429
-0.170698 -0.16182348 0.20991236
-0.17213048 0.15514319 0.18957156
-0.16971073 0.13512161 0.18610416
-0.17623872 0.10284726 0.20226435
-0.1708235 0.11765104 0.18846916
-0.16064195 0.09528389 0.18511949
-0.16923022 0.1595563 0.22089496
-0.16693038 0.16902643 0.19509372
-0.16732164 0.07399763 0.20110607
-0.17183878 -0.16383578 0.22951499
-0.17256561 -0.16520111 0.24354789
-0.17053652 0.12728956 0.24002025
-0.16757715 0.11943831 0.25162309
-0.17434303 0.10462356 0.24379951
-0.17224267 -0.16564439 0.284219
-0.16984816 -0.15685099 0.2977246
-0.17611609 -0.16958655 0.29865968
-0.16627003 -0.16219066 0.30008191
-0.17145859 -0.16885291 0.29972818
-0.17611609 -0.16958655 0.29865968
-0.16984816 -0.15685099 0.2977246
-0.17015387 -0.18952093 0.30260065
-0.17618346 -0.17196275 0.30391389
-0.16150559 -0.10095256 -0.09883284
-0.16734461 -0.13644622 0.08209529
-0.17103826 -0.13373207 0.09135883
-0.17172492 -0.14410506 0.14819188
-0.16881715 -0.14441139 0.16515462
-0.16711719 -0.14634226 0.17850411
-0.16812921 -0.15649803 0.2010226
-0.1681059 0.1691758 0.17950439
-0.16432728 0.16051635 0.17420913
-0.16555296 0.17451866 0.19036013
-0.15872566 0.07671872 0.189706
-0.16912425 -0.15995616 0.22231226
-0.16738234 0.07440931 0.20689052
-0.16923022 0.1595563 0.22089496
-0.16585164 0.16948904 0.22275119
-0.16707008 0.06464216 0.23708054
-0.16432914 0.06383048 0.22872458
-0.16359749 -0.29437396 0.24074383
-0.16425852 0.1364879 0.24985395
-0.165784 0.08878659 0.25102147
-0.16415298 -0.25995404 0.26309797
-0.16757715 0.11943831 0.25162309
-0.16763653 0.10541959 0.2577979
-0.1689309 -0.15989888 0.26938123
-0.16912425 -0.15995616 0.22231226
-0.15871112 -0.23919639 0.28976098
-0.16096324 -0.21394131 0.30396089
-0.16352278 -0.16978498 0.30831343
-0.17317827 -0.17543054 0.3116456
-0.16330609 -0.18425737 0.33408999
-0.1676019 -0.17976838 0.32446614
-0.1676019 -0.17976838 0.32446614
-0.16568318 -0.30884272 -0.34081444
-0.16222507 -0.2706193 -0.31622452
-0.15590203 -0.19949795 -0.21402094
-0.16169199 -0.20706056 -0.20735207
-0.16712725 -0.10518798 -0.09041267
-0.16150559 -0.10095256 -0.09883284
-0.15027311 -0.10779157 -0.02621286
-0.14749636 -0.10847455 0.09086271
-0.16206932 -0.10039305 0.11746603
-0.16881715 -0.14441139 0.16515462
-0.16058135 -0.12205667 0.16893806
-0.16594598 0.17639722 0.17226535
-0.16058135 -0.12205667 0.16893806
-0.16711719 -0.14634226 0.17850411
-0.16881715 -0.14441139 0.16515462
-0.16366047 0.17440981 0.17787373
-0.16375431 -0.14676969 0.20704168
-0.16216224 -0.13858525 0.1915192
-0.16231124 0.18128718 0.2067599
-0.16693038 0.16902643 0.19509372
-0.16231124 0.18128718 0.2067599
-0.15694731 0.05934026 0.2073516
-0.16131011 -0.14227358 0.22169606
-0.15463015 0.06771038 0.25870827
-0.16138993 0.05472801 0.24186845
-0.17053652 0.12728956 0.24002025
-0.16425852 0.1364879 0.24985395
-0.16912425 -0.15995616 0.22231226
-0.16131011 -0.14227358 0.22169606
-0.1587179 -0.13620244 0.26540697
-0.15470065 0.12596199 0.28018984
-0.15962023 0.08828012 0.26202118
-0.1587179 -0.13620244 0.26540697
-0.1689309 -0.15989888 0.26938123
-0.1622849 0.1058684 0.270239
-0.16162747 -0.14166276 0.27901015
-0.16162747 -0.14166276 0.27901015
-0.16292951 -0.14151435 0.29660249
-0.16984816 -0.15685099 0.2977246
-0.16292951 -0.14151435 0.29660249
-0.15838994 -0.16749834 0.30455148
-0.16383737 -0.18229514 0.33334732
-0.15725626 -0.30904391 -0.37091309
-0.15700349 -0.29844135 -0.36381042
-0.15006435 -0.21537773 -0.26535603
-0.1517055 -0.15642843 -0.17858939
-0.15861091 -0.14381881 -0.1492282
-0.15472287 -0.09463744 -0.10814039
-0.15049548 -0.09563854 -0.09000315
-0.16034287 -0.11965387 0.01083421
-0.15770739 -0.13053294 0.07691225
-0.15770739 -0.13053294 0.07691225
-0.14492442 -0.08576363 0.11327982
-0.15730967 -0.0906501 0.12228505
-0.15748943 -0.11017973 0.16578349
-0.15909053 0.21279407 0.15543579
-0.16006225 0.20389135 0.16021368
-0.16292056 0.19254728 0.1644412
-0.16292056 0.19254728 0.1644412
-0.16594598 0.17639722 0.17226535
-0.15673827 0.18533592 0.15601155
-0.15673827 0.18533592 0.15601155
-0.1534396 0.14994793 0.15771902
-0.15636548 0.18249381 0.17952228
-0.15681797 0.12550987 0.16584513
-0.15810955 -0.12601021 0.18519166
-0.16594598 0.17639722 0.17226535
-0.15636548 0.18249381 0.17952228
-0.16366047 0.17440981 0.17787373
-0.16555296 0.17451866 0.19036013
-0.15810955 -0.12601021 0.18519166
-0.16231124 0.18128718 0.2067599
-0.15835319 0.05996573 0.19464366
-0.15984237 0.18721883 0.22416967
-0.16585164 0.16948904 0.22275119
-0.15219536 -0.29346004 0.26598427
-0.16757715 0.11943831 0.25162309
-0.15470065 0.12596199 0.28018984
-0.16763653 0.10541959 0.2577979
-0.15470424 -0.17368373 0.32084125
-0.16383737 -0.18229514 0.33334732
-0.15793714 -0.1889139 0.34655067
-0.15996784 -0.18538004 0.34213769
-0.14787538 -0.27353197 -0.37466028
-0.15578812 -0.26650208 -0.335783
-0.14664617 -0.08744529 -0.11883719
-0.13863112 -0.09891631 -0.03884356
-0.13989241 -0.11980227 0.06700502
-0.15909053 0.21279407 0.15543579
-0.13917832 0.20297696 0.18353398
-0.13737856 0.09500961 0.1545087
-0.13964795 0.20354421 0.201766
-0.14947978 -0.11765193 0.21216428
-0.16231124 0.18128718 0.2067599
-0.13964795 0.20354421 0.201766
-0.15266846 0.19508269 0.22595358
-0.15266846 0.19508269 0.22595358
-0.14768922 0.03606611 0.2356157
-0.15632761 0.04538257 0.24623822
-0.14654666 0.18181086 0.26196536
-0.15368778 0.1570988 0.26141971
-0.14948694 0.15436605 0.27422571
-0.14803541 0.08931834 0.28427407
-0.15443614 0.10723472 0.28844249
-0.15429759 0.1103076 0.28899586
-0.15429759 0.1103076 0.28899586
-0.15343162 -0.12113911 0.29580137
-0.15343162 -0.12113911 0.29580137
-0.1589611 -0.13381319 0.29665735
-0.15234287 -0.23550527 0.30727792
-0.15575007 -0.18963638 0.3530747
-0.15070295 -0.30911702 -0.39670518
-0.14847831 -0.28883508 -0.38849926
-0.14609271 -0.23138541 -0.31034771
-0.14678919 -0.19739957 -0.24510315
-0.1440078 -0.16285698 -0.20414148
-0.15216556 -0.15013215 -0.1703047
-0.14664617 -0.08744529 -0.11883719
-0.15472287 -0.09463744 -0.10814039
-0.16150559 -0.10095256 -0.09883284
-0.14826296 -0.12448787 0.0722331
-0.15111798 -0.07884852 0.12841767
-0.1524168 0.24958561 0.13925156
-0.15037066 0.26056197 0.13521793
-0.15428236 0.24018945 0.1437287
-0.15589644 0.23036921 0.14800422
-0.14794478 0.2281393 0.13540614
-0.14417686 -0.07841565 0.16781105
-0.1465161 -0.08985174 0.17969081
-0.14598516 0.19397816 0.18282191
-0.14874373 -0.09729782 0.18219246
-0.14871651 0.04482283 0.18851219
-0.14036575 0.03266776 0.1907924
-0.14881143 -0.10846522 0.19787547
-0.14947978 -0.11765193 0.21216428
-0.14517029 -0.10891798 0.21999365
-0.15116552 0.03587056 0.25040853
-0.14714278 -0.10935443 0.28178984
-0.14530675 0.07471216 0.27829918
-0.14818659 -0.27244949 0.29020718
-0.13545774 -0.16044202 0.31169149
-0.14501886 -0.16936375 0.3098571
-0.14693561 -0.17835911 0.33520117
-0.14373493 -0.2285489 0.34320667
-0.15996784 -0.18538004 0.34213769
-0.15145393 -0.19328701 0.3632755
-0.14035675 -0.25536314 -0.3827455
-0.14460737 -0.24525003 -0.34317681
-0.13910125 -0.17774338 -0.23775326
-0.14913386 -0.15420209 -0.18227848
-0.14633472 -0.12750585 -0.16108784
-0.14664617 -0.08744529 -0.11883719
-0.13656504 -0.1085539 0.01518341
-0.13989241 -0.11980227 0.06700502
-0.14473321 -0.06595598 0.13549408
-0.13986421 0.23017278 0.16427779
-0.14303903 0.13130052 0.1439102
-0.13649167 0.22490552 0.17094977
-0.14500353 0.0406589 0.20684968
-0.14606948 0.02607445 0.25497758
-0.14517029 -0.10891798 0.21999365
-0.13822216 -0.09282658 0.24953325
-0.14221384 0.05010864 0.2702263
-0.14732426 0.14748062 0.28440082
-0.14723824 0.09537555 0.29205212
-0.14652047 -0.10705486 0.29545006
-0.14445941 0.12322564 0.30821964
-0.14697085 0.10812789 0.30782557
-0.14652047 -0.10705486 0.29545006
-0.14445941 0.12322564 0.30821964
-0.14370027 -0.21623456 0.35814831
-0.14068863 -0.18354748 0.35020208
-0.15575007 -0.18963638 0.3530747
-0.14837055 -0.19551547 0.3701683
-0.13870747 -0.27898178 -0.41845003
-0.13934359 -0.20506065 -0.29097503
-0.1398574 -0.18526278 -0.24911988
-0.13247521 -0.11538996 0.06172486
-0.14372794 0.2987653 0.11883491
-0.14460765 0.28842202 0.12430526
-0.14335206 0.29434279 0.11826604
-0.14068349 0.29920706 0.12267295
-0.14574029 0.28413424 0.12460947
-0.13919277 0.27852628 0.11546979
-0.14317249 0.27313668 0.12244065
-0.14753194 0.2747052 0.12941551
-0.13769312 0.26451692 0.1150253
-0.13797349 0.28423294 0.13366586
-0.13641745 0.27050856 0.14384681
-0.13665703 0.248606 0.15631691
-0.13841744 0.15763776 0.13326408
-0.13933846 0.07001977 0.16836202
-0.13682029 0.04806228 0.17334609
-0.15872566 0.07671872 0.189706
-0.14871651 0.04482283 0.18851219
-0.13969101 -0.09031511 0.21096565
-0.13106069 0.19275451 0.27604979
-0.1412764 0.02826385 0.26321024
-0.13816558 0.14081252 0.31411314
-0.1367939 0.10400577 0.32738519
-0.1384082 -0.26676047 0.31951696
-0.13463271 0.11868451 0.32860014
-0.14162441 -0.24823751 0.32736248
-0.13739787 -0.1879406 0.36290956
-0.15145393 -0.19328701 0.3632755
-0.14347291 -0.20010154 0.38062251
-0.14358819 -0.19795308 0.37982664
-0.14057742 -0.29904148 -0.42821828
-0.14601223 -0.30905268 -0.41355553
-0.13906893 -0.30906263 -0.44149756
-0.13178363 -0.26131639 -0.42856923
-0.129382 -0.20389639 -0.33197212
-0.1321853 -0.19566102 -0.30395359
-0.14037229 -0.16264725 -0.21381207
-0.13099365 -0.11196692 -0.18440282
-0.13702995 -0.10046677 -0.1558506
-0.14215848 -0.08330167 -0.12537698
-0.14215848 -0.08330167 -0.12537698
-0.12548645 -0.07602808 -0.11083045
-0.1408307 0.30099833 0.11922301
-0.13659173 0.30123851 0.12770432
-0.13682029 0.04806228 0.17334609
-0.14060813 0.03144614 0.18347484
-0.14060813 0.03144614 0.18347484
-0.13490774 0.21100171 0.21572824
-0.13805357 0.02645687 0.21562935
-0.1355615 -0.08695704 0.22947481
-0.13490774 0.21100171 0.21572824
-0.1345742 0.21505567 0.23068516
-0.13734984 0.01443651 0.24842323
-0.13358228 0.20417497 0.25068441
-0.13959447 0.0139084 0.261316
-0.12947804 -0.07080045 0.28224945
-0.13564725 0.17900254 0.29014796
-0.13873129 -0.09061131 0.29455993
-0.13651508 0.1609775 0.3019743
-0.13772628 0.08259825 0.29765421
-0.13373472 -0.29210442 0.31093869
-0.14127313 -0.29295808 0.29139638
-0.12610994 -0.13213831 0.30965719
-0.13630703 -0.19354166 0.37677157
-0.14358819 -0.19795308 0.37982664
-0.13944255 -0.20219593 0.39120668
-0.13708755 -0.20155844 0.39366072
-0.13708755 -0.20155844 0.39366072
-0.13086657 -0.28214186 -0.45376161
-0.13240835 -0.30857658 -0.47014096
-0.13233991 -0.23440255 -0.37894478
-0.1352853 -0.18679033 -0.27132639
-0.13259718 -0.17250685 -0.24938697
-0.13036735 -0.15231071 -0.22814412
-0.13318264 -0.07451294 -0.13780098
-0.11952557 -0.08088981 -0.07156751
-0.1205382 -0.09380414 -0.0177673
-0.11396373 -0.10101573 0.03394727
-0.12482206 -0.11027279 0.05501399
-0.12467279 -0.08659019 0.08656192
-0.13499869 0.25489518 0.11280655
-0.13329129 0.23851296 0.11133768
-0.13031434 0.22406811 0.10888053
-0.11713126 -0.05445206 0.11402829
-0.13661976 -0.050141 0.14349253
-0.1304276 -0.04845109 0.17420295
-0.13452889 0.0221378 0.17962496
-0.12901674 0.21330892 0.18999092
-0.13204928 -0.06342467 0.20277651
-0.13408901 0.02392661 0.19679825
-0.13035008 0.04114912 0.28408784
-0.12459652 0.09231013 0.34138164
-0.12575315 -0.17257665 0.3190228
-0.11979373 -0.17989729 0.34052065
-0.13105576 -0.25051066 0.35528567
-0.12950838 -0.231351 0.38243392
-0.13323143 -0.20700909 0.40521446
-0.1311934 -0.24809842 -0.41403192
-0.12927845 -0.17030913 -0.25816345
-0.13074014 -0.16411167 -0.2407151
-0.13035884 -0.13510883 -0.20976059
-0.12107431 -0.07005425 -0.16264583
-0.13318264 -0.07451294 -0.13780098
-0.13046795 0.19102719 0.11518076
-0.13204062 0.29541287 0.12017732
-0.12717786 0.29589212 0.14013882
-0.13659173 0.30123851 0.12770432
-0.13100688 0.29802957 0.13755766
-0.13100688 0.29802957 0.13755766
-0.13099259 0.2828334 0.14488997
-0.13045442 -0.03792105 0.14935271
-0.13452889 0.0221378 0.17962496
-0.12789099 0.2207548 0.18540823
-0.14036575 0.03266776 0.1907924
-0.1257543 0.01032913 0.18750022
-0.13452889 0.0221378 0.17962496
-0.13408901 0.02392661 0.19679825
-0.13127439 0.01465052 0.21229413
-0.12737265 -0.05844465 0.21997082
-0.13159955 0.00831212 0.23499103
-0.12742482 -0.06496225 0.23942548
-0.13137762 0.00250399 0.25513971
-0.13308257 0.00206081 0.26673785
-0.13035008 0.04114912 0.28408784
-0.12564574 0.01476692 0.28066105
-0.1412764 0.02826385 0.26321024
-0.12738971 0.05527412 0.29571515
-0.13348633 -0.07933286 0.29393825
-0.13178158 0.07203273 0.29923806
-0.12851487 0.17720158 0.31114393
-0.13873129 -0.09061131 0.29455993
-0.12881742 0.07792253 0.31180102
-0.12907124 0.16912726 0.31580743
-0.1306024 0.15191305 0.32662603
-0.12875763 -0.29155803 0.32482401
-0.12801698 -0.26879299 0.3455624
-0.13075365 -0.19462837 0.3818818
-0.13075365 -0.19462837 0.3818818
-0.12776212 -0.20471473 0.40617713
-0.13708755 -0.20155844 0.39366072
-0.1202225 -0.24166763 0.39850447
-0.13155963 -0.2072048 0.40851235
-0.12405181 -0.26064596 -0.46297812
-0.12508658 -0.24537025 -0.43967646
-0.12684448 -0.21008626 -0.3579433
-0.12646653 -0.18086071 -0.29824099
-0.12700145 -0.17662516 -0.28671172
-0.12785815 -0.1724425 -0.27133015
-0.12785815 -0.1724425 -0.27133015
-0.12692748 -0.16881818 -0.25797516
-0.12927845 -0.17030913 -0.25816345
-0.12677978 -0.16583918 -0.25260413
-0.12357847 -0.06535587 -0.15058258
-0.13247521 -0.11538996 0.06172486
-0.12434668 -0.10966023 0.05819034
-0.12644377 0.20349739 0.1063978
-0.12463976 0.28803554 0.12058751
-0.12738951 0.1393359 0.11929683
-0.12390053 0.1533912 0.11241809
-0.11892145 -0.03218745 0.14154902
-0.12296665 0.29392585 0.14997137
-0.11485472 0.08656511 0.12870508
-0.12102357 0.26959389 0.1649954
-0.12837449 0.01232952 0.1757948
-0.1257543 0.01032913 0.18750022
-0.1220485 -0.03966344 0.20463736
-0.13490774 0.21100171 0.21572824
-0.12425382 0.21940315 0.20612267
-0.12522806 0.22029102 0.2172273
-0.1345742 0.21505567 0.23068516
-0.12522806 0.22029102 0.2172273
-0.12158978 0.22870785 0.23433085
-0.12768655 -0.0686362 0.25484055
-0.11032455 0.21719125 0.27650902
-0.12700304 -0.00850759 0.27198318
-0.12700304 -0.00850759 0.27198318
-0.12681065 -0.06521127 0.29281989
-0.13772628 0.08259825 0.29765421
-0.12881742 0.07792253 0.31180102
-0.11927106 0.06706992 0.31888142
-0.13178158 0.07203273 0.29923806
-0.12313037 -0.29123938 0.33917791
-0.1282984 0.10170902 0.34557822
-0.12586147 0.13169064 0.34257028
-0.12373091 -0.2238269 0.41623035
-0.13155963 -0.2072048 0.40851235
-0.12700099 -0.21262673 0.42106953
-0.12536564 -0.21385376 0.42572272
-0.12324096 -0.28586066 -0.49033129
-0.12758277 -0.30855477 -0.48984972
-0.12303565 -0.29575267 -0.49610892
-0.12484711 -0.3080281 -0.49459818
-0.1213913 -0.21908598 -0.40516549
-0.1225188 -0.20957129 -0.37728506
-0.12221788 -0.19165653 -0.33736765
-0.12317453 -0.18855733 -0.32615903
-0.1245797 -0.18479086 -0.31356043
-0.1245797 -0.18479086 -0.31356043
-0.12416299 -0.18108957 -0.30080751
-0.12646653 -0.18086071 -0.29824099
-0.12700145 -0.17662516 -0.28671172
-0.1254027 -0.15603207 -0.24505959
-0.12239207 -0.14274986 -0.23674119
-0.11644411 -0.11416933 -0.21975581
-0.1261543 -0.11046161 -0.19477567
-0.12357847 -0.06535587 -0.15058258
-0.10816664 -0.0794322 -0.05027553
-0.12434668 -0.10966023 0.05819034
-0.10312413 -0.05370893 0.0966709
-0.12517126 0.19743629 0.10557634
-0.11889854 0.16698788 0.10209852
-0.12296665 0.29392585 0.14997137
-0.11423413 0.06421158 0.13799395
-0.12502874 -0.02785042 0.15441823
-0.13099259 0.2828334 0.14488997
-0.12102357 0.26959389 0.1649954
-0.13641745 0.27050856 0.14384681
-0.11555769 0.02091301 0.15698604
-0.12502874 -0.02785042 0.15441823
-0.12010898 -0.02725944 0.17900911
-0.13045442 -0.03792105 0.14935271
-0.1304276 -0.04845109 0.17420295
-0.12161658 0.00261895 0.17184281
-0.12010898 -0.02725944 0.17900911
-0.12425382 0.21940315 0.20612267
-0.11090113 0.23451036 0.21215366
-0.12089512 -0.00945755 0.22582333
-0.12246502 -0.00928602 0.23986173
-0.11996854 -0.01626621 0.25896665
-0.11869691 -0.0492804 0.2685768
-0.11555531 0.0261452 0.29956469
-0.11405157 0.19242366 0.31564176
-0.11627021 0.05211195 0.31277266
-0.13348633 -0.07933286 0.29393825
-0.11471137 -0.07837617 0.30162257
-0.12273522 0.17697378 0.32730016
-0.1162622 -0.1743691 0.32417727
-0.1235825 0.1661371 0.33668685
-0.11842803 -0.29087713 0.35085675
-0.11978939 0.12723412 0.35600236
-0.12310404 0.09962631 0.35709682
-0.11898381 -0.25466952 0.38477176
-0.12362339 -0.20059589 0.39748165
-0.12776212 -0.20471473 0.40617713
-0.11951092 -0.20526657 0.41062254
-0.13155963 -0.2072048 0.40851235
-0.12536564 -0.21385376 0.42572272
-0.12012295 -0.27820185 -0.49683803
-0.12022521 -0.24373412 -0.46228158
-0.11532956 -0.21590328 -0.43251479
-0.11761043 -0.20756499 -0.40150335
-0.11836798 -0.20399538 -0.38838294
-0.11925044 -0.20035458 -0.37398461
-0.12033135 -0.19589606 -0.35633987
-0.12033135 -0.19589606 -0.35633987
-0.12041117 -0.19146119 -0.3381004
-0.12221788 -0.19165653 -0.33736765
-0.12317453 -0.18855733 -0.32615903
-0.11126927 -0.17420563 -0.27334487
-0.11624601 -0.17113617 -0.26324964
-0.12677978 -0.16583918 -0.25260413
-0.11624601 -0.17113617 -0.26324964
-0.11501727 -0.1700912 -0.26271078
-0.12677978 -0.16583918 -0.25260413
-0.11560678 -0.07863475 -0.1863412
-0.11570296 -0.05779268 -0.16194904
-0.10824369 -0.06046343 -0.13258404
-0.1078845 0.1120513 0.10706967
-0.12111548 0.28716969 0.13206376
-0.11406934 0.28964877 0.16427551
-0.11406934 0.28964877 0.16427551
-0.11809988 -0.01502683 0.16132168
-0.11199265 0.24661212 0.18936887
-0.11593092 0.22738016 0.19575799
-0.11447342 -0.01803019 0.20877732
-0.1162151 -0.03824216 0.24470794
-0.10868646 0.22846343 0.25970599
-0.11870896 -0.02071832 0.27861586
-0.12564574 0.01476692 0.28066105
-0.11915835 -0.04952787 0.2916463
-0.12681065 -0.06521127 0.29281989
-0.11255966 0.03683206 0.31003776
-0.11890586 0.18083532 0.32923275
-0.1165349 0.07037885 0.3276867
-0.11927106 0.06706992 0.31888142
-0.12065399 0.17788431 0.33287808
-0.12881742 0.07792253 0.31180102
-0.12459652 0.09231013 0.34138164
-0.1165349 0.07037885 0.3276867
-0.1162622 -0.1743691 0.32417727
-0.10311118 -0.17669378 0.3308154
-0.11979373 -0.17989729 0.34052065
-0.12073324 0.17196815 0.34177625
-0.11387122 -0.27313831 0.37903184
-0.11199602 -0.2493466 0.41835305
-0.1145457 -0.21027856 0.42607996
-0.12110768 -0.21936011 0.4398753
-0.11545236 -0.25700167 -0.49831191
-0.11719507 -0.26012045 -0.49572831
-0.11998964 -0.28579712 -0.49881858
-0.11737952 -0.24246901 -0.47632223
-0.11332982 -0.22253266 -0.45891702
-0.11433867 -0.21951915 -0.44716027
-0.11532956 -0.21590328 -0.43251479
-0.11332982 -0.22253266 -0.45891702
-0.11663637 -0.21125987 -0.41529429
-0.10432307 -0.18728723 -0.32131264
-0.1254027 -0.15603207 -0.24505959
-0.10279872 -0.1532027 -0.2570501
-0.12239207 -0.14274986 -0.23674119
-0.11313636 -0.09794138 -0.21142471
-0.10973287 -0.10097833 0.05021184
-0.11571682 0.14762455 0.10033391
-0.11241941 0.13058805 0.10403117
-0.1133479 0.27652255 0.12112913
-0.11406934 0.28964877 0.16427551
-0.11809988 -0.01502683 0.16132168
-0.11376512 -0.01054726 0.17637078
-0.11392227 -0.02227204 0.21424682
-0.10929052 -0.00166526 0.29681197
-0.1091115 -0.11211617 0.31232768
-0.10780488 -0.16900805 0.32631826
-0.11037201 0.18998753 0.32668906
-0.11580743 0.18225345 0.33299044
-0.11767097 0.0845146 0.34486711
-0.11678585 0.18091439 0.34879392
-0.11753759 0.1626891 0.35198402
-0.11277954 -0.29032376 0.36527106
-0.11495832 0.09946892 0.37071866
-0.10882088 0.08762955 0.36572927
-0.13075365 -0.19462837 0.3818818
-0.09381964 -0.19897367 0.39124173
-0.09381964 -0.19897367 0.39124173
-0.11227558 -0.23953305 0.43854845
-0.10965092 -0.2166903 0.44558802
-0.11410929 -0.23210782 0.4480612
-0.12110768 -0.21936011 0.4398753
-0.1169109 -0.22381373 0.45176843
-0.11650009 -0.22222398 0.45126662
-0.11347672 -0.24399847 -0.49686968
-0.10892234 -0.23421916 -0.49622869
-0.11094168 -0.23151435 -0.49228114
-0.11165072 -0.22746702 -0.47840595
-0.11925044 -0.20035458 -0.37398461
-0.07770101 -0.18609554 -0.31520125
-0.10834818 -0.17273678 -0.26500648
-0.10622299 -0.05714914 -0.18765327
-0.10846526 -0.05045483 -0.17300147
-0.11570296 -0.05779268 -0.16194904
-0.10060838 -0.08806378 0.00136569
-0.10973287 -0.10097833 0.05021184
-0.10433821 -0.08325013 0.0639879
-0.10292189 -0.02823991 0.12479169
-0.10705346 0.28570575 0.17485717
-0.11472964 -0.00814112 0.16626365
-0.11565486 -0.00657191 0.16825937
-0.11394618 -0.01654131 0.19652598
-0.11593092 0.22738016 0.19575799
-0.11316924 -0.02511517 0.23058023
-0.11241733 -0.02914341 0.24821524
-0.11192907 -0.02904142 0.25861847
-0.11195989 -0.03113829 0.28229806
-0.11132327 -0.03318358 0.27687114
-0.11132327 -0.03318358 0.27687114
-0.11869691 -0.0492804 0.2685768
-0.1162151 -0.03824216 0.24470794
-0.11291048 -0.02697046 0.28457344
-0.1107742 -0.03163736 0.2868894
-0.11915835 -0.04952787 0.2916463
-0.10642367 -0.0172756 0.29490677
-0.1120187 -0.03578913 0.29067093
-0.1120187 -0.03578913 0.29067093
-0.10266585 -0.05547554 0.3010737
-0.11915835 -0.04952787 0.2916463
-0.10287704 0.21474463 0.29659295
-0.10872306 0.04146501 0.32012567
-0.1087743 0.05568228 0.33036312
-0.11767097 0.0845146 0.34486711
-0.10650626 0.18069763 0.36040953
-0.10981242 0.15838765 0.36452308
-0.10478853 -0.26782772 0.41495863
-0.10829132 -0.22013538 0.45593312
-0.11650009 -0.22222398 0.45126662
-0.1132705 -0.22699951 0.46437335
-0.10539523 -0.22580115 0.47276989
-0.10976404 -0.23130244 -0.49410522
-0.11663637 -0.21125987 -0.41529429
-0.11925044 -0.20035458 -0.37398461
-0.11836798 -0.20399538 -0.38838294
-0.09256265 -0.18165001 -0.29842445
-0.1042632 -0.12071749 -0.23311216
-0.11908796 -0.12714025 -0.22757176
-0.10274424 -0.13976012 -0.24749321
-0.11005367 -0.10641535 -0.21860632
-0.11644411 -0.11416933 -0.21975581
-0.10819769 -0.07779364 -0.20288596
-0.09411287 -0.06268094 -0.08547597
-0.09244831 -0.07978762 -0.0170888
-0.09938983 -0.09494498 0.04308855
-0.104566 0.27419621 0.14718311
-0.0984923 -0.00591637 0.14449798
-0.11472964 -0.00814112 0.16626365
-0.11809988 -0.01502683 0.16132168
-0.12102357 0.26959389 0.1649954
-0.10022446 0.26743504 0.19325589
-0.11199265 0.24661212 0.18936887
-0.10465165 0.24000235 0.20305863
-0.1107742 -0.03163736 0.2868894
-0.10917251 -0.02916178 0.28887391
-0.10917251 -0.02916178 0.28887391
-0.10437826 -0.03074116 0.29303712
-0.1120187 -0.03578913 0.29067093
-0.10451409 0.19702187 0.32336986
-0.10311118 -0.17669378 0.3308154
-0.1063759 0.0701828 0.34704781
-0.11927106 0.06706992 0.31888142
-0.1063759 0.0701828 0.34704781
-0.1087743 0.05568228 0.33036312
-0.10200382 0.07324066 0.35833499
-0.10594027 0.13362944 0.37569192
-0.09418941 -0.18284975 0.34693497
-0.10863833 0.09851351 0.37984017
-0.10377456 0.11787627 0.38163871
-0.10494205 -0.28943232 0.38706687
-0.10312173 -0.27946922 0.40424648
-0.10929364 -0.23389253 0.47123846
-0.1132705 -0.22699951 0.46437335
-0.1084406 -0.22962205 0.4775866
-0.10894937 -0.23111662 0.4768976
-0.1084406 -0.22962205 0.4775866
-0.10819769 -0.07779364 -0.20288596
-0.11313636 -0.09794138 -0.21142471
-0.10316808 -0.05743824 -0.19529897
-0.10846526 -0.05045483 -0.17300147
-0.09393699 -0.04855118 -0.14420392
-0.09857411 -0.09204455 0.0248483
-0.10149958 0.08717294 0.1110539
-0.08652988 0.02000948 0.11977191
-0.09329405 0.05064788 0.1156859
-0.10034474 0.01151277 0.14156976
-0.10292189 -0.02823991 0.12479169
-0.11892145 -0.03218745 0.14154902
-0.10516448 -0.00454959 0.15356663
-0.10057613 0.28260785 0.18501788
-0.10057613 0.28260785 0.18501788
-0.10022446 0.26743504 0.19325589
-0.0979545 0.24797063 0.20737889
-0.10465165 0.24000235 0.20305863
-0.10465165 0.24000235 0.20305863
-0.11090113 0.23451036 0.21215366
-0.10566666 0.24554618 0.23733121
-0.10261047 0.00780918 0.31267536
-0.09582546 -0.07348417 0.30907604
-0.09319111 0.0055651 0.32970908
-0.0866575 -0.13623077 0.32886732
-0.11037201 0.18998753 0.32668906
-0.09683865 0.1848222 0.33544487
-0.11580743 0.18225345 0.33299044
-0.09496023 0.04276526 0.35034001
-0.09455625 -0.17885159 0.33560705
-0.10650626 0.18069763 0.36040953
-0.09781053 0.16392696 0.37415284
-0.10981242 0.15838765 0.36452308
-0.0996692 0.09609924 0.38932431
-0.1044753 -0.20674695 0.41575134
-0.09323633 -0.27337909 0.4513669
-0.10149535 -0.25099841 0.46787298
-0.10442144 -0.23247638 0.49027407
-0.10442144 -0.23247638 0.49027407
-0.10892234 -0.23421916 -0.49622869
-0.08669811 -0.23369208 -0.49677297
-0.10976404 -0.23130244 -0.49410522
-0.10976404 -0.23130244 -0.49410522
-0.08010101 -0.23194647 -0.49415293
-0.11165072 -0.22746702 -0.47840595
-0.0862787 -0.17916615 -0.28581241
-0.10099911 -0.04292686 -0.1831184
-0.08148982 -0.06288695 -0.05723028
-0.0967928 -0.09306616 0.04387033
-0.0967928 -0.09306616 0.04387033
-0.08944627 -0.06011885 0.07058697
-0.15649861 -0.29933694 0.08848979
-0.06019584 -0.29939333 0.08604652
-0.09732187 -0.29976669 0.07319629
-0.09654438 0.06508531 0.11394087
-0.10117782 0.26397026 0.12182581
-0.07936302 0.24585998 0.14413553
-0.104566 0.27419621 0.14718311
-0.09598585 0.27358156 0.17544906
-0.10057613 0.28260785 0.18501788
-0.10705346 0.28570575 0.17485717
-0.0979545 0.24797063 0.20737889
-0.08988933 0.2573165 0.21221326
-0.09375527 0.25826693 0.23709913
-0.09360298 0.23879851 0.27125061
-0.09710289 -0.03220011 0.29726702
-0.09895541 -0.01957744 0.30427694
-0.09642354 0.20693961 0.3191278
-0.09058491 0.01884136 0.34360874
-0.08765624 -0.17460582 0.33754674
-0.11678585 0.18091439 0.34879392
-0.09310357 0.18037239 0.3727501
-0.09781053 0.16392696 0.37415284
-0.09522541 -0.28811443 0.42061722
-0.10111266 -0.24105659 0.49029317
-0.10117594 -0.22831349 0.48208389
-0.10144855 -0.2323909 0.49449536
-0.10144855 -0.2323909 0.49449536
-0.10161258 -0.23583913 0.49800327
-0.10039929 -0.23413272 0.49956635
-0.09983529 -0.25951549 0.49841088
-0.09942255 -0.2527605 0.49932048
-0.11532956 -0.21590328 -0.43251479
-0.08103683 -0.20786709 -0.40331903
-0.11663637 -0.21125987 -0.41529429
-0.08904143 -0.19653638 -0.35942924
-0.09188763 -0.17478852 -0.26857516
-0.09279594 -0.17363217 -0.26648861
-0.08509238 -0.05899883 -0.20924215
-0.10316808 -0.05743824 -0.19529897
-0.09612449 -0.0384557 -0.18930213
-0.09612449 -0.0384557 -0.18930213
-0.08838574 -0.0334953 -0.18635891
-0.10099911 -0.04292686 -0.1831184
-0.0858613 -0.03535925 -0.17333931
-0.07898917 -0.03081594 0.08953131
-0.10312413 -0.05370893 0.0966709
-0.08289848 -0.00401437 0.12471841
-0.09344567 0.27923295 0.19648395
-0.08783916 0.22687529 0.2988947
-0.09710289 -0.03220011 0.29726702
-0.10437826 -0.03074116 0.29303712
-0.09608816 -0.00716429 0.31586
-0.08404805 -0.10719257 0.32335642
-0.10451409 0.19702187 0.32336986
-0.09654517 0.06733355 0.36402407
-0.09654517 0.06733355 0.36402407
-0.08266033 0.18367663 0.36126971
-0.10650626 0.18069763 0.36040953
-0.09781053 0.16392696 0.37415284
-0.09260231 0.12660699 0.38917515
-0.10594027 0.13362944 0.37569192
-0.09299663 0.07447524 0.37523019
-0.10377456 0.11787627 0.38163871
-0.0920185 0.08974721 0.39454985
-0.09267175 0.10604862 0.39382029
-0.09275027 -0.28037223 0.44059861
-0.09026007 -0.21972375 0.45702726
-0.09831546 -0.25206625 0.48212063
-0.0957759 -0.26656485 0.47974426
-0.09755385 -0.28433311 0.49821195
-0.09899355 -0.27169845 0.49876711
-0.09517895 -0.29319647 0.48626062
-0.09600814 -0.30653065 0.49841514
-0.09669206 -0.28244045 0.49951702
-0.09532515 -0.30361268 0.49983984
-0.11433867 -0.21951915 -0.44716027
-0.08041293 -0.07196134 -0.22024333
-0.09095402 -0.03421513 -0.19132714
-0.08403099 -0.04153856 -0.14562945
-0.08146223 -0.06882256 -0.03530779
-0.08007713 -0.08542224 0.03097643
-0.08749244 -0.08919838 0.03621433
-0.08315062 -0.07085868 0.05055822
-0.10117782 0.26397026 0.12182581
-0.08995186 0.25229546 0.12286613
-0.07936302 0.24585998 0.14413553
-0.10516448 -0.00454959 0.15356663
-0.09143193 -0.00293068 0.13553478
-0.09143193 -0.00293068 0.13553478
-0.0897158 0.27693227 0.2023043
-0.08093799 0.26752442 0.24736154
-0.08688592 0.24250849 0.2770097
-0.08369191 -0.03356146 0.30564865
-0.07986181 -0.03763004 0.30733675
-0.09642354 0.20693961 0.3191278
-0.07696855 0.20989877 0.32217732
-0.09455625 -0.17885159 0.33560705
-0.08773044 0.03193163 0.35773534
-0.08555911 0.07581214 0.38894498
-0.09267175 0.10604862 0.39382029
-0.07916255 -0.20210016 0.39926589
-0.09219303 -0.28704569 0.43358117
-0.09483669 -0.26294482 0.47483644
-0.09384049 -0.27779415 0.47450522
-0.09362988 -0.28597638 0.47633457
-0.08771756 -0.23275524 0.49813345
-0.10039929 -0.23413272 0.49956635
-0.09276273 -0.31131667 0.50021851
-0.09496933 -0.30628648 0.49435076
-0.09451777 -0.31213075 0.49907947
-0.09496933 -0.30628648 0.49435076
-0.09451777 -0.31213075 0.49907947
-0.09368315 -0.3115266 0.49600631
-0.05310506 -0.22005127 -0.4498294
-0.09158892 -0.1009037 -0.22893299
-0.0826667 -0.05051295 -0.10573597
-0.08256343 -0.07906189 0.04123263
-0.1039274 0.14827871 0.09799822
-0.0892982 0.14862901 0.09443092
-0.0797327 0.16806823 0.10308772
-0.08316089 0.27425995 0.21290678
-0.08455141 0.26399741 0.21640728
-0.07984896 0.27405509 0.23825239
-0.08240417 0.25526044 0.26393503
-0.08361689 0.22135466 0.31287882
-0.07428155 -0.06536809 0.31768087
-0.08361689 0.22135466 0.31287882
-0.07317231 0.19721861 0.33199775
-0.08324356 -0.18186069 0.3423447
-0.09418941 -0.18284975 0.34693497
-0.08545867 0.04309856 0.36928341
-0.08076847 0.18084107 0.38051489
-0.09310357 0.18037239 0.3727501
-0.07946667 0.16019638 0.3908338
-0.07717331 0.17995493 0.38623554
-0.09260231 0.12660699 0.38917515
-0.06407946 -0.21628146 0.44716123
-0.08818194 -0.28633839 0.45136714
-0.08755232 -0.27842864 0.470144
-0.0909733 -0.2707189 0.47198126
-0.09942255 -0.2527605 0.49932048
-0.0781093 -0.17609194 -0.26738077
-0.08482015 -0.03401776 -0.19678973
-0.08534844 -0.03258831 -0.19402245
-0.09095402 -0.03421513 -0.19132714
-0.08534844 -0.03258831 -0.19402245
-0.08265012 -0.05720747 -0.07951016
-0.08123712 -0.07534753 -0.01116296
-0.08005657 -0.08049906 0.00978668
-0.0803251 -0.08535668 0.03220113
-0.08749244 -0.08919838 0.03621433
-0.0803251 -0.08535668 0.03220113
-0.0804732 -0.05490027 0.06407697
-0.07570495 -0.01356749 0.10461912
-0.07989034 0.2711755 0.22188668
-0.08369191 -0.03356146 0.30564865
-0.09895541 -0.01957744 0.30427694
-0.07496481 -0.03046821 0.31491607
-0.08369191 -0.03356146 0.30564865
-0.09319111 0.0055651 0.32970908
-0.07845011 -0.01561724 0.32468978
-0.09608816 -0.00716429 0.31586
-0.07683825 0.18700399 0.33878717
-0.09654517 0.06733355 0.36402407
-0.0822603 0.05688753 0.38370526
-0.08545867 0.04309856 0.36928341
-0.08076847 0.18084107 0.38051489
-0.0822603 0.05688753 0.38370526
-0.08037408 0.07931171 0.40145677
-0.07411525 0.10516791 0.40717262
-0.07813773 0.09169358 0.40435523
-0.08604615 -0.28614596 0.46518368
-0.08633263 -0.2821939 0.47165179
-0.05276921 -0.25744686 0.4946458
-0.09669206 -0.28244045 0.49951702
-0.0683385 -0.28647265 0.49707815
-0.09532515 -0.30361268 0.49983984
-0.04859113 -0.20354658 -0.38527459
-0.06290592 -0.19432466 -0.34993848
-0.0523388 -0.17940612 -0.27022737
-0.07283452 -0.10591082 -0.24706408
-0.08854526 -0.11837313 -0.24297221
-0.0659593 -0.03621437 -0.21417533
-0.08395921 -0.02586697 -0.19289236
-0.08173203 -0.01906573 -0.19151296
-0.08036724 -0.07363791 0.04529355
-0.07898917 -0.03081594 0.08953131
-0.08029989 0.2726979 0.21852565
-0.07963802 0.27369955 0.22997458
-0.06891297 0.23749065 0.30655882
-0.07117064 -0.03845976 0.31200579
-0.07254029 -0.11811597 0.33209568
-0.06841384 -0.1668607 0.34566349
-0.06836394 -0.18629107 0.35054791
-0.09058491 0.01884136 0.34360874
-0.06574474 0.00641993 0.35560918
-0.05198768 0.18730861 0.36346745
-0.06725532 -0.19287109 0.3696897
-0.08017144 0.06414685 0.39131287
-0.06791949 0.12725484 0.4091363
-0.08415848 -0.28565767 0.47328362
-0.06755802 -0.22197345 0.46511441
-0.0705781 -0.23235731 0.49680012
-0.0539239 -0.23630999 0.49487582
-0.06508579 -0.31334326 0.4984962
-0.09276273 -0.31131667 0.50021851
-0.06508579 -0.31334326 0.4984962
-0.08669811 -0.23369208 -0.49677297
-0.05172802 -0.23468485 -0.49715635
-0.05764684 -0.22322279 -0.46124157
-0.11332982 -0.22253266 -0.45891702
-0.06403017 -0.21406624 -0.42618904
-0.07496246 -0.02036778 -0.1988063
-0.08395921 -0.02586697 -0.19289236
-0.07469393 -0.03111185 -0.19360338
-0.08534844 -0.03258831 -0.19402245
-0.07262484 -0.01231324 -0.1884104
-0.08173203 -0.01906573 -0.19151296
-0.07469393 -0.03111185 -0.19360338
-0.06803717 -0.03360956 -0.17756426
-0.06654328 -0.03860111 -0.15563178
-0.06492814 -0.0508005 -0.10362957
-0.07022641 -0.06552876 -0.04770561
-0.07286262 -0.07765678 -0.00229223
-0.07715984 -0.03114419 0.08791086
-0.07570495 -0.01356749 0.10461912
-0.0748681 -0.00318615 0.11430392
-0.08177259 0.00508468 0.12018415
-0.08289848 -0.00401437 0.12471841
-0.0770155 0.00218615 0.11592288
-0.0748681 -0.00318615 0.11430392
-0.08101447 0.25964168 0.18375382
-0.0722941 0.25012708 0.18218616
-0.07475949 0.25640628 0.1941108
-0.07729677 0.26307005 0.2038627
-0.0763251 0.26724073 0.20930457
-0.07897097 0.27110913 0.21483633
-0.07768983 0.27318311 0.22054081
-0.07156099 0.2707091 0.25439599
-0.06236875 0.25835067 0.28430459
-0.07117064 -0.03845976 0.31200579
-0.06675415 -0.08310501 0.32606465
-0.06343792 -0.01287479 0.34093997
-0.0757454 0.07279582 0.40355822
-0.06791949 0.12725484 0.4091363
-0.06337285 0.11821776 0.41364172
-0.06688528 0.08296072 0.41106561
-0.07349791 0.07359786 0.40567663
-0.06633738 -0.22789553 0.48263344
-0.05975489 -0.18423623 -0.30192775
-0.06458919 -0.12730217 -0.26671237
-0.07832251 -0.14141098 -0.26573351
-0.07522672 0.00594066 -0.18328963
-0.06773465 -0.00806158 -0.18535088
-0.0775711 -0.00491349 -0.18746175
-0.0803251 -0.08535668 0.03220113
-0.06935747 -0.08627364 0.03264808
-0.08036724 -0.07363791 0.04529355
-0.06249977 -0.0529432 0.06644577
-0.0804732 -0.05490027 0.06407697
-0.07344728 0.26248011 0.20163216
-0.07768983 0.27318311 0.22054081
-0.08029989 0.2726979 0.21852565
-0.06038767 0.27282733 0.23438323
-0.07963802 0.27369955 0.22997458
-0.07131808 0.27390844 0.24880937
-0.06722029 0.01946544 0.36518636
-0.06574474 0.00641993 0.35560918
-0.06907906 0.04942674 0.38893226
-0.07334897 0.06402469 0.39872417
-0.06907906 0.04942674 0.38893226
-0.05537186 0.13834597 0.41695136
-0.0757454 0.07279582 0.40355822
-0.07349791 0.07359786 0.40567663
-0.07334897 0.06402469 0.39872417
-0.05732153 0.09487161 0.41835389
-0.05929154 -0.06540456 -0.23458353
-0.08937315 -0.0503753 -0.20140401
-0.05941769 -0.02290074 -0.18919098
-0.06132962 -0.02998251 -0.19215675
-0.07170595 0.02279805 -0.17605287
-0.0723794 0.01643852 -0.17835371
-0.07170595 0.02279805 -0.17605287
-0.05025453 0.04475848 -0.18425037
-0.07027744 0.03065179 -0.17224966
-0.06015771 -0.08604348 0.03337064
-0.06307767 -0.03638001 0.08310488
-0.07715984 -0.03114419 0.08791086
-0.07370845 0.23522796 0.12438105
-0.07017967 0.23127785 0.12462012
-0.06542993 0.22918472 0.13674916
-0.0637208 0.2311205 0.14857398
-0.06542993 0.22918472 0.13674916
-0.06446299 0.23564468 0.15976951
-0.0662032 0.24061447 0.16986544
-0.0650193 0.25315306 0.18636893
-0.06904333 0.27153826 0.20800789
-0.06232951 0.27261966 0.20570546
-0.06891297 0.23749065 0.30655882
-0.05570645 -0.12936521 0.34423223
-0.0596079 0.17954215 0.40106621
-0.06907906 0.04942674 0.38893226
-0.05026801 -0.21398127 0.43849975
-0.05671876 -0.30646944 0.49723539
-0.05308285 -0.23168585 -0.48974061
-0.04143242 -0.19153202 -0.33529934
-0.06071362 -0.00139483 -0.20154375
-0.0775711 -0.00491349 -0.18746175
-0.06136328 0.00926313 -0.17550287
-0.06609788 0.053579 -0.16080835
-0.05699552 0.0442488 -0.15665811
-0.06880995 0.03843608 -0.1683268
-0.06935747 -0.08627364 0.03264808
-0.06259882 0.03198559 0.11020521
-0.08101402 0.01435658 0.11711558
-0.06864354 0.00820589 0.1138275
-0.07232079 -0.00419873 0.1123664
-0.06635905 0.22625485 0.12454712
-0.06024972 0.22480257 0.12211566
-0.06500295 0.22603403 0.12609874
-0.06635905 0.22625485 0.12454712
-0.06500295 0.22603403 0.12609874
-0.06528556 0.24490063 0.17697883
-0.07003002 0.24880463 0.1834026
-0.07456828 -0.29444259 0.18158562
-0.06620324 -0.29287013 0.20322125
-0.05854888 -0.29422683 0.18526709
-0.05606835 0.27325574 0.26908392
-0.05439289 0.25265673 0.30169234
-0.03613809 0.2378253 0.3162441
-0.05897978 -0.04178203 0.31808376
-0.0553276 -0.05510303 0.32355767
-0.05125854 -0.06758831 0.32925266
-0.06121229 -0.024398 0.33188018
-0.06395469 0.18823828 0.34134462
-0.05699988 -0.19002956 0.35717851
-0.06554681 0.02304447 0.368487
-0.06722029 0.01946544 0.36518636
-0.05759699 0.18472703 0.37509841
-0.05175045 0.18279688 0.39040545
-0.05407917 -0.19889043 0.38496685
-0.04583582 0.15884535 0.41919222
-0.05321272 0.11494604 0.4213455
-0.04846029 -0.31373662 0.49749169
-0.05878501 -0.12039677 -0.26724315
-0.0704487 -0.09328028 -0.24119504
-0.05057688 0.02069752 -0.19912104
-0.07522672 0.00594066 -0.18328963
-0.04119868 -0.02935933 -0.18683018
-0.05681121 -0.00245113 -0.17873535
-0.07027744 0.03065179 -0.17224966
-0.0547928 0.01996193 -0.16633661
-0.05427212 0.07980391 -0.15635441
-0.06609788 0.053579 -0.16080835
-0.06880995 0.03843608 -0.1683268
-0.06156765 0.07672594 -0.14994261
-0.0640156 0.06427734 -0.15473157
-0.0640156 0.06427734 -0.15473157
-0.05619847 0.06468858 -0.14602922
-0.03756993 -0.04919603 -0.10984577
-0.04501498 -0.05886427 -0.07452315
-0.04451236 -0.06402124 -0.05546505
-0.04149814 -0.01644375 0.10283916
-0.07570495 -0.01356749 0.10461912
-0.06151547 0.22900853 0.1410712
-0.06151547 0.22900853 0.1410712
-0.05988986 0.26363531 0.19443959
-0.05517219 0.27166575 0.19948736
-0.04470893 0.27262387 0.28512192
-0.02969731 0.2217869 0.32826078
-0.05897978 -0.04178203 0.31808376
-0.04763371 -0.08003268 0.3353084
-0.05407842 -0.10708596 0.3397426
-0.05478762 -0.17194764 0.35446802
-0.05464103 -0.19482329 0.37221316
-0.05175045 0.18279688 0.39040545
-0.05018572 0.17937191 0.40895212
-0.05407917 -0.19889043 0.38496685
-0.05348935 -0.20290329 0.39884382
-0.07916255 -0.20210016 0.39926589
-0.0544345 0.06634537 0.4006592
-0.05307259 -0.20852256 0.41910556
-0.05307259 -0.20852256 0.41910556
-0.04653703 -0.2310767 0.4928914
-0.04124681 -0.25563371 0.49360117
-0.04460383 -0.19689508 -0.35840118
-0.04332237 -0.18440993 -0.29377741
-0.04550289 -0.17966399 -0.2675651
-0.04621821 -0.03545254 -0.16509487
-0.06156765 0.07672594 -0.14994261
-0.06024579 0.07816011 -0.1467575
-0.05947563 0.08538827 -0.14770766
-0.04413599 0.10128145 -0.15561163
-0.05969448 0.08521659 -0.14266115
-0.05969448 0.08521659 -0.14266115
-0.051794 0.22637397 0.13376942
-0.04828184 0.23134021 0.14895831
-0.05207802 0.24288106 0.16898139
-0.0441007 -0.09300303 0.3413828
-0.04786489 0.19015586 0.34512895
-0.05699988 -0.19002956 0.35717851
-0.05328855 -0.1928705 0.35879844
-0.05464103 -0.19482329 0.37221316
-0.05345961 0.09919078 0.42123774
-0.04958181 -0.21840328 0.45312074
-0.04937528 -0.22320881 0.46795699
-0.05705086 -0.27481067 0.47183701
-0.05971173 -0.28806889 0.47224146
-0.06008311 -0.28808925 0.47448975
-0.05722119 -0.27686849 0.47423643
-0.04946715 -0.21548101 -0.4298276
-0.03909463 -0.02833233 -0.23304319
-0.04131817 -0.04597046 -0.23959395
-0.04992169 -0.0157602 -0.18276156
-0.04882762 0.00823335 -0.16914004
-0.04734652 0.0348568 -0.15303296
-0.05322289 0.07784793 -0.13867129
-0.05788966 0.08778978 -0.13393103
-0.05969448 0.08521659 -0.14266115
-0.05810292 0.0837977 -0.14037135
-0.05322289 0.07784793 -0.13867129
-0.05788966 0.08778978 -0.13393103
-0.05654042 0.08575441 -0.12982179
-0.04647353 0.07305449 -0.13336422
-0.0565283 0.08962786 -0.11630142
-0.04353443 0.23853461 0.16093083
-0.04152897 0.2516765 0.17344736
-0.05517219 0.27166575 0.19948736
-0.04130569 0.27237645 0.19288027
-0.06232951 0.27261966 0.20570546
-0.07131808 0.27390844 0.24880937
-0.05606835 0.27325574 0.26908392
-0.05339314 -0.19055805 0.35919562
-0.05328855 -0.1928705 0.35879844
-0.06688528 0.08296072 0.41106561
-0.05348935 -0.20290329 0.39884382
-0.05263758 -0.20575768 0.40812555
-0.05307259 -0.20852256 0.41910556
-0.05156082 -0.20893973 0.41761863
-0.03996507 0.13431415 0.42993262
-0.06407946 -0.21628146 0.44716123
-0.05026801 -0.21398127 0.43849975
-0.04958181 -0.21840328 0.45312074
-0.04794531 -0.22772558 0.48157302
-0.04356513 -0.23051648 -0.48058656
-0.03628566 0.04489504 -0.19888091
-0.04180379 -0.00863641 -0.17578614
-0.04746047 0.09625031 -0.1548391
-0.04688223 0.05451716 -0.14163749
-0.04647353 0.07305449 -0.13336422
-0.03243862 -0.04249766 -0.13693224
-0.05567102 0.09091575 -0.11043419
-0.0565283 0.08962786 -0.11630142
-0.05567102 0.09091575 -0.11043419
-0.04482938 0.08088618 -0.09874119
-0.05267948 0.09444969 -0.09391373
-0.05283006 0.09282841 -0.09223284
-0.05110542 0.09653898 -0.07630535
-0.02345618 -0.06874385 -0.04171892
-0.03898154 -0.08606008 0.03293262
-0.02948786 -0.07025198 0.04864478
-0.04734433 0.22339375 0.12673581
-0.03565849 0.2320388 0.15009865
-0.0343137 0.27209947 0.2614803
-0.04271281 0.26361549 0.29988679
-0.05439289 0.25265673 0.30169234
-0.05711461 -0.04164295 0.31862175
-0.04790398 -0.04400966 0.31791961
-0.05897978 -0.04178203 0.31808376
-0.04790398 -0.04400966 0.31791961
-0.0553276 -0.05510303 0.32355767
-0.02097337 0.21020919 0.33833832
-0.02473184 -0.01910398 0.33546376
-0.03507624 -0.12348023 0.35574359
-0.03442063 0.00390508 0.35323262
-0.04069715 -0.16627531 0.3618193
-0.05328855 -0.1928705 0.35879844
-0.04753307 -0.20430289 0.35672885
-0.04925485 -0.20455711 0.35716069
-0.03153608 0.02750534 0.37095729
-0.04080162 0.18719377 0.38018715
-0.03083686 0.04946508 0.38787469
-0.03873228 0.15105793 0.42799968
-0.03564312 0.12399026 0.43405351
-0.04276258 0.11371534 0.42852923
-0.05026801 -0.21398127 0.43849975
-0.05196491 -0.2486314 0.47157055
-0.04893784 -0.24155758 0.46298027
-0.04822953 -0.24593784 0.45840907
-0.04155273 -0.23203671 0.49402368
-0.04415318 -0.28229967 0.49529555
-0.04568743 -0.30898646 0.49736646
-0.03913 -0.22475767 -0.44946402
-0.03885192 -0.18940373 -0.32325417
-0.0438133 -0.10318263 -0.26930296
-0.02706013 -0.084305 -0.27232036
-0.04151988 -0.06445089 -0.24899487
-0.04119868 -0.02935933 -0.18683018
-0.06132962 -0.02998251 -0.19215675
-0.02565096 -0.02966576 -0.18262404
-0.03469688 -0.00323566 -0.16949138
-0.03898887 0.02355107 -0.15298359
-0.04651616 0.07705145 -0.12102441
-0.04081342 0.10683629 -0.09784236
-0.05267948 0.09444969 -0.09391373
-0.0479661 0.09096726 -0.07850236
-0.04981777 0.09830886 -0.07083102
-0.05110542 0.09653898 -0.07630535
-0.04794914 0.09687649 -0.05674173
-0.04981777 0.09830886 -0.07083102
-0.04802855 0.10129761 -0.0505219
-0.04701032 0.0932228 -0.04320887
-0.0266959 -0.08629962 0.03000644
-0.06015771 -0.08604348 0.03337064
-0.04491555 0.13811098 0.08422511
-0.06918132 0.10043948 0.0984313
-0.0330419 0.09565041 0.08890495
-0.0557411 -0.0080934 0.10937884
-0.04452914 -0.00974997 0.10810474
-0.04728675 -0.0076756 0.10859285
-0.03858573 0.22626863 0.13786779
-0.05988986 0.26363531 0.19443959
-0.04211502 0.25235227 0.30573303
-0.05125854 -0.06758831 0.32925266
-0.03947625 -0.10849111 0.34889725
-0.03125756 -0.1341792 0.36078551
-0.03846942 -0.18825431 0.36756399
-0.04083565 0.18077758 0.41667709
-0.04633568 -0.22701591 0.4350566
-0.04551927 -0.22786804 0.42996508
-0.04617306 -0.23055933 0.46506068
-0.04771282 -0.22835551 0.45758763
-0.04597294 -0.24061164 0.45615187
-0.04794531 -0.22772558 0.48157302
-0.04402036 -0.23151891 0.48122019
-0.04002309 -0.23225263 0.49108437
-0.04653703 -0.2310767 0.4928914
-0.04155273 -0.23203671 0.49402368
-0.02781899 -0.23600973 -0.4945572
-0.03394822 -0.23117712 -0.4685978
-0.03244313 -0.21363035 -0.39967206
-0.02709117 0.02975602 -0.21420005
-0.03349968 0.11256788 -0.16133918
-0.03854282 0.03485091 -0.14508775
-0.03766153 0.06282879 -0.1291829
-0.04075668 0.08062152 -0.0787331
-0.04230336 0.0867341 -0.06306609
-0.04802855 0.10129761 -0.0505219
-0.04302145 0.08703006 -0.06033138
-0.04524375 0.08268295 -0.05276905
-0.04802855 0.10129761 -0.0505219
-0.03683173 0.11197009 -0.04684148
-0.04701032 0.0932228 -0.04320887
-0.04353647 0.07186826 -0.04632421
-0.04584044 0.0835261 -0.03378055
-0.0407673 0.08708075 -0.03129574
-0.04584044 0.0835261 -0.03378055
-0.04177492 0.0516061 -0.03606113
-0.04429889 0.06718903 -0.02017418
-0.04429889 0.06718903 -0.02017418
-0.01785672 -0.08098144 0.00547003
-0.034206 0.27196607 0.29910922
-0.04271281 0.26361549 0.29988679
-0.03347586 -0.04191972 0.31791049
-0.03869909 0.1917492 0.34659302
-0.04484848 -0.21463184 0.35376856
-0.04754081 -0.20858866 0.35483956
-0.04288316 -0.21839446 0.35192728
-0.03753218 -0.1975074 0.36372823
-0.04754081 -0.20858866 0.35483956
-0.04487788 -0.21954298 0.37358612
-0.04029807 -0.22849308 0.37122452
-0.04248046 -0.22801216 0.40032351
-0.04080162 0.18719377 0.38018715
-0.0405164 0.18224196 0.41190645
-0.02629418 0.06745283 0.40067029
-0.04236972 -0.22956298 0.43663928
-0.0376747 0.11760728 0.43127492
-0.02450815 0.10860501 0.42602503
-0.05345961 0.09919078 0.42123774
-0.04236972 -0.22956298 0.43663928
-0.04225832 -0.23093621 0.46129444
-0.04617306 -0.23055933 0.46506068
-0.0451326 -0.23831363 0.45246586
-0.04249375 -0.23798583 0.44944489
-0.0441616 -0.2413702 0.44871125
-0.03723807 -0.23198414 0.4747625
-0.04402036 -0.23151891 0.48122019
-0.03249052 -0.23657578 -0.49803373
-0.02832712 -0.18780455 -0.30427667
-0.04550289 -0.17966399 -0.2675651
-0.023171 -0.18114093 -0.26593965
-0.04528233 -0.1764172 -0.26655361
-0.01633487 -0.02997471 -0.17917314
-0.02931367 0.05180093 -0.12712763
-0.03502877 0.0644346 -0.11406757
-0.03766153 0.06282879 -0.1291829
-0.04180182 0.06683288 -0.04689962
-0.0403766 0.04489281 -0.03602267
-0.04179481 0.0450455 -0.0281103
-0.04015931 0.01925871 -0.02764259
-0.03964213 -0.00501191 -0.01970384
-0.03821301 -0.00842799 -0.02716982
-0.00281283 -0.07335184 -0.0274158
-0.04197332 0.03196148 -0.01075222
-0.04339148 0.04820137 -0.00400049
-0.04055008 -9.295E-05 0.00112477
-0.0401359 -0.00433853 -0.01184247
-0.04254494 0.03767243 0.00498567
-0.04150018 0.01512485 0.00995907
-0.04088827 0.01611926 0.01630882
-0.03612538 0.01026464 0.01513761
-0.04068617 0.02086346 0.01792673
-0.04470893 0.27262387 0.28512192
-0.02156224 -0.0444302 0.31726387
-0.02179769 -0.05479835 0.32275888
-0.04790398 -0.04400966 0.31791961
-0.04288316 -0.21839446 0.35192728
-0.03344213 -0.22760808 0.35114405
-0.03869195 -0.22656624 0.34962282
-0.03616471 -0.22867399 0.35200363
-0.03819022 -0.2295493 0.36778986
-0.03869195 -0.22656624 0.34962282
-0.02885657 0.1915821 0.3644087
-0.03930049 -0.22924908 0.40738651
-0.0329903 0.1857003 0.4067564
-0.03752558 -0.22941801 0.41843021
-0.03353908 0.16851939 0.42775211
-0.03564312 0.12399026 0.43405351
-0.04276258 0.11371534 0.42852923
-0.04102524 -0.23847963 0.44058028
-0.03796842 -0.23699643 0.43758315
-0.03965394 -0.24155165 0.43697485
-0.04059082 -0.25237012 0.43731862
-0.03151795 -0.23066139 0.45480639
-0.03428841 -0.23158638 0.4697758
-0.04002309 -0.23225263 0.49108437
-0.0250533 -0.23546129 -0.48168194
-0.02820306 -0.20353688 -0.36176702
-0.0279604 -0.19512837 -0.33284193
-0.02422749 -0.18237391 -0.26736504
-0.02627934 0.0760114 -0.19085702
-0.0377741 0.07220839 -0.18030277
-0.02289147 0.12381453 -0.16687194
-0.02565096 -0.02966576 -0.18262404
-0.01978702 -1.181E-05 -0.15931953
-0.03238084 0.06663074 -0.08835122
-0.03557865 0.07504796 -0.06613995
-0.0231804 0.12582548 -0.05808954
-0.02813224 0.06201761 -0.06869685
-0.03229907 0.05548116 -0.05703138
-0.03431271 0.04147032 -0.04764616
-0.02534823 0.12331736 -0.04324156
-0.03442433 0.02618083 -0.04451407
-0.0325483 -0.00201742 -0.04649278
-0.03559197 -0.01259862 -0.03546038
-0.02695506 0.10089286 -0.02629952
-0.02581653 0.06890638 0.00077834
-0.04339148 0.04820137 -0.00400049
-0.03409615 -0.00777857 -0.00166537
-0.02609554 -0.01363253 0.00264964
-0.04254494 0.03767243 0.00498567
-0.03264267 0.02246539 0.0269811
-0.04068617 0.02086346 0.01792673
-0.04088827 0.01611926 0.01630882
-0.03264267 0.02246539 0.0269811
-0.03898154 -0.08606008 0.03293262
-0.02967557 0.17887221 0.09116361
-0.0490218 0.17523196 0.0993523
-0.04006605 0.16790089 0.09211328
-0.0479589 0.20992674 0.1120163
-0.02583475 0.20831174 0.12298903
-0.02990103 0.22315086 0.13692312
-0.02722734 0.22627881 0.14165425
-0.02513419 0.27211019 0.18453486
-0.04130569 0.27237645 0.19288027
-0.034206 0.27196607 0.29910922
-0.02878895 0.26129645 0.30652586
-0.01801427 -0.03335959 0.32458356
-0.02802052 -0.09348579 0.34198508
-0.02341152 0.19397914 0.3491182
-0.03616471 -0.22867399 0.35200363
-0.02458474 -0.15207332 0.36911756
-0.03616471 -0.22867399 0.35200363
-0.03363113 -0.22994825 0.36519894
-0.03819022 -0.2295493 0.36778986
-0.03846942 -0.18825431 0.36756399
-0.02462461 -0.18547301 0.37550461
-0.03753218 -0.1975074 0.36372823
-0.03451452 -0.22959727 0.39499697
-0.03930049 -0.22924908 0.40738651
-0.02390918 0.08585725 0.41258469
-0.03752558 -0.22941801 0.41843021
-0.02999803 0.18435596 0.42914939
-0.02913276 0.15453808 0.43623784
-0.03223641 -0.2290445 0.43520582
-0.0284238 0.13662469 0.43988934
-0.03512242 -0.23467842 0.47091198
-0.01210435 -0.23774198 -0.4587737
-0.02143755 -0.18597274 -0.28471708
-0.01696085 -0.04924479 -0.26229852
-0.01633487 -0.02997471 -0.17917314
-0.02197344 0.12559892 -0.14359388
-0.02842117 0.03823235 -0.13551924
-0.02540655 0.04775333 -0.12564415
-0.02353272 0.04809971 -0.11536635
-0.01860403 0.13030669 -0.07501227
-0.03683173 0.11197009 -0.04684148
-0.02412193 0.04268584 -0.06835245
-0.03157851 -0.00449079 -0.04762797
-0.02856526 -0.01948225 -0.04369115
-0.01657219 -0.01400275 0.01400533
--0.02129132 -0.04161389 0.0780983
-0.03565849 0.2320388 0.15009865
-0.01973484 0.23867342 0.15098587
-0.04353443 0.23853461 0.16093083
-0.04152897 0.2516765 0.17344736
-0.01973484 0.23867342 0.15098587
-0.02547107 0.25000554 0.16464935
-0.034206 0.27196607 0.29910922
-0.02130102 0.24647331 0.31769198
-0.02156224 -0.0444302 0.31726387
-0.02025467 -0.11501866 0.35273686
-0.0254923 -0.22463682 0.35403302
-0.0254923 -0.22463682 0.35403302
-0.04288316 -0.21839446 0.35192728
-0.03301293 -0.29243264 0.37707269
-0.02536284 -0.2932826 0.3399263
-0.03199505 -0.29231533 0.338467
-0.0209549 -0.20569813 0.36511108
-0.02458474 -0.15207332 0.36911756
-0.01948532 -0.16570246 0.37514579
-0.04069715 -0.16627531 0.3618193
-0.01778689 -0.22976916 0.36832067
-0.02042215 -0.22927146 0.38357201
-0.02463137 0.18991987 0.39313406
-0.02463137 0.18991987 0.39313406
-0.0251487 -0.22857741 0.40636158
-0.02843958 -0.228597 0.42732581
-0.03253837 -0.23356907 0.42084566
-0.03010878 -0.23301099 0.41897139
-0.03204782 -0.23688479 0.41754085
-0.02922472 0.11842354 0.43138927
-0.0284238 0.13662469 0.43988934
-0.02853624 -0.23023458 0.43990043
-0.03004517 -0.23127617 0.45029172
-0.0135432 -0.23423064 -0.44576836
-0.01038279 -0.03893551 -0.14973918
-0.02136802 0.02148943 -0.14294796
-0.01895511 0.03348713 -0.1313654
-0.02540655 0.04775333 -0.12564415
-0.02201448 0.04903721 -0.09839226
-0.02247632 0.05236933 -0.07410015
-0.02497305 0.01724865 -0.06402565
-0.02497619 0.01138845 -0.06252691
-0.02517157 0.00151962 -0.05867146
-0.02587097 -0.00195799 -0.05611106
-0.02235892 -0.02438997 -0.04908884
-0.01393432 0.11548997 -0.02273629
-0.01505626 0.09799585 -0.00919889
-0.02364132 -0.01844673 -0.01064544
-0.01652835 0.04847648 0.02819915
-0.01653842 -0.00767465 0.02055789
-0.01744471 0.00439931 0.02901415
-0.02002493 0.02784135 0.03904534
-0.0218638 0.02613069 0.03792294
-0.02250166 0.21576025 0.13128671
-0.02513419 0.27211019 0.18453486
-0.00052894 0.27135077 0.18869993
-0.00162093 0.27115962 0.27853227
-0.01446176 0.22644785 0.33209985
-0.01298821 0.19531555 0.35085544
-0.01680996 -0.22876659 0.35462549
-0.03363113 -0.22994825 0.36519894
-0.01773816 0.1928664 0.37557006
-0.01671756 0.19223443 0.41585606
-0.0247847 -0.22890221 0.41366926
-0.02436146 0.14099315 0.44114566
-0.02463034 0.13435481 0.4381395
-0.00971368 -0.22791544 -0.4184956
-0.00664168 -0.22061193 -0.38896239
-0.01431842 0.07537285 -0.20184429
-0.00362697 -0.05309518 -0.09903921
-0.0214993 0.02948302 -0.07144418
-0.02151594 -0.01621621 -0.05374679
-0.02534823 0.12331736 -0.04324156
-0.0186121 0.03545395 0.03516624
-0.01957135 0.01832987 0.03559437
-0.01957135 0.01832987 0.03559437
-0.01905461 0.09068717 0.08225051
-0.03829039 0.08662592 0.09204508
-0.01799641 0.06345918 0.08452106
-0.01482452 0.18296273 0.10071901
-0.02651939 0.19503035 0.10902092
-0.03179786 0.18467784 0.09473021
-0.01809119 0.19232528 0.11021767
-0.02054095 0.19899991 0.11611093
-0.0123629 0.21990134 0.13151111
-0.02385947 -0.29201958 0.33708552
-0.02013057 -0.28876111 0.33634874
-0.01815758 -0.29137301 0.33412671
--0.00893357 0.0256806 0.36956111
-0.02462461 -0.18547301 0.37550461
-0.01390832 -0.19333528 0.37490386
-0.03753218 -0.1975074 0.36372823
-0.0209549 -0.20569813 0.36511108
-0.01680996 -0.22876659 0.35462549
-0.01882067 0.1923909 0.39159596
-0.02406041 -0.22969942 0.41052333
-0.01509805 0.19125384 0.43797576
-0.02462499 0.12116522 0.43154809
-0.02152097 0.18728326 0.44015756
-0.02002221 0.17184301 0.44523555
-0.02159867 0.1513225 0.44586715
-0.020478 0.14963888 0.44579148
-0.02159867 0.1513225 0.44586715
-0.01122279 -0.23983273 -0.49850389
-0.00138535 -0.19858235 -0.30850688
-0.00968497 -0.18561159 -0.26962399
-0.01744141 0.11056699 -0.18053845
-0.01196607 -0.02190427 -0.17121983
-0.00168068 -0.0347735 -0.16321859
-0.00760404 0.01945879 -0.13385458
-0.00950065 0.13897495 -0.15066564
-0.01671565 0.04123288 -0.09962633
-0.01855894 0.04297049 -0.11260643
-0.0184285 0.04464887 -0.07776453
-0.01881221 0.03535504 -0.0759623
-0.00184188 -0.06067881 -0.073796
-0.009798 0.13951272 -0.04032188
-0.01606708 -0.03231752 -0.05128755
-0.00586983 0.13010204 -0.02652493
-0.01323329 -0.02529573 0.00081476
-0.01590262 -0.01950451 0.00727946
-0.01402417 0.06209682 0.02080533
-0.0218638 0.02613069 0.03792294
-0.02002493 0.02784135 0.03904534
-0.01957135 0.01832987 0.03559437
-0.02722734 0.22627881 0.14165425
-0.0123629 0.21990134 0.13151111
-0.00861068 0.27188161 0.17724146
-0.00052894 0.27135077 0.18869993
-0.00042695 0.2712048 0.24350598
-0.011469 0.27113837 0.30743799
-0.034206 0.27196607 0.29910922
-0.011469 0.27113837 0.30743799
-0.02878895 0.26129645 0.30652586
-0.02130102 0.24647331 0.31769198
-0.011469 0.27113837 0.30743799
-0.00133569 0.24132909 0.32909405
--0.02171518 -0.04204971 0.31766126
-0.0179292 -0.27512375 0.33861533
-0.01301933 -0.14327149 0.36584514
-0.01308814 -0.2123327 0.36348253
-0.02341152 0.19397914 0.3491182
-0.00737689 0.19624133 0.35181156
-0.01773816 0.1928664 0.37557006
-0.01192227 -0.18319555 0.38210201
-0.01948532 -0.16570246 0.37514579
-0.01778689 -0.22976916 0.36832067
-0.01972859 -0.22975251 0.38004455
-0.02042215 -0.22927146 0.38357201
-0.01773816 0.1928664 0.37557006
-0.01911428 0.10339916 0.42352051
--0.00010669 0.09276531 0.41706267
-0.02346291 0.10984793 0.42538098
-0.01860466 0.10654467 0.42417905
-0.01732434 0.15510903 0.44923142
-0.0138472 0.16364783 0.45404074
-0.0138472 0.16364783 0.45404074
-0.01314902 -0.23859569 -0.48007506
-0.00199064 -0.20658852 -0.3402783
-0.00253228 -0.20235083 -0.32560813
-0.01094256 0.13710809 -0.17243762
-0.0182417 0.04171214 -0.12273943
-0.01160775 0.03840492 -0.11932947
-0.00179839 -0.04576568 -0.12507007
-0.00112118 0.14831029 -0.09252495
-0.01749354 0.04156305 -0.07832688
-0.01246576 -0.0330562 -0.0437854
-0.009798 0.13951272 -0.04032188
-0.0124832 0.0816658 0.00802464
-0.02758124 0.15086463 0.07728892
-0.0214204 0.11803012 0.08085044
-0.01112564 0.13735411 0.07422107
-0.02265159 0.17231999 0.08650981
-0.01236709 0.17648974 0.09340671
-0.00042695 0.2712048 0.24350598
-0.0179292 -0.27512375 0.33861533
-0.01597607 -0.26736832 0.34050009
-0.01815758 -0.29137301 0.33412671
--0.00022278 0.20127629 0.35253069
-0.01553179 -0.23165791 0.35415792
-0.01680996 -0.22876659 0.35462549
-0.01510439 -0.2404004 0.35060304
-0.01298821 0.19531555 0.35085544
-0.00737689 0.19624133 0.35181156
-0.02341152 0.19397914 0.3491182
-0.01272117 0.19037414 0.45170617
-0.00155703 -0.21946806 -0.37988332
-0.00647404 -0.21116854 -0.3601222
-0.00106707 0.11079035 -0.19595365
-0.0009412 0.13077146 -0.18626736
-0.00633243 -0.03080805 -0.17523162
--0.00017712 0.02916929 -0.11749806
-0.00861636 0.10974979 -0.01016655
-0.0083352 -0.03292351 -0.01936368
-0.01045914 0.0897946 0.00357288
-0.01108267 0.07584227 0.01285031
-0.01653842 -0.00767465 0.02055789
-0.00365325 -0.00880966 0.02142095
-0.01657219 -0.01400275 0.01400533
-0.01689558 -0.00390991 0.0237286
-0.00670766 0.02910873 0.0393845
-0.00762058 0.00451746 0.0296666
-0.01744471 0.00439931 0.02901415
-0.00949502 0.09105076 0.07787144
-0.01310178 0.05277187 0.08398054
-0.01580917 0.16547611 0.08152727
-0.00803702 0.16973238 0.08601203
-0.01236709 0.17648974 0.09340671
--0.01490186 -0.02359255 0.09651183
-0.00111932 0.2273303 0.13349794
--0.00035074 0.24397597 0.14733671
-0.00107431 0.21207015 0.34580719
--0.00166759 -0.28782156 0.33475497
-0.00737689 0.19624133 0.35181156
-0.00105658 -0.23735438 0.35313168
-0.01510439 -0.2404004 0.35060304
-0.00121095 -0.22188237 0.36055705
--0.00891133 -0.13967401 0.36438739
-0.0023997 -0.1702393 0.37770444
-0.01874837 0.10704934 0.42210916
-0.00581852 0.10475933 0.42418629
-0.01860466 0.10654467 0.42417905
--0.0020309 0.10292201 0.42402139
-0.00557597 0.19450252 0.44825199
-0.00636817 0.18126772 0.46122324
-0.00636817 0.18126772 0.46122324
-0.00952761 0.17290072 0.45775169
-2.679E-05 -0.24238363 -0.49849769
-1.003E-05 -0.24010642 -0.4564023
-0.00145725 -0.23800366 -0.44523704
-0.00109896 -0.23438096 -0.43082321
-0.00199542 -0.19177076 -0.28060329
-0.00167406 -0.18752371 -0.26855659
-0.0019316 -0.18553978 -0.26576599
-0.01053596 -0.01024921 -0.24841315
-0.00098033 -0.01978879 -0.26188016
-0.00074787 -0.0070208 -0.25545996
-0.00038122 0.07025892 -0.21680404
-0.01175223 0.03157523 -0.22629638
-0.00021108 0.08989356 -0.20715208
-0.00029458 0.13820754 -0.18331443
-0.00633243 -0.03080805 -0.17523162
-0.00119164 0.00151754 -0.14505219
-0.00040506 -0.01213611 -0.15628414
-0.00104899 0.14851813 -0.16654181
-0.00113444 0.14804126 -0.04035613
-0.00065203 0.14278919 -0.03331828
-0.0013333 -0.0404003 -0.02518807
-0.00291289 -0.04135532 -0.04266385
-0.00668058 0.12038592 -0.01799851
--0.00580824 -0.07670243 -0.01389189
--0.00671851 -0.08635011 0.03050149
--0.01879483 0.01723629 0.03614994
--0.00688914 -0.08638831 0.03303165
--0.04459989 -0.06960513 0.04937663
-0.00093252 0.12760186 0.07082637
-0.01580917 0.16547611 0.08152727
-0.00353267 0.15644556 0.07324087
-0.00803702 0.16973238 0.08601203
-0.00244694 0.18560515 0.09981106
--0.00973443 -0.01361942 0.10608785
-0.01809119 0.19232528 0.11021767
-0.00244694 0.18560515 0.09981106
--0.00035278 0.20281425 0.11351386
--0.01171547 0.2709907 0.3072277
-0.00103857 0.2708672 0.31144267
-0.01611391 -0.25740352 0.34430727
--0.00063296 -0.25999555 0.34375867
-0.01597607 -0.26736832 0.34050009
-0.01570379 -0.24864423 0.34778345
-0.00737689 0.19624133 0.35181156
-0.00054677 0.19825235 0.35392085
-0.00135577 0.19818099 0.36575994
-0.00129049 -0.20694678 0.3688615
-0.00503734 -0.18406928 0.38274091
-0.00174339 -0.18368828 0.3829194
-0.00048221 0.19796211 0.40818581
-0.00692706 0.19234377 0.45854813
--0.00082859 -0.24207191 -0.48418295
-0.00124251 -0.22917388 -0.41287357
-0.00130789 -0.21201959 -0.35819504
-0.00080586 0.0088267 -0.2474196
-0.00070384 0.03939807 -0.23241603
-0.000449 0.0236901 -0.24027732
-0.00020238 0.05097276 -0.22677928
-0.00043506 0.05846564 -0.22285932
-0.00057047 0.09859847 -0.20244184
-0.00092314 0.14756306 -0.17789607
-7.817E-05 0.14986341 -0.17655936
-8.14E-05 -0.03143585 -0.1722201
-0.00105098 0.0235286 -0.12418135
--0.00058983 0.03762059 -0.11077198
-0.004808 0.03811001 -0.11350572
--9.022E-05 0.14879587 -0.03849568
-0.00113444 0.14804126 -0.04035613
-0.00105784 -0.04236928 -0.03516143
-0.00155856 0.13116479 -0.02414868
--0.00147628 0.12357777 -0.01796921
--0.00318739 0.11343019 -0.01013684
--0.00521022 0.10526147 -0.00413525
--0.00810312 0.08396971 0.01132741
--0.00935996 0.07766136 0.01548852
--0.01142123 0.06569958 0.02191832
--0.00688914 -0.08638831 0.03303165
-0.00026812 0.15074939 0.06821799
-0.00532175 0.15133008 0.07027243
-0.00026812 0.15074939 0.06821799
--0.00395607 0.16723706 0.08255546
--0.00169235 0.18252914 0.09675463
-0.00111932 0.2273303 0.13349794
-0.0123629 0.21990134 0.13151111
-0.00061111 0.27178738 0.17346562
--0.01171547 0.2709907 0.3072277
--0.02990601 -0.06656556 0.32848868
--0.00061479 -0.27363908 0.33901516
--0.00166759 -0.28782156 0.33475497
-0.00054677 0.19825235 0.35392085
-0.00096788 0.19554669 0.45836991
-0.00127065 0.19442348 0.46547976
--0.00039146 0.18925484 0.46644205
--0.00039146 0.18925484 0.46644205
-0.00280669 0.18333301 0.46326056
--0.00149971 -0.22311829 -0.39434972
--0.00191173 -0.20184068 -0.32670352
--0.00110729 -0.01925822 -0.26170829
--0.00123157 -0.00573315 -0.25470251
--0.00126895 0.02610059 -0.23908795
--0.00118683 0.04106971 -0.23160712
--0.00093037 0.10282736 -0.20042564
-7.22E-05 0.1497955 -0.1687171
--0.00084378 0.14846337 -0.16575326
-8.14E-05 -0.03143585 -0.1722201
-0.00011461 -0.0200471 -0.16269538
--0.00044026 -0.02479882 -0.16690539
-0.00119164 0.00151754 -0.14505219
--0.00099294 0.00021489 -0.14640225
-0.00040506 -0.01213611 -0.15628414
--0.0008675 0.02138769 -0.12597571
--0.00105275 0.14839469 -0.08860505
--0.00126745 0.14831725 -0.05337953
--0.00125209 0.14870602 -0.03985409
-0.00064082 -0.04201251 -0.04531356
--0.00166908 0.13707852 -0.02979552
--0.0071641 0.09181852 0.00571848
--0.01374089 -0.01170312 0.01936071
--0.01351102 -0.01592262 0.01469263
--0.01547907 -0.00169619 0.02637364
--0.01323678 0.05381616 0.02779566
--0.01694465 0.00695927 0.03120264
-0.00670766 0.02910873 0.0393845
--0.00815528 0.16278976 0.07770752
--0.00169235 0.18252914 0.09675463
--0.00129197 0.26281825 0.16495726
--0.0014836 0.27189052 0.1737577
--0.00131321 0.26351842 0.31563652
--0.00084514 0.23926675 0.33033603
--0.00104567 0.21326226 0.34526893
-0.00048221 0.19796211 0.40818581
--0.00162545 0.19640151 0.4395386
-0.00096788 0.19554669 0.45836991
--0.00136691 0.1946059 0.46524462
-0.00127065 0.19442348 0.46547976
--0.00039146 0.18925484 0.46644205
--0.00862496 -0.23872969 -0.46195996
--0.01124158 -0.23597679 -0.45296937
--0.01054437 -0.20642088 -0.35252139
--0.01024441 -0.20162353 -0.33616474
--0.0127094 -0.1930293 -0.30630165
--0.0065953 -0.1850542 -0.2700322
--0.00126895 0.02610059 -0.23908795
--0.00648132 0.03746769 -0.22853358
--0.00118683 0.04106971 -0.23160712
--0.00093037 0.10282736 -0.20042564
--0.00124695 0.12321914 -0.18947963
--0.00050577 0.11343279 -0.19519693
--0.00583674 -0.03130695 -0.17530668
--0.00583674 -0.03130695 -0.17530668
--0.00058983 0.03762059 -0.11077198
--0.00867186 0.03863258 -0.11591261
--0.00017712 0.02916929 -0.11749806
--0.03225943 -0.05075756 -0.10499455
--0.00147628 0.12357777 -0.01796921
--0.00518259 0.11429381 -0.01244549
--0.00318739 0.11343019 -0.01013684
--0.01199368 -0.02221377 0.00732945
--0.00851823 -0.02849439 0.00025219
--0.00219583 -0.02610723 0.00181387
--0.01648805 0.03905852 0.03510995
--0.02491076 -0.04414686 0.31713101
--0.02238626 -0.29167217 0.33384684
--0.01160594 0.19530936 0.35214078
--0.03154693 -0.10041288 0.34528649
--0.01025393 -0.23180798 0.35405248
--0.01288661 -0.24642566 0.348261
--0.01040279 -0.21061844 0.36422297
--0.03824691 0.02701564 0.37089741
--0.00992883 -0.19973633 0.3702606
--0.01424543 -0.17018497 0.37748492
--0.00954899 -0.18086194 0.38136756
--0.0176194 0.19320323 0.36906961
-0.00135577 0.19818099 0.36575994
--0.01333865 0.19403324 0.4046579
--0.00819143 0.19359036 0.44309875
--0.00495696 0.193431 0.45959696
--0.0051186 0.18290928 0.46173912
--0.0054575 0.17973961 0.45976982
--0.00536951 0.18672839 0.46185899
--0.0051186 0.18290928 0.46173912
--0.0051186 0.18290928 0.46173912
--0.01146407 -0.2398248 -0.49830911
--0.01954331 -0.23713066 -0.48626232
--0.00069355 0.14766598 -0.17775334
--0.0104469 0.13784111 -0.17205657
-7.817E-05 0.14986341 -0.17655936
--0.00084378 0.14846337 -0.16575326
--0.01382124 -0.00561292 -0.16039875
--0.02858346 -0.07555533 -0.01782247
--0.00166908 0.13707852 -0.02979552
--0.02031893 0.1296827 -0.04403742
--0.01746369 0.02958813 0.04012642
--0.01903296 0.02608763 0.03983106
--0.01903296 0.02608763 0.03983106
--0.01376163 0.15078691 0.07285898
--0.01081427 0.17392661 0.0896553
--0.01394075 0.18333936 0.10068564
--0.01752488 0.19029431 0.10869553
--0.0152884 0.2095405 0.12404136
--0.00062587 0.2330925 0.13803867
--0.01471091 0.2425593 0.15260331
--0.01975629 0.27193981 0.18301676
--0.03657692 0.27196503 0.19189757
--0.04648967 0.27184898 0.22855453
--0.02485772 0.27103177 0.3027918
--0.02491076 -0.04414686 0.31713101
--0.02027225 0.23639023 0.32579988
--0.02248933 0.21445934 0.33743238
--0.01902962 -0.2850433 0.33510849
--0.01560833 -0.23756221 0.35112402
--0.01889061 -0.22916482 0.35347217
--0.00998007 0.19120499 0.45245895
--0.00751279 0.17535584 0.45657822
--0.0099073 0.17274912 0.45256698
--0.00983819 0.1770848 0.45752677
--0.0125999 0.16937158 0.4542321
--0.03370403 -0.2048793 -0.37294957
--0.02067889 -0.18564525 -0.28999916
--0.01781286 -0.18188162 -0.26723203
--0.03179206 -0.17794208 -0.26643169
--0.02537487 0.06437384 -0.19783024
--0.00110918 0.08576365 -0.20899361
--0.01366064 -0.03071046 -0.17932273
--0.02474421 -0.03731392 -0.15768714
--0.02034282 0.0169283 -0.14586514
--0.00105275 0.14839469 -0.08860505
--0.01545353 0.13370243 -0.09163133
--0.00126745 0.14831725 -0.05337953
--0.02360307 0.01632823 -0.06620547
--0.00204402 0.02970627 -0.06422105
--0.02277267 0.00651717 -0.06042076
--0.01827314 -0.06410291 -0.05968563
--0.01907333 0.09079895 -0.0090999
--0.00521022 0.10526147 -0.00413525
--0.0071641 0.09181852 0.00571848
--0.00810312 0.08396971 0.01132741
--0.01899075 0.07064922 0.00789953
--0.00935996 0.07766136 0.01548852
--0.01918732 0.17216957 0.08583438
--0.0165327 0.18171994 0.09873762
--0.03085686 0.00531334 0.35445735
--0.02385728 -0.03122427 0.32611969
--0.01856816 -0.26989335 0.33941907
--0.01820464 -0.25871003 0.34329173
--0.0202325 -0.15539485 0.3709459
--0.01986265 0.10312547 0.42314464
--0.01414251 0.19007333 0.44628176
--0.01371655 0.16565165 0.44714174
--0.02646193 -0.21580085 -0.40017328
--0.03140992 -0.19717613 -0.34676534
--0.01805101 -0.07235801 -0.27369019
--0.02287776 -0.05437611 -0.25996414
--0.00169905 -0.05064812 -0.27613902
--0.01366064 -0.03071046 -0.17932273
--0.02183376 -0.03051635 -0.18309033
--0.02229559 0.12434859 -0.16666943
--0.01245991 0.13617593 -0.13124031
--0.0008675 0.02138769 -0.12597571
--0.02869809 0.02937559 -0.1417103
--0.02627087 0.12174176 -0.11249741
--0.00924636 0.04219322 -0.07737868
--0.02092417 0.02599007 -0.07117025
--0.02005663 0.03081409 -0.07493264
--0.01571598 0.04087856 -0.08148534
--0.0366374 -0.08141556 0.00674346
--0.04499116 -0.08665202 0.03023551
--0.01142123 0.06569958 0.02191832
--0.01371585 0.16543567 0.08059657
--0.01752488 0.19029431 0.10869553
--0.01709696 -0.24750632 0.34816903
--0.01665998 -0.23152137 0.35340348
--0.03158212 -0.12450738 0.3569169
--0.02606246 -0.13813123 0.36340183
--0.02067904 0.19071771 0.42049965
--0.00162545 0.19640151 0.4395386
--0.01414251 0.19007333 0.44628176
--0.00819143 0.19359036 0.44309875
--0.01764552 0.16072623 0.44957972
--0.01678643 0.15950678 0.44582361
--0.0125999 0.16937158 0.4542321
--0.01860704 0.16357341 0.44909531
--0.01764552 0.16072623 0.44957972
--0.02979404 -0.23635994 -0.49786994
--0.03187377 -0.23451282 -0.49370787
--0.03222863 -0.23299378 -0.48467872
--0.03096212 -0.18816398 -0.31331667
--0.02771138 -0.00158979 -0.16526076
--0.02768686 -0.02357054 -0.1811813
--0.03072754 -0.00395989 0.00817154
--0.02241289 0.02524076 0.03745657
--0.0376476 -0.03117289 0.08868367
--0.02224003 0.19481522 0.11273203
--0.03657692 0.27196503 0.19189757
--0.04648967 0.27184898 0.22855453
--0.05376373 0.27201653 0.2726832
--0.04464281 0.27165225 0.28489056
--0.02658234 0.25847161 0.30935845
--0.01856816 -0.26989335 0.33941907
--0.020175 -0.28234011 0.33713463
--0.01902962 -0.2850433 0.33510849
--0.02493719 0.20275639 0.34328893
--0.01709696 -0.24750632 0.34816903
--0.01816835 -0.24730052 0.34905267
--0.01820464 -0.25871003 0.34329173
--0.01560833 -0.23756221 0.35112402
--0.0375319 -0.21556091 0.35478556
--0.01665998 -0.23152137 0.35340348
--0.01773013 -0.23678425 0.35604823
--0.01819898 -0.23098925 0.36412835
--0.01665998 -0.23152137 0.35340348
--0.01889061 -0.22916482 0.35347217
--0.01838459 -0.22930656 0.35636562
--0.01838459 -0.22930656 0.35636562
--0.02506117 -0.20389177 0.36355522
--0.02632906 -0.18540475 0.37275016
--0.01424543 -0.17018497 0.37748492
--0.03394371 -0.18693244 0.36882031
--0.00954899 -0.18086194 0.38136756
--0.02632906 -0.18540475 0.37275016
--0.02940828 0.18974966 0.3688814
--0.02566792 0.18697982 0.42493653
--0.01414251 0.19007333 0.44628176
--0.02566792 0.18697982 0.42493653
--0.02653379 0.18459465 0.43008307
--0.02197451 0.15178815 0.44441009
--0.02062716 0.14998282 0.44114557
--0.02197451 0.15178815 0.44441009
--0.04341262 -0.22637293 -0.4689233
--0.03421086 -0.22422823 -0.44290468
--0.03838354 -0.17960744 -0.26815668
--0.0197698 0.03563814 -0.12956148
--0.03474714 0.04505108 -0.13560247
--0.01831074 0.04222489 -0.12189984
--0.02451792 0.04599763 -0.12566036
--0.05122903 -0.05709203 -0.08081117
--0.02772653 -0.01194515 0.00166219
--0.02935814 0.18888533 0.10022176
--0.03268005 0.18629673 0.09598155
--0.02219149 0.2037106 0.12118216
--0.0246397 0.20241201 0.11924039
--0.02485772 0.27103177 0.3027918
--0.02238626 -0.29167217 0.33384684
--0.02400457 -0.29089236 0.34306985
--0.02974568 0.19142653 0.35012731
--0.02129755 -0.26845387 0.35278535
--0.03446565 -0.22414087 0.35233474
--0.0348396 -0.22736917 0.35248384
--0.02510699 -0.27921534 0.36141324
--0.0348396 -0.22736917 0.35248384
--0.02423496 -0.26949924 0.37017623
--0.02105915 -0.23823629 0.37001508
--0.02367749 -0.25606865 0.37557387
--0.01923811 -0.22995321 0.36691016
--0.0183652 -0.2303189 0.36795411
--0.0202325 -0.15539485 0.3709459
--0.03848863 -0.16636722 0.36227566
--0.01424543 -0.17018497 0.37748492
--0.03848863 -0.16636722 0.36227566
--0.03394371 -0.18693244 0.36882031
--0.02370849 -0.23731357 0.38591284
--0.01923811 -0.22995321 0.36691016
--0.02082472 -0.22928679 0.38547245
--0.0183652 -0.2303189 0.36795411
--0.02082472 -0.22928679 0.38547245
--0.03408791 -0.22974232 0.38504824
--0.02528624 -0.24146025 0.39022195
--0.02249558 -0.23243269 0.3875398
--0.03488569 0.18673681 0.39131737
--0.02372464 -0.22882098 0.41087711
--0.05185283 0.08219082 0.41057733
--0.00854645 0.06639705 0.39989519
--0.04398682 0.0958652 0.41894507
--0.03411513 0.12502961 0.43219775
--0.02669069 0.14803968 0.44229931
--0.02954615 0.1421579 0.43918651
--0.01558426 0.17638732 0.44975129
--0.02713575 0.16920772 0.43644989
--0.02197451 0.15178815 0.44441009
--0.02669069 0.14803968 0.44229931
--0.04797941 -0.18424156 -0.29918665
--0.04743806 -0.04572168 -0.12445404
--0.04088882 0.06409924 -0.01264032
--0.03753545 0.01080351 0.01466754
--0.01648805 0.03905852 0.03510995
--0.04034673 0.0386967 0.00571885
--0.02241289 0.02524076 0.03745657
--0.02753427 0.2151251 0.13139494
--0.02447063 0.21408945 0.13091373
--0.02921394 0.22194411 0.13972759
--0.03989474 0.24457507 0.16685642
--0.03384619 0.27103245 0.2998555
--0.03553525 0.2230294 0.32671976
--0.02424076 -0.29316476 0.33658203
--0.03728701 -0.11001845 0.34992963
--0.03178772 -0.29343945 0.36937582
--0.03263799 -0.22892912 0.35578921
--0.03403655 -0.22999516 0.36859289
--0.02676908 -0.26619434 0.38973036
--0.0290239 -0.26457277 0.40215656
--0.03467175 -0.22969288 0.40517989
--0.02739644 -0.2368229 0.40215418
--0.02372464 -0.22882098 0.41087711
--0.02556117 -0.23238558 0.40457982
--0.02974968 0.18730968 0.41008511
--0.028517 -0.22864592 0.41998789
--0.02936329 -0.23522966 0.40910572
--0.0260994 -0.22894393 0.42595977
--0.02578734 -0.23092648 0.41300565
--0.0260994 -0.22894393 0.42595977
--0.02879819 -0.23034796 0.43885589
--0.02910788 -0.22934827 0.438629
--0.03237571 0.13567398 0.43683407
--0.02910788 -0.22934827 0.438629
--0.03732326 -0.18974686 -0.32692358
--0.03524189 -0.0790698 -0.2622526
--0.04465402 -0.05263172 -0.23994806
--0.0348712 -0.03028033 -0.18719384
--0.02183376 -0.03051635 -0.18309033
--0.04581524 -0.00097445 -0.1733328
--0.04196273 0.02159302 -0.15583564
--0.03283722 0.11285861 -0.16148211
--0.04170291 0.10344797 -0.15706192
--0.03564623 0.11415404 -0.04759301
--0.01901671 0.11730797 -0.03147068
--0.03604099 0.09552883 -0.03217879
--0.04536236 0.07761124 -0.02799201
--0.03807121 0.0458635 0.00372134
--0.04982563 -0.02201095 0.09723704
--0.03394325 0.26019433 0.17906144
--0.03384619 0.27103245 0.2998555
--0.03878762 0.26653552 0.29981369
--0.0460771 -0.04407482 0.31769392
--0.04479177 0.20015579 0.33926082
--0.04749168 -0.20478229 0.35618097
--0.0375319 -0.21556091 0.35478556
--0.02506117 -0.20389177 0.36355522
--0.04749168 -0.20478229 0.35618097
--0.02606246 -0.13813123 0.36340183
--0.02506117 -0.20389177 0.36355522
--0.03133947 -0.26253885 0.41228521
--0.02974968 0.18730968 0.41008511
--0.03989762 0.18120591 0.41537717
--0.03006663 -0.23277497 0.42296013
--0.03219718 -0.23617257 0.42237544
--0.04884289 0.10607587 0.42430678
--0.0415249 0.11824393 0.42977747
--0.03700774 -0.23006994 0.44248852
--0.03293082 -0.23268604 0.43737221
--0.03263068 -0.23367245 0.4257575
--0.03664233 0.12865587 0.4338046
--0.02911703 0.15623294 0.43781853
--0.02954615 0.1421579 0.43918651
--0.03246213 -0.23034687 0.45464253
--0.03221282 -0.23159875 0.45193875
--0.03246213 -0.23034687 0.45464253
--0.04416911 -0.22820325 -0.47552875
--0.04188066 -0.19383898 -0.34700167
--0.04658655 0.01275062 -0.16465008
--0.04982121 -0.03767603 -0.15843625
--0.04210559 0.10535973 -0.10050152
--0.0548375 -0.06387293 -0.05519443
--0.03815635 0.11133448 -0.06365098
--0.03954502 -0.00098174 -3.18E-05
--0.05495304 -0.08638648 0.03280436
--0.03831817 0.2184014 0.1283752
--0.04084077 0.22302943 0.13485444
--0.03779921 0.22725968 0.14579193
--0.03602571 0.22989021 0.14947434
--0.04818022 0.27198872 0.19803666
--0.04235478 0.25161478 0.30662426
--0.05759353 -0.04167198 0.31869155
--0.06297956 -0.01667344 0.33826566
--0.04766778 -0.07885904 0.33494413
--0.04229705 -0.09446269 0.34250784
--0.0455731 0.18390459 0.38419348
--0.03158212 -0.12450738 0.3569169
--0.03871845 -0.22777359 0.36923873
--0.03796184 -0.22922006 0.38240576
--0.03779141 -0.29314157 0.39483652
--0.04537075 0.18029402 0.40954039
--0.03888672 -0.22990686 0.41634727
--0.03826605 0.06620952 0.40018448
--0.04537075 0.18029402 0.40954039
--0.03538713 -0.24371496 0.43381178
--0.03506535 -0.25868499 0.42660373
--0.02725304 0.18149377 0.43102136
--0.03905221 0.15941022 0.42559555
--0.03541247 0.15136303 0.43173715
--0.03237571 0.13567398 0.43683407
--0.03558525 -0.23774323 0.43898654
--0.03556919 -0.23560518 0.44576553
--0.03499307 -0.2329677 0.46602091
--0.03589281 -0.2311665 0.47145998
--0.04718927 -0.22128622 -0.45160839
--0.04816854 -0.21582662 -0.43111777
--0.04812324 -0.2097609 -0.40784708
--0.04666026 -0.2018075 -0.37773749
--0.0348712 -0.03028033 -0.18719384
--0.05458375 -0.03024591 -0.19285567
--0.05325563 0.00559366 -0.17309715
--0.03894982 0.06318445 -0.13015404
--0.05446068 0.0475129 -0.15259832
--0.02949834 0.05212918 -0.12677687
--0.03362427 0.06677178 -0.0965355
--0.04735698 0.07841097 -0.11870062
--0.03303216 0.0620526 -0.11335383
--0.05541286 -0.05042021 -0.10549521
--0.04705499 0.08842656 -0.03812174
--0.03605861 0.0197165 0.02344144
--0.03976574 0.02506004 0.01452542
--0.02935814 0.18888533 0.10022176
--0.04293693 0.20158759 0.1065871
--0.05139719 0.21456531 0.11525007
--0.02224003 0.19481522 0.11273203
--0.03831817 0.2184014 0.1283752
--0.0246397 0.20241201 0.11924039
--0.04254307 0.23135756 0.15278697
--0.06814149 0.27232048 0.21070421
--0.04766223 0.25830901 0.30114752
--0.0460771 -0.04407482 0.31769392
--0.06051309 -0.03077783 0.32742897
--0.05064325 -0.11436432 0.34338138
--0.04635565 -0.2110291 0.35431781
--0.03864113 -0.22325668 0.35317487
--0.04758133 -0.18932281 0.36154875
--0.03864113 -0.22325668 0.35317487
--0.04259541 -0.22790465 0.40506789
--0.04269035 -0.22993867 0.43315193
--0.04613002 -0.28297767 0.43214685
--0.04310913 0.17170347 0.41656959
--0.03664233 0.12865587 0.4338046
--0.03910517 -0.25261658 0.44300172
--0.0392474 -0.24100746 0.45119196
--0.0433849 -0.23134401 0.46409908
--0.03974633 -0.23879519 0.45517009
--0.03589281 -0.2311665 0.47145998
--0.03989886 -0.23718978 0.46805444
--0.04020441 -0.23833963 0.46114472
--0.03990404 -0.2371276 0.47407815
--0.04028955 -0.23174304 0.48707944
--0.03964648 -0.23509704 0.48208293
--0.04028955 -0.23174304 0.48707944
--0.06365577 -0.23389111 -0.49706689
--0.04455036 -0.02948331 -0.18983643
--0.05458375 -0.03024591 -0.19285567
--0.05358505 -0.01420578 -0.18448716
--0.04773897 0.10029137 -0.0492062
--0.0431992 0.05883192 -0.01198539
--0.04555224 -0.01009378 0.10806039
--0.04968543 0.22316679 0.12583463
--0.05022779 0.22802688 0.13934891
--0.04464281 0.27165225 0.28489056
--0.06720114 0.23925081 0.30632472
--0.05239822 0.18816864 0.34626397
--0.05064325 -0.11436432 0.34338138
--0.05017827 -0.16627222 0.35556012
--0.04635565 -0.2110291 0.35431781
--0.04635565 -0.2110291 0.35431781
--0.04450949 -0.22389376 0.39855304
--0.04273539 -0.2933338 0.41000402
--0.04563725 -0.22819954 0.43676803
--0.0543711 0.14551155 0.41578305
--0.05796061 0.13069955 0.41683969
--0.0498868 -0.274887 0.45094466
--0.04643372 -0.23094645 0.46684355
--0.04290764 -0.24350949 0.46108174
--0.04537798 -0.2414515 0.46993303
--0.04214125 -0.24002072 0.47234234
--0.03990404 -0.2371276 0.47407815
--0.04152904 -0.24624196 0.47489843
--0.04214125 -0.24002072 0.47234234
--0.04075265 -0.2450573 0.47934127
--0.04152904 -0.24624196 0.47489843
--0.04168422 -0.26437581 0.47597092
--0.04056501 -0.24082483 0.49046651
--0.04301571 -0.27343056 0.48612696
--0.04739838 -0.22823319 0.48561412
--0.04115677 -0.23098707 0.49415365
--0.04115677 -0.23098707 0.49415365
--0.04166932 -0.26344937 0.49419472
--0.04115677 -0.23098707 0.49415365
--0.04247481 -0.25523999 0.49420267
--0.04166932 -0.26344937 0.49419472
--0.04401721 -0.28619784 0.49597505
--0.04247481 -0.25523999 0.49420267
--0.04597984 -0.31225047 0.49806064
--0.0669008 -0.01471573 -0.18902183
--0.05777533 0.08692618 -0.13306363
--0.05539668 0.09046303 -0.10704556
--0.0487477 0.10058605 -0.0529737
--0.06410754 -0.0752461 -0.01320298
--0.06083525 -0.08647558 0.03032292
--0.05191752 0.23676798 0.16049121
--0.04767604 0.23844188 0.16400999
--0.05707347 0.24842994 0.17918788
--0.066035 0.27248064 0.25665674
--0.05369518 -0.05883124 0.32540065
--0.05017827 -0.16627222 0.35556012
--0.05343239 -0.18933213 0.3583236
--0.06662899 0.01707414 0.36428159
--0.05023759 -0.20762251 0.36834824
--0.04971796 0.17972761 0.40697321
--0.04652612 -0.22191176 0.41240734
--0.04971796 0.17972761 0.40697321
--0.03989762 0.18120591 0.41537717
--0.05391806 0.16180548 0.41047749
--0.04996648 -0.29301724 0.43394661
--0.05346184 0.11849447 0.42136735
--0.0415249 0.11824393 0.42977747
--0.04884289 0.10607587 0.42430678
--0.04754043 -0.22797558 0.45923296
--0.04798355 -0.2554521 0.46632028
--0.05013223 -0.2225427 0.46995482
--0.04676194 -0.24540488 0.46948105
--0.04978815 -0.25499645 0.47110432
--0.04525744 -0.24617212 0.47289103
--0.04799164 -0.22764218 0.4818818
--0.0424935 -0.26837122 0.47826988
--0.04393939 -0.26740193 0.47525898
--0.0447197 -0.29171053 0.47765967
--0.045742 -0.3040919 0.48225963
--0.04578777 -0.30875757 0.48795646
--0.04578777 -0.30875757 0.48795646
--0.04597984 -0.31225047 0.49806064
--0.0479579 -0.31242892 0.49432835
--0.06283084 -0.19240211 -0.34303427
--0.07502816 -0.17877284 -0.2807689
--0.07170399 -0.0333318 -0.18397963
--0.05938264 0.02210465 -0.16859098
--0.04565629 0.03159027 -0.15310873
--0.0522224 0.0918403 -0.15202044
--0.07433702 -0.04313891 -0.13868107
--0.06391019 0.06215963 -0.15490055
--0.06663441 0.05397485 -0.16080905
--0.04570388 0.07078542 -0.13368481
--0.05246966 0.09437648 -0.08895008
--0.05114603 0.09656496 -0.0681767
--0.06012645 0.22680047 0.12389541
--0.06161453 0.23456784 0.15075153
--0.0570059 0.24365766 0.1723706
--0.05859584 0.24808459 0.30332279
--0.05924496 -0.04217702 0.31810489
--0.05427953 -0.19660765 0.35748106
--0.04992721 -0.20422487 0.3564553
--0.04992721 -0.20422487 0.3564553
--0.04992721 -0.20422487 0.3564553
--0.05587766 0.18292576 0.38253251
--0.06731542 0.02373268 0.36941829
--0.06956621 0.04746825 0.38776785
--0.03111495 0.04856216 0.38738504
--0.05650644 -0.19930118 0.38924468
--0.05238841 -0.20846605 0.40402013
--0.06827939 0.07034666 0.40372935
--0.05246773 -0.21030417 0.42814121
--0.06238144 0.08989591 0.41487947
--0.05102622 -0.21512434 0.44458589
--0.05272025 -0.29243726 0.44300288
--0.05348253 -0.26827988 0.47149664
--0.05164475 -0.2239418 0.47364125
--0.05031356 -0.25715598 0.47264209
--0.06607731 -0.24229212 0.49516752
--0.06373596 -0.26532048 0.49565855
--0.04401721 -0.28619784 0.49597505
--0.05172924 -0.2931104 0.49675268
--0.04597984 -0.31225047 0.49806064
--0.05510724 -0.31367999 0.49811617
--0.0683811 -0.18471439 -0.307751
--0.07943674 -0.17546365 -0.26732576
--0.0424703 -0.17839499 -0.267212
--0.06353473 0.00068443 -0.18067865
--0.05755558 0.03950409 -0.18015094
--0.06816156 0.04487342 -0.16525513
--0.05199739 0.07511931 -0.16286699
--0.03966601 0.06347058 -0.18357855
--0.06378939 -0.00687134 0.11077895
--0.04761375 -0.00818272 0.10893001
--0.05644917 0.22394882 0.12174908
--0.06343098 0.23158737 0.13893966
--0.06609141 0.23999247 0.16218664
--0.06525496 0.24902137 0.18306242
--0.05376373 0.27201653 0.2726832
--0.07373371 0.24989629 0.28192341
--0.05924496 -0.04217702 0.31810489
--0.07486157 0.23112386 0.30923861
--0.07458637 0.21052541 0.32292458
--0.06857598 0.19827658 0.33334154
--0.06688103 -0.08167414 0.32578194
--0.06687282 -0.10992284 0.33340272
--0.06151054 -0.19146888 0.35462424
--0.05669271 -0.19260059 0.35713229
--0.05427953 -0.19660765 0.35748106
--0.06814514 0.0362026 0.3792685
--0.05752729 -0.19562165 0.37277314
--0.05566184 -0.20296732 0.40202379
--0.05544564 0.18016267 0.40220687
--0.05439487 -0.20688644 0.41681069
--0.05610651 -0.29273915 0.45379201
--0.05568017 -0.27851623 0.46647704
--0.0536326 -0.27049068 0.47284889
--0.0760121 -0.20813246 -0.40539652
--0.07880843 -0.19781198 -0.36597291
--0.06826407 -0.03109939 -0.19354169
--0.06816156 0.04487342 -0.16525513
--0.05616912 0.0781418 -0.14135605
--0.06314859 0.07526008 -0.1501278
--0.05941314 0.08444382 -0.14902794
--0.05968635 0.08406197 -0.14101072
--0.06662286 0.14970911 0.08873144
--0.08427408 0.16440246 0.10323259
--0.04526724 0.17161976 0.0961645
--0.06678393 0.24328277 0.17048499
--0.06888285 0.24714486 0.1794607
--0.0735417 0.25659713 0.19632398
--0.06275342 0.27141994 0.20589083
--0.06292263 -0.06036583 0.32173604
--0.07015104 0.18673134 0.34186423
--0.06680106 -0.17822008 0.34915742
--0.05669271 -0.19260059 0.35713229
--0.05837748 -0.19350432 0.36883277
--0.06151054 -0.19146888 0.35462424
--0.07087886 0.18363373 0.36841118
--0.06127388 -0.19531149 0.37666118
--0.06862661 0.15487868 0.40079269
--0.06798889 0.10231879 0.41181436
--0.06238144 0.08989591 0.41487947
--0.05909732 -0.28883538 0.47115344
--0.05863433 -0.2934061 0.46577042
--0.05827133 -0.28935406 0.47338131
--0.06830364 -0.2241295 0.47272295
--0.07581344 -0.23161796 0.49542648
--0.07581344 -0.23161796 0.49542648
--0.07027253 -0.29874432 0.49752387
--0.09599423 -0.2317896 -0.49424601
--0.08168637 -0.21993946 -0.44881508
--0.04557277 -0.10476961 -0.26884663
--0.06826128 -0.11220286 -0.25492439
--0.06926292 -0.08778555 -0.23855662
--0.07153963 0.02426907 -0.17601046
--0.07986827 -0.04994748 -0.10911607
--0.08000448 -0.05661807 -0.08260499
--0.07933614 -0.06462833 -0.05058195
--0.07925757 -0.04769545 0.0701456
--0.07849466 -0.03921688 0.07872061
--0.05139719 0.21456531 0.11525007
--0.06882482 0.21283995 0.12152346
--0.0631455 0.22869739 0.12503673
--0.06161453 0.23456784 0.15075153
--0.06343098 0.23158737 0.13893966
--0.06609141 0.23999247 0.16218664
--0.07746033 0.27262318 0.22080855
--0.07820935 0.27306405 0.23878627
--0.08506045 0.18546519 0.33846548
--0.06676704 -0.19091031 0.35655838
--0.0728132 -0.18982291 0.3621102
--0.07539067 0.18150127 0.38554603
--0.07081494 0.05482638 0.39311719
--0.07300667 0.11144735 0.40798217
--0.08585334 -0.2133095 0.43694571
--0.06099205 -0.29202983 0.47305125
--0.08637376 -0.18529086 -0.31307292
--0.0765346 -0.02332911 -0.19356941
--0.07658125 -0.03033683 -0.19551773
--0.05458375 -0.03024591 -0.19285567
--0.07658125 -0.03033683 -0.19551773
--0.06826407 -0.03109939 -0.19354169
--0.0753078 0.00482508 -0.18440132
--0.07373963 0.01085434 -0.18202619
--0.07431134 -0.08652875 0.03135904
--0.06525496 0.24902137 0.18306242
--0.06888285 0.24714486 0.1794607
--0.07267101 0.25255525 0.18993527
--0.066035 0.27248064 0.25665674
--0.07952479 0.26388133 0.25431976
--0.06638404 -0.03977691 0.31474811
--0.07024905 -0.02993734 0.31947136
--0.06638404 -0.03977691 0.31474811
--0.05924496 -0.04217702 0.31810489
--0.07225319 -0.19009247 0.34954688
--0.07225319 -0.19009247 0.34954688
--0.09245558 -0.2023612 0.40085542
--0.07334995 0.17775041 0.38925645
--0.07432456 0.07605784 0.40672535
--0.07744592 0.08537005 0.40574172
--0.05955157 -0.29231396 0.44585553
--0.07724984 -0.29240251 0.42271331
--0.05102514 -0.29278457 0.40741324
--0.07770973 -0.31201568 0.49909964
--0.05513625 0.00660401 -0.2022374
--0.0698039 -0.02211899 -0.2037746
--0.07735664 -0.00732862 -0.1892512
--0.07735664 -0.00732862 -0.1892512
--0.08023682 -0.0715436 -0.02582865
--0.080547 -0.07528814 -0.01127744
--0.08086821 -0.08137369 0.01216367
--0.07308006 0.23808219 0.1244816
--0.0779388 0.24587093 0.13808031
--0.07267101 0.25255525 0.18993527
--0.07598338 0.25882497 0.20051564
--0.0800898 0.23429027 0.29644039
--0.08489999 -0.10887394 0.32352057
--0.06297956 -0.01667344 0.33826566
--0.07879404 -0.00399317 0.3344838
--0.06051309 -0.03077783 0.32742897
--0.08828399 0.18336025 0.3588123
--0.06549756 0.00237571 0.3528665
--0.07479807 0.07030138 0.40325966
--0.07432456 0.07605784 0.40672535
--0.09249815 -0.20697244 -0.40182054
--0.09607025 -0.17981458 -0.29200846
--0.08590083 -0.03341582 -0.19447429
--0.08145361 -0.02176714 -0.19336374
--0.08590083 -0.03341582 -0.19447429
--0.08094867 -0.04210286 -0.14580309
--0.07601711 -0.06828234 0.04952374
--0.08009215 -0.05936095 0.05873577
--0.07774387 -0.03054472 0.08760761
--0.07639126 -0.01333249 0.10563493
--0.07239612 -0.01502715 0.10340971
--0.07166661 -0.0040549 0.11405499
--0.07754517 -0.00281748 0.11746284
--0.0779388 0.24587093 0.13808031
--0.07603797 0.25118145 0.16606773
--0.07603797 0.25118145 0.16606773
--0.07730623 0.26602346 0.21044041
--0.08033956 0.27116674 0.21816164
--0.07820935 0.27306405 0.23878627
--0.0803356 0.27269959 0.2390718
--0.08587652 -0.03464811 0.30369139
--0.08448871 -0.03205226 0.30589786
--0.08494638 0.22053808 0.31318372
--0.08352499 -0.16908069 0.33829397
--0.08375467 -0.18640791 0.34314159
--0.09895136 -0.18695749 0.35935602
--0.0855507 -0.196558 0.38334045
--0.08876271 0.16522026 0.3819353
--0.08457618 -0.2925835 0.44904944
--0.08366462 -0.03085898 -0.19518945
--0.08366462 -0.03085898 -0.19518945
--0.08544767 -0.03592143 -0.17733854
--0.08025949 -0.0860196 0.03139853
--0.08025949 -0.0860196 0.03139853
--0.08010124 -0.08210877 0.03478659
--0.07431134 -0.08652875 0.03135904
--0.08402418 0.14760211 0.09322803
--0.08427408 0.16440246 0.10323259
--0.06662286 0.14970911 0.08873144
--0.08148612 0.2459943 0.12359643
--0.07603797 0.25118145 0.16606773
--0.07963166 0.26644453 0.20989527
--0.08046691 0.27004853 0.21512502
--0.08033956 0.27116674 0.21816164
--0.08034451 0.27195594 0.22964153
--0.07746033 0.27262318 0.22080855
--0.07804085 0.25621209 0.26717103
--0.08330979 0.24121022 0.2791394
--0.08756046 -0.0505953 0.30709505
--0.09749694 -0.00879843 0.31268913
--0.10439308 0.19223583 0.32737809
--0.06549756 0.00237571 0.3528665
--0.09103945 0.02414042 0.34691051
--0.09346952 0.01104829 0.33305326
--0.08908148 -0.18552497 0.35248908
--0.06814514 0.0362026 0.3792685
--0.08598077 0.04392333 0.36914361
--0.06731542 0.02373268 0.36941829
--0.0841656 -0.18759455 0.35918361
--0.09175986 0.18178101 0.37353429
--0.08099889 0.0811558 0.40291947
--0.07432456 0.07605784 0.40672535
--0.08099889 0.0811558 0.40291947
--0.07479807 0.07030138 0.40325966
--0.10168542 -0.29188207 0.49828404
--0.09935233 -0.17456523 -0.27042648
--0.09012589 -0.15283695 -0.26523241
--0.09510432 -0.14544375 -0.25724199
--0.06765369 -0.13088155 -0.26639062
--0.08934692 -0.03427215 -0.19020379
--0.0862141 0.26444283 0.17943883
--0.0862141 0.26444283 0.17943883
--0.08276433 0.26658463 0.2008647
--0.07963166 0.26644453 0.20989527
--0.07598338 0.25882497 0.20051564
--0.08276433 0.26658463 0.2008647
--0.08568155 0.27222136 0.21147507
--0.08216607 0.26829511 0.21864632
--0.0895555 0.2293403 0.2875084
--0.08587652 -0.03464811 0.30369139
--0.07389831 -0.03741182 0.31101134
--0.09358959 0.2107037 0.31744945
--0.09378141 -0.15819508 0.33066896
--0.08888886 -0.18590343 0.34132802
--0.08888886 -0.18590343 0.34132802
--0.08011968 0.06596581 0.39267313
--0.08358706 0.05373247 0.37935248
--0.06956621 0.04746825 0.38776785
--0.09819098 0.13675098 0.38207725
--0.08042825 0.12870294 0.39814156
--0.09139366 0.10688282 0.39413154
--0.08887731 0.08895082 0.3969315
--0.10738026 -0.22039333 0.45737624
--0.09544888 -0.25312293 0.49593309
--0.08524362 -0.23403466 -0.4973118
--0.09562074 -0.06991393 -0.06319056
--0.08700135 -0.0894019 0.03511471
--0.09206547 0.25677872 0.12266388
--0.09933485 0.27293703 0.16078752
--0.08956229 0.27527893 0.20488466
--0.09695812 0.23088197 0.26948336
--0.09945729 -0.01549102 0.30583939
--0.10351486 -0.11393243 0.31557402
--0.10601673 -0.22539346 0.47321621
--0.10284939 -0.23244807 0.4957715
--0.10284939 -0.23244807 0.4957715
--0.10833053 -0.22357588 -0.46304739
--0.11187719 -0.22046761 -0.45121336
--0.11662846 -0.19893822 -0.37048486
--0.12044247 -0.19126208 -0.33881253
--0.09213177 -0.17332102 -0.26605934
--0.08590083 -0.03341582 -0.19447429
--0.09726989 -0.04034819 -0.18877105
--0.08934692 -0.03427215 -0.19020379
--0.10429197 -0.04750733 -0.17868873
--0.09435982 -0.06054326 -0.09924364
--0.09522273 0.27366704 0.17807521
--0.09522273 0.27366704 0.17807521
--0.09220238 0.27633452 0.1980422
--0.08568155 0.27222136 0.21147507
--0.08956229 0.27527893 0.20488466
--0.09270091 0.26357371 0.20573214
--0.1011693 0.24997547 0.23804709
--0.10669761 -0.03001104 0.29122049
--0.09565147 0.21835861 0.29746819
--0.09543165 0.00072439 0.32214302
--0.09638514 -0.18336906 0.33672902
--0.08876271 0.16522026 0.3819353
--0.10376503 0.15770338 0.37206253
--0.09819098 0.13675098 0.38207725
--0.11013964 -0.19902085 0.39097565
--0.09397623 0.08888467 0.39185119
--0.10825965 -0.23152556 -0.49441189
--0.11073843 -0.17214011 -0.26443517
--0.10348097 -0.05500324 -0.14846043
--0.10620432 -0.0912542 0.00479097
--0.10308295 0.27124131 0.13832444
--0.09437296 0.27813649 0.19638593
--0.08874473 0.26325762 0.23725931
--0.10980444 0.23100269 0.24867287
--0.10298926 -0.02372692 0.29738975
--0.10444334 -0.02928932 0.29270938
--0.11129294 -0.17992763 0.32850885
--0.08506045 0.18546519 0.33846548
--0.10120877 0.18366766 0.33573186
--0.08828399 0.18336025 0.3588123
--0.10149709 -0.18184088 0.34484276
--0.10346036 0.18198717 0.36362898
--0.09959176 0.09366339 0.38704094
--0.11663748 -0.20349933 0.40417343
--0.07770973 -0.31201568 0.49909964
--0.12007655 -0.18769878 -0.32451186
--0.08383095 -0.30738801 -0.25995502
--0.1266049 -0.30846941 -0.32127419
--0.08132753 -0.30783391 -0.27893186
--0.08934692 -0.03427215 -0.19020379
--0.09726989 -0.04034819 -0.18877105
--0.10429197 -0.04750733 -0.17868873
--0.1130392 -0.08581296 -0.03468679
--0.09573025 -0.09422008 0.03998266
--0.09573025 -0.09422008 0.03998266
--0.1044738 -0.0848916 0.06160811
--0.08865972 -0.07997062 0.04704187
--0.09452157 -0.06387076 0.0724472
--0.09206547 0.25677872 0.12266388
--0.101129 0.28223908 0.18432403
--0.09220238 0.27633452 0.1980422
--0.101129 0.28223908 0.18432403
--0.09981994 0.28023809 0.1873894
--0.09220238 0.27633452 0.1980422
--0.09981994 0.28023809 0.1873894
--0.1091381 0.21812442 0.26899269
--0.09358959 0.2107037 0.31744945
--0.10791864 0.1924639 0.32590002
--0.10439308 0.19223583 0.32737809
--0.10120877 0.18366766 0.33573186
--0.09638514 -0.18336906 0.33672902
--0.10346036 0.18198717 0.36362898
--0.09175986 0.18178101 0.37353429
--0.10841462 0.16818751 0.36484221
--0.08876271 0.16522026 0.3819353
--0.09919954 0.08892509 0.38374466
--0.09800062 0.07197855 0.36357325
--0.0883441 0.07330667 0.38222253
--0.09520885 0.12052482 0.38841218
--0.11044888 0.09901277 0.37582964
--0.12064959 -0.21642914 0.44304982
--0.10325383 -0.23182164 0.49401537
--0.10311537 -0.251212 0.49616042
--0.08524362 -0.23403466 -0.4973118
--0.1094356 -0.23412193 -0.49633753
--0.10825965 -0.23152556 -0.49441189
--0.10830027 -0.22749077 -0.47776785
--0.11238352 -0.21398312 -0.42707992
--0.1168851 -0.20377436 -0.38921368
--0.12403465 -0.18056843 -0.2990391
--0.11869483 -0.12836441 -0.22849599
--0.07741678 -0.12783809 -0.25803375
--0.09927791 -0.04288131 -0.18861528
--0.10193426 0.26599804 0.1219637
--0.11162155 0.27557063 0.12169345
--0.10308295 0.27124131 0.13832444
--0.104764 0.24133232 0.21601859
--0.10669761 -0.03001104 0.29122049
--0.10751509 -0.05398988 0.29830575
--0.10956465 0.01544427 0.30272555
--0.11145302 -0.08600392 0.30496123
--0.11472406 0.18930091 0.31852424
--0.09565147 0.21835861 0.29746819
--0.12006286 -0.17783278 0.32352734
--0.10291542 0.02702428 0.32216778
--0.09603638 0.06016601 0.35990575
--0.10924462 0.04504619 0.32082203
--0.10588151 -0.18129271 0.33308494
--0.10841462 0.16818751 0.36484221
--0.10376503 0.15770338 0.37206253
--0.10650307 -0.22813527 0.48162881
--0.10168542 -0.29188207 0.49828404
--0.10037657 -0.31136766 0.49851012
--0.1000822 -0.30849591 0.49963602
--0.1144743 -0.05739554 -0.16425152
--0.1144743 -0.05739554 -0.16425152
--0.11781558 -0.0692144 -0.12203414
--0.10565221 -0.09998251 0.04467425
--0.1116695 -0.10368793 0.04901642
--0.12416913 0.25544891 0.1153995
--0.11024238 0.26968539 0.1204372
--0.09500485 0.23006828 0.11763497
--0.11557356 0.28983581 0.16111048
--0.10979101 0.28667575 0.17017131
--0.10979101 0.28667575 0.17017131
--0.11282128 -0.03117905 0.28886351
--0.11236395 0.18505336 0.33147633
--0.11236395 0.18505336 0.33147633
--0.11534523 0.18192339 0.33467725
--0.10120877 0.18366766 0.33573186
--0.11129294 -0.17992763 0.32850885
--0.10309847 0.06787069 0.35066596
--0.10346036 0.18198717 0.36362898
--0.11165509 0.18178536 0.35714433
--0.11166137 0.11672024 0.37143192
--0.11076203 -0.22765994 -0.47415164
--0.12427274 -0.18407637 -0.31077549
--0.12432954 -0.17714965 -0.28725576
--0.11245914 -0.15782693 -0.25484669
--0.12094638 -0.13787617 -0.23419651
--0.11821377 -0.07748497 -0.08358578
--0.1116695 -0.10368793 0.04901642
--0.12341457 -0.11082146 0.05553151
--0.11907718 0.28433931 0.12887102
--0.11907718 0.28433931 0.12887102
--0.10465118 -0.02776664 0.12753238
--0.1151952 -0.00799417 0.16313949
--0.11032052 -0.00622972 0.15886585
--0.10828298 0.26822373 0.1819759
--0.12157874 0.19538771 0.29015744
--0.11121909 -0.02849355 0.28672096
--0.11121909 -0.02849355 0.28672096
--0.11768626 -0.1785709 0.33421949
--0.11534523 0.18192339 0.33467725
--0.11165509 0.18178536 0.35714433
--0.12069134 -0.18182473 0.34501979
--0.11398107 0.16028866 0.35895243
--0.12572676 -0.19154443 0.37087768
--0.11142979 -0.22422598 0.4677301
--0.11477286 -0.21533264 -0.42898041
--0.11617601 -0.20755805 -0.40270868
--0.11651696 -0.17132595 -0.26271471
--0.12326828 -0.06585364 -0.1505345
--0.11942077 -0.03385458 0.13921052
--0.1203052 -0.01853296 0.15758872
--0.11557356 0.28983581 0.16111048
--0.12098595 0.27452311 0.16157702
--0.10475415 0.23959552 0.20346589
--0.1203471 0.25227922 0.17537385
--0.12152381 0.23640329 0.18396758
--0.12661287 0.22281359 0.18690614
--0.11551929 0.22774415 0.19756883
--0.12284546 0.22078116 0.20520136
--0.11169091 -0.03306947 0.27474421
--0.11738297 -0.04313396 0.28110054
--0.11282128 -0.03117905 0.28886351
--0.10841212 -0.01158575 0.29365179
--0.11855786 0.01472788 0.28911316
--0.12961099 0.01314518 0.27335531
--0.11693732 -0.04039452 0.29038
--0.12455019 -0.14130056 0.31245914
--0.12022793 0.17904486 0.33089402
--0.11476585 0.18082349 0.34664768
--0.11786177 0.13182017 0.36021653
--0.11615809 0.09884378 0.36939102
--0.11554275 -0.22116147 0.45731252
--0.11076203 -0.22765994 -0.47415164
--0.11887468 -0.24282841 -0.46634412
--0.11813392 -0.22900836 -0.4409565
--0.11861277 -0.19967093 -0.37180987
--0.11969794 -0.19616461 -0.35720083
--0.12696412 -0.17328012 -0.27228895
--0.12563488 -0.15883471 -0.24738175
--0.12303837 -0.14987484 -0.24197181
--0.13802612 -0.10807303 0.00947423
--0.12341457 -0.11082146 0.05553151
--0.12205714 0.28595969 0.12097992
--0.123732 0.29355064 0.14651863
--0.123732 0.29355064 0.14651863
--0.12330184 0.29264587 0.14902318
--0.11411675 -0.01128331 0.1772722
--0.12508275 0.22081587 0.2196933
--0.12491317 0.21214265 0.25075489
--0.13179827 0.19674227 0.26590183
--0.12600222 -0.06017083 0.29205275
--0.13213173 -0.0743444 0.29309532
--0.13274711 -0.11234687 0.3022072
--0.12377653 -0.17636983 0.32121673
--0.12430511 0.17865625 0.32034585
--0.12006286 -0.17783278 0.32352734
--0.12022793 0.17904486 0.33089402
--0.12196358 0.10060856 0.36178786
--0.12721837 -0.20751059 0.41509056
--0.11969794 -0.19616461 -0.35720083
--0.12221775 -0.19174942 -0.33600324
--0.12044247 -0.19126208 -0.33881253
--0.12007655 -0.18769878 -0.32451186
--0.12427274 -0.18407637 -0.31077549
--0.12687543 -0.16862306 -0.25423741
--0.12687543 -0.16862306 -0.25423741
--0.14111175 -0.11750036 0.04392724
--0.12776113 0.29551372 0.13831373
--0.123732 0.29355064 0.14651863
--0.12702915 -0.00896736 0.27074143
--0.11960832 -0.02004083 0.2767733
--0.11472406 0.18930091 0.31852424
--0.12157874 0.19538771 0.29015744
--0.13158178 0.18112345 0.29752195
--0.12961483 -0.1762587 0.32772818
--0.12576938 -0.21203229 0.42786786
--0.1337737 -0.24038522 -0.38535362
--0.12485576 -0.21633346 -0.38268831
--0.11979276 -0.22094798 -0.41789249
--0.12636107 -0.18031877 -0.29593584
--0.12687543 -0.16862306 -0.25423741
--0.12883984 -0.16841084 -0.25010806
--0.12563488 -0.15883471 -0.24738175
--0.13058537 -0.16108292 -0.23727088
--0.12303837 -0.14987484 -0.24197181
--0.13694218 -0.07865389 -0.13164888
--0.15665698 -0.11180633 -0.0203983
--0.13062502 -0.11526272 0.05935588
--0.1292202 -0.09165194 0.08671585
--0.12976618 0.29362291 0.12092169
--0.12881994 0.2140373 0.19143024
--0.13158178 0.18112345 0.29752195
--0.12430511 0.17865625 0.32034585
--0.11472406 0.18930091 0.31852424
--0.13375224 -0.17403577 0.31584331
--0.12377653 -0.17636983 0.32121673
--0.1380522 -0.18771178 0.35834673
--0.13897921 -0.20048112 0.3932651
--0.12696412 -0.17328012 -0.27228895
--0.13988264 -0.09787682 -0.04729455
--0.13470736 0.30008963 0.12627199
--0.13026676 0.29715022 0.13718542
--0.13026676 0.29715022 0.13718542
--0.12098595 0.27452311 0.16157702
--0.13525648 0.25549674 0.15348017
--0.13224992 0.25197473 0.15929456
--0.12906134 0.01605299 0.19184668
--0.13445015 0.02370665 0.18925889
--0.1261916 0.0101661 0.17243353
--0.13718566 0.20909157 0.21846162
--0.1411095 0.20793581 0.22958267
--0.13360669 0.21567258 0.23191161
--0.13679846 0.00797851 0.26244399
--0.13235426 5.371E-05 0.26609391
--0.13179827 0.19674227 0.26590183
--0.14633343 -0.16568561 0.30804268
--0.12628159 0.1009057 0.35088125
--0.13236991 0.10162 0.33616182
--0.12764655 0.09462097 0.33721608
--0.13430592 -0.20460336 0.40504912
--0.13098036 -0.20760161 0.41363832
--0.13349372 -0.17860927 -0.26018891
--0.13373357 -0.17550187 -0.24832141
--0.13918307 0.28724062 0.11614502
--0.12387081 0.28078473 0.11932904
--0.13729903 0.30150446 0.12423238
--0.12152381 0.23640329 0.18396758
--0.13926658 0.21286689 0.17604914
--0.12661287 0.22281359 0.18690614
--0.14417367 0.19812956 0.23841491
--0.13824767 0.18166687 0.28131256
--0.13609937 -0.08348344 0.29383111
--0.13375224 -0.17403577 0.31584331
--0.13579947 -0.17350295 0.31552672
--0.13876866 -0.1748766 0.32296199
--0.14776842 -0.09481972 -0.0835851
--0.15728551 -0.12779965 0.05710915
--0.14250849 -0.12200017 0.06785835
--0.14632478 -0.11791787 0.07774011
--0.14248523 0.03323263 0.18393317
--0.13521364 0.02286549 0.17901368
--0.13816336 0.20467326 0.18639052
--0.14761913 0.19506063 0.19417183
--0.14636399 0.19825809 0.20912701
--0.13213173 -0.0743444 0.29309532
--0.14017704 -0.0926097 0.29199103
--0.13609937 -0.08348344 0.29383111
--0.14304952 -0.09881566 0.29501054
--0.1302833 0.12287427 0.3338452
--0.14101492 0.13858753 0.30369216
--0.14771728 0.10678361 0.30133912
--0.15795104 -0.1853539 0.34528434
--0.14846644 -0.19305788 0.3708173
--0.14301337 -0.19723804 0.38319519
--0.13694218 -0.07865389 -0.13164888
--0.14679608 -0.08750013 -0.11858374
--0.15635829 -0.09662145 -0.1004157
--0.15635829 -0.09662145 -0.1004157
--0.13729903 0.30150446 0.12423238
--0.14158164 0.30061346 0.1179501
--0.14328158 0.29889882 0.11839229
--0.14115067 -0.05912312 0.1373571
--0.14719681 -0.08517565 0.16777726
--0.13176462 -0.04942301 0.16861355
--0.1524826 0.18756519 0.24038427
--0.14582103 0.18403399 0.26104838
--0.13824767 0.18166687 0.28131256
--0.14693309 0.16920513 0.27004954
--0.13379748 0.16474782 0.30564442
--0.14624391 -0.13323104 0.30147538
--0.14494744 0.28701869 0.12342261
--0.14727157 0.27528188 0.12909234
--0.15018678 0.26131192 0.13505459
--0.1357584 0.28051007 0.13804224
--0.13525648 0.25549674 0.15348017
--0.15246505 0.24834436 0.14070439
--0.15529044 0.2337864 0.14708649
--0.13730478 0.22869664 0.16721824
--0.13926658 0.21286689 0.17604914
--0.1525912 0.18852267 0.17894454
--0.14176732 0.20166321 0.18208334
--0.14826532 0.04447359 0.19594419
--0.15013056 0.04531661 0.1888753
--0.14452276 -0.17128712 0.31026658
--0.15008026 -0.24099274 0.31422964
--0.15978809 -0.23530123 0.29476613
--0.13780093 -0.29503286 0.29626238
--0.14452276 -0.17128712 0.31026658
--0.16325408 -0.18208517 0.33593234
--0.14509404 -0.27130505 -0.38370618
--0.15472008 -0.26321045 -0.33801115
--0.14468075 -0.25792116 -0.36971703
--0.14454292 -0.25289977 -0.36068812
--0.13863593 -0.16266713 -0.21864602
--0.15831695 -0.19731939 -0.20489347
--0.15315218 -0.17214894 -0.19175212
--0.16885848 -0.11094279 -0.06160989
--0.14817204 -0.07307211 0.13081227
--0.15816323 -0.10713842 0.15875289
--0.16045293 0.20444287 0.15932435
--0.16397589 0.18630685 0.16779397
--0.14417367 0.19812956 0.23841491
--0.15755284 0.1898836 0.22628087
--0.1524826 0.18756519 0.24038427
--0.15150358 -0.27035993 0.28432423
--0.14888026 -0.29523775 0.27014741
--0.14369425 -0.29503679 0.28205645
--0.15441735 -0.12342923 0.29596964
--0.15495439 -0.16946234 0.30548251
--0.1578538 -0.17085318 0.30985543
--0.15566477 -0.18847926 0.35409129
--0.1599298 -0.14536768 -0.14932063
--0.14720419 -0.15245509 -0.18517227
--0.15758795 -0.09718796 -0.10418532
--0.16823095 -0.12341053 0.01090866
--0.15405869 -0.12836084 0.07461748
--0.15755284 0.1898836 0.22628087
--0.15467203 -0.295277 0.25639066
--0.15409102 0.11686838 0.28411037
--0.15741259 0.10531042 0.28078997
--0.16153575 -0.13959952 0.29668245
--0.15495439 -0.16946234 0.30548251
--0.16300394 0.17697832 0.17734121
--0.16858968 -0.15568532 0.29770318
--0.16639857 -0.16866438 0.30129793
--0.16491279 0.17506072 0.1854353
--0.1559165 -0.12953259 0.24618578
--0.16036479 -0.13825019 0.20712613
--0.16953383 -0.16022618 0.23461263
--0.17053086 -0.16330944 0.26668927
--0.15608071 -0.12950717 0.26804733
--0.16639857 -0.16866438 0.30129793
--0.16727352 -0.1786593 0.32588461
--0.16325408 -0.18208517 0.33593234
--0.15838854 -0.18762045 0.3461937
--0.15795104 -0.1853539 0.34528434
--0.1564007 -0.2172529 -0.23643519
--0.1705735 -0.24560566 -0.24023609
--0.17629762 -0.24537513 -0.22244665
--0.15405869 -0.12836084 0.07461748
--0.16859931 -0.13677315 0.08183668
--0.1655066 -0.13441759 0.08247828
--0.1673751 0.17222774 0.17731577
--0.17127672 -0.17112304 0.30636838
--0.16232671 -0.26897249 -0.31508285
--0.17339316 -0.28750345 -0.29417583
--0.16971169 -0.2728495 -0.29261717
--0.16811746 -0.10651527 -0.08983152
--0.17613037 -0.11240066 -0.07868285
--0.16859931 -0.13677315 0.08183668
--0.16967484 0.16092892 0.19667344
--0.16530418 0.12539342 0.25427487
--0.17587206 0.1065517 0.23986095
--0.16873544 0.10540666 0.25559863
--0.17477305 -0.1692344 0.2988261
--0.17477305 -0.1692344 0.2988261
--0.17064743 -0.17625421 0.31808102
--0.17749876 -0.27565995 -0.2679311
--0.17095356 -0.25390777 -0.25323188
--0.17613037 -0.11240066 -0.07868285
--0.17990871 -0.11771601 -0.0545166
--0.18443091 -0.1383481 0.04460986
--0.18187591 -0.14056644 0.06382424
--0.17614692 -0.14136811 0.08765396
--0.18175994 -0.14245115 0.0950524
--0.17105834 0.15912972 0.18612063
--0.17471667 0.14768323 0.19398987
--0.16967484 0.16092892 0.19667344
--0.17364132 -0.26529849 0.23749727
--0.17103127 -0.29560304 0.22100027
--0.16457768 -0.29560441 0.23495771
--0.17257951 -0.16544515 0.24763779
--0.17268707 -0.16576555 0.26433533
--0.17185555 -0.16563511 0.28273493
--0.17676425 -0.1709208 0.30239826
--0.18546972 -0.27849123 -0.24506867
--0.1917782 -0.12856743 -0.02447364
--0.18578851 -0.13464557 0.02316329
--0.17614692 -0.14136811 0.08765396
--0.17477305 -0.1692344 0.2988261
--0.17542163 -0.16909552 0.28347254
--0.17676425 -0.1709208 0.30239826
--0.17508811 -0.1333863 -0.10416655
--0.1784078 -0.13606851 -0.10079407
--0.18542704 -0.12823349 -0.07508583
--0.18485364 -0.11922977 -0.06740541
--0.18978472 -0.13074318 -0.00770189
--0.18187591 -0.14056644 0.06382424
--0.18116309 -0.14394616 0.08905658
--0.17905033 -0.18197347 0.23522387
--0.18082216 -0.18063676 0.28467891
--0.17838356 -0.17323795 0.29608375
--0.1806231 -0.15163675 -0.11179174
--0.19211146 -0.14363152 -0.07881307
--0.18405804 -0.15452228 0.07949685
--0.18561032 -0.16309585 0.09765183
--0.18340194 -0.20714812 -0.16066274
--0.19005157 -0.23755345 -0.17734081
--0.1972556 -0.21396294 -0.13674957
--0.19496672 -0.12626332 -0.05442341
--0.18978472 -0.13074318 -0.00770189
--0.1917782 -0.12856743 -0.02447364
--0.18924282 -0.14290324 0.01242199
--0.19797221 -0.29907855 0.09505439
--0.20621012 -0.29968932 0.09453682
--0.16872884 -0.29930848 0.08935793
--0.17905253 -0.29734138 0.11611899
--0.19011734 -0.29632488 0.13913584
--0.19926909 -0.29759645 0.1179373
--0.18464151 -0.20303953 0.19454573
--0.19509579 -0.23102646 0.21449238
--0.19178298 -0.21846761 0.23056285
--0.19496672 -0.12626332 -0.05442341
--0.19657741 -0.13484429 -0.05291538
--0.19441682 -0.12953795 -0.0422858
--0.19674411 -0.14889872 -0.03084275
--0.19666925 -0.15779002 -0.01880167
--0.1957078 -0.16821761 0.00214434
--0.19245052 -0.19236845 0.10268653
--0.19980447 -0.21851198 0.10421684
--0.19487846 -0.22885805 0.12412754
--0.19660565 -0.3073636 -0.23474862
--0.20391552 -0.30695611 -0.21144274
--0.20655513 -0.28819448 -0.18919452
--0.20755191 -0.17442843 -0.05146586
--0.20001766 -0.18231326 -0.0008127
--0.2023097 -0.21457089 0.04370197
--0.21525009 -0.25877813 0.0517803
--0.20140387 -0.21872 0.06039805
--0.19915891 -0.29651797 0.15918586
--0.20156725 -0.29550758 0.15660283
--0.20586835 -0.29668805 0.14700903
--0.21108104 -0.30591902 -0.18756698
--0.21133207 -0.23090947 -0.11817622
--0.20253037 -0.19433731 -0.10463037
--0.21150678 -0.29871038 0.10498396
--0.21903475 -0.30461225 -0.16304724
--0.21678448 -0.28686532 -0.15974537
--0.21506141 -0.26565251 -0.14285845
--0.21066196 -0.2829667 -0.17328891
--0.20923184 -0.2698881 0.11912904
--0.21537872 -0.27569133 0.10791697
--0.21804285 -0.29043818 0.11296289
--0.22520003 -0.28842151 -0.13752657
--0.21509321 -0.20572002 -0.0458726
--0.22238328 -0.25657949 -0.00455075
--0.21468134 -0.22738743 -0.00959044
--0.22035979 -0.29894632 0.11411223
--0.22167961 -0.29979396 0.10433379
--0.20677401 -0.30317473 -0.11467019
--0.23283404 -0.30273896 -0.12456203
--0.22600181 -0.30372441 -0.14268847
--0.24486019 -0.29450685 -0.08170545
--0.24545972 -0.30035233 -0.09112671
--0.24133947 -0.30047482 -0.07227621
-0.23954283 -0.30112529 -0.10576437
-0.24584746 -0.29984975 -0.08977027
-0.24271886 -0.30032286 -0.07410264
-0.23624827 -0.29992151 -0.03736738
-0.23400618 -0.30052909 -0.03827038
-0.23293661 -0.30006734 -0.01301098
-0.21987756 -0.30161038 -0.08321172
-0.22939268 -0.30283359 -0.13438937
-0.20937455 -0.30252537 -0.10946178
-0.22504729 -0.30012813 -0.00593393
-0.22945033 -0.29967645 0.03053241
-0.22456345 -0.29952344 0.07818194
-0.22322458 -0.30365592 -0.15183102
-0.21297246 -0.30343762 -0.15016018
-0.2116034 -0.30009028 0.02465674
-0.21473943 -0.30487663 -0.17801689
-0.21269616 -0.30137601 -0.05128773
-0.20797986 -0.29921174 0.09617209
-0.22092457 -0.29930952 0.11090726
-0.20208015 -0.3018842 -0.07455602
-0.20300126 -0.29834107 0.10457949
-0.21063319 -0.29774824 0.13537577
-0.21751624 -0.29789409 0.12217999
-0.20752218 -0.30570814 -0.20050979
-0.19248928 -0.30071437 -0.01733258
-0.2043457 -0.29663134 0.15008539
-0.19406092 -0.30598307 -0.21349193
-0.19567372 -0.29976475 0.06467393
-0.19421329 -0.29876909 0.09685625
-0.19969553 -0.30664998 -0.22629812
-0.18744686 -0.29628336 0.13498302
-0.19592525 -0.29617015 0.16843034
-0.19198568 -0.30690685 -0.24898687
-0.15745014 -0.29990497 0.02891164
-0.18025966 -0.30688137 -0.25729212
-0.17298305 -0.30446416 -0.16637319
-0.14999506 -0.30271024 -0.09716149
-0.16639432 -0.29709762 0.11815059
-0.1632286 -0.29525864 0.17574742
-0.18914287 -0.29574412 0.18308681
-0.18400791 -0.29542291 0.19386493
-0.18420102 -0.30746648 -0.27439764
-0.1784029 -0.30775833 -0.29463798
-0.13679524 -0.30362946 -0.13222837
-0.14648245 -0.3056027 -0.19954449
-0.14515132 -0.30118698 -0.03460026
-0.17841896 -0.29517019 0.20647518
-0.14583202 -0.29869983 0.09452879
-0.16568318 -0.30884272 -0.34081444
-0.1730261 -0.30816513 -0.31448933
-0.15661828 -0.3086808 -0.33588612
-0.17144354 -0.29477656 0.2233088
-0.14722972 -0.29395637 0.2328863
-0.139936 -0.30762064 -0.28543773
-0.16359749 -0.29437396 0.24074383
-0.15725626 -0.30904391 -0.37091309
-0.09018523 -0.30201873 -0.05782221
-0.08068833 -0.30460683 -0.16064106
-0.07270118 -0.29996699 0.04797477
-0.15219536 -0.29346004 0.26598427
-0.11953868 -0.30721813 -0.26419419
-0.1408307 0.30099833 0.11922301
-0.14372794 0.2987653 0.11883491
-0.14036253 0.29750925 0.11812688
-0.14335206 0.29434279 0.11826604
-0.14335206 0.29434279 0.11826604
-0.14574029 0.28413424 0.12460947
-0.13919277 0.27852628 0.11546979
-0.12002756 -0.30874595 -0.34678835
-0.08973685 -0.30849412 -0.31787932
-0.13919277 0.27852628 0.11546979
-0.10720029 -0.29453355 0.1863976
-0.10933961 -0.29378927 0.21166539
-0.10805763 -0.29250228 0.26154619
-0.13906893 -0.30906263 -0.44149756
-0.14601223 -0.30905268 -0.41355553
-0.10891963 -0.30907992 -0.41837007
-0.15070295 -0.30911702 -0.39670518
-0.13769312 0.26451692 0.1150253
-0.13567579 0.26436952 0.11388244
-0.13499869 0.25489518 0.11280655
-0.0891059 -0.3007189 0.00145114
-0.13329129 0.23851296 0.11133768
-0.13157007 0.23693028 0.11043812
-0.13031434 0.22406811 0.10888053
-0.12561591 0.27848449 0.11915004
-0.14127313 -0.29295808 0.29139638
-0.11516428 -0.2921738 0.29569572
-0.13373472 -0.29210442 0.31093869
-0.13240835 -0.30857658 -0.47014096
-0.1217839 -0.30892161 -0.45823339
-0.08462105 -0.30636638 -0.20818838
-0.0662384 -0.29861099 0.09414514
-0.12644377 0.20349739 0.1063978
-0.11908796 -0.12714025 -0.22757176
-0.07522103 -0.30282688 -0.08105764
-0.11962691 0.20792989 0.10884163
-0.11998964 -0.28579712 -0.49881858
-0.12484711 -0.3080281 -0.49459818
-0.11784177 -0.30890799 -0.49719623
-0.11784177 -0.30890799 -0.49719623
-0.12484711 -0.3080281 -0.49459818
-0.12758277 -0.30855477 -0.48984972
-0.12517126 0.19743629 0.10557634
-0.10786808 0.2373853 0.11667861
-0.12875763 -0.29155803 0.32482401
-0.12310404 0.09962631 0.35709682
-0.11545236 -0.25700167 -0.49831191
-0.11435876 -0.26222339 -0.49969408
-0.11755563 -0.28463447 -0.49947026
-0.11082425 0.15210643 0.10142672
-0.11889854 0.16698788 0.10209852
-0.11571682 0.14762455 0.10033391
-0.11139817 0.2661069 0.12032361
-0.09551385 -0.29259181 0.23587874
-0.12313037 -0.29123938 0.33917791
-0.11040163 -0.2446591 -0.49958074
-0.11040163 -0.2446591 -0.49958074
-0.11002148 -0.30915377 -0.49770656
-0.11002148 -0.30915377 -0.49770656
-0.10182882 -0.30934682 -0.49538553
-0.10834818 -0.17273678 -0.26500648
-0.11074774 0.17763323 0.10587153
-0.11355752 0.1409103 0.10194528
-0.11571682 0.14762455 0.10033391
-0.11241941 0.13058805 0.10403117
-0.04330797 -0.29478943 0.17304395
-0.08644605 -0.30773571 -0.28122431
-0.10301588 -0.16200487 -0.26324955
-0.1039274 0.14827871 0.09799822
-0.10272193 0.16277193 0.10468429
-0.11139817 0.2661069 0.12032361
-0.10786808 0.2373853 0.11667861
-0.09138517 0.24500668 0.12163319
-0.0679065 -0.29642156 0.12942854
-0.08848387 -0.24646555 -0.49973336
-0.04695811 -0.3095831 -0.46390438
-0.09605361 -0.15860441 -0.26500189
-0.09605361 -0.15860441 -0.26500189
-0.11501727 -0.1700912 -0.26271078
-0.10834818 -0.17273678 -0.26500648
-0.09049529 0.19010842 0.11222116
-0.08017814 0.21643065 0.11952545
-0.10117782 0.26397026 0.12182581
-0.11406934 0.28964877 0.16427551
-0.11842803 -0.29087713 0.35085675
-0.08248384 -0.29115501 0.33795503
-0.08754946 -0.24395168 -0.49940714
-0.06233987 -0.30911207 -0.38278371
-0.08380432 0.12755755 0.09679957
-0.1078845 0.1120513 0.10706967
-0.09138517 0.24500668 0.12163319
-0.08967417 -0.29196191 0.24086955
-0.07728092 -0.2924242 0.26753756
-0.11277954 -0.29032376 0.36527106
-0.04533108 -0.30878538 -0.31978694
-0.09279594 -0.17363217 -0.26648861
-0.03703998 -0.3078303 -0.2634972
-0.09612449 -0.0384557 -0.18930213
-0.0892982 0.14862901 0.09443092
-0.09269763 0.17280926 0.10836521
-0.08608123 0.08232906 0.10777985
-0.10149958 0.08717294 0.1110539
-0.08017814 0.21643065 0.11952545
-0.10494205 -0.28943232 0.38706687
-0.07479373 -0.28999883 0.37117657
-0.05649081 -0.2772314 -0.49940562
-0.09654438 0.06508531 0.11394087
-0.08177259 0.00508468 0.12018415
-0.07962953 -0.29231927 0.22122523
-0.08734057 -0.29231796 0.24752195
-0.06831365 -0.29179594 0.31008616
-0.08695398 -0.2886579 0.40397701
-0.09522541 -0.28811443 0.42061722
-0.09483669 -0.26294482 0.47483644
-0.09384049 -0.27779415 0.47450522
-0.0909733 -0.2707189 0.47198126
-0.09362988 -0.28597638 0.47633457
-0.09517895 -0.29319647 0.48626062
-0.09296453 -0.29326323 0.48464659
-0.0936093 -0.30127656 0.4905906
-0.0936093 -0.30127656 0.4905906
-0.06311288 -0.30932826 -0.42823666
-0.08292796 -0.17096652 -0.26642874
-0.08320611 0.18769577 0.11303705
-0.09329405 0.05064788 0.1156859
-0.08773853 0.03005429 0.11735027
-0.08652988 0.02000948 0.11977191
-0.08101447 0.25964168 0.18375382
-0.09344567 0.27923295 0.19648395
-0.09219303 -0.28704569 0.43358117
-0.08633263 -0.2821939 0.47165179
-0.09362988 -0.28597638 0.47633457
-0.07435782 -0.29833955 0.4854368
-0.07695402 -0.3024438 0.48892009
-0.0781093 -0.17609194 -0.26738077
-0.06672654 0.14764267 0.08868366
-0.07415126 0.2020995 0.11793957
-0.0797176 0.24156234 0.12379432
-0.08289848 -0.00401437 0.12471841
-0.0897158 0.27693227 0.2023043
-0.08415848 -0.28565767 0.47328362
-0.07311989 -0.31237802 0.49708614
-0.07832251 -0.14141098 -0.26573351
-0.07563393 -0.15497036 -0.26605374
-0.06749446 0.15004662 0.08890377
-0.06749446 0.15004662 0.08890377
-0.06216507 0.19039872 0.11066955
-0.07315657 0.05429481 0.10959902
-0.0797176 0.24156234 0.12379432
-0.07729677 0.26307005 0.2038627
-0.0897158 0.27693227 0.2023043
-0.08316089 0.27425995 0.21290678
-0.07662752 -0.29257154 0.22725534
-0.08139204 -0.28622505 0.45526537
-0.08818194 -0.28633839 0.45136714
-0.08604615 -0.28614596 0.46518368
-0.08415848 -0.28565767 0.47328362
-0.07531071 -0.28895319 0.47736844
-0.06612145 -0.30952314 0.4934513
-0.07033879 0.21191621 0.12116097
-0.0712867 -0.28805244 0.42957079
-0.07240146 -0.28635654 0.47180155
-0.08415848 -0.28565767 0.47328362
-0.02500449 -0.2396889 -0.49921089
-0.04963709 -0.29561955 -0.49844173
-0.06429038 -0.17512047 -0.26661205
-0.07033879 0.21191621 0.12116097
-0.07370845 0.23522796 0.12438105
-0.07984896 0.27405509 0.23825239
-0.05529002 -0.29278409 0.24336271
-0.06008311 -0.28808925 0.47448975
-0.06008311 -0.28808925 0.47448975
-0.06508579 -0.31334326 0.4984962
--1.73E-06 -0.27832982 -0.49964571
-0.03883338 -0.31015295 -0.49740523
-0.04667626 -0.16392614 -0.26681232
-0.05683045 0.05695504 0.10431283
-0.03883338 -0.31015295 -0.49740523
-0.06458919 -0.12730217 -0.26671237
-0.04597464 -0.13427073 -0.26785657
-0.0593436 0.18545805 0.10777149
-0.06579462 -0.00188244 0.11061609
-0.06424997 0.20462026 0.11616343
-0.06024972 0.22480257 0.12211566
-0.04699858 -0.29168171 0.34650105
-0.06098235 -0.28860101 0.45824221
-0.05971173 -0.28806889 0.47224146
-0.05172802 -0.23468485 -0.49715635
-0.03249052 -0.23657578 -0.49803373
-0.0318481 -0.30717173 -0.21113145
-0.06106212 0.01755535 0.11051298
-0.05267658 0.00333281 0.10646013
-0.04956693 0.20921153 0.11099871
-0.04956693 0.20921153 0.11099871
-0.05500745 -0.29337308 0.19082536
-0.05763149 -0.29017258 0.38289198
-0.05900523 -0.28923982 0.43633839
-0.05919285 -0.2889587 0.47053674
-0.05651252 -0.29376629 0.47786623
-0.04843445 -0.30267894 0.48304626
-0.05228644 -0.31045243 0.49205154
-0.01604735 -0.30928284 -0.41388199
-0.03413485 -0.30671832 -0.19263048
-0.00055635 -0.29950342 0.07514735
-0.04102957 0.15711547 0.08534476
-0.04728377 0.07361377 0.09729815
-0.05067892 -0.00109034 0.10660326
-0.05561811 0.21884888 0.11806027
-0.04613296 -0.29094216 0.39838928
-0.05523193 -0.29028812 0.45339575
-0.04846029 -0.31373662 0.49749169
-0.05878501 -0.12039677 -0.26724315
-0.03811436 -0.14260149 -0.26793653
-0.02958777 -0.30041355 0.0126403
-0.04022772 0.14965247 0.08077645
-0.04549763 0.01443339 0.10318456
-0.04830035 -0.29378089 0.18097822
-0.0456278 -0.29151994 0.41947266
-0.04869011 -0.29125166 0.43318248
-0.05655548 -0.28231949 0.46253622
-0.05523193 -0.29028812 0.45339575
-0.05919285 -0.2889587 0.47053674
-0.0547579 -0.25983027 0.47334844
-0.05347195 -0.26603904 0.46533588
-0.0547579 -0.25983027 0.47334844
-0.05722119 -0.27686849 0.47423643
-0.05194776 -0.28020084 0.47627151
-0.06008311 -0.28808925 0.47448975
-0.05651252 -0.29376629 0.47786623
-0.0457108 -0.30004993 0.48133722
-0.04843445 -0.30267894 0.48304626
--0.00129687 -0.25627533 -0.49981189
-0.03012279 -0.15046388 -0.26774055
-0.04040842 -0.30214694 -0.05638094
-0.02639538 -0.3012594 -0.02747556
-0.039752 0.19651198 0.10235851
-0.05561811 0.21884888 0.11806027
--0.00512259 -0.29836038 0.09319688
-0.02496594 -0.29554057 0.14907067
-0.02761182 -0.29232606 0.33142769
-0.04925485 -0.20455711 0.35716069
-0.05099215 -0.20525044 0.37619224
-0.05407917 -0.19889043 0.38496685
-0.04668883 -0.2812582 0.43615365
-0.04713859 -0.26640323 0.44869658
-0.04927777 -0.24233052 0.47054526
-0.04823489 -0.24495238 0.47267866
-0.05196491 -0.2486314 0.47157055
-0.04326487 -0.26803532 0.47658995
-0.04465148 -0.28234813 0.4776383
-0.04592989 -0.30629772 0.4852021
-0.04607226 -0.30999389 0.48932043
-0.0438133 -0.10318263 -0.26930296
-0.03921949 -0.30460301 -0.13292414
-0.02356921 -0.30370519 -0.08980288
-0.04022772 0.14965247 0.08077645
-0.03261286 0.04856068 0.09319754
-0.03945579 -0.00069678 0.10470241
-0.04371861 -0.29424176 0.18262205
-0.03278397 -0.29365551 0.21156126
-0.02278887 -0.29224327 0.31019914
-0.03656314 -0.29194051 0.35848132
-0.0462619 -0.22093099 0.40101293
-0.04148174 -0.29201153 0.40926844
-0.0442862 -0.29120922 0.41911727
-0.04958181 -0.21840328 0.45312074
-0.04869011 -0.29125166 0.43318248
-0.04937528 -0.22320881 0.46795699
-0.04627936 -0.23917709 0.46646962
-0.0457332 -0.24098569 0.47251782
-0.04927777 -0.24233052 0.47054526
-0.0457332 -0.24098569 0.47251782
-0.04365867 -0.25369757 0.47465697
-0.04412504 -0.28387475 0.47888002
-0.04592989 -0.30629772 0.4852021
-0.03541485 0.00786065 0.09943747
-0.00713329 -0.29260644 0.2807911
-0.04753307 -0.20430289 0.35672885
-0.03717898 -0.29199252 0.39370397
-0.0387468 -0.29215556 0.40128767
-0.0442862 -0.29120922 0.41911727
-0.04152845 -0.23791739 0.45466018
-0.0408979 -0.23858735 0.46576923
-0.04056216 -0.24019587 0.47262788
-0.04056216 -0.24019587 0.47262788
-0.04018292 -0.24299486 0.47538334
-0.04162236 -0.26686561 0.47753271
-0.04311116 -0.27276063 0.48591119
-0.04162236 -0.26686561 0.47753271
-0.04412504 -0.28387475 0.47888002
-0.0457108 -0.30004993 0.48133722
-0.04592989 -0.30629772 0.4852021
-0.04415318 -0.28229967 0.49529555
-0.04568743 -0.30898646 0.49736646
-0.04607226 -0.30999389 0.48932043
-0.04846029 -0.31373662 0.49749169
-0.00258824 -0.24395685 -0.49992642
-0.00112666 -0.29765862 -0.49897045
-0.02784405 -0.29487228 0.15974267
-0.03194018 -0.26544157 0.41199541
-0.04148174 -0.29201153 0.40926844
-0.03629169 -0.26549897 0.42392793
-0.03714702 -0.237468 0.45654836
-0.03742861 -0.23626791 0.45029125
-0.03688701 -0.23806934 0.47209886
-0.03855204 -0.24037758 0.47669655
-0.03855204 -0.24037758 0.47669655
-0.03855204 -0.24037758 0.47669655
-0.04018292 -0.24299486 0.47538334
-0.03958653 -0.2446471 0.47992998
-0.04124681 -0.25563371 0.49360117
-0.00067868 -0.30958396 -0.4527241
-0.02371695 -0.10808286 -0.27083296
-0.023171 -0.18114093 -0.26593965
-0.02510034 0.16543683 0.08456462
-0.00625435 -0.29595086 0.13614336
-0.03405022 -0.29128519 0.38500234
-0.03500749 -0.28397834 0.39859593
-0.0387468 -0.29215556 0.40128767
-0.03573915 -0.23789194 0.42900464
-0.03519393 -0.23363306 0.43588471
-0.03168878 -0.23268287 0.44549155
-0.03336906 -0.23496141 0.45869094
-0.03512242 -0.23467842 0.47091198
-0.04002309 -0.23225263 0.49108437
-0.02706013 -0.084305 -0.27232036
-0.00029727 -0.04041979 -0.27270219
-0.00061129 -0.30758837 -0.24759716
-0.00925811 -0.3045935 -0.12821539
-0.0303993 -0.01553945 -0.03212046
-0.02758124 0.15086463 0.07728892
-0.02315605 0.03123286 0.09109303
-0.020114 -0.007358 0.10702517
-0.02042405 -0.29519573 0.15932062
-0.02385947 -0.29201958 0.33708552
-0.03405022 -0.29128519 0.38500234
-0.03295032 -0.23294559 0.43032619
-0.02896376 -0.23127462 0.43826285
-0.03004517 -0.23127617 0.45029172
-0.03151795 -0.23066139 0.45480639
-0.03428841 -0.23158638 0.4697758
-0.00854835 -0.05806018 -0.27437955
-0.02265159 0.17231999 0.08650981
-0.02967557 0.17887221 0.09116361
-0.02510034 0.16543683 0.08456462
-0.02315615 0.013893 0.09425572
-0.02044385 -0.01035322 0.10802818
-0.02978958 -0.2899403 0.36787006
-0.02536284 -0.2932826 0.3399263
-0.03301293 -0.29243264 0.37707269
-0.02825221 -0.26496214 0.39977339
-0.02797277 -0.23708794 0.40339839
-0.02742857 -0.23369987 0.40573028
-0.0260653 -0.2308403 0.41926211
-0.02406041 -0.22969942 0.41052333
-0.02853624 -0.23023458 0.43990043
-0.0182417 0.04171214 -0.12273943
-0.0214993 0.02948302 -0.07144418
-0.02497305 0.01724865 -0.06402565
-0.02215798 0.01681606 -0.06520264
-0.02497619 0.01138845 -0.06252691
-0.02517157 0.00151962 -0.05867146
-0.02587097 -0.00195799 -0.05611106
-0.02132099 -0.00993212 -0.05516285
-0.02151594 -0.01621621 -0.05374679
--0.01158527 -0.30141765 -0.03626952
--0.00593727 -0.29920414 0.08415049
-0.01263845 0.00832542 0.09617552
-0.01815758 -0.29137301 0.33412671
-0.02208391 -0.28844652 0.33961731
-0.02381131 -0.28657812 0.34654474
-0.023144 -0.2656258 0.37120986
-0.02317006 -0.24286729 0.38154033
-0.02271819 -0.23272361 0.38923818
-0.02370706 -0.23642018 0.38750902
-0.0247847 -0.22890221 0.41366926
--0.00162182 -0.31017578 -0.49813414
--0.00658762 -0.30912572 -0.36712247
-0.01581888 -0.07064991 -0.27427587
-0.01581888 -0.07064991 -0.27427587
--8.933E-05 -0.11679804 -0.27137876
-0.01881221 0.03535504 -0.0759623
-0.02046986 0.02608864 -0.06986599
-0.01906082 0.0060571 -0.05905371
-0.01809524 -0.02420576 -0.05291675
-0.01606708 -0.03231752 -0.05128755
-0.01689558 -0.00390991 0.0237286
--0.011583 -0.29997534 0.04109985
-0.02758124 0.15086463 0.07728892
-0.01580917 0.16547611 0.08152727
-0.01873512 -0.27028495 0.34416991
-0.01735933 -0.25833997 0.34688824
-0.02146811 -0.26557952 0.36178225
-0.02031678 -0.24274239 0.36802578
-0.01706364 -0.24117717 0.35394326
-0.02336551 0.12451085 0.42963988
-0.02439145 0.11944689 0.42451739
-0.02462499 0.12116522 0.43154809
-0.02450815 0.10860501 0.42602503
-0.02276673 0.13256568 0.43366146
-0.02184567 0.13996513 0.43817526
-0.02463034 0.13435481 0.4381395
-0.01122279 -0.23983273 -0.49850389
-0.00085277 -0.17493193 -0.26644969
-0.0019316 -0.18553978 -0.26576599
--0.03405281 -0.30647871 -0.18630911
-0.01160775 0.03840492 -0.11932947
-0.01307451 0.03964426 -0.11323089
-0.01499314 0.04029097 -0.09031575
-0.01499314 0.04029097 -0.09031575
-0.01749354 0.04156305 -0.07832688
-0.01532872 0.04147871 -0.07751492
-0.01532872 0.04147871 -0.07751492
-0.01749354 0.04156305 -0.07832688
-0.00603809 0.02956178 -0.06460582
-0.0089494 -0.00346989 -0.05381509
-0.01175381 -0.02182888 -0.05177918
-0.00532175 0.15133008 0.07027243
-0.00532175 0.15133008 0.07027243
-0.01611391 -0.25740352 0.34430727
-0.01597607 -0.26736832 0.34050009
-0.01570379 -0.24864423 0.34778345
-0.01510439 -0.2404004 0.35060304
-0.01553179 -0.23165791 0.35415792
-0.01680996 -0.22876659 0.35462549
--0.00162182 -0.31017578 -0.49813414
--0.0009638 -0.13790584 -0.26948541
-0.01307451 0.03964426 -0.11323089
-0.00589655 0.03952805 -0.10571227
-0.0098824 0.04246674 -0.07466783
-0.01172806 0.0358991 -0.07176904
-0.00196401 0.02005247 -0.05871381
-0.00163841 0.0096788 -0.05498028
-0.00884542 -0.03792342 -0.04847484
-0.00642438 -0.03168701 -0.0069901
-0.00184005 0.09333735 0.07509373
--0.00035278 0.20281425 0.11351386
--0.01271834 -0.29228413 0.33140242
-2.679E-05 -0.24238363 -0.49849769
--0.04471391 -0.30930573 -0.43114099
--0.03650887 -0.30883014 -0.32954264
-0.00161265 -0.05001711 -0.27619711
--0.00045235 -0.08525497 -0.27395508
-0.00051597 0.08198047 -0.21075551
-0.0098824 0.04246674 -0.07466783
--0.00292439 0.04302894 -0.07395481
--0.0354934 -0.30334768 -0.0815992
-0.00343812 0.04227287 -0.07260715
-0.00247712 0.03225764 -0.06520127
-0.00026636 0.00071843 -0.05272542
-5.109E-05 -0.01352474 -0.05102437
-0.00884542 -0.03792342 -0.04847484
-0.00642438 -0.03168701 -0.0069901
-0.01323329 -0.02529573 0.00081476
-0.01590262 -0.01950451 0.00727946
-0.00301407 0.06379402 0.07965755
--0.0022435 0.03002254 0.08517458
--0.00202657 0.01728331 0.08830581
--0.01770883 -0.01050898 0.10810845
-0.00049732 -0.00823916 0.1067723
--0.01839715 -0.29499152 0.17272092
--0.04079651 -0.30819651 -0.29411691
-0.00161265 -0.05001711 -0.27619711
--3.86E-05 0.12149162 -0.19142993
-8.14E-05 -0.03143585 -0.1722201
-0.00011461 -0.0200471 -0.16269538
--0.00097112 0.04210164 -0.08100448
--0.00292439 0.04302894 -0.07395481
--0.00268736 -0.03111265 -0.04809133
-0.00064082 -0.04201251 -0.04531356
-0.00023222 -0.03917502 -0.01722297
-0.00023222 -0.03917502 -0.01722297
--0.00151555 -0.03615298 -0.01096613
--0.00170292 0.06163207 0.07928634
--0.00395607 0.16723706 0.08255546
--0.00963471 -0.29681987 0.11932863
-0.00029727 -0.04041979 -0.27270219
--0.00169905 -0.05064812 -0.27613902
--0.00117267 -0.0366094 -0.27030572
--0.00140835 0.01099742 -0.24618904
--0.00129803 0.05638606 -0.22364764
--0.00118706 0.06981459 -0.21698155
--0.00110918 0.08576365 -0.20899361
--0.00050577 0.11343279 -0.19519693
-0.0009412 0.13077146 -0.18626736
--3.86E-05 0.12149162 -0.19142993
-0.00029458 0.13820754 -0.18331443
--0.00141023 0.13413928 -0.18408036
-0.00092314 0.14756306 -0.17789607
--0.00849884 0.03981012 -0.09971263
--0.00220912 0.03774671 -0.07000855
--0.00229819 0.01585639 -0.0569789
--0.00235405 0.00304213 -0.05308848
--0.00525302 -0.03694043 -0.04700176
--9.022E-05 0.14879587 -0.03849568
-0.00105784 -0.04236928 -0.03516143
-0.0013333 -0.0404003 -0.02518807
--0.0008348 -0.04013621 -0.02561004
--0.00096497 0.12503402 0.07090206
--0.00194102 0.09529235 0.07469071
--0.00169235 0.18252914 0.09675463
--0.00062587 0.2330925 0.13803867
--0.02774961 -0.29337385 0.22480947
-0.00280669 0.18333301 0.46326056
--0.037132 -0.2915394 -0.4989486
--0.03962727 -0.30961159 -0.47161394
--0.01805101 -0.07235801 -0.27369019
--0.00117267 -0.0366094 -0.27030572
-0.00029727 -0.04041979 -0.27270219
--0.00118706 0.06981459 -0.21698155
--0.00129803 0.05638606 -0.22364764
--0.0294811 -0.30705842 -0.20791976
-7.22E-05 0.1497955 -0.1687171
--0.0036411 0.03784164 -0.11173155
--0.00849884 0.03981012 -0.09971263
--0.00924636 0.04219322 -0.07737868
--0.01039481 -0.01661939 -0.05052939
-0.00064082 -0.04201251 -0.04531356
--0.00525302 -0.03694043 -0.04700176
--0.00643097 -0.03154564 -0.00446069
--0.01393099 0.13337657 0.07570479
--0.01081427 0.17392661 0.0896553
--0.05092851 -0.29319614 0.25925195
--0.02238626 -0.29167217 0.33384684
--0.01146407 -0.2398248 -0.49830911
--0.01232153 -0.24159306 -0.49968675
--0.02009084 -0.11951539 -0.2702015
--0.00895714 -0.00426652 -0.2470724
--0.00123157 -0.00573315 -0.25470251
--0.00110729 -0.01925822 -0.26170829
--0.00140835 0.01099742 -0.24618904
--0.01571598 0.04087856 -0.08148534
--0.01445023 -0.00302142 -0.05419499
--0.01712 -0.02765478 -0.04839949
--0.01209132 -0.03131818 -0.04806193
--9.022E-05 0.14879587 -0.03849568
--0.00125209 0.14870602 -0.03985409
--0.01376163 0.15078691 0.07285898
--0.01195139 0.10297398 0.07762489
--0.01561807 0.03412515 0.08788395
--0.01598798 0.0161675 0.09082853
--0.01701848 0.00648055 0.09725359
--0.02931406 -0.00729902 0.10742209
--0.02238626 -0.29167217 0.33384684
--0.05654276 -0.28181025 -0.49951965
--0.02702992 -0.09928915 -0.27101299
--0.03179206 -0.17794208 -0.26643169
--0.02107843 0.10517791 -0.17925125
--0.0385473 -0.30457759 -0.13279946
--0.012821 0.04035512 -0.10315785
--0.01529974 0.0402977 -0.08661588
--0.01529974 0.0402977 -0.08661588
--0.01209132 -0.03131818 -0.04806193
--0.01856379 -0.02560222 -0.03505938
--0.02821442 -0.01503744 -0.01535481
--0.03985626 -0.29976478 0.07164031
--0.01860456 0.07391863 0.08407305
--0.0152884 0.2095405 0.12404136
--0.06281135 -0.29618421 0.13587439
--0.02592919 -0.29259807 0.33140907
--0.00536951 0.18672839 0.46185899
--0.00998007 0.19120499 0.45245895
--0.01558426 0.17638732 0.44975129
--0.00983819 0.1770848 0.45752677
--0.0051186 0.18290928 0.46173912
--0.02979404 -0.23635994 -0.49786994
--0.03250543 -0.24621475 -0.49989161
--0.04518747 -0.30996427 -0.4974077
--0.03737273 -0.15375035 -0.2673015
--0.01731955 0.04249344 -0.10501542
--0.01799233 0.03749276 -0.0796534
--0.02381164 -0.00749737 -0.05466142
--0.02093133 -0.01938765 -0.05043992
--0.01712 -0.02765478 -0.04839949
--0.04443706 -0.29941046 0.08261088
--0.05040342 -0.29316181 0.22347102
--0.01860704 0.16357341 0.44909531
--0.0125999 0.16937158 0.4542321
--0.04378911 -0.03457969 -0.23209466
--0.03463483 0.01986639 -0.2128012
--0.03422797 0.04592985 -0.19963875
--0.02104507 0.04558513 -0.11275376
--0.01900345 0.04523958 -0.09937798
--0.01903338 0.04764869 -0.07947636
--0.01571598 0.04087856 -0.08148534
--0.01903338 0.04764869 -0.07947636
--0.02145877 0.0285464 -0.07232406
--0.02653275 -0.0208791 -0.04457472
--0.01323678 0.05381616 0.02779566
--0.04071227 -0.3013306 -0.02202685
--0.05495304 -0.08638648 0.03280436
--0.04071341 0.15020882 0.08120836
--0.02636337 0.11094305 0.0835022
--0.02737163 0.0314072 0.09276605
--0.02276014 0.01457199 0.09316078
--0.01414251 0.19007333 0.44628176
--0.04221204 -0.2398202 -0.4990496
--0.04518747 -0.30996427 -0.4974077
--0.03559525 -0.0935133 -0.27048221
--0.02744013 0.05983784 -0.06881566
--0.01903338 0.04764869 -0.07947636
--0.024758 0.04411616 -0.06877336
--0.01799233 0.03749276 -0.0796534
--0.02005663 0.03081409 -0.07493264
--0.02145877 0.0285464 -0.07232406
--0.02564849 0.00958534 -0.06186955
--0.0254935 -0.00715436 -0.05409874
--0.02653275 -0.0208791 -0.04457472
--0.01746369 0.02958813 0.04012642
--0.01903296 0.02608763 0.03983106
--0.03218295 0.13291942 0.08123234
--0.02666304 0.17867573 0.09085751
--0.02827428 0.23526317 0.15196626
--0.04986793 -0.29318532 0.2897436
--0.02424076 -0.29316476 0.33658203
--0.02725304 0.18149377 0.43102136
--0.04076237 -0.12563896 -0.26850259
--0.03137963 0.06659719 -0.07841828
--0.03272393 0.06919577 -0.06582214
--0.03272393 0.06919577 -0.06582214
--0.03304482 0.04743174 -0.05298017
--0.02769073 0.02895197 -0.0600577
--0.02360307 0.01632823 -0.06620547
--0.02564849 0.00958534 -0.06186955
--0.03928644 -0.00507159 -0.01168355
--0.03605861 0.0197165 0.02344144
--0.0317457 0.02173957 0.02819072
--0.04071341 0.15020882 0.08120836
--0.04481624 0.14782092 0.08226631
--0.03253125 0.16684102 0.0882208
--0.03696731 0.00936608 0.09937403
--0.04557277 -0.10476961 -0.26884663
--0.04578858 -0.01120785 -0.21879742
--0.03002351 0.00401994 -0.05236568
--0.03102668 -0.00975791 -0.04651657
--0.03102668 -0.00975791 -0.04651657
--0.0321244 -0.01594158 -0.0407218
--0.0321244 -0.01594158 -0.0407218
--0.0366495 -0.01119268 -0.03102469
--0.0317457 0.02173957 0.02819072
--0.03922633 0.08917433 0.09176645
--0.03849981 0.0621042 0.09450575
--0.04293693 0.20158759 0.1065871
--0.04245242 -0.00053462 0.10486556
--0.04784263 -0.2930328 0.33551392
--0.03559525 -0.0935133 -0.27048221
--0.0373039 0.07716142 -0.06404194
--0.04343537 0.06800403 -0.04539499
--0.03728466 0.04672226 -0.04431733
--0.03593487 0.03155658 -0.04194172
--0.03363891 -0.00541663 -0.04179206
--0.0321244 -0.01594158 -0.0407218
--0.0366495 -0.01119268 -0.03102469
--0.04526724 0.17161976 0.0961645
--0.05467635 0.06752262 0.10132036
--0.03869401 0.19396736 0.10121828
--0.05122957 -0.29511023 0.17011026
--0.03178772 -0.29343945 0.36937582
--0.04607918 0.02260504 -0.20194504
--0.04641428 0.0735449 -0.12966195
--0.04065453 0.08134628 -0.06877287
--0.04356818 0.08807644 -0.0608635
--0.0373039 0.07716142 -0.06404194
--0.04070133 0.03570865 -0.03132647
--0.03913224 0.01594551 -0.03026782
--0.04028331 0.01140105 -0.02435849
--0.038945 -0.00618593 -0.02423655
--0.038945 -0.00618593 -0.02423655
--0.03905148 0.01596553 0.01655763
--0.03905148 0.01596553 0.01655763
--0.04913609 0.0960959 0.09355735
--0.13335608 -0.29856694 0.09255524
--0.04913725 0.00160704 0.10490262
--0.02827428 0.23526317 0.15196626
--0.03602571 0.22989021 0.14947434
--0.04767604 0.23844188 0.16400999
--0.03991539 -0.2929948 0.37812161
--0.03779141 -0.29314157 0.39483652
--0.08365904 -0.30895466 -0.37712198
--0.05544948 -0.14831769 -0.26682073
--0.05532607 -0.17518845 -0.26653811
--0.0424703 -0.17839499 -0.267212
--0.04569982 0.08463125 -0.08449803
--0.05114603 0.09656496 -0.0681767
--0.06851054 -0.30292815 -0.07768105
--0.04356818 0.08807644 -0.0608635
--0.04415488 0.07400151 -0.04881206
--0.04187006 0.05046209 -0.03571549
--0.04151928 0.03831485 -0.02142761
--0.03928644 -0.00507159 -0.01168355
--0.0410208 0.02846107 -0.00917469
--0.03954502 -0.00098174 -3.18E-05
--0.07161093 -0.3002764 0.03015729
--0.06495337 0.03632024 0.1101057
--0.06185439 0.02416685 0.1096393
--0.04818159 0.20667326 0.11023483
--0.10562085 -0.29699469 0.11803164
--0.04254307 0.23135756 0.15278697
--0.04273539 -0.2933338 0.41000402
--0.04537798 -0.2414515 0.46993303
--0.04525744 -0.24617212 0.47289103
--0.04168422 -0.26437581 0.47597092
--0.04393939 -0.26740193 0.47525898
--0.06365577 -0.23389111 -0.49706689
--0.08325642 -0.24404286 -0.49975291
--0.05848522 -0.11983183 -0.26707652
--0.05539668 0.09046303 -0.10704556
--0.05315548 0.09266727 -0.08919681
--0.04862522 0.09590523 -0.0577027
--0.04862522 0.09590523 -0.0577027
--0.04720131 0.08980954 -0.054593
--0.05765088 0.00940983 0.10814968
--0.04818159 0.20667326 0.11023483
--0.05616648 -0.29302552 0.3581
--0.05031356 -0.25715598 0.47264209
--0.0536326 -0.27049068 0.47284889
--0.04788996 -0.29807416 0.47810748
--0.0447197 -0.29171053 0.47765967
--0.045742 -0.3040919 0.48225963
--0.06314859 0.07526008 -0.1501278
--0.05968635 0.08406197 -0.14101072
--0.05680844 0.08556104 -0.12819417
--0.05575233 0.08966732 -0.1094256
--0.06434272 0.12158035 0.09280238
--0.05929157 0.18528382 0.10810918
--0.06061886 -0.00523021 0.11004524
--0.04996648 -0.29301724 0.43394661
--0.05314773 -0.2967425 0.4768447
--0.05510724 -0.31367999 0.49811617
--0.06765369 -0.13088155 -0.26639062
--0.07734167 -0.15701851 -0.26585835
--0.07943674 -0.17546365 -0.26732576
--0.06892239 -0.06690992 -0.22652349
--0.06949224 -0.04407355 -0.21443219
--0.10178088 -0.30626285 -0.20740901
--0.07980721 -0.30434364 -0.14391874
--0.05315548 0.09266727 -0.08919681
--0.06662286 0.14970911 0.08873144
--0.04071341 0.15020882 0.08120836
--0.06267191 0.20302656 0.11531294
--0.05992278 0.00022949 0.10890191
--0.09016859 -0.29460049 0.19797857
--0.07128931 -0.29316247 0.23628293
--0.05272025 -0.29243726 0.44300288
--0.05827133 -0.28935406 0.47338131
--0.05314773 -0.2967425 0.4768447
--0.045742 -0.3040919 0.48225963
--0.060374 -0.30561402 0.48833165
--0.11381873 -0.3089906 -0.47602737
--0.09075341 -0.30910343 -0.43615517
--0.05848522 -0.11983183 -0.26707652
--0.06094718 0.07989022 -0.14724392
--0.05680844 0.08556104 -0.12819417
--0.05575233 0.08966732 -0.1094256
--0.05929157 0.18528382 0.10810918
--0.05610651 -0.29273915 0.45379201
--0.06099205 -0.29202983 0.47305125
--0.07417772 -0.30958387 -0.4977493
--0.07153963 0.02426907 -0.17601046
--0.07044888 0.0309336 -0.17239687
--0.0647209 0.06351859 -0.15649259
--0.06094718 0.07989022 -0.14724392
--0.08402418 0.14760211 0.09322803
--0.07218889 0.07478035 0.10537154
--0.07775396 0.00673217 0.11760555
--0.05863433 -0.2934061 0.46577042
--0.06352235 -0.29248139 0.46757016
--0.06099205 -0.29202983 0.47305125
--0.06687941 -0.29643437 0.48024005
--0.07362705 -0.3115603 0.49646136
--0.11553787 -0.26512054 -0.49976662
--0.07836752 -0.1711154 -0.26632673
--0.07373963 0.01085434 -0.18202619
--0.07044888 0.0309336 -0.17239687
--0.06663441 0.05397485 -0.16080905
--0.0647209 0.06351859 -0.15649259
--0.08581025 -0.30169937 -0.0367051
--0.07858777 0.18427783 0.11194628
--0.07230549 0.20265004 0.11841951
--0.08432643 -0.29403347 0.29508197
--0.0754624 -0.2916916 0.47123909
--0.07417772 -0.30958387 -0.4977493
--0.1039492 -0.30953163 -0.49741271
--0.08539037 -0.05309795 -0.20561078
--0.11522637 -0.29930574 0.08273929
--0.08480261 0.12782094 0.097327
--0.09102404 0.03700248 0.11814664
--0.075852 0.21722078 0.12030984
--0.08970346 -0.29394528 0.22680579
--0.10981946 -0.29431719 0.25116062
--0.08226716 -0.29241362 0.46078217
--0.07399115 -0.29231554 0.47489521
--0.08246146 -0.29633534 0.48381352
--0.07062083 -0.30782896 0.49188691
--0.09012589 -0.15283695 -0.26523241
--0.09184326 -0.08536453 -0.21942604
--0.0843893 -0.03451556 -0.19640452
--0.08145361 -0.02176714 -0.19336374
--0.08134501 0.18759879 0.11362972
--0.08345333 0.01681764 0.11896137
--0.09140982 -0.29375225 0.36007091
--0.07081494 0.05482638 0.39311719
--0.08783733 -0.29250583 0.4377012
--0.11039925 -0.24303609 -0.49957418
--0.0753078 0.00482508 -0.18440132
--0.09973034 -0.30358911 -0.11256711
--0.12142962 -0.2997444 0.06729079
--0.08867239 0.17383 0.10963736
--0.08119966 0.00223822 0.12010174
--0.09942588 -0.29359502 0.40097582
--0.08226597 -0.29040867 0.46826872
--0.10546327 -0.28845677 -0.49926186
--0.09213177 -0.17332102 -0.26605934
--0.10293031 -0.106174 -0.22379746
--0.10308845 -0.30077037 0.00541093
--0.0976852 0.16251746 0.10607699
--0.07754517 -0.00281748 0.11746284
--0.07639126 -0.01333249 0.10563493
--0.08762614 -0.01645097 0.11719687
--0.0845615 -0.00315339 0.12682645
--0.0862141 0.26444283 0.17943883
--0.0813319 0.07672811 0.39741558
--0.09344125 -0.29162931 0.4761681
--0.1000721 -0.30932832 0.49445376
--0.08366462 -0.03085898 -0.19518945
--0.08010124 -0.08210877 0.03478659
--0.08025949 -0.0860196 0.03139853
--0.08700135 -0.0894019 0.03511471
--0.08009215 -0.05936095 0.05873577
--0.07774387 -0.03054472 0.08760761
--0.07849466 -0.03921688 0.07872061
--0.09647717 0.06111725 0.11503696
--0.09720057 0.19704138 0.11177465
--0.0894232 0.02659017 0.11989009
--0.0845615 -0.00315339 0.12682645
--0.08033956 0.27116674 0.21816164
--0.08568155 0.27222136 0.21147507
--0.08216607 0.26829511 0.21864632
--0.11576922 -0.29458502 0.21089655
--0.08034451 0.27195594 0.22964153
--0.08216607 0.26829511 0.21864632
--0.08842528 0.25911367 0.21514566
--0.08874473 0.26325762 0.23725931
--0.09472382 -0.29296809 0.41617399
--0.08588529 -0.28001514 0.46613649
--0.08457618 -0.2925835 0.44904944
--0.08226716 -0.29241362 0.46078217
--0.08396297 -0.28842542 0.4664593
--0.08396297 -0.28842542 0.4664593
--0.09018829 -0.29024321 0.47052971
--0.09927791 -0.04288131 -0.18861528
--0.11845823 -0.30264494 -0.07393533
--0.07925757 -0.04769545 0.0701456
--0.1055034 0.10103075 0.10937918
--0.10132657 0.08312135 0.11212635
--0.09675785 0.01315997 0.13656388
--0.09921097 -0.00568382 0.14500012
--0.08842528 0.25911367 0.21514566
--0.12160715 -0.29456422 0.29000637
--0.12575598 -0.29440105 0.32632935
--0.08893804 0.03700301 0.35976276
--0.09397623 0.08888467 0.39185119
--0.09006497 -0.27976096 0.44759834
--0.08783733 -0.29250583 0.4377012
--0.09114181 -0.26617226 0.46946168
--0.09052713 -0.26877618 0.470047
--0.09018829 -0.29024321 0.47052971
--0.09502359 -0.29710487 0.48523048
--0.09861164 -0.30167586 0.4893606
--0.1039492 -0.30953163 -0.49741271
--0.11073843 -0.17214011 -0.26443517
--0.10219523 -0.0513433 -0.19135964
--0.11881493 -0.30534071 -0.17740211
--0.1022631 0.14551809 0.09822062
--0.10438275 0.15498878 0.10403781
--0.1042558 0.17443988 0.10734306
--0.10291265 -0.00324929 0.14980404
--0.09921097 -0.00568382 0.14500012
--0.12977116 -0.29599756 0.14358947
--0.09778893 0.24771248 0.20809801
--0.09483241 -0.28168514 0.42949563
--0.09298959 -0.2729288 0.47493079
--0.09616128 -0.25313139 0.47575286
--0.09344125 -0.29162931 0.4761681
--0.09638287 -0.29483753 0.48284093
--0.12356947 -0.30903301 -0.4211323
--0.10302629 -0.16203612 -0.26350105
--0.10621125 -0.067821 -0.19821857
--0.10736926 -0.05108033 0.10484778
--0.1143585 0.13681084 0.10340504
--0.11021361 0.11852263 0.1067275
--0.1150388 0.0309542 0.15303828
--0.08956229 0.27527893 0.20488466
--0.09437296 0.27813649 0.19638593
--0.09270091 0.26357371 0.20573214
--0.10659327 -0.29385641 0.37859449
--0.09472382 -0.29296809 0.41617399
--0.10351162 -0.25984758 0.43193844
--0.10858714 -0.24081478 0.44639012
--0.10078578 -0.24639338 0.46824163
--0.09664625 -0.26753739 0.48222828
--0.09638287 -0.29483753 0.48284093
--0.09933662 -0.29945353 0.48932043
--0.09933662 -0.29945353 0.48932043
--0.09502359 -0.29710487 0.48523048
--0.09861164 -0.30167586 0.4893606
--0.11073843 -0.17214011 -0.26443517
--0.11137357 -0.09050826 -0.20817313
--0.1022631 0.14551809 0.09822062
--0.10822362 0.0494986 0.13642411
--0.09981994 0.28023809 0.1873894
--0.11270885 -0.29418734 0.3607513
--0.10816326 -0.27913827 0.39029205
--0.09942588 -0.29359502 0.40097582
--0.10096173 -0.23911527 0.48521715
--0.10135188 -0.25471961 0.49093398
--0.10109495 -0.28221473 0.49418461
--0.1000721 -0.30932832 0.49445376
--0.11937189 -0.28567255 -0.49957311
--0.11830592 -0.30866483 -0.49769869
--0.13038656 -0.30818889 -0.30901542
--0.11473334 0.14401941 0.10150553
--0.124562 0.19532135 0.1058174
--0.11857239 0.21386495 0.10994792
--0.11032052 -0.00622972 0.15886585
--0.11654644 0.08553238 0.34822398
--0.10900681 0.07168548 0.34302598
--0.11957435 0.09576914 0.35931107
--0.11166137 0.11672024 0.37143192
--0.09520885 0.12052482 0.38841218
--0.09959176 0.09366339 0.38704094
--0.10659327 -0.29385641 0.37859449
--0.11503398 -0.25178432 0.40246964
--0.11442338 -0.23387994 0.43493137
--0.10650307 -0.22813527 0.48162881
--0.10325383 -0.23182164 0.49401537
--0.10311537 -0.251212 0.49616042
--0.10284939 -0.23244807 0.4957715
--0.11215265 -0.24164551 -0.49852577
--0.11651696 -0.17132595 -0.26271471
--0.11539274 -0.11008445 -0.21784359
--0.10219523 -0.0513433 -0.19135964
--0.11473334 0.14401941 0.10150553
--0.11695071 0.16268359 0.10303158
--0.12062265 0.17514884 0.10414983
--0.11250107 0.08969875 0.12409367
--0.11709105 0.23306122 0.2346379
--0.11748026 -0.29432195 0.34857681
--0.115004 0.06712414 0.32609704
--0.11615809 0.09884378 0.36939102
--0.11142979 -0.22422598 0.4677301
--0.11570085 -0.2580179 -0.49856791
--0.10825965 -0.23152556 -0.49441189
--0.1094356 -0.23412193 -0.49633753
--0.11215265 -0.24164551 -0.49852577
--0.10621125 -0.067821 -0.19821857
--0.11137357 -0.09050826 -0.20817313
--0.11416439 -0.08219562 -0.19362324
--0.12021692 -0.07892668 -0.17449199
--0.12200269 0.11866067 0.12161291
--0.11559937 -0.00594157 0.16454862
--0.1151952 -0.00799417 0.16313949
--0.11421233 -0.0112562 0.18150504
--0.11368905 -0.01798646 0.20253545
--0.1135885 -0.02250378 0.22295794
--0.11368905 -0.01798646 0.20253545
--0.11305296 -0.02457722 0.23083253
--0.11242829 -0.0272244 0.26372811
--0.11945572 -0.01675336 0.25955486
--0.11242829 -0.0272244 0.26372811
--0.11305296 -0.02457722 0.23083253
--0.11288211 -0.02900088 0.24549352
--0.11167324 -0.02955784 0.26565197
--0.11252466 -0.03003732 0.28249115
--0.11167324 -0.02955784 0.26565197
--0.11252466 -0.03003732 0.28249115
--0.11121909 -0.02849355 0.28672096
--0.11346781 0.04240416 0.31103396
--0.11554275 -0.22116147 0.45731252
--0.11921848 -0.27596441 -0.49848729
--0.11830592 -0.30866483 -0.49769869
--0.12413049 -0.3088578 -0.49540693
--0.11570085 -0.2580179 -0.49856791
--0.11187719 -0.22046761 -0.45121336
--0.11477286 -0.21533264 -0.42898041
--0.11810293 0.15800512 0.10343238
--0.11810293 0.15800512 0.10343238
--0.11748412 0.13888042 0.1062946
--0.12414651 0.19963819 0.10657816
--0.13044618 -0.07103468 0.11213285
--0.13537231 0.06466409 0.16609307
--0.11968365 0.00075246 0.16758509
--0.11559937 -0.00594157 0.16454862
--0.11559937 -0.00594157 0.16454862
--0.11411675 -0.01128331 0.1772722
--0.11421233 -0.0112562 0.18150504
--0.12024318 -0.03604261 0.20924667
--0.12172738 -0.00747088 0.22189826
--0.1264527 -0.05674713 0.22232947
--0.11883301 -0.04174577 0.23544082
--0.12172192 0.22675928 0.23567477
--0.1244311 -0.05792692 0.23923223
--0.11993185 -0.05109986 0.26520491
--0.13912828 -0.29479766 0.25928333
--0.11693732 -0.04039452 0.29038
--0.125009 0.03194409 0.28692636
--0.12702909 0.05163224 0.29364824
--0.12219346 0.07352856 0.31798664
--0.12097294 0.16819668 0.33773685
--0.12196358 0.10060856 0.36178786
--0.11748026 -0.29432195 0.34857681
--0.1257126 -0.25264734 0.36804986
--0.12064959 -0.21642914 0.44304982
--0.12310573 -0.29844919 -0.49795541
--0.12413049 -0.3088578 -0.49540693
--0.12365043 -0.26359063 -0.4673602
--0.11921848 -0.27596441 -0.49848729
--0.13272454 -0.30884302 -0.4661229
--0.12762284 -0.24280666 -0.42058468
--0.11617601 -0.20755805 -0.40270868
--0.1168851 -0.20377436 -0.38921368
--0.11539274 -0.11008445 -0.21784359
--0.12437373 -0.1074419 -0.19606493
--0.12326828 -0.06585364 -0.1505345
--0.12781061 0.21094415 0.10748912
--0.12594207 -0.02925113 0.15175171
--0.13521364 0.02286549 0.17901368
--0.11968365 0.00075246 0.16758509
--0.12337667 0.00679911 0.17946152
--0.12896201 0.00042983 0.25149709
--0.13123566 0.07185626 0.29883847
--0.12681672 -0.29416648 0.32577959
--0.12638012 0.14567991 0.33481255
--0.12558942 -0.23734033 0.38548928
--0.12351097 -0.23338756 0.39829674
--0.12431566 -0.2880083 -0.48696154
--0.12310573 -0.29844919 -0.49795541
--0.12707637 -0.30866569 -0.48840412
--0.13087909 -0.26926535 -0.44139495
--0.12782463 -0.24726711 -0.4288891
--0.12704755 -0.21312803 -0.36701432
--0.11861277 -0.19967093 -0.37180987
--0.12881204 -0.20439468 -0.33972895
--0.11869483 -0.12836441 -0.22849599
--0.12094638 -0.13787617 -0.23419651
--0.13096346 -0.14478736 -0.21850041
--0.13545677 -0.30026722 0.03262677
--0.13380089 0.24633791 0.111811
--0.13062727 0.22702262 0.10933077
--0.12062265 0.17514884 0.10414983
--0.13607252 0.27028269 0.11460367
--0.13580394 0.26042902 0.11347701
--0.13515864 0.13179104 0.13286974
--0.13224992 0.25197473 0.15929456
--0.1261916 0.0101661 0.17243353
--0.12562503 -0.06379597 0.25375688
--0.12789528 -0.06835701 0.25955465
--0.12600222 -0.06017083 0.29205275
--0.13310342 -0.29473251 0.30888918
--0.12774408 0.15623188 0.32717672
--0.12628159 0.1009057 0.35088125
--0.12942521 -0.26766089 0.34332451
--0.13430592 -0.20460336 0.40504912
--0.12576938 -0.21203229 0.42786786
--0.12413049 -0.3088578 -0.49540693
--0.12707637 -0.30866569 -0.48840412
--0.13104895 -0.29420102 -0.46248516
--0.15698685 -0.30905852 -0.36990216
--0.13525809 -0.22033927 -0.34007099
--0.1311067 -0.19857566 -0.31794691
--0.12636107 -0.18031877 -0.29593584
--0.16782326 -0.30749971 -0.27078232
--0.13749841 -0.09966386 -0.15362962
--0.17432588 -0.30505395 -0.17015928
--0.14282236 -0.30175018 -0.03829798
--0.12781061 0.21094415 0.10748912
--0.124562 0.19532135 0.1058174
--0.12975019 0.18861707 0.11508787
--0.14158164 0.30061346 0.1179501
--0.13372052 -0.04470434 0.14422314
--0.12330184 0.29264587 0.14902318
--0.1357584 0.28051007 0.13804224
--0.13459267 -0.06619225 0.19837452
--0.13210995 0.00787194 0.24363664
--0.1317018 -0.07805209 0.23316406
--0.13780093 -0.29503286 0.29626238
--0.13060535 0.17805497 0.30402336
--0.13514709 0.07925443 0.29783151
--0.13098036 -0.20760161 0.41363832
--0.13272454 -0.30884302 -0.4661229
--0.14136754 -0.30905485 -0.4299337
--0.13365227 -0.18818508 -0.28424135
--0.13299088 -0.16691369 -0.23950793
--0.15035275 -0.30633044 -0.21522626
--0.17124453 -0.30357563 -0.11505513
--0.13062502 -0.11526272 0.05935588
--0.14250849 -0.12200017 0.06785835
--0.14057733 0.23579662 0.12312809
--0.13062727 0.22702262 0.10933077
--0.13750878 0.17376399 0.1294262
--0.14168517 0.1155231 0.15031123
--0.13026676 0.29715022 0.13718542
--0.14685895 0.09356586 0.16850519
--0.1203471 0.25227922 0.17537385
--0.13224992 0.25197473 0.15929456
--0.13730478 0.22869664 0.16721824
--0.12152381 0.23640329 0.18396758
--0.1378236 0.03023638 0.20042597
--0.13694257 -0.0780725 0.20703962
--0.13720591 0.01225748 0.25489047
--0.14073741 0.03831974 0.26656291
--0.14369425 -0.29503679 0.28205645
--0.14343382 0.09433641 0.29830298
--0.12681672 -0.29416648 0.32577959
--0.13236991 0.10162 0.33616182
--0.13420849 -0.23031533 0.36857721
--0.13959466 -0.29416031 -0.42738444
--0.14716339 -0.30906051 -0.40750757
--0.13758652 -0.25319999 -0.39306554
--0.14081444 -0.23584974 -0.34380361
--0.16601358 -0.30888182 -0.33847845
--0.13916087 -0.14601728 -0.19975206
--0.1449398 -0.12918885 -0.166831
--0.13915157 0.27905613 0.11571268
--0.13380089 0.24633791 0.111811
--0.14674316 -0.08342753 0.11804607
--0.14909391 0.17229207 0.14685819
--0.14719211 0.06633744 0.17943691
--0.14176732 0.20166321 0.18208334
--0.14118552 0.03073476 0.22471364
--0.13620095 -0.0884902 0.22675711
--0.155378 -0.29505327 0.21494994
--0.1391295 0.02262031 0.23925674
--0.14241128 0.05108887 0.26950026
--0.14888026 -0.29523775 0.27014741
--0.14345524 0.07232948 0.27853489
--0.13310342 -0.29473251 0.30888918
--0.13733242 0.10248651 0.32496348
--0.14114933 -0.2366917 0.34180513
--0.13897921 -0.20048112 0.3932651
--0.14136754 -0.30905485 -0.4299337
--0.14659002 -0.28527039 -0.39223126
--0.15138294 -0.30907795 -0.39207208
--0.14623775 -0.22400092 -0.29499802
--0.14542302 -0.21170419 -0.27547637
--0.14136291 -0.19767576 -0.26656541
--0.14287415 -0.18907385 -0.24011648
--0.14243381 -0.17805955 -0.22681591
--0.14489828 -0.15727225 -0.19628623
--0.16308713 -0.30093488 0.00137966
--0.19111854 -0.30010945 0.07557504
--0.15493117 -0.10797437 0.10087921
--0.14328158 0.29889882 0.11839229
--0.13915157 0.27905613 0.11571268
--0.14946726 0.20590012 0.14232527
--0.14372209 0.28889921 0.12430186
--0.14904068 0.08351804 0.17626907
--0.14773615 -0.09157668 0.17993137
--0.16196445 -0.29559031 0.17509779
--0.14379898 -0.10371916 0.2151379
--0.14180332 0.01742116 0.25857663
--0.14304952 -0.09881566 0.29501054
--0.14483801 0.08984463 0.28821677
--0.14771728 0.10678361 0.30133912
--0.14494202 -0.20344362 0.36895281
--0.15138294 -0.30907795 -0.39207208
--0.14676972 -0.09322533 -0.12402073
--0.14328158 0.29889882 0.11839229
--0.14494744 0.28701869 0.12342261
--0.15018678 0.26131192 0.13505459
--0.15270422 0.12394749 0.16152495
--0.15013056 0.04531661 0.1888753
--0.14248523 0.03323263 0.18393317
--0.15013991 0.04865193 0.20878941
--0.14427632 0.03170912 0.23744179
--0.1524826 0.18756519 0.24038427
--0.14680429 0.02662195 0.25411427
--0.15467203 -0.295277 0.25639066
--0.14582103 0.18403399 0.26104838
--0.15104559 0.15384421 0.27112296
--0.14993486 0.10374065 0.29566845
--0.1489538 -0.20837975 0.3510507
--0.14301337 -0.19723804 0.38319519
--0.14716339 -0.30906051 -0.40750757
--0.15018804 -0.2086333 -0.24620908
--0.15258501 -0.20054697 -0.22364096
--0.15276419 -0.14447169 -0.16379102
--0.19612819 -0.30054444 0.03699057
--0.14727157 0.27528188 0.12909234
--0.15058489 -0.11740144 0.20252168
--0.1622503 0.06586616 0.21914068
--0.15135476 0.03575314 0.2502141
--0.16093095 0.06492477 0.24734822
--0.15659918 0.07930749 0.26072934
--0.15066352 0.0915233 0.2782276
--0.15606265 0.12959222 0.27388972
--0.15397184 -0.21851732 0.3237994
--0.14846644 -0.19305788 0.3708173
--0.15382615 -0.30649436 -0.38181531
--0.1545907 -0.28199741 -0.35808134
--0.15939005 -0.25377461 -0.29736423
--0.15397514 -0.22550459 -0.26425114
--0.15850991 -0.11202225 -0.11726755
--0.15490726 -0.08577359 0.12448561
--0.16103673 -0.09835929 0.11837667
--0.15246505 0.24834436 0.14070439
--0.15529044 0.2337864 0.14708649
--0.16198677 0.19358395 0.16339317
--0.15865071 0.15084705 0.16637065
--0.15798464 0.21816342 0.15353039
--0.17178077 0.0925322 0.20041855
--0.15848881 0.05848617 0.19473293
--0.16008632 0.18329966 0.20693682
--0.1555023 0.05005579 0.23355319
--0.1567075 0.04562188 0.24645297
--0.15461035 0.17278136 0.24746725
--0.15631916 0.09041099 0.2669487
--0.16242321 0.09936521 0.26359165
--0.15566477 -0.18847926 0.35409129
--0.15685935 -0.29984048 -0.36435711
--0.15698685 -0.30905852 -0.36990216
--0.17649253 -0.3080343 -0.30182636
--0.16188093 -0.24025178 -0.26134238
--0.16146807 -0.14098543 -0.14079031
--0.21294048 -0.30208609 -0.05836558
--0.15798464 0.21816342 0.15353039
--0.16045293 0.20444287 0.15932435
--0.17425691 0.11611987 0.1953897
--0.16744733 0.10370257 0.19154437
--0.15624818 -0.12217585 0.18615989
--0.16302273 0.06607587 0.19798021
--0.16085628 -0.13534686 0.19156732
--0.15848881 0.05848617 0.19473293
--0.17103127 -0.29560304 0.22100027
--0.16457768 -0.29560441 0.23495771
--0.1625856 0.17689388 0.22410998
--0.1625856 0.17689388 0.22410998
--0.16061462 0.14034647 0.25614125
--0.15441735 -0.12342923 0.29596964
--0.15741259 0.10531042 0.28078997
--0.16152351 -0.21686411 -0.22127101
--0.18720599 -0.30703801 -0.23958914
--0.16532965 -0.21159059 -0.20454654
--0.16240323 -0.17864072 -0.17750482
--0.19895613 -0.3012166 -0.01398276
--0.16522561 0.17701152 0.1719867
--0.164342 -0.12956679 0.16434506
--0.17912692 -0.29585889 0.18659961
--0.16275233 0.05694417 0.24122599
--0.16560517 -0.26032096 0.25969866
--0.16816972 -0.2125738 0.29289034
--0.16210915 -0.19982135 0.31935748
--0.16601358 -0.30888182 -0.33847845
--0.16436911 -0.29259554 -0.33170658
--0.19747426 -0.30657327 -0.20751013
--0.16981511 -0.16557372 -0.14890601
--0.17421372 -0.12572564 0.10461016
--0.16756645 -0.11189506 0.1116544
--0.16397589 0.18630685 0.16779397
--0.16641314 0.13360852 0.18154506
--0.16867502 -0.14840175 0.17641184
--0.16933866 0.07589592 0.20241155
--0.16008632 0.18329966 0.20693682
--0.16491279 0.17506072 0.1854353
--0.16457266 0.17308336 0.20481881
--0.16302273 0.06607587 0.19798021
--0.1728133 0.08118886 0.21107124
--0.15755284 0.1898836 0.22628087
--0.16457266 0.17308336 0.20481881
--0.16555692 0.06305248 0.23719746
--0.17458379 0.12890512 0.23029684
--0.1691833 0.09058597 0.24456185
--0.16376373 0.10530566 0.26656595
--0.16376373 0.10530566 0.26656595
--0.1660517 -0.15173659 0.28516281
--0.16153575 -0.13959952 0.29668245
--0.17553841 -0.18638587 0.2950795
--0.18223864 -0.30796918 -0.28133383
--0.17030013 -0.20604797 -0.1872701
--0.17014483 -0.13925916 -0.12171287
--0.17053171 -0.12757193 0.12960809
--0.1673751 0.17222774 0.17731577
--0.17105834 0.15912972 0.18612063
--0.16819732 -0.15476218 0.19948608
--0.16967484 0.16092892 0.19667344
--0.16933866 0.07589592 0.20241155
--0.1698122 0.15806717 0.2198457
--0.17719999 -0.29587513 0.20750517
--0.16985589 0.06950527 0.23471953
--0.17451026 0.07773326 0.23118114
--0.16873544 0.10540666 0.25559863
--0.16858968 -0.15568532 0.29770318
--0.17402832 -0.18219508 0.3017894
--0.16727352 -0.1786593 0.32588461
--0.17649253 -0.3080343 -0.30182636
--0.17225033 -0.14448272 0.1489331
--0.17212075 -0.15219834 0.15862626
--0.17221665 -0.1615748 0.17589897
--0.1673751 0.17222774 0.17731577
--0.17471667 0.14768323 0.19398987
--0.17462912 -0.17435427 0.19404908
--0.17219287 -0.16665751 0.20817183
--0.17674236 0.08617758 0.21660413
--0.16985589 0.06950527 0.23471953
--0.17451026 0.07773326 0.23118114
--0.16555692 0.06305248 0.23719746
--0.17764607 0.09709464 0.23227429
--0.17700876 -0.23147437 0.25661585
--0.17064743 -0.17625421 0.31808102
--0.18401143 -0.24654673 -0.20273061
--0.17743412 -0.14132166 0.11666216
--0.17609084 -0.15508346 0.13803585
--0.17495285 -0.17197429 0.17441484
--0.17912742 0.13332614 0.20215669
--0.18116501 0.12275058 0.20561871
--0.17792766 0.08943108 0.20846452
--0.18420891 -0.29597116 0.19080426
--0.17471667 0.14768323 0.19398987
--0.1776899 0.13641372 0.21659151
--0.17792766 0.08943108 0.20846452
--0.17985395 0.08752281 0.22512476
--0.17587206 0.1065517 0.23986095
--0.18486857 -0.24504218 0.22720033
--0.18778181 -0.2913343 -0.24909875
--0.18768927 -0.30762002 -0.2628943
--0.18001242 -0.14813279 0.10883738
--0.1796346 -0.18104939 0.14890888
--0.18017036 -0.19136275 0.16603337
--0.18619172 0.11147745 0.21281181
--0.17912742 0.13332614 0.20215669
--0.18466529 0.11759058 0.21289156
--0.18060988 -0.20455813 0.26892608
--0.18223864 -0.30796918 -0.28133383
--0.18768927 -0.30762002 -0.2628943
--0.18633729 -0.13334297 -0.08086921
--0.18485364 -0.11922977 -0.06740541
--0.18443091 -0.1383481 0.04460986
--0.18292409 -0.1427256 0.06665284
--0.18217337 -0.14640789 0.09405045
--0.1850016 -0.1719296 0.10885323
--0.18527415 -0.1938227 0.12778714
--0.18556723 -0.20483571 0.14258334
--0.1871967 -0.21231054 0.16469139
--0.19269612 -0.29637101 0.17303872
--0.18590379 -0.29548001 0.18868102
--0.18466529 0.11759058 0.21289156
--0.18713915 0.10641354 0.21510535
--0.18590379 -0.29548001 0.18868102
--0.17719999 -0.29587513 0.20750517
--0.18526471 0.1003366 0.21606033
--0.19895892 -0.24406943 0.19707906
--0.18526471 0.1003366 0.21606033
--0.18619172 0.11147745 0.21281181
--0.18713915 0.10641354 0.21510535
--0.18324938 0.09728576 0.22094476
--0.18517034 0.1054217 0.22046243
--0.18517034 0.1054217 0.22046243
--0.18746231 -0.20127414 0.253252
--0.18953209 -0.20914572 0.24248926
--0.18421966 -0.19028443 0.26965442
--0.19660565 -0.3073636 -0.23474862
--0.19249013 -0.27985501 -0.22457613
--0.19419315 -0.16746762 -0.09741057
--0.18578851 -0.13464557 0.02316329
--0.18674214 -0.13539952 0.02114349
--0.19062002 -0.17069644 0.05204264
--0.18876442 -0.17271446 0.07752589
--0.18784732 -0.20149335 0.12271949
--0.19305617 -0.22812387 0.1453882
--0.19102877 -0.22155266 0.19264336
--0.18713915 0.10641354 0.21510535
--0.19296372 -0.13099885 -0.06364283
--0.19561219 -0.29540828 0.16861399
--0.20391552 -0.30695611 -0.21144274
--0.20056835 -0.28063333 -0.2012926
--0.19880675 -0.2656115 -0.18688157
--0.21903475 -0.30461225 -0.16304724
--0.19848427 -0.24457499 -0.16502145
--0.19952814 -0.14226559 -0.05803592
--0.19679393 -0.18952851 0.03487898
--0.2252122 -0.30028263 0.0507154
--0.19663222 -0.20167303 0.06952398
--0.19862631 -0.2398465 0.12306341
--0.198598 -0.24390627 0.17541473
--0.20251422 -0.25615907 0.18093038
--0.19561219 -0.29540828 0.16861399
--0.20559435 -0.16053072 -0.0627244
--0.20158139 -0.19692551 0.01392426
--0.22319184 -0.30010006 0.08323377
--0.2051319 -0.23804562 0.10646982
--0.20169508 -0.2521587 0.1549571
--0.20615096 -0.2663362 0.16602135
--0.21108104 -0.30591902 -0.18756698
--0.20973827 -0.19298945 -0.08458299
--0.20745912 -0.24502072 0.07734082
--0.20752062 -0.24693757 0.09371484
--0.20332095 -0.25349656 0.12117533
--0.20976245 -0.29764593 0.13739833
--0.20156725 -0.29550758 0.15660283
--0.21311165 -0.2351682 0.01449373
--0.21095057 -0.26764062 0.11319365
--0.21587949 -0.29818201 0.12451109
--0.21100129 -0.17870852 -0.06656377
--0.21319422 -0.26592746 0.08475864
--0.21018603 -0.27562666 0.15062988
--0.20586835 -0.29668805 0.14700903
--0.22149512 -0.23742081 -0.09772262
--0.24071321 -0.30169952 -0.09934574
--0.21784464 -0.20060323 -0.07028817
--0.23242702 -0.30059281 -0.00974004
--0.21733899 -0.28182217 0.09583756
--0.2146071 -0.28608397 0.13361356
--0.21587949 -0.29818201 0.12451109
--0.20976245 -0.29764593 0.13739833
--0.22475553 -0.25924718 -0.11012667
--0.22455953 -0.22276159 -0.07443343
--0.22265027 -0.26852253 0.01735685
--0.22912738 -0.3004002 0.02412983
--0.22002955 -0.27495041 0.05484763
--0.21740741 -0.29385257 0.12312253
--0.23403698 -0.30085665 -0.02539743
--0.2252541 -0.29212713 0.06036588
--0.22187644 -0.29872888 0.10638178
--0.22035979 -0.29894632 0.11411223
--0.22167961 -0.29979396 0.10433379
--0.22600181 -0.30372441 -0.14268847
--0.23283404 -0.30273896 -0.12456203
--0.23495211 -0.25798631 -0.08114813
--0.23441857 -0.30127376 -0.04853598
--0.23296666 -0.25788048 -0.06589676
--0.2302331 -0.27327517 -0.02400281
--0.22946815 -0.29473448 0.03060412
--0.22508873 -0.29575056 0.07111704
--0.22497688 -0.29842028 0.07145552
--0.22319184 -0.30010006 0.08323377
--0.23574241 -0.29532787 -0.11515667
--0.23941401 -0.30132419 -0.07121283
--0.23273626 -0.29179907 -0.00460267
--0.22879767 -0.29867139 0.03471945
--0.22912738 -0.3004002 0.02412983
--0.23342071 -0.3019821 -0.12223391
--0.24104305 -0.29492185 -0.10129299
--0.24071321 -0.30169952 -0.09934574
--0.2363731 -0.30042732 -0.04414083
--0.2373863 -0.29194558 -0.03817116
--0.23403698 -0.30085665 -0.02539743
--0.23242702 -0.30059281 -0.00974004
--0.23327003 -0.29691857 -0.00402142
--0.24085185 -0.3007167 -0.10262185
--0.24147668 -0.27951142 -0.08548186
--0.24133947 -0.30047482 -0.07227621
--0.23727618 -0.29501367 -0.03371476
--0.2363731 -0.30042732 -0.04414083
--0.24085185 -0.3007167 -0.10262185
--0.24545972 -0.30035233 -0.09112671
--0.24190955 -0.29186612 -0.06549197
--0.2406839 -0.29535025 -0.05483063
--0.2462128 -0.29541191 -0.08895677
--- a/mrjunejune/pages/public/epi_all_colors.svg	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="1024px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xmlns:bx="https://boxy-svg.com" height="1024px"><defs><bx:export><bx:file format="svg"/></bx:export></defs><path fill="#010101" opacity="1.000000" stroke="none" d=" M535.000000,1025.000000 C516.645752,1025.000000 498.291534,1025.000000 479.280426,1024.619385 C466.031403,1023.098206 453.392731,1022.328064 440.855042,1020.753784 C381.179901,1013.260254 324.822205,995.180603 271.637085,967.139282 C189.196091,923.673218 122.930138,862.697815 74.439957,783.052063 C32.172619,713.627380 9.262264,637.809570 2.800023,556.902527 C2.454882,552.581299 1.611466,548.299927 1.000003,544.000000 C1.000000,524.645752 1.000000,505.291534 1.401654,485.345032 C1.951686,483.942108 2.184630,483.136841 2.236200,482.320099 C3.947768,455.212982 7.085907,428.292328 13.063467,401.765533 C33.870361,309.430176 75.768631,228.284424 141.671722,159.938904 C144.396271,157.113388 145.677338,154.250854 145.839554,150.309723 C146.561646,132.764755 148.707397,115.448013 156.881882,99.535263 C164.578705,84.552292 176.924042,76.249771 193.853088,77.177376 C202.652634,77.659523 211.379532,80.477829 219.994339,82.782516 C223.081757,83.608475 225.245346,83.909264 228.169937,82.049797 C264.684875,58.833427 303.341705,40.074615 344.614716,26.888029 C385.996948,13.666553 428.343750,5.401106 471.691559,2.300964 C473.151245,2.196569 474.564880,1.448201 476.000000,1.000001 C494.354218,1.000000 512.708435,1.000000 531.720337,1.386674 C540.835999,2.447542 549.310303,2.961302 557.749329,3.821613 C618.778625,10.043171 677.136719,26.039249 731.887451,53.752857 C842.229431,109.605453 922.298462,194.454224 970.974915,308.167511 C1011.029541,401.739471 1022.032166,499.285156 1005.976135,599.633484 C990.034790,699.264709 948.129639,786.804993 879.431885,860.871826 C789.081360,958.283752 677.355591,1012.311768 544.869629,1023.270630 C541.554749,1023.544800 538.288818,1024.410400 535.000000,1025.000000 M159.070709,378.068359 C157.093475,374.410004 155.469345,370.483215 152.982803,367.211975 C151.823502,365.686829 148.493729,364.207855 147.007370,364.814423 C140.787003,367.352753 134.892395,370.689301 128.242294,373.998596 C120.850273,379.378723 114.431801,385.684235 111.434563,394.522491 C109.280052,400.875702 108.437088,407.427917 113.974190,413.775055 C114.450134,412.045502 114.542465,410.883575 115.061394,409.961853 C117.877716,404.959534 120.443855,399.746246 123.891769,395.210419 C124.989601,393.766174 129.269394,393.070770 130.737045,394.054932 C132.158691,395.008331 132.341904,398.607910 132.126892,400.959076 C131.942139,402.979675 130.174423,404.802246 129.557587,406.848328 C128.465378,410.471252 127.662781,414.185577 126.837814,417.883698 C126.083885,421.263397 127.919701,423.133667 130.987106,423.255798 C136.084167,423.458771 141.202194,423.204834 146.309113,423.061981 C148.930832,422.988617 149.636063,421.551208 150.068619,418.924103 C150.839600,414.241638 151.935638,409.422974 154.032822,405.229980 C155.056656,403.182953 158.891037,401.003479 161.009491,401.380127 C164.775970,402.049744 164.620590,405.874786 164.011719,409.200226 C163.490005,412.049438 163.138168,414.929779 162.570786,418.739075 C168.736694,417.139557 173.828278,415.783203 178.939255,414.504425 C182.830292,413.530884 183.321014,411.740784 180.917694,408.516602 C173.573700,398.664368 166.390228,388.692444 159.070709,378.068359 M224.029739,436.386749 C223.685303,436.333405 223.340851,436.280090 222.244385,435.975281 C215.388962,435.027527 208.274429,432.442444 201.732849,433.477722 C188.687485,435.542358 175.719421,438.875916 163.160812,443.022247 C149.812637,447.429199 137.465714,454.057678 129.571655,466.632385 C126.090698,472.177338 124.603340,479.273163 126.255760,483.819519 C127.340340,481.974243 128.288452,480.242340 129.347321,478.581024 C133.137466,472.634521 137.241440,466.845062 144.171646,464.369995 C146.093033,463.683807 149.572891,464.100891 150.726639,465.420471 C151.939041,466.807098 151.770462,470.035400 151.179947,472.176025 C150.647629,474.105835 148.628464,475.586945 147.441147,477.382355 C144.707001,481.516907 141.034485,485.395721 139.608734,489.961029 C135.612610,502.757111 136.640900,505.770142 150.819183,507.316772 C152.784821,507.531158 154.807251,507.166321 156.792557,507.272308 C160.165329,507.452271 161.280441,506.076263 161.421188,502.619751 C161.785858,493.663269 165.921478,486.418762 172.786255,480.751251 C175.351364,478.633514 178.372665,477.113800 181.334351,479.687592 C184.349319,482.307648 182.867706,485.266235 181.326782,488.255768 C179.295013,492.197632 177.431686,496.263123 175.936920,500.433533 C174.706390,503.866638 176.522797,505.378296 180.023224,505.164246 C198.946625,504.007019 217.871490,502.873444 237.723267,501.889008 C249.400482,501.592346 260.913391,500.783264 272.053802,496.484222 C281.192871,492.957428 290.691376,490.343292 300.082428,487.495728 C305.331665,485.904053 310.686554,484.660919 316.972565,483.002502 C314.816833,481.735962 313.765594,480.884979 312.563782,480.448181 C299.855743,475.828888 288.861786,468.267700 278.648163,459.725311 C262.719879,446.403442 243.084106,442.450287 224.030334,436.951355 C224.030334,436.951355 224.108261,436.931396 224.029739,436.386749 M396.206116,393.972046 C402.073944,406.132385 397.715027,416.475189 389.679626,425.485840 C385.216736,430.490387 379.382904,434.293335 374.063568,438.507294 C368.754211,442.713379 368.849731,446.163971 374.606323,449.642822 C375.591431,450.238098 376.682373,450.690887 377.771637,451.075928 C385.868866,453.938354 392.742004,451.789429 398.774811,445.986908 C401.380615,443.480560 404.373627,442.831207 407.210236,445.491028 C409.884705,447.998810 409.209442,450.915680 407.394897,453.633881 C406.085083,455.595978 404.602631,457.442932 402.655396,460.072968 C413.366638,456.705383 423.301941,453.677094 427.523804,443.041687 C430.746063,434.924377 433.251617,426.505920 435.735626,418.120605 C436.694824,414.882629 437.972931,412.289642 441.579010,412.571198 C445.321350,412.863403 446.929932,415.528687 446.906982,419.192841 C446.898438,420.553864 446.905548,421.914948 446.905548,424.757477 C450.087494,419.446136 452.546356,415.544220 454.809753,411.531952 C473.574982,378.266937 497.495911,350.242462 533.117676,333.970886 C534.293213,333.433929 535.496643,331.560272 535.575684,330.243042 C536.162354,320.458313 536.467590,310.656677 537.027100,299.990234 C536.285339,286.587219 533.866089,273.535767 528.168518,261.301392 C517.173584,237.692184 502.450226,216.583313 484.309296,197.949646 C473.515259,186.862411 462.606812,175.733322 447.350098,170.553940 C446.346863,170.213379 445.535187,169.308716 443.757019,168.040863 C447.024841,164.693405 449.956573,161.690247 453.506714,159.105255 C477.757477,171.218582 498.423523,187.582916 513.947327,210.757660 C518.199463,215.370987 522.451599,219.984329 527.078613,225.004395 C528.022766,223.330276 529.155212,221.740555 529.875793,219.982056 C541.155945,192.452957 541.535461,164.090988 534.662292,135.712723 C531.108582,121.039970 521.677979,110.163254 506.210846,106.401833 C494.629974,103.585510 483.348022,105.451378 472.631348,110.515167 C454.333221,119.161285 440.216187,132.439575 429.610413,149.590225 C424.431946,157.964310 423.137573,158.244537 413.846619,154.469376 C409.983124,152.899521 408.978485,150.661469 411.396790,147.201004 C413.934662,143.569412 416.576721,140.010620 419.373352,136.143356 C375.429138,117.517593 331.986755,120.544395 288.198120,136.102112 C290.947632,140.337418 293.634949,144.147705 295.980927,148.157684 C301.209045,157.094101 300.328278,159.305298 290.678131,162.389572 C289.568604,162.744171 288.409607,162.975098 287.343079,163.427368 C283.720978,164.963364 281.095764,163.764114 279.552460,160.380646 C273.815613,147.803284 264.437225,138.143524 254.516693,128.923233 C239.879623,115.319351 224.248306,103.348236 204.297043,98.464676 C187.927948,94.457924 176.469101,99.624420 168.745407,114.708046 C167.611694,116.922089 166.490082,119.189560 165.757339,121.554527 C156.410751,151.721695 156.021805,182.162720 163.481659,212.725723 C164.947800,218.732559 167.453568,224.485626 169.648865,230.845352 C174.827072,223.665787 179.388123,217.341919 184.578171,210.758377 C192.676117,202.217911 200.481995,193.374756 208.943344,185.210938 C220.426682,174.131424 234.542664,167.028580 249.572159,160.786499 C251.088272,162.951187 252.636612,165.094208 254.112305,167.286118 C255.918121,169.968338 255.420609,171.637024 252.167679,172.836624 C248.135147,174.323700 243.697540,175.610733 240.484161,178.257874 C229.369125,187.414383 217.892105,196.353409 208.055252,206.791107 C190.267090,225.665848 179.656815,249.138977 169.280060,272.568756 C165.241226,281.688049 164.224457,291.373016 164.451233,302.122375 C163.679489,324.126404 167.822495,345.204651 177.407364,364.986053 C188.705978,388.304352 205.439453,405.933807 230.749313,414.468567 C246.599579,419.813477 262.180450,425.957214 277.546082,431.618713 C277.161926,429.874969 276.374542,427.031067 275.939301,424.134216 C275.430878,420.750397 275.162903,416.926788 279.497711,416.009888 C283.731354,415.114349 284.923523,418.576782 286.183075,421.859192 C288.619415,428.208160 291.274017,434.478546 294.005829,440.707947 C299.237518,452.638000 310.434540,455.627899 321.977570,459.503845 C320.082428,456.608337 318.026062,454.592590 317.426544,452.210266 C316.904907,450.137115 317.277527,446.789032 318.644318,445.596039 C319.922699,444.480194 323.134430,445.056305 325.291443,445.640442 C326.932220,446.084747 328.230713,447.740723 329.721130,448.801971 C335.664246,453.033783 341.972839,453.797363 348.476471,450.327454 C355.625610,446.513214 355.627045,442.538483 349.088470,437.856079 C343.304626,433.714233 337.239685,429.691132 332.392029,424.578979 C324.844849,416.620026 321.780304,407.007965 326.559967,395.675598 C330.204529,392.198639 333.338623,387.824036 337.586700,385.408447 C351.918152,377.259155 380.623138,376.461517 396.206116,393.972046 M241.917694,742.852051 C243.031845,747.184326 243.863205,751.615051 245.328262,755.825256 C247.385559,761.737305 248.907562,768.201050 252.437149,773.163940 C261.502197,785.910278 271.341034,798.128296 281.252563,810.245056 C293.881165,825.683594 311.212189,834.684875 328.648712,844.319275 C329.068604,841.781189 329.438293,839.857361 329.698639,837.918823 C330.844513,829.386475 331.737640,829.303711 339.818878,832.086060 C352.041840,836.294434 364.464966,839.998657 376.966583,843.297241 C387.885895,846.178284 399.049377,848.123291 410.067200,850.646790 C414.415497,851.642639 416.168976,854.760742 416.207184,859.158325 C416.274139,866.865967 412.981476,870.713562 404.544800,871.848572 C397.783600,872.758179 390.953735,873.156860 384.192108,874.063782 C381.295258,874.452393 378.494202,875.555176 375.649597,876.333435 C375.585999,877.193054 375.522400,878.052734 375.458771,878.912415 C380.057281,880.790710 384.511597,883.229980 389.277954,884.455261 C417.789398,891.784485 446.814606,892.851929 476.074219,891.327393 C508.601746,889.632568 540.808960,885.875061 572.073547,876.406372 C601.756348,867.416748 629.386597,853.961365 655.049805,836.514526 C688.208252,813.972107 716.510559,786.481995 738.790466,753.091125 C758.582703,723.428650 770.686279,690.695129 776.086975,655.464355 C779.224915,634.994690 781.507568,614.568359 777.024841,593.917908 C775.922729,588.840881 776.319641,583.306152 776.802490,578.053101 C777.325989,572.356934 781.128845,568.677490 785.765686,568.143982 C791.160950,567.523315 794.902466,569.733276 797.111755,575.757446 C799.108704,581.202576 800.841125,586.810242 801.996887,592.487305 C808.714539,625.483337 804.167480,657.798035 795.499817,689.773621 C792.998962,698.999329 789.867859,708.054260 787.025696,717.187439 C787.416626,717.501404 787.807617,717.815308 788.198547,718.129211 C798.392517,708.603271 809.447327,699.836426 818.631531,689.420166 C858.488831,644.215942 876.802795,590.369507 879.780945,530.897278 C881.112305,504.311432 877.375916,478.068909 871.922119,452.081818 C865.852844,423.161438 857.626099,394.913818 844.040039,368.540466 C819.047607,320.025177 783.532349,280.136444 741.186523,246.322235 C699.221863,212.812332 652.578308,187.434570 601.603821,170.324646 C589.715942,166.334427 577.466919,163.420532 565.025391,159.910217 C564.758057,162.535538 564.436707,164.328873 564.414124,166.125961 C564.213989,182.032379 561.711548,197.607025 557.768738,212.979065 C555.968811,219.996567 555.174744,227.505661 552.076477,233.895813 C548.418152,241.441071 546.312317,247.424667 550.795959,255.924118 C558.666260,270.843292 560.189209,287.665527 561.206665,304.361053 C561.442993,308.239960 562.067688,312.095184 562.519714,316.013153 C567.764221,314.677704 572.107666,313.580688 576.446472,312.465393 C600.146118,306.373138 624.116089,304.506348 648.186768,309.424255 C679.808289,315.884857 706.891052,331.457794 730.754456,352.778076 C734.336365,355.978241 736.789612,360.575500 739.228943,364.833557 C739.900818,366.006439 739.243103,368.946533 738.156006,369.953308 C732.427246,375.259033 721.287292,375.560364 715.106018,370.796021 C710.755127,367.442505 706.667053,363.746368 702.296387,360.420319 C678.257874,342.126587 651.564087,330.737030 620.993286,330.038605 C601.965210,329.603882 583.759888,333.551788 566.077148,340.693054 C506.569153,364.725769 470.178955,416.503662 468.108124,481.703369 C467.239716,509.044098 472.958466,535.236572 482.303345,560.775879 C484.035858,565.510803 485.299072,570.417480 486.951874,575.809204 C471.057434,572.435242 467.506104,572.380249 458.812866,562.517517 C456.780579,560.211792 453.331146,558.619385 450.248016,557.862244 C429.641571,552.801880 408.716400,550.212097 387.464844,551.085938 C384.339417,551.214417 381.254913,552.339294 378.151459,553.003113 C378.114594,553.541748 378.077698,554.080322 378.040802,554.618896 C379.657532,555.477966 381.195801,556.560303 382.903534,557.160278 C395.147003,561.461182 407.414490,565.694641 419.693848,569.892456 C458.443451,583.139221 497.361389,595.677795 537.918091,602.489380 C574.475891,608.629395 610.105286,604.137939 644.827026,592.851379 C669.843018,584.719604 692.706116,572.013855 712.036987,553.597839 C714.806396,550.959534 718.632019,549.063904 722.306763,547.836853 C726.625061,546.394958 733.488281,549.390930 735.500000,553.029358 C737.962097,557.482300 734.761658,560.531677 732.354309,563.682800 C731.647156,564.608459 730.894531,565.507507 730.091492,566.350769 C709.488098,587.988281 685.862671,604.886719 657.548096,615.400696 C614.211731,631.492676 569.822754,634.169983 524.804932,626.408264 C493.121765,620.945618 462.627441,610.526428 432.232788,600.147827 C420.332550,596.084473 408.602295,591.523254 396.406067,587.046143 C396.685364,589.915894 396.921204,592.338989 397.014557,595.606934 C396.290222,600.642273 393.002441,599.753906 389.965179,598.380127 C378.057159,592.993774 367.887756,585.299194 360.692993,574.285095 C347.855957,554.633606 341.269531,533.285278 344.042572,509.544373 C344.918640,502.043884 343.302185,500.412476 335.747162,501.996765 C328.784180,503.456848 321.783081,505.192352 315.163483,507.750397 C291.850281,516.759583 273.330414,532.340332 258.145325,551.792847 C238.045776,577.541016 223.801102,606.043213 221.030945,639.167419 C217.996979,675.445862 226.557175,709.488342 241.917694,742.852051 M367.319305,522.732239 C367.319305,526.293152 367.319305,529.854126 367.319305,533.733704 C394.973053,522.046143 421.714508,530.753296 448.395935,533.443848 C443.698303,510.436676 443.741302,487.123901 444.122742,463.863434 C435.789124,468.488434 428.310760,473.102844 420.440247,476.905823 C405.985931,483.890015 390.563385,487.990479 374.796722,490.750977 C372.054657,491.231049 370.713501,492.227264 370.419556,495.077271 C369.499298,503.999390 368.387604,512.901733 367.319305,522.732239 M372.317352,406.045105 C373.711975,405.525726 375.329346,405.290710 376.445862,404.416229 C377.897705,403.279205 378.951508,401.634003 380.176636,400.207489 C378.919464,399.275269 377.794403,397.947479 376.383270,397.476257 C368.363068,394.798035 360.076965,394.146515 351.877991,396.096893 C349.065308,396.765961 346.700806,399.319214 344.131561,401.011658 C346.670227,402.902405 349.180817,404.833313 351.772858,406.647766 C352.253113,406.983948 353.065430,406.943085 353.718811,406.919342 C359.652222,406.703766 365.584351,406.453217 372.317352,406.045105 M359.370453,458.943848 C355.660339,461.194794 351.950226,463.445770 347.191925,466.332642 C357.731384,466.332642 367.221100,466.332642 377.062714,466.332642 C371.876373,463.232788 367.308044,460.417053 362.624481,457.808136 C362.022797,457.472931 360.822876,458.211639 359.370453,458.943848 z"/><path fill="#DE7E4A" opacity="1.000000" stroke="none" d=" M397.157043,594.762024 C396.921204,592.338989 396.685364,589.915894 396.406067,587.046143 C408.602295,591.523254 420.332550,596.084473 432.232788,600.147827 C462.627441,610.526428 493.121765,620.945618 524.804932,626.408264 C569.822754,634.169983 614.211731,631.492676 657.548096,615.400696 C685.862671,604.886719 709.488098,587.988281 730.091492,566.350769 C730.894531,565.507507 731.647156,564.608459 732.354309,563.682800 C734.761658,560.531677 737.962097,557.482300 735.500000,553.029358 C733.488281,549.390930 726.625061,546.394958 722.306763,547.836853 C718.632019,549.063904 714.806396,550.959534 712.036987,553.597839 C692.706116,572.013855 669.843018,584.719604 644.827026,592.851379 C610.105286,604.137939 574.475891,608.629395 537.918091,602.489380 C497.361389,595.677795 458.443451,583.139221 419.693848,569.892456 C407.414490,565.694641 395.147003,561.461182 382.903534,557.160278 C381.195801,556.560303 379.657532,555.477966 378.040802,554.618896 C378.077698,554.080322 378.114594,553.541748 378.151459,553.003113 C381.254913,552.339294 384.339417,551.214417 387.464844,551.085938 C408.716400,550.212097 429.641571,552.801880 450.248016,557.862244 C453.331146,558.619385 456.780579,560.211792 458.812866,562.517517 C467.506104,572.380249 471.057434,572.435242 486.951874,575.809204 C485.299072,570.417480 484.035858,565.510803 482.303345,560.775879 C472.958466,535.236572 467.239716,509.044098 468.108124,481.703369 C470.178955,416.503662 506.569153,364.725769 566.077148,340.693054 C583.759888,333.551788 601.965210,329.603882 620.993286,330.038605 C651.564087,330.737030 678.257874,342.126587 702.296387,360.420319 C706.667053,363.746368 710.755127,367.442505 715.106018,370.796021 C721.287292,375.560364 732.427246,375.259033 738.156006,369.953308 C739.243103,368.946533 739.900818,366.006439 739.228943,364.833557 C736.789612,360.575500 734.336365,355.978241 730.754456,352.778076 C706.891052,331.457794 679.808289,315.884857 648.186768,309.424255 C624.116089,304.506348 600.146118,306.373138 576.446472,312.465393 C572.107666,313.580688 567.764221,314.677704 562.519714,316.013153 C562.067688,312.095184 561.442993,308.239960 561.206665,304.361053 C560.189209,287.665527 558.666260,270.843292 550.795959,255.924118 C546.312317,247.424667 548.418152,241.441071 552.076477,233.895813 C555.174744,227.505661 555.968811,219.996567 557.768738,212.979065 C561.711548,197.607025 564.213989,182.032379 564.414124,166.125961 C564.436707,164.328873 564.758057,162.535538 565.025391,159.910217 C577.466919,163.420532 589.715942,166.334427 601.603821,170.324646 C652.578308,187.434570 699.221863,212.812332 741.186523,246.322235 C783.532349,280.136444 819.047607,320.025177 844.040039,368.540466 C857.626099,394.913818 865.852844,423.161438 871.922119,452.081818 C877.375916,478.068909 881.112305,504.311432 879.780945,530.897278 C876.802795,590.369507 858.488831,644.215942 818.631531,689.420166 C809.447327,699.836426 798.392517,708.603271 788.198547,718.129211 C787.807617,717.815308 787.416626,717.501404 787.025696,717.187439 C789.867859,708.054260 792.998962,698.999329 795.499817,689.773621 C804.167480,657.798035 808.714539,625.483337 801.996887,592.487305 C800.841125,586.810242 799.108704,581.202576 797.111755,575.757446 C794.902466,569.733276 791.160950,567.523315 785.765686,568.143982 C781.128845,568.677490 777.325989,572.356934 776.802490,578.053101 C776.319641,583.306152 775.922729,588.840881 777.024841,593.917908 C781.507568,614.568359 779.224915,634.994690 776.086975,655.464355 C770.686279,690.695129 758.582703,723.428650 738.790466,753.091125 C716.510559,786.481995 688.208252,813.972107 655.049805,836.514526 C629.386597,853.961365 601.756348,867.416748 572.073547,876.406372 C540.808960,885.875061 508.601746,889.632568 476.074219,891.327393 C446.814606,892.851929 417.789398,891.784485 389.277954,884.455261 C384.511597,883.229980 380.057281,880.790710 375.458771,878.912415 C375.522400,878.052734 375.585999,877.193054 375.649597,876.333435 C378.494202,875.555176 381.295258,874.452393 384.192108,874.063782 C390.953735,873.156860 397.783600,872.758179 404.544800,871.848572 C412.981476,870.713562 416.274139,866.865967 416.207184,859.158325 C416.168976,854.760742 414.415497,851.642639 410.067200,850.646790 C399.049377,848.123291 387.885895,846.178284 376.966583,843.297241 C364.464966,839.998657 352.041840,836.294434 339.818878,832.086060 C331.737640,829.303711 330.844513,829.386475 329.698639,837.918823 C329.438293,839.857361 329.068604,841.781189 328.648712,844.319275 C311.212189,834.684875 293.881165,825.683594 281.252563,810.245056 C271.341034,798.128296 261.502197,785.910278 252.437149,773.163940 C248.907562,768.201050 247.385559,761.737305 245.328262,755.825256 C243.863205,751.615051 243.031845,747.184326 242.290451,742.479370 C245.532410,743.410278 248.387833,744.745300 251.273102,746.012268 C269.152588,753.863525 285.991211,743.210999 285.700500,723.758545 C285.597443,716.863342 283.624390,709.999329 282.548828,703.114197 C281.729187,697.867310 280.812622,692.625305 280.309357,687.345886 C280.176361,685.950989 281.051117,683.701355 282.123199,683.165955 C283.171936,682.642151 285.326721,683.437134 286.531403,684.301086 C289.361420,686.330627 291.667908,689.160095 294.628510,690.923340 C301.422028,694.969543 308.087311,699.912537 315.509033,702.084900 C332.650116,707.101990 346.092712,696.062561 345.941101,678.246948 C345.918549,675.596130 345.623169,672.938599 345.311646,670.300964 C344.240570,661.232849 342.563324,652.196960 342.149750,643.101868 C341.741211,634.116821 346.351379,631.579895 354.614868,635.130554 C359.181213,637.092651 363.738739,639.296021 368.526215,640.466309 C374.352478,641.890625 377.896149,638.704590 377.833740,632.692627 C377.799530,629.394531 377.128662,626.104431 376.768524,622.808044 C376.292603,618.451538 378.306610,616.413879 382.632324,615.937378 C386.402679,615.522095 390.339844,615.117249 393.803009,613.717529 C402.032776,610.391174 403.614929,600.483521 397.157043,594.762024 z"/><path fill="#DF7E4A" opacity="1.000000" stroke="none" d=" M183.949158,211.018036 C179.388123,217.341919 174.827072,223.665787 169.648865,230.845352 C167.453568,224.485626 164.947800,218.732559 163.481659,212.725723 C156.021805,182.162720 156.410751,151.721695 165.757339,121.554527 C166.490082,119.189560 167.611694,116.922089 168.745407,114.708046 C176.469101,99.624420 187.927948,94.457924 204.297043,98.464676 C224.248306,103.348236 239.879623,115.319351 254.516693,128.923233 C264.437225,138.143524 273.815613,147.803284 279.552460,160.380646 C281.095764,163.764114 283.720978,164.963364 287.343079,163.427368 C288.409607,162.975098 289.568604,162.744171 290.678131,162.389572 C300.328278,159.305298 301.209045,157.094101 295.980927,148.157684 C293.634949,144.147705 290.947632,140.337418 288.198120,136.102112 C331.986755,120.544395 375.429138,117.517593 419.373352,136.143356 C416.576721,140.010620 413.934662,143.569412 411.396790,147.201004 C408.978485,150.661469 409.983124,152.899521 413.846619,154.469376 C423.137573,158.244537 424.431946,157.964310 429.610413,149.590225 C440.216187,132.439575 454.333221,119.161285 472.631348,110.515167 C483.348022,105.451378 494.629974,103.585510 506.210846,106.401833 C521.677979,110.163254 531.108582,121.039970 534.662292,135.712723 C541.535461,164.090988 541.155945,192.452957 529.875793,219.982056 C529.155212,221.740555 528.022766,223.330276 527.078613,225.004395 C522.451599,219.984329 518.199463,215.370987 514.243103,210.178772 C518.428528,195.392960 519.647705,180.889191 518.726624,166.255554 C518.100708,156.312729 514.748596,147.150711 508.974121,138.937241 C505.222137,133.600494 500.737488,130.311081 493.605042,130.874817 C474.600128,132.376892 463.037018,144.413925 452.888306,158.687073 C449.956573,161.690247 447.024841,164.693405 443.757019,168.040863 C445.535187,169.308716 446.346863,170.213379 447.350098,170.553940 C462.606812,175.733322 473.515259,186.862411 484.309296,197.949646 C502.450226,216.583313 517.173584,237.692184 528.168518,261.301392 C533.866089,273.535767 536.285339,286.587219 536.557068,300.442749 C530.156921,303.014038 524.226868,305.132812 517.825745,307.183899 C506.613586,306.627197 494.047699,313.455109 489.628235,322.001862 C465.677032,334.384247 444.103149,349.657623 423.879089,366.975708 C420.113708,362.706696 416.786621,358.416565 412.886047,354.733856 C411.635437,353.553101 408.868958,353.977875 406.407959,353.441101 C401.438202,350.218018 397.223206,346.210815 392.213776,344.394012 C364.724487,334.424408 338.023987,333.713440 313.355774,352.973389 C310.691467,353.517029 307.674927,353.476868 306.129089,354.964691 C301.520172,359.400787 297.488373,364.436523 292.912231,369.081818 C263.056274,343.499359 230.508484,322.952911 193.959366,309.206512 C184.537811,305.662994 174.462250,303.858276 164.687134,301.254761 C164.224457,291.373016 165.241226,281.688049 169.280060,272.568756 C179.656815,249.138977 190.267090,225.665848 208.055252,206.791107 C217.892105,196.353409 229.369125,187.414383 240.484161,178.257874 C243.697540,175.610733 248.135147,174.323700 252.167679,172.836624 C255.420609,171.637024 255.918121,169.968338 254.112305,167.286118 C252.636612,165.094208 251.088272,162.951187 249.211151,160.296509 C245.804932,155.731094 243.004105,151.441772 239.663452,147.624939 C232.772385,139.751572 224.602417,133.603683 214.358047,130.663254 C200.154968,126.586586 189.537598,131.743729 185.066147,145.831909 C182.783630,153.023438 181.848846,160.687653 180.762939,168.204407 C178.672211,182.676422 181.243195,196.867203 183.949158,211.018036 M297.345703,315.989899 C284.852203,317.148651 272.704834,315.420624 261.212616,310.541138 C254.358032,307.630737 247.982986,303.600586 241.347839,300.159637 C238.073395,298.461517 234.603577,297.618774 231.757675,300.799042 C229.116394,303.750610 229.090759,312.727417 231.386002,315.219543 C241.682922,326.399841 253.956223,334.220245 268.955688,337.474792 C281.622528,340.223145 294.013245,340.178864 305.841003,334.041473 C309.234924,332.280334 311.249084,329.586884 310.902100,325.636200 C310.541595,321.531830 308.633606,318.213470 304.679352,316.738708 C302.726044,316.010162 300.430573,316.198975 297.345703,315.989899 M457.962616,308.561462 C444.065094,315.408203 428.955811,316.613831 413.895508,318.157135 C410.791656,318.475159 406.849518,317.842041 405.636261,322.174011 C404.449127,326.412872 405.316223,330.504608 408.929535,332.904114 C412.840576,335.501343 417.209076,338.223389 421.700989,338.984100 C436.952942,341.566925 451.202759,337.223846 464.197601,329.688141 C470.952057,325.771210 476.858246,320.111877 482.417694,314.514648 C485.972198,310.935974 484.439026,306.675201 480.176880,301.732178 C476.755310,297.764008 473.613342,299.069061 470.130768,301.229248 C466.318817,303.593781 462.464233,305.889557 457.962616,308.561462 M393.153229,288.171661 C390.609802,302.664429 400.709290,309.587921 411.724213,307.798370 C424.470215,305.727600 434.739258,298.834625 440.609467,287.123993 C445.960297,276.449524 439.124817,265.890106 427.189575,265.192841 C414.107574,264.428589 397.903290,275.058960 393.153229,288.171661 M278.641998,266.887115 C271.038116,271.530670 268.243530,278.545166 272.104858,285.937805 C278.383087,297.957794 288.275635,305.854889 301.931702,307.680664 C314.639923,309.379639 323.259613,298.669830 319.355469,286.781189 C314.698486,272.600037 293.462677,261.853668 278.641998,266.887115 M389.194366,163.128357 C394.863556,159.565842 396.831146,155.400208 395.418091,149.951859 C394.005188,144.503967 389.439545,140.539703 384.161499,140.178009 C379.711182,139.873062 374.831970,142.839233 373.180481,147.239838 C371.460114,151.823944 371.473572,156.451599 374.847137,160.358215 C378.538727,164.633102 383.332275,165.030701 389.194366,163.128357 z"/><path fill="#FEFDFD" opacity="1.000000" stroke="none" d=" M397.085815,595.184448 C403.614929,600.483521 402.032776,610.391174 393.803009,613.717529 C390.339844,615.117249 386.402679,615.522095 382.632324,615.937378 C378.306610,616.413879 376.292603,618.451538 376.768524,622.808044 C377.128662,626.104431 377.799530,629.394531 377.833740,632.692627 C377.896149,638.704590 374.352478,641.890625 368.526215,640.466309 C363.738739,639.296021 359.181213,637.092651 354.614868,635.130554 C346.351379,631.579895 341.741211,634.116821 342.149750,643.101868 C342.563324,652.196960 344.240570,661.232849 345.311646,670.300964 C345.623169,672.938599 345.918549,675.596130 345.941101,678.246948 C346.092712,696.062561 332.650116,707.101990 315.509033,702.084900 C308.087311,699.912537 301.422028,694.969543 294.628510,690.923340 C291.667908,689.160095 289.361420,686.330627 286.531403,684.301086 C285.326721,683.437134 283.171936,682.642151 282.123199,683.165955 C281.051117,683.701355 280.176361,685.950989 280.309357,687.345886 C280.812622,692.625305 281.729187,697.867310 282.548828,703.114197 C283.624390,709.999329 285.597443,716.863342 285.700500,723.758545 C285.991211,743.210999 269.152588,753.863525 251.273102,746.012268 C248.387833,744.745300 245.532410,743.410278 242.296967,742.098022 C226.557175,709.488342 217.996979,675.445862 221.030945,639.167419 C223.801102,606.043213 238.045776,577.541016 258.145325,551.792847 C273.330414,532.340332 291.850281,516.759583 315.163483,507.750397 C321.783081,505.192352 328.784180,503.456848 335.747162,501.996765 C343.302185,500.412476 344.918640,502.043884 344.042572,509.544373 C341.269531,533.285278 347.855957,554.633606 360.692993,574.285095 C367.887756,585.299194 378.057159,592.993774 389.965179,598.380127 C393.002441,599.753906 396.290222,600.642273 397.085815,595.184448 z"/><path fill="#FDFDFD" opacity="1.000000" stroke="none" d=" M164.569183,301.688568 C174.462250,303.858276 184.537811,305.662994 193.959366,309.206512 C230.508484,322.952911 263.056274,343.499359 292.822357,369.407654 C291.359741,372.941772 289.415222,375.885193 288.044495,379.075134 C286.542664,382.570282 285.295105,386.234589 284.507263,389.946259 C284.206116,391.365234 285.485107,393.119598 286.044006,394.721100 C287.403381,393.946686 289.005829,393.409454 290.056091,392.333344 C291.183014,391.178680 291.768524,389.503906 292.628998,388.079498 C296.322296,381.965668 299.855804,375.745575 303.786652,369.787964 C306.986359,364.938446 310.668121,360.407013 314.502014,355.843933 C316.240234,362.002472 317.594177,368.055847 318.989563,374.099670 C320.726349,381.622040 320.747925,389.695648 326.013336,396.092010 C321.780304,407.007965 324.844849,416.620026 332.392029,424.578979 C337.239685,429.691132 343.304626,433.714233 349.088470,437.856079 C355.627045,442.538483 355.625610,446.513214 348.476471,450.327454 C341.972839,453.797363 335.664246,453.033783 329.721130,448.801971 C328.230713,447.740723 326.932220,446.084747 325.291443,445.640442 C323.134430,445.056305 319.922699,444.480194 318.644318,445.596039 C317.277527,446.789032 316.904907,450.137115 317.426544,452.210266 C318.026062,454.592590 320.082428,456.608337 321.977570,459.503845 C310.434540,455.627899 299.237518,452.638000 294.005829,440.707947 C291.274017,434.478546 288.619415,428.208160 286.183075,421.859192 C284.923523,418.576782 283.731354,415.114349 279.497711,416.009888 C275.162903,416.926788 275.430878,420.750397 275.939301,424.134216 C276.374542,427.031067 277.161926,429.874969 277.546082,431.618713 C262.180450,425.957214 246.599579,419.813477 230.749313,414.468567 C205.439453,405.933807 188.705978,388.304352 177.407364,364.986053 C167.822495,345.204651 163.679489,324.126404 164.569183,301.688568 z"/><path fill="#FCFCFB" opacity="1.000000" stroke="none" d=" M424.095093,367.190094 C444.103149,349.657623 465.677032,334.384247 489.555481,322.357605 C488.542969,332.153717 495.747284,339.061920 504.585327,335.876740 C510.007965,333.922455 515.139709,330.384644 519.520691,326.550720 C523.342285,323.206329 525.060303,318.129181 522.710388,312.939026 C521.747742,310.812927 519.797668,309.133942 518.296753,307.251587 C524.226868,305.132812 530.156921,303.014038 536.474121,300.877808 C536.467590,310.656677 536.162354,320.458313 535.575684,330.243042 C535.496643,331.560272 534.293213,333.433929 533.117676,333.970886 C497.495911,350.242462 473.574982,378.266937 454.809753,411.531952 C452.546356,415.544220 450.087494,419.446136 446.905548,424.757477 C446.905548,421.914948 446.898438,420.553864 446.906982,419.192841 C446.929932,415.528687 445.321350,412.863403 441.579010,412.571198 C437.972931,412.289642 436.694824,414.882629 435.735626,418.120605 C433.251617,426.505920 430.746063,434.924377 427.523804,443.041687 C423.301941,453.677094 413.366638,456.705383 402.655396,460.072968 C404.602631,457.442932 406.085083,455.595978 407.394897,453.633881 C409.209442,450.915680 409.884705,447.998810 407.210236,445.491028 C404.373627,442.831207 401.380615,443.480560 398.774811,445.986908 C392.742004,451.789429 385.868866,453.938354 377.771637,451.075928 C376.682373,450.690887 375.591431,450.238098 374.606323,449.642822 C368.849731,446.163971 368.754211,442.713379 374.063568,438.507294 C379.382904,434.293335 385.216736,430.490387 389.679626,425.485840 C397.715027,416.475189 402.073944,406.132385 396.458435,393.395020 C397.164703,391.249573 397.780273,389.708038 398.046295,388.108337 C399.717926,378.056610 401.201752,367.971710 403.047638,357.953003 C403.330811,356.416107 405.164459,355.164856 406.407959,354.034515 C407.274292,355.917847 407.755676,357.740875 408.802155,359.141876 C411.781311,363.130310 414.802826,367.121857 418.189117,370.756805 C419.877533,372.569122 422.399475,373.604889 424.544373,374.991943 C424.394623,372.391327 424.244873,369.790710 424.095093,367.190094 z"/><path fill="#FCFCFB" opacity="1.000000" stroke="none" d=" M236.795837,501.731689 C217.871490,502.873444 198.946625,504.007019 180.023224,505.164246 C176.522797,505.378296 174.706390,503.866638 175.936920,500.433533 C177.431686,496.263123 179.295013,492.197632 181.326782,488.255768 C182.867706,485.266235 184.349319,482.307648 181.334351,479.687592 C178.372665,477.113800 175.351364,478.633514 172.786255,480.751251 C165.921478,486.418762 161.785858,493.663269 161.421188,502.619751 C161.280441,506.076263 160.165329,507.452271 156.792557,507.272308 C154.807251,507.166321 152.784821,507.531158 150.819183,507.316772 C136.640900,505.770142 135.612610,502.757111 139.608734,489.961029 C141.034485,485.395721 144.707001,481.516907 147.441147,477.382355 C148.628464,475.586945 150.647629,474.105835 151.179947,472.176025 C151.770462,470.035400 151.939041,466.807098 150.726639,465.420471 C149.572891,464.100891 146.093033,463.683807 144.171646,464.369995 C137.241440,466.845062 133.137466,472.634521 129.347321,478.581024 C128.288452,480.242340 127.340340,481.974243 126.255760,483.819519 C124.603340,479.273163 126.090698,472.177338 129.571655,466.632385 C137.465714,454.057678 149.812637,447.429199 163.160812,443.022247 C175.719421,438.875916 188.687485,435.542358 201.732849,433.477722 C208.274429,432.442444 215.388962,435.027527 222.703186,436.341705 C223.477417,436.782562 223.792831,436.856995 224.108261,436.931396 C224.108261,436.931396 224.030334,436.951355 224.110275,437.245331 C242.760330,456.385010 247.146881,478.722931 236.795837,501.731689 z"/><path fill="#DD7C49" opacity="1.000000" stroke="none" d=" M367.334686,522.271973 C368.387604,512.901733 369.499298,503.999390 370.419556,495.077271 C370.713501,492.227264 372.054657,491.231049 374.796722,490.750977 C390.563385,487.990479 405.985931,483.890015 420.440247,476.905823 C428.310760,473.102844 435.789124,468.488434 444.122742,463.863434 C443.741302,487.123901 443.698303,510.436676 448.395935,533.443848 C421.714508,530.753296 394.973053,522.046143 367.319305,533.733704 C367.319305,529.854126 367.319305,526.293152 367.334686,522.271973 z"/><path fill="#EBBA81" opacity="1.000000" stroke="none" d=" M406.281006,353.781494 C405.164459,355.164856 403.330811,356.416107 403.047638,357.953003 C401.201752,367.971710 399.717926,378.056610 398.046295,388.108337 C397.780273,389.708038 397.164703,391.249573 396.392395,393.046265 C380.623138,376.461517 351.918152,377.259155 337.586700,385.408447 C333.338623,387.824036 330.204529,392.198639 326.286652,395.883789 C320.747925,389.695648 320.726349,381.622040 318.989563,374.099670 C317.594177,368.055847 316.240234,362.002472 314.406189,355.525208 C313.854919,354.427368 313.765350,353.757690 313.675781,353.088013 C338.023987,333.713440 364.724487,334.424408 392.213776,344.394012 C397.223206,346.210815 401.438202,350.218018 406.264801,353.418823 C406.509674,353.623596 406.281006,353.781494 406.281006,353.781494 z"/><path fill="#F1BEAF" opacity="1.000000" stroke="none" d=" M184.263672,210.888214 C181.243195,196.867203 178.672211,182.676422 180.762939,168.204407 C181.848846,160.687653 182.783630,153.023438 185.066147,145.831909 C189.537598,131.743729 200.154968,126.586586 214.358047,130.663254 C224.602417,133.603683 232.772385,139.751572 239.663452,147.624939 C243.004105,151.441772 245.804932,155.731094 248.879059,160.131317 C234.542664,167.028580 220.426682,174.131424 208.943344,185.210938 C200.481995,193.374756 192.676117,202.217911 184.263672,210.888214 z"/><path fill="#F0BEAE" opacity="1.000000" stroke="none" d=" M453.197510,158.896164 C463.037018,144.413925 474.600128,132.376892 493.605042,130.874817 C500.737488,130.311081 505.222137,133.600494 508.974121,138.937241 C514.748596,147.150711 518.100708,156.312729 518.726624,166.255554 C519.647705,180.889191 518.428528,195.392960 514.236328,209.830627 C498.423523,187.582916 477.757477,171.218582 453.197510,158.896164 z"/><path fill="#DF7F4B" opacity="1.000000" stroke="none" d=" M237.259552,501.810333 C247.146881,478.722931 242.760330,456.385010 224.111923,437.205139 C243.084106,442.450287 262.719879,446.403442 278.648163,459.725311 C288.861786,468.267700 299.855743,475.828888 312.563782,480.448181 C313.765594,480.884979 314.816833,481.735962 316.972565,483.002502 C310.686554,484.660919 305.331665,485.904053 300.082428,487.495728 C290.691376,490.343292 281.192871,492.957428 272.053802,496.484222 C260.913391,500.783264 249.400482,501.592346 237.259552,501.810333 z"/><path fill="#FAFAF9" opacity="1.000000" stroke="none" d=" M159.144287,378.767090 C166.390228,388.692444 173.573700,398.664368 180.917694,408.516602 C183.321014,411.740784 182.830292,413.530884 178.939255,414.504425 C173.828278,415.783203 168.736694,417.139557 162.570786,418.739075 C163.138168,414.929779 163.490005,412.049438 164.011719,409.200226 C164.620590,405.874786 164.775970,402.049744 161.009491,401.380127 C158.891037,401.003479 155.056656,403.182953 154.032822,405.229980 C151.935638,409.422974 150.839600,414.241638 150.068619,418.924103 C149.636063,421.551208 148.930832,422.988617 146.309113,423.061981 C141.202194,423.204834 136.084167,423.458771 130.987106,423.255798 C127.919701,423.133667 126.083885,421.263397 126.837814,417.883698 C127.662781,414.185577 128.465378,410.471252 129.557587,406.848328 C130.174423,404.802246 131.942139,402.979675 132.126892,400.959076 C132.341904,398.607910 132.158691,395.008331 130.737045,394.054932 C129.269394,393.070770 124.989601,393.766174 123.891769,395.210419 C120.443855,399.746246 117.877716,404.959534 115.061394,409.961853 C114.542465,410.883575 114.450134,412.045502 113.974190,413.775055 C108.437088,407.427917 109.280052,400.875702 111.434563,394.522491 C114.431801,385.684235 120.850273,379.378723 129.028992,373.912811 C139.979584,373.172089 149.597763,375.756866 159.144287,378.767090 z"/><path fill="#F4F5F5" opacity="1.000000" stroke="none" d=" M371.917114,406.129028 C365.584351,406.453217 359.652222,406.703766 353.718811,406.919342 C353.065430,406.943085 352.253113,406.983948 351.772858,406.647766 C349.180817,404.833313 346.670227,402.902405 344.131561,401.011658 C346.700806,399.319214 349.065308,396.765961 351.877991,396.096893 C360.076965,394.146515 368.363068,394.798035 376.383270,397.476257 C377.794403,397.947479 378.919464,399.275269 380.176636,400.207489 C378.951508,401.634003 377.897705,403.279205 376.445862,404.416229 C375.329346,405.290710 373.711975,405.525726 371.917114,406.129028 z"/><path fill="#DA7E4C" opacity="1.000000" stroke="none" d=" M159.107498,378.417725 C149.597763,375.756866 139.979584,373.172089 129.347061,373.780212 C134.892395,370.689301 140.787003,367.352753 147.007370,364.814423 C148.493729,364.207855 151.823502,365.686829 152.982803,367.211975 C155.469345,370.483215 157.093475,374.410004 159.107498,378.417725 z"/><path fill="#E5E6E6" opacity="1.000000" stroke="none" d=" M359.635254,458.698364 C360.822876,458.211639 362.022797,457.472931 362.624481,457.808136 C367.308044,460.417053 371.876373,463.232788 377.062714,466.332642 C367.221100,466.332642 357.731384,466.332642 347.191925,466.332642 C351.950226,463.445770 355.660339,461.194794 359.635254,458.698364 z"/><path fill="#DF7F4B" opacity="1.000000" stroke="none" d=" M224.069000,436.659088 C223.792831,436.856995 223.477417,436.782562 223.079193,436.467438 C223.340851,436.280090 223.685303,436.333405 224.069000,436.659088 z"/><path fill="#050302" opacity="1.000000" stroke="none" d=" M297.817810,315.981323 C300.430573,316.198975 302.726044,316.010162 304.679352,316.738708 C308.633606,318.213470 310.541595,321.531830 310.902100,325.636200 C311.249084,329.586884 309.234924,332.280334 305.841003,334.041473 C294.013245,340.178864 281.622528,340.223145 268.955688,337.474792 C253.956223,334.220245 241.682922,326.399841 231.386002,315.219543 C229.090759,312.727417 229.116394,303.750610 231.757675,300.799042 C234.603577,297.618774 238.073395,298.461517 241.347839,300.159637 C247.982986,303.600586 254.358032,307.630737 261.212616,310.541138 C272.704834,315.420624 284.852203,317.148651 297.817810,315.981323 z"/><path fill="#050302" opacity="1.000000" stroke="none" d=" M458.295410,308.388367 C462.464233,305.889557 466.318817,303.593781 470.130768,301.229248 C473.613342,299.069061 476.755310,297.764008 480.176880,301.732178 C484.439026,306.675201 485.972198,310.935974 482.417694,314.514648 C476.858246,320.111877 470.952057,325.771210 464.197601,329.688141 C451.202759,337.223846 436.952942,341.566925 421.700989,338.984100 C417.209076,338.223389 412.840576,335.501343 408.929535,332.904114 C405.316223,330.504608 404.449127,326.412872 405.636261,322.174011 C406.849518,317.842041 410.791656,318.475159 413.895508,318.157135 C428.955811,316.613831 444.065094,315.408203 458.295410,308.388367 z"/><path fill="#FDFCFB" opacity="1.000000" stroke="none" d=" M393.271027,287.769257 C397.903290,275.058960 414.107574,264.428589 427.189575,265.192841 C439.124817,265.890106 445.960297,276.449524 440.609467,287.123993 C434.739258,298.834625 424.470215,305.727600 411.724213,307.798370 C400.709290,309.587921 390.609802,302.664429 393.271027,287.769257 z"/><path fill="#FDFCFB" opacity="1.000000" stroke="none" d=" M278.985291,266.706360 C293.462677,261.853668 314.698486,272.600037 319.355469,286.781189 C323.259613,298.669830 314.639923,309.379639 301.931702,307.680664 C288.275635,305.854889 278.383087,297.957794 272.104858,285.937805 C268.243530,278.545166 271.038116,271.530670 278.985291,266.706360 z"/><path fill="#E3B37C" opacity="1.000000" stroke="none" d=" M517.825745,307.183899 C519.797668,309.133942 521.747742,310.812927 522.710388,312.939026 C525.060303,318.129181 523.342285,323.206329 519.520691,326.550720 C515.139709,330.384644 510.007965,333.922455 504.585327,335.876740 C495.747284,339.061920 488.542969,332.153717 489.917511,322.341003 C494.047699,313.455109 506.613586,306.627197 517.825745,307.183899 z"/><path fill="#080503" opacity="1.000000" stroke="none" d=" M388.831726,163.305695 C383.332275,165.030701 378.538727,164.633102 374.847137,160.358215 C371.473572,156.451599 371.460114,151.823944 373.180481,147.239838 C374.831970,142.839233 379.711182,139.873062 384.161499,140.178009 C389.439545,140.539703 394.005188,144.503967 395.418091,149.951859 C396.831146,155.400208 394.863556,159.565842 388.831726,163.305695 z"/><path fill="#100F0D" opacity="1.000000" stroke="none" d=" M313.355774,352.973389 C313.765350,353.757690 313.854919,354.427368 314.040283,355.415802 C310.668121,360.407013 306.986359,364.938446 303.786652,369.787964 C299.855804,375.745575 296.322296,381.965668 292.628998,388.079498 C291.768524,389.503906 291.183014,391.178680 290.056091,392.333344 C289.005829,393.409454 287.403381,393.946686 286.044006,394.721100 C285.485107,393.119598 284.206116,391.365234 284.507263,389.946259 C285.295105,386.234589 286.542664,382.570282 288.044495,379.075134 C289.415222,375.885193 291.359741,372.941772 293.141235,369.563843 C297.488373,364.436523 301.520172,359.400787 306.129089,354.964691 C307.674927,353.476868 310.691467,353.517029 313.355774,352.973389 z"/><path fill="#0F0D0C" opacity="1.000000" stroke="none" d=" M406.407959,354.034515 C406.281006,353.781494 406.509674,353.623596 406.652832,353.645844 C408.868958,353.977875 411.635437,353.553101 412.886047,354.733856 C416.786621,358.416565 420.113708,362.706696 423.879089,366.975708 C424.244873,369.790710 424.394623,372.391327 424.544373,374.991943 C422.399475,373.604889 419.877533,372.569122 418.189117,370.756805 C414.802826,367.121857 411.781311,363.130310 408.802155,359.141876 C407.755676,357.740875 407.274292,355.917847 406.407959,354.034515 z"/></svg>
\ No newline at end of file
--- a/mrjunejune/pages/public/epi_favicon.svg	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M480 61.676c-65.352 3.638-138.815 25.227-196 57.6-11.861 6.715-27 16.474-27 17.405 0 .237 2.137 1.368 4.75 2.512 14.222 6.231 42.394 31.71 48.988 44.307 5.495 10.494 4.881 10.123 12.522 7.58 3.624-1.206 7.106-2.816 7.737-3.577 1.435-1.729-1.38-8.514-6.475-15.605l-3.469-4.829 6.723-1.972c32.582-9.556 57.173-11.806 78.724-7.203 11.98 2.559 26.998 6.779 30.323 8.521l2.402 1.259-2.934 3.413c-8.126 9.454-8.169 11.028-.366 13.39 7.393 2.239 8.071 1.964 11.901-4.822 9.554-16.93 30.233-34.024 46.145-38.148 25.494-6.606 44.109 5.197 49.67 31.493 2.418 11.433 2.48 36.884.12 49.5-2.313 12.364-9.761 30.151-9.761 23.31 0-.654-2.312-3.326-5.137-5.937l-5.138-4.748 1.787-6.812c2.295-8.75 3.114-29.676 1.528-39.076-2.24-13.282-10.827-26.014-17.793-26.382-14.95-.791-25.126 4.922-39.651 22.261-4.728 5.644-8.596 10.778-8.596 11.409 0 .631 2.601 1.87 5.781 2.754 11.487 3.194 38.237 29.194 52.698 51.221 21.515 32.772 26.077 48.378 23.968 82l-.69 11-7.628 3.737c-13.344 6.536-20.277 11.78-34.636 26.198-14.424 14.485-15.155 15.48-30.676 41.762-19.022 32.21-28.896 39.661-60.709 45.811-9.418 1.821-17.405 3.028-17.751 2.682-1.119-1.119 2.629-5.69 4.666-5.69 2.193 0 2.54-1.037.898-2.679-.594-.594-1.509-2.992-2.035-5.331-1.51-6.723.144-10.107 7.015-14.348 14.951-9.229 22.589-26.208 16.511-36.706-8.069-13.936-39.102-17.863-55.473-7.019-15.981 10.586-11.123 31.762 10.061 43.853 8.596 4.906 9.786 7.664 6.394 14.813-6.421 13.531-36.628 8.633-56.586-9.176-10.288-9.179-19.186-13.709-40.291-20.507-12.951-4.172-21.531-7.583-27-10.733-26.918-15.504-44.949-51.465-44.961-89.667-.007-19.581 1.256-25.168 9.493-42 14.633-29.902 21.691-40.528 36.886-55.539 14.879-14.698 22.735-20.004 34.908-23.575 2.649-.778-8.235-16.649-17.501-25.522-12.791-12.248-27.567-15.952-37.476-9.394-10.29 6.809-14.653 32.459-10.364 60.919 1.487 9.862 1.485 9.894-.756 12.101-1.235 1.217-3.996 5.034-6.136 8.482l-3.89 6.268-1.197-2.87c-7.317-17.536-9.437-29.656-9.513-54.37-.056-18.431.146-18.327-11.882-6.13-84.423 85.612-132.212 208.921-129.84 335.023.296 15.734 1.005 31.532 1.574 35.107.57 3.575 1.779 12.125 2.688 19 2.7 20.416 12.262 61.766 18.27 79 3.73 10.7 21.351 54.395 24.258 60.155 26.073 51.65 63.635 101.432 102.512 135.859 112.842 99.93 275.616 136.433 422.851 94.827 62.631-17.698 121.569-48.458 165.006-86.116 50.075-43.413 80.734-82.379 108.367-137.725 45.51-91.152 60.845-182.62 46.729-278.719-16.696-113.662-77.415-222.37-161.043-288.322C706.95 87.914 598.564 55.077 480 61.676m-77.5 110.218c-6.584 2.864-8.364 12.697-3.227 17.833 3.988 3.988 11.466 3.988 15.454 0 8.189-8.189-1.594-22.457-12.227-17.833m165.829 26.677c-.203 11.355-1.424 19.512-5.498 36.708-2.478 10.464-2.797 13.057-1.76 14.307.875 1.054.909 1.432.11 1.22-.637-.168-2.895 3.228-5.018 7.547l-3.859 7.852 2.89 5.337c5.631 10.396 9.539 27.43 10.499 45.755.537 10.264.825 11.713 2.212 11.146 3.369-1.376 8.023-2.561 20.095-5.118 43.382-9.186 83.883 1.289 121.631 31.459 11.243 8.986 13.709 11.685 15.424 16.881 1.432 4.341.557 5.382-6.483 7.707-8.671 2.864-10.496 2.386-19.229-5.047-43.361-36.902-91.568-43.282-140.752-18.629-67.455 33.813-93.641 110.336-64.599 188.782 5.456 14.739 6.129 18.181 3.258 16.673-.962-.505-3.775-1.25-6.25-1.655-6.359-1.04-11.233-3.772-15.157-8.496-4.07-4.9-7.561-6.227-23.485-8.925-28.18-4.774-55.527-4.348-49.808.776 1.397 1.252 63.877 22.527 78.45 26.714 6.875 1.975 16.1 4.674 20.5 5.997 7.561 2.274 24.123 5.969 40.245 8.98 14.427 2.694 30.448 3.61 43.444 2.484 24.412-2.117 52.155-8.086 62.565-13.462 2.61-1.348 7.221-3.414 10.246-4.592 13.501-5.253 24.785-12.554 40.53-26.222 9.041-7.849 13.959-8.917 20.565-4.465 6.319 4.258 4.503 8.16-10.39 22.333-23.864 22.71-45.207 34.015-82.705 43.807-29.153 7.613-68.643 7.834-100.888.563-28.457-6.416-84.426-24.209-106.004-33.699-1.112-.489-1.252.132-.696 3.093 1.948 10.384-2.174 10.406-17.938.094-19.536-12.779-33.427-48.046-29.029-73.702 1.062-6.201-1.052-7.241-10.636-5.232-39.021 8.18-73.803 42.13-92.366 90.159-12.866 33.29-9.733 76.033 8.672 118.299 3.233 7.425 5.88 14.881 5.882 16.568.005 5.298 2.835 12.898 6.741 18.109 29.585 39.467 32.761 42.629 56.923 56.671l11.162 6.486.665-5.732c1.026-8.841.945-8.811 11.621-4.277 12.007 5.1 17.126 6.521 34.891 9.686 29.65 5.283 31 5.891 31 13.965 0 8.837-4.178 11.009-23.34 12.133-27.862 1.636-7.167 11.636 31.764 15.349 32.58 3.108 83.367-.759 117.148-8.918 82.76-19.99 158.557-84.659 185.236-158.04 10.984-30.213 17.063-74.127 12.832-92.697-4.221-18.523-1.206-29.303 8.194-29.303 5.223 0 8.413 3.692 11.05 12.791 9.334 32.199 5.8 72.506-10.361 118.157l-1.574 4.449 2.275-2.049c1.252-1.127 6.389-5.483 11.417-9.68 38.033-31.752 64.557-87.69 69.446-146.457 3.768-45.289-9.505-111.996-30.729-154.445C792.625 323.3 739.829 268.802 683 236.013c-4.125-2.38-11.55-6.697-16.5-9.593-16.836-9.849-45.322-22.184-67.5-29.229-5.544-1.761-29.307-8.202-30.2-8.185-.165.003-.377 4.307-.471 9.565M270.972 314.533c-.699.843-1.491 3.818-1.76 6.611l-.488 5.077 6.888 6.497c13.291 12.536 34.395 19.184 50.345 15.858 13.558-2.827 18.262-7.612 14.848-15.104-1.933-4.242-5.639-5.538-13.991-4.891-13.667 1.059-29.042-3.054-41.44-11.085-7.275-4.713-12.121-5.71-14.402-2.963m211.1 2.104c-12.012 8.09-24.057 11.762-43.42 13.237-11.93.908-12.612 1.302-12.637 7.298-.02 4.825 5.865 10.12 13.205 11.881 14.461 3.469 39.169-4.646 52.03-17.088 6.892-6.668 7.393-9.516 2.677-15.237-3.815-4.629-5.101-4.639-11.855-.091m-291.247 56.806c-28.105 11.678-38.549 38.155-18.825 47.726 9.221 4.474 10.895 4.608 11.631.927.826-4.129 3.326-4.665 12.71-2.724 8.08 1.671 13.193 1.265 24.68-1.958 7.911-2.22 7.899-2.075.871-10.036-7.463-8.455-13.377-17.308-18.788-28.128-4.595-9.187-4.385-9.088-12.279-5.807m188.472 26.543c-9.263 1.969-10.571 4.869-3.797 8.413 7.789 4.076 26.631 1.35 28.269-4.09 1.049-3.483-15.047-6.326-24.472-4.323m-145.13 35.115c-39.091 8.207-58.828 22.807-58.448 43.234.164 8.829 2.685 12.802 11.368 17.915 8.627 5.081 11.312 5.069 10.448-.045-.767-4.536.648-8.715 4.216-12.455 5.397-5.657 12.663-2.586 16.98 7.178 3.07 6.944 3.428 7.16 10.769 6.523 3.3-.286 19.422-1.176 35.827-1.978 27.587-1.348 30.367-1.653 37-4.055 13.369-4.84 35.15-11.412 39.923-12.045 6.432-.854 6.052-1.471-3.281-5.325-7.398-3.054-15.515-8.422-31.639-20.925-5.548-4.302-8.527-5.557-29.538-12.454-26.218-8.604-28.048-8.838-43.625-5.568m223.113 27.317c-9.416 7.923-33.235 17.849-50.78 21.162-4.95.935-9.562 1.847-10.25 2.028-.773.204-1.263 2.153-1.285 5.111-.019 2.629-.679 7.706-1.465 11.281-1.448 6.584-2.013 20.154-.885 21.281.338.338 1.705-.1 3.038-.973 3.813-2.499 13.084-4.276 22.347-4.284 10.711-.01 43.521 3.944 46.136 5.56.816.504 1.006.228.589-.858-2.549-6.643-5.051-39.823-4.058-53.816.701-9.872.679-9.913-3.387-6.492" fill-rule="evenodd"/></svg>
\ No newline at end of file
Binary file mrjunejune/pages/public/logo_black.png has changed
Binary file mrjunejune/pages/public/logo_white.png has changed
Binary file mrjunejune/pages/public/logo_white_og.png has changed
--- a/mrjunejune/pages/public/paw.svg	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,221 +0,0 @@
-<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
-	 width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M153.468658,513.000000 
-	C143.572128,508.965057 133.713303,506.242828 123.898102,503.370850 
-	C108.193962,498.775696 91.915749,498.246613 75.822357,496.358307 
-	C56.040764,494.037262 40.920902,484.076202 30.702333,467.171417 
-	C15.664720,442.294342 20.364811,410.843903 40.623363,391.335785 
-	C49.224560,383.053131 59.361790,377.640808 71.174164,375.724548 
-	C74.804306,375.135651 76.640869,373.494568 77.659599,369.993286 
-	C84.671852,345.893219 100.320251,330.411407 124.917580,325.224487 
-	C157.758057,318.299255 192.127182,339.521423 197.470306,374.921753 
-	C198.496719,381.722076 198.874847,388.428009 197.515686,395.187256 
-	C196.961609,397.942780 198.452988,399.492889 200.619156,400.825653 
-	C215.990936,410.283203 225.004807,424.190186 227.748581,441.805511 
-	C230.309601,458.247589 227.635315,473.918091 217.894028,487.882355 
-	C215.411148,491.441589 209.280716,492.600555 205.197006,490.450531 
-	C202.085602,488.812378 200.301041,483.504974 201.482468,479.496338 
-	C202.950714,474.514465 206.473938,470.548737 207.951248,465.482635 
-	C214.207230,444.028931 205.111969,426.184082 190.782455,416.857605 
-	C185.106873,413.163574 180.793503,408.688507 179.249527,401.870911 
-	C178.530548,398.696198 178.712112,395.607178 179.216034,392.459961 
-	C182.642746,371.059723 169.766174,350.603088 149.036987,344.478149 
-	C126.792046,337.905365 103.120193,350.759766 96.445190,373.009247 
-	C95.538498,376.031464 94.847801,379.198761 93.415527,381.966949 
-	C90.070633,388.431702 84.560333,392.035492 77.364769,393.415833 
-	C58.981342,396.942383 46.672470,407.395081 42.065678,425.824432 
-	C35.896412,450.504364 53.261219,475.537323 78.625305,477.655029 
-	C104.624481,479.825745 130.041580,484.200409 154.677383,492.957153 
-	C163.421875,496.065369 172.353546,495.540833 181.165558,492.693665 
-	C183.992966,491.780090 186.754883,490.766968 189.915588,491.567413 
-	C194.288528,492.674866 196.928024,495.152924 197.099335,499.699127 
-	C197.267090,504.150818 194.903549,507.431885 191.017899,509.125275 
-	C187.398987,510.702423 183.446716,511.514587 179.320602,512.831787 
-	C170.645767,513.000000 162.291534,513.000000 153.468658,513.000000 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M393.539368,0.999999 
-	C394.605072,1.570405 395.260406,2.096603 395.807251,2.718235 
-	C400.224976,7.739906 399.845123,14.288932 393.908325,16.997559 
-	C382.539551,22.184507 380.066650,32.493774 377.545502,42.847736 
-	C375.925018,49.502674 375.719482,56.324409 377.350128,63.128555 
-	C380.270721,75.315025 392.475220,82.902061 404.396881,79.809402 
-	C417.150848,76.500839 424.353485,64.105019 420.794128,51.704617 
-	C418.690948,44.377327 414.847748,38.003178 410.316040,31.977602 
-	C409.016846,30.250101 407.601898,28.577702 406.541809,26.708841 
-	C404.235046,22.642160 404.904541,17.000443 407.767731,14.765298 
-	C411.574432,11.793603 417.914246,11.649548 421.095886,15.363561 
-	C431.962799,28.048811 440.479340,41.884590 440.346008,59.447960 
-	C440.207855,77.647087 426.690277,94.403214 408.990570,98.228348 
-	C385.866272,103.225807 365.155487,91.012474 359.243958,68.117348 
-	C355.389771,53.190273 358.205902,38.531433 363.367371,24.237307 
-	C366.867981,14.542739 372.591431,6.735234 381.827179,1.287534 
-	C385.692902,1.000000 389.385834,1.000000 393.539368,0.999999 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M472.444702,172.464951 
-	C486.449951,185.316879 493.501495,201.115891 493.230621,219.600952 
-	C492.773346,250.808380 468.152069,277.240997 438.747375,279.419617 
-	C413.861633,281.263428 389.800842,286.585388 366.118988,294.682556 
-	C332.851288,306.057281 295.764862,284.963226 288.118164,250.622971 
-	C283.216949,228.612320 288.781311,208.832733 304.553802,192.391800 
-	C307.385284,189.440338 310.989594,187.172638 314.436157,184.889801 
-	C316.638184,183.431290 317.311005,182.157669 316.961700,179.263702 
-	C314.934174,162.465164 317.168396,146.439163 327.766632,132.585571 
-	C331.496887,127.709602 335.409271,121.159866 342.894806,124.070282 
-	C347.240295,125.759819 349.632996,124.268829 352.846863,122.521957 
-	C355.813385,120.909531 357.719879,119.337151 357.898254,115.432831 
-	C358.089111,111.254898 361.778503,109.409042 365.560089,108.757492 
-	C387.160187,105.035896 405.886230,110.516220 421.604034,126.116150 
-	C429.154816,133.610275 433.954712,142.477356 436.523529,152.659302 
-	C437.272461,155.627792 438.553741,157.906693 441.852295,158.338562 
-	C453.393188,159.849609 463.301544,164.904449 472.444702,172.464951 
-M374.806335,126.375679 
-	C370.173706,127.719559 365.149200,126.533028 360.607330,128.659485 
-	C359.157623,129.338226 357.645782,128.700775 356.479980,127.590691 
-	C354.182922,125.403404 353.036713,126.448570 351.546173,128.775085 
-	C349.033966,132.696243 348.627319,137.493515 345.363220,141.168381 
-	C335.838318,151.891876 333.507690,164.683487 335.807556,178.517670 
-	C336.255951,181.214874 336.054810,183.747269 335.488190,186.406067 
-	C333.924164,193.745255 328.609192,197.795670 322.971466,201.868378 
-	C306.129364,214.035141 300.520721,235.953308 309.298615,254.355286 
-	C318.327026,273.282410 339.439545,283.580444 359.379242,276.950439 
-	C384.794250,268.499878 410.586884,262.981476 437.251770,260.564514 
-	C459.031281,258.590363 474.734314,239.757874 474.347198,218.012558 
-	C473.919647,193.998489 456.948120,179.733871 439.577148,176.938202 
-	C427.944916,175.066116 421.619507,168.601212 418.287170,157.465179 
-	C412.276886,137.379990 396.579712,126.313797 374.806335,126.375679 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M333.113281,31.899879 
-	C344.617462,44.198868 353.124786,57.868290 354.098358,74.612717 
-	C355.129639,92.350670 344.038422,110.929802 323.218597,116.222633 
-	C296.586182,122.993164 271.882690,103.628372 271.562256,76.109581 
-	C271.398804,62.068886 273.572388,48.713394 279.899994,36.117767 
-	C284.785431,26.392902 291.801514,19.350805 303.203766,18.290316 
-	C313.014099,17.377880 321.217133,21.384403 328.569672,27.456839 
-	C330.104218,28.724215 331.434601,30.238819 333.113281,31.899879 
-M291.076904,62.502411 
-	C289.725433,67.749565 289.985229,73.120628 290.465088,78.383026 
-	C291.580322,90.613556 302.262207,99.396042 314.600250,98.660866 
-	C325.521057,98.010139 335.518768,87.374695 335.598389,76.323227 
-	C335.683472,64.514656 321.275818,42.749695 310.328369,38.149014 
-	C305.577209,36.152328 302.136749,37.035389 299.017517,41.355125 
-	C294.641754,47.415051 292.456696,54.361816 291.076904,62.502411 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M171.940475,322.070496 
-	C154.921082,303.178589 157.024323,282.763885 168.388214,263.561859 
-	C173.973434,254.124313 180.668655,245.582886 190.126694,239.385620 
-	C206.353638,228.753143 222.372391,233.243378 231.470673,248.723740 
-	C241.804230,266.305908 245.905273,285.492188 239.578018,305.512177 
-	C231.261383,331.826752 198.929611,341.907532 176.592209,325.580444 
-	C175.119858,324.504242 173.658691,323.412750 171.940475,322.070496 
-M192.780182,312.871674 
-	C204.458984,318.299835 219.116241,310.238220 222.049164,299.009705 
-	C225.957443,284.047058 222.750793,269.986206 214.443954,257.219360 
-	C210.803955,251.625046 207.415085,251.232681 201.716339,254.707413 
-	C191.014832,261.232544 184.516266,271.229523 180.282150,282.636139 
-	C175.393051,295.807312 179.634003,305.935638 192.780182,312.871674 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M73.599136,279.204651 
-	C71.704895,272.179749 73.410027,265.833893 75.687515,259.854828 
-	C82.146591,242.897903 91.464668,227.962967 108.360283,219.479050 
-	C121.172752,213.045410 135.253952,216.991226 143.422379,228.851929 
-	C151.365677,240.385742 154.763855,253.367065 155.334854,267.191589 
-	C155.763580,277.571014 155.315018,287.757050 149.238785,296.859283 
-	C139.512009,311.430115 123.372482,318.491974 106.399155,315.223175 
-	C102.068443,314.389130 99.499382,311.411499 98.720612,307.069122 
-	C97.639534,301.041077 94.598663,298.720428 88.906189,299.994354 
-	C83.549995,301.193024 80.226265,298.294464 77.828789,294.295074 
-	C75.170090,289.859894 73.687904,284.910858 73.599136,279.204651 
-M92.176712,272.770050 
-	C90.120392,281.702087 99.122078,287.966827 97.613190,296.311340 
-	C104.544853,297.858459 111.061203,292.952759 117.743111,296.430054 
-	C118.463181,296.804779 119.714859,296.386810 120.643898,296.094727 
-	C127.760452,293.857452 133.504623,289.406860 135.282471,282.264587 
-	C139.020630,267.247070 136.511719,252.830429 127.864937,239.878555 
-	C124.267845,234.490540 120.319901,233.928955 115.021271,237.503220 
-	C102.728134,245.795761 95.223610,257.379456 92.176712,272.770050 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M482.703461,59.745571 
-	C495.982513,61.650131 502.451721,70.216209 506.264832,81.670670 
-	C511.117676,96.248329 512.749146,111.126732 509.270844,126.145912 
-	C504.161835,148.206528 480.207367,160.654541 458.510132,152.117371 
-	C443.877930,146.360062 435.781647,135.519684 434.478455,119.290733 
-	C433.290039,104.491745 440.167725,93.111618 448.076965,81.970276 
-	C452.892548,75.186790 458.602020,69.170891 465.871674,64.828369 
-	C470.945801,61.797318 476.292938,59.768661 482.703461,59.745571 
-M492.569641,113.166168 
-	C492.290344,102.974121 491.529785,92.851372 486.617371,83.624962 
-	C483.807587,78.347679 480.858490,77.507446 476.129150,80.801247 
-	C465.391998,88.279335 457.969055,98.464798 453.991821,110.811150 
-	C450.405731,121.943413 457.238129,133.391953 467.950836,135.536453 
-	C479.617157,137.871826 490.085541,130.338913 491.710785,118.458626 
-	C491.913544,116.976723 492.228149,115.510117 492.569641,113.166168 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M290.300568,354.785889 
-	C288.783173,367.647064 285.728912,379.550446 280.101654,390.832397 
-	C268.825745,413.439209 241.112350,418.914612 222.104935,405.637390 
-	C211.513412,398.238831 205.130524,381.864563 207.107880,369.291443 
-	C209.887955,351.614105 221.883011,341.768036 235.967499,333.639313 
-	C245.503662,328.135620 255.483536,324.240540 267.061584,324.451782 
-	C278.874786,324.667267 286.690186,332.496796 289.100037,342.999695 
-	C289.934357,346.635925 290.860687,350.456085 290.300568,354.785889 
-M266.025299,343.094604 
-	C250.168320,344.570740 237.891235,352.405090 228.399948,364.783661 
-	C225.735535,368.258575 224.857529,372.672485 225.673218,377.131470 
-	C227.274796,385.886536 233.226318,392.267426 240.913376,393.648743 
-	C249.625931,395.214355 257.344635,391.768921 262.170776,383.944824 
-	C267.877472,374.693237 270.587280,364.405670 271.423370,353.719543 
-	C271.725006,349.864288 272.011932,345.108124 266.025299,343.094604 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M289.770996,192.019424 
-	C268.455048,203.983719 241.560104,196.361465 230.804596,168.193100 
-	C226.187256,156.100433 223.448639,143.738800 224.723846,130.767014 
-	C225.768021,120.145340 232.775620,110.121201 245.626007,109.440903 
-	C253.867233,109.004608 261.307343,110.750862 268.714874,113.660057 
-	C281.474854,118.671371 292.711884,126.151878 300.853302,137.134003 
-	C312.062927,152.254913 309.923584,177.660858 292.121277,190.383209 
-	C291.445740,190.865982 290.768066,191.345734 289.770996,192.019424 
-M282.729614,144.782272 
-	C274.045776,136.685852 264.176361,130.676590 252.448685,128.240036 
-	C246.223221,126.946625 243.533508,129.096710 243.271759,135.291199 
-	C242.733109,148.038925 246.527115,159.634094 253.446915,170.175720 
-	C256.798309,175.281235 261.805573,178.333801 268.042511,178.641693 
-	C276.505432,179.059448 283.116821,175.487442 286.817749,167.920761 
-	C290.793671,159.791870 289.387024,152.056198 282.729614,144.782272 
-z"/>
-<path fill="#000000" opacity="1.000000" stroke="none" 
-	d="
-M2.981719,330.624420 
-	C3.469299,315.914185 4.234450,301.703766 12.419411,289.158325 
-	C20.108347,277.373199 34.715473,273.579742 46.325615,281.427185 
-	C64.180710,293.495697 76.525635,309.613647 80.078362,331.486633 
-	C82.664780,347.410400 69.277794,366.040131 51.659126,371.046875 
-	C28.319597,377.679382 4.147215,359.769440 3.631967,335.488342 
-	C3.600584,334.009430 3.296778,332.536316 2.981719,330.624420 
-M52.085789,312.415131 
-	C48.734608,308.058197 45.337826,303.726013 40.902565,300.397430 
-	C32.745247,294.275421 28.856056,295.316284 25.463673,304.870850 
-	C22.029230,314.543854 20.939116,324.525879 22.171757,334.793640 
-	C23.150904,342.949860 27.025640,348.828491 34.628159,352.010925 
-	C42.207897,355.183807 49.125015,353.348511 54.969864,348.124329 
-	C61.361965,342.410980 62.284939,334.992645 59.929329,327.058899 
-	C58.396729,321.897125 55.511456,317.404541 52.085789,312.415131 
-z"/>
-</svg>
\ No newline at end of file
--- a/mrjunejune/pages/resume.css	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,161 +0,0 @@
-:root {
-  --text: var(--black);
-  --graytext: var(--gray);
-  --lighttext: var(--lightgray);
-}
-
-.sub-header {
-  display: flex;
-  margin-top: 20px;
-  align-items: center;
-  gap: 5px;
-}
-
-.line {
-  flex-grow: 1;
-  border-bottom: 1px solid var(--darkgray);
-}
-
-.header-firstname-style {
-    font-size: 32pt;
-    font-family: "Roboto Light", sans-serif;
-    color: var(--graytext);
-}
-
-.header-lastname-style {
-    font-size: 32pt;
-    font-family: "Roboto", sans-serif;
-    font-weight: bold;
-    color: var(--text);
-}
-
-.header-position-style {
-    font-size: 7.6pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-variant: small-caps;
-    color: var(--awesome);
-}
-
-.header-address-style {
-    font-size: 8pt;
-    font-family: "Roboto", sans-serif;
-    font-style: italic;
-    color: var(--lighttext);
-}
-
-.header-social-style {
-    font-size: 10pt;
-    font-family: "Roboto", sans-serif;
-    color: var(--text);
-}
-
-.header-quote-style {
-    font-size: 9pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-style: italic;
-    color: var(--darktext);
-}
-
-.footer-style {
-    font-size: 8pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-variant: small-caps;
-    color: var(--lighttext);
-}
-
-.section-style {
-    font-size: 16pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-weight: bold;
-    color: var(--text);
-}
-
-.subsection-style {
-    font-size: 12pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-variant: small-caps;
-    color: var(--text);
-}
-
-.paragraph-style {
-    font-size: 9pt;
-    font-family: "Source Sans Pro Light", sans-serif;
-    color: var(--text);
-}
-
-.entry-title-style {
-    font-size: 10pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-weight: bold;
-    color: var(--darktext);
-}
-
-.entry-position-style {
-    font-size: 8pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-variant: small-caps;
-    color: var(--graytext);
-}
-
-.entry-date-style {
-    font-size: 8pt;
-    font-family: "Source Sans Pro Light", sans-serif;
-    font-style: italic;
-    color: var(--graytext);
-}
-
-.entry-location-style {
-    font-size: 9pt;
-    font-family: "Source Sans Pro Light", sans-serif;
-    font-style: italic;
-    color: var(--awesome);
-}
-
-.description-style {
-    font-size: 9pt;
-    font-family: "Source Sans Pro Light", sans-serif;
-    color: var(--text);
-}
-
-.subentry-title-style {
-    font-size: 8pt;
-    font-family: "Source Sans Pro", sans-serif;
-    color: var(--graytext);
-}
-
-.subentry-position-style {
-    font-size: 7pt;
-    font-family: "Source Sans Pro", sans-serif;
-    font-variant: small-caps;
-    color: var(--graytext);
-}
-
-.honor-title-style,
-.honor-position-style,
-.honor-date-style,
-.honor-location-style,
-.skill-type-style,
-.skill-set-style {
-    font-size: 9pt;
-    font-family: "Source Sans Pro", sans-serif;
-    color: var(--graytext);
-}
-
-.letter-section-style,
-.recipient-title-style,
-.letter-title-style,
-.letter-date-style,
-.letter-text-style,
-.letter-name-style,
-.letter-enclosure-style {
-    font-family: "Source Sans Pro", sans-serif;
-}
-
-.info {
-  text-align: center;
-}
-
-.flex-box {
-  display: flex;
-  justify-content: space-between;
-}
--- a/mrjunejune/pages/resume/index.html	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,237 +0,0 @@
-<!doctype html>
-<html lang="en">
-  <head>
-    {{/parts/base_head.html}}
-    <link rel="preload" href="resume.css" as="style" />
-    <link rel="stylesheet" href="resume.css" />
-  </head>
-  <body>
-    <main>
-      <div class="info">
-        <p><span class="header-firstname-style"> JUNTAE </span><span class="header-lastname-style">PARK</span><p>
-        <p class="header-position-style"> SOFTWARE ENGINEER </p>
-        <div class="header-address-style"> 
-          Bay Area, CA, USA
-        </div>
-        <div class="header-social-style">
-          <p> <a href="tel:+016505311728">(US) 650-531-1728</a> | <a href="tel:+014375808026">(CA) 437-580-8026</a> | <a href="mailto:[email protected]"> [email protected] </a>| <a href="https://github.com/mrjunejune"> 
-               <svg viewBox="0 0 16 16" aria-hidden="true" width="12" height="12">
-                 <path
-		 			fill="currentColor"
-		 			d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"
-                       ></path>
-               </svg> mrjunejune
-          </a>| <a href="https://www.linkedin.com/in/junepark"> 
-             <svg width="12" height="12" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
-               <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
-             </svg>
-            junepark
-            </a>
-          </p>
-        </div>
-      </div>
-
-      <div class="sub-header">
-        <h2 class="section-style"> Summary </h2>
-        <div class="line"></div>
-      </div>
-      <p class="paragraph-style">Software Engineer with 9 years of hands-on experience across diverse tech stacks, from early-stage startups to FANG-scale systems. Adept in designing and delivering robust software solutions using modern languages, frameworks, and cloud platforms. <br><br> Open to impactful work.</p>
-      <div class="sub-header">
-
-        <h2 class="section-style"> Skills </h2>
-        <div class="line"></div>
-      </div>
-      <div class="paragraph-style">
-        <p>
-          <span class="entry-title-style"> Programming Languages:</span>
-          <span class="skill-type-style"> TypeScript, Python, C/C++, Ruby, Java, MATLAB </span>
-        </p>
-        <p> 
-          <span class="entry-title-style">Tools & Platforms:</span>
-          <span class="skill-type-style">Bazel, PostgresSQL, Mercurial, Git, Pands, Raylib, XCode</span>
-        </p>
-        <p>
-          <span class="entry-title-style"> Web Frameworks: </span>
-          <span class="skill-type-style"> Django, Rails, React, Flask</span>
-        </p>
-        <p>
-          <span class="entry-title-style"> DevOp:</span>
-          <span class="skill-type-style"> Plummi, Heroku, DigitalOcean, AWS, Google Cloud </span>
-        </p>
-        <p>
-          <span class="entry-title-style"> Language:</span>
-          <span class="skill-type-style"> English, Korean, Japanese </span>
-        </p>
-      </div>
-
-      <!-- Experiences -->
-     <div class="sub-header">
-        <h2 class="section-style"> Experience </h2>
-        <div class="line"></div>
-      </div>
-      <div class="flex-box">
-        <p class="entry-title-style">
-          <a href="https://www.meta.com/">Meta</a>
-        </p>
-        <p class="entry-location-style">San Francisco, CA, USA</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">SOFTWARE ENGINEER</p>
-        <p class="entry-date-style">Oct, 2024 - Present</p>
-      </div>
-      <ul class="description-style">
-        <li>
-          Took initiative on Channel Value Rule, targeting the 16% of ad traffic with both app and web destinations to improve value attribution and ROI.
-        </li>
-        <li>
-          Built full-stack features using React and Hack/GraphQL, contributing to scalable, production-ready systems.
-        </li>
-        <li>
-          Partnered with data science to design A/B tests and analyze revenue impact of ads destination.
-        </li>
-        <li>
-          Proposed and implemented alpha improvements to internal testing infrastructure, reducing test time by 50% and enhancing developer velocity.
-        </li>
-      </ul>
-      <div class="flex-box">
-        <p class="entry-title-style">
-          <a href="https://www.wmg.com/">Warner Music Group</a>
-        </p>
-        <p class="entry-location-style">Toronto, ON, Canada</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">TECHNICAL LEAD ENGINEER</p>
-        <p class="entry-date-style">July, 2023 - Sept, 2024</p>
-      </div>
-      <ul class="description-style">
-        <li>
-          Implements <a href="https://bazel.build/">bazel </a>structure for the company for TypeScript and JavaScript code base for hermiticity and stablishing standards for JavaScript and
-        </li>
-        <li>
-          TypeScript testing and code structures.
-        </li>
-        <li>
-          Led a team of five engineers in building GraphQL endpoints for client-facing applications using Apollo and AppSync, supporting over 2000 RPS and auto scaling depending on request values.
-        </li>
-        <li>
-          Improved application response times by up to 85% for graphQL response by updating database schema and SQL queries, eliminating N+1 queries and lack of indexes.
-        </li>
-        <li>
-          Developed CI/CD pipelines for backend structures.
-        </li>
-        <li>
-          Designed infrastructure for pub/sub, caching, and media processing logic.
-        </li>
-      </ul>
-
-      <div class="flex-box">
-        <p class="entry-title-style">
-          <a href="https://www.google.com/">Google</a>
-        </p>
-        <p class="entry-location-style">Toronto, ON, Canada</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">SOFTWARE ENGINEER</p>
-        <p class="entry-date-style">Feb, 2022 - July 2023</p>
-      </div>
-      <ul class="description-style">
-        <li>
-          Implements and maintained new features relating to App Script across google workspace platform including Gmail, sheets, and Docs.</li>
-        <li>
-          Improved a response time and render time of App Script hover card components.</li>
-        <li>
-          Collaborated with a team of developers to ensure timely and accurate delivery of features.</li>
-        <li>
-          Conducted user testing and gathered feedback to iterate on features for optimal user experience.</li>
-      </ul>
-
-      <div class="flex-box">
-        <p class="entry-title-style">
-          <a href="https://www.everlywell.com/">Everlywell</a>
-        </p>
-        <p class="entry-location-style">Toronto, ON, Canada</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">SOFTWARE ENGINEER</p>
-        <p class="entry-date-style">December, 2020 - Jan, 2022</p>
-      </div>
-      <ul class="description-style">
-        <li>
-          Maintained Amazon amplify apps to create and deploy React web applications for companies such as <a href="https://brooklynnets.everlywell.com/">NBA</a>, <a href="https://tinder.everlywell.com/">Tinder</a>, and other companies for COVID-19 at-home test kits.</li>
-        <li>
-          Implemented a script that helps accurately access and refund unused covid test kits; helping company save up to 200,000 USD.</li>
-        <li>
-          Created several Rails controllers for internal purposes; mocking end to end user experience for QA, mass refund features for CX department, and more, ultimately reducing support tickets amount by 50 percent.</li>
-        <li>
-          Implemented an audit table to help debug problems and logged which process was responsible for the change of the record using PaperTrail gems</li>
-      </ul>
-
-      <div class="flex-box">
-        <p class="entry-title-style">
-          <a href="https://www.spiria.com/">Spiria</a>
-        </p>
-        <p class="entry-location-style">Oakville, ON, Canada</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">SOFTWARE ENGINEER</p>
-        <p class="entry-date-style">October, 2018 - October, 2020</p>
-      </div>
-      <ul class="description-style">
-        <li>
-          Constructed RESTful API endpoints in multiple different frameworks such as Django, Ruby on Rails, and Flask and automated API documentation process using swagger.
-        </li>
-        <li>
-          Designed custom rake tasks for importing production data into newly updated data structure to meet client's needs.
-        </li>
-        <li>
-          Maintained or updated staging/productions servers. Debugged problems in production postgres database using ssh and postgres console on Heroku or AWS servers
-        </li>
-        <li>
-          Collaborated in creating automation python scripts for websites and application using selenium covering for QA eliminating 80% of QA's manual work
-        </li>
-      </ul>
-
-      <div class="flex-box">
-        <p class="entry-title-style">
-          <a href="https://www.apexscore.ai/">Apex Score</a>
-        </p>
-        <p class="entry-location-style">Oakville, ON, Canada</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">SOFTWARE ENGINEER</p>
-        <p class="entry-date-style">September, 2019 - October, 2020</p>
-      </div>
-      <ul class="description-style">
-        <li>
-          Developed custom Shapley value regression model to calculate importance of independent variables of data sets using sklearn, pandas, and numpy.
-        </li>
-        <li>
-          Created custom image uploader to Amazon s3 bucket using boto3 library.
-        </li>
-        <li>
-          Built RESTful API application using Flask framework and automated extensive API documentation pages using flask-restplus, pytest, and swagger, covering 95% of the code base.
-        </li>
-        <li>
-          Created an interactive graph using D3.js in Vue.js with data from Flask backend API. 
-        </li>
-      </ul>
-
-     <div class="sub-header">
-        <h2 class="section-style"> Education </h2>
-        <div class="line"></div>
-      </div>
-      <div class="flex-box">
-        <p class="entry-title-style">
-          University of British Columbia
-        </p>
-        <p class="entry-location-style">Kelowna, British Columbia</p>
-      </div>
-      <div class="flex-box">
-        <p class="entry-position-style">BACHELOR OF SCIENCE IN PHYSICS</p>
-        <p class="entry-date-style">2014 - 2018</p>
-      </div>
-      <div id="footer"></div>
-    </main>
-    <script href="index.js"></script>
-  </body>
-</html>
--- a/mrjunejune/pages/resume/index.js	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-function loadComponent(ele, file_path)
-{
-  fetch(file_path)
-    .then(response => response.text())
-    .then(data => ele.innerHTML = data)
-}
-loadComponent(header, 'header.html');
-loadComponent(footer, 'footer.html');
--- a/mrjunejune/pages/tools/index.css	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-.title {
-  color: var(--darkgray);
-}
-
-.nav-list {
-  list-style: none;
-  padding: 0;
-}
-
-.nav-list li {
-  display: flex;
-  align-items: center;
-  margin-bottom: 20px;
-  cursor: pointer;
-  group; 
-}
-
-/* The Mini Sphere */
-.sphere {
-  width: 12px;
-  height: 12px;
-  border-radius: 50%;
-  margin-right: 15px;
-  background: var(--darkgray);
-  box-shadow: 0 0 10px rgba(68, 136, 255, 0.5);
-  transition: all 0.3s ease;
-  opacity: 0.5; /* Dim when not active */
-}
-
-/* The Text */
-.nav-list a {
-  color: var(--darkgray);
-  text-decoration: none;
-  font-size: 1.2rem;
-  transition: color 0.3s ease;
-}
-
-/* Hover Effects */
-.nav-list li:hover .sphere {
-  opacity: 1;
-  transform: scale(1.5);
-  box-shadow: 0 0 20px var(--awesome);
-  animation: pulse 1.5s infinite; /* Only pulses on hover */
-}
-
-.nav-list li:hover a {
-  color: var(--awesome);
-}
-
-/* Simple pulse animation for the list version */
-@keyframes pulse {
-  0% { box-shadow: 0 0 0 0 rgba(68, 136, 255, 0.7); }
-  70% { box-shadow: 0 0 0 10px rgba(68, 136, 255, 0); }
-  100% { box-shadow: 0 0 0 0 rgba(68, 136, 255, 0); }
-}
--- a/mrjunejune/pages/tools/index.html	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-<!doctype html>
-<html lang="en">
-  <head>
-    {{/parts/base_head.html}}
-    <link rel="stylesheet" href="/tools/index.css" />
-  </head>
-  <body>
-      {{/parts/header.html}}
-     <main>
-       <h1 class="title"> Tools </h1>
-       <ul class="nav-list">
-         <li><div class="sphere"></div><a href="/tools/markdown_to_html">MarkDown to HTML</a></li>
-       </ul>
-     </main>
-  </body>
-</html>
--- a/mrjunejune/pages/tools/markdown_to_html/index.css	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,183 +0,0 @@
-* {
-  margin: 0;
-  padding: 0;
-  box-sizing: border-box;
-}
-
-body {
-  line-height: 1.6;
-  padding: 20px;
-  max-width: 1200px;
-  margin: 0 auto;
-  background: rgb(var(--gray-light));
-}
-
-button {
-  background: var(--accent);
-  color: var(--white);
-  border: none;
-  padding: 10px 20px;
-  border-radius: 4px;
-  cursor: pointer;
-  font-size: 16px;
-  margin-top: 10px;
-}
-
-.title button {
-  margin-top: 0px;
-}
-
-button:hover {
-  background: var(--accent-dark);
-}
-
-h1 {
-  color: var(--darkgray);
-  margin-bottom: 20px;
-}
-
-textarea {
-  width: 100%;
-  height: 500px;
-  padding: 15px;
-  border: 1px solid rgb(var(--gray-light));
-  border-radius: 4px;
-  font-family: 'Courier New', monospace;
-  font-size: 14px;
-  resize: vertical;
-}
-
-.container {
-  display: grid;
-  grid-template-columns: 1fr 1fr;
-  gap: 20px;
-  margin-top: 20px;
-}
-
-.title {
-  display: grid;
-  place-items: center;
-  grid-template-columns: 1fr 1fr;
-  margin-bottom: 10px;
-}
-
-.panel {
-  background: var(--white);
-  border-radius: 8px;
-  padding: 20px;
-  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
-}
-
-#output {
-  min-height: 500px;
-  padding: 15px;
-  border: 1px solid rgb(var(--gray-light));
-  border-radius: 4px;
-  background: rgb(var(--gray-light));
-}
-
-#output h1, #output h2, #output h3, #output h4, #output h5, #output h6 {
-  margin: 20px 0 10px 0;
-  color: var(--darkgray);
-}
-
-#output h1 { font-size: 2em; }
-#output h2 { font-size: 1.5em; }
-#output h3 { font-size: 1.3em; }
-
-#output p {
-  margin: 10px 0;
-}
-
-#output ul, #output ol {
-  margin: 10px 0;
-  padding-left: 30px;
-}
-
-#output li {
-  margin: 5px 0;
-}
-
-#output code {
-  background: rgb(var(--gray-light));
-  padding: 2px 6px;
-  border-radius: 3px;
-  font-family: 'Courier New', monospace;
-  font-size: 0.9em;
-}
-
-#output pre {
-  background: #282c34;
-  color: #abb2bf;
-  padding: 15px;
-  border-radius: 4px;
-  overflow-x: auto;
-  margin: 10px 0;
-}
-
-#output pre code {
-  background: none;
-  color: inherit;
-  padding: 0;
-}
-
-#output blockquote {
-  border-left: 4px solid rgb(var(--gray-light));
-  padding-left: 15px;
-  margin: 10px 0;
-  color: var(--gray);
-  font-style: italic;
-}
-
-#output a {
-  color: var(--accent);
-  text-decoration: none;
-}
-
-#output a:hover {
-  text-decoration: underline;
-}
-
-#output hr {
-  border: none;
-  border-top: 2px solid rgb(var(--gray-light));
-  margin: 20px 0;
-}
-
-#output img {
-  max-width: 100%;
-  height: auto;
-}
-
-#output strong {
-  font-weight: bold;
-}
-
-#output em {
-  font-style: italic;
-}
-
-#output del {
-  text-decoration: line-through;
-}
-
-.header {
-  text-align: center;
-  margin-bottom: 30px;
-}
-
-.label {
-  font-weight: bold;
-  margin-bottom: 10px;
-  color: var(--gray);
-}
-
-.title .label {
-  margin-bottom: 0px;
-}
-
-@media (max-width: 768px) {
-  .container {
-    grid-template-columns: 1fr;
-  }
-}
--- a/mrjunejune/pages/tools/markdown_to_html/index.html	Thu Jan 01 12:56:14 2026 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,101 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Markdown to HTML Converter</title>
-    {{/parts/base_head.html}}
-    <link rel="stylesheet" href="markdown_to_html/index.css" />
-</head>
-<body>
-    {{/parts/header.html}}
-    <div class="header">
-        <h1>Markdown to HTML Converter</h1>
-    </div>
-    
-    <div class="container">
-        <div class="panel">
-            <div class="label">Markdown Input</div>
-            <textarea id="input" placeholder="Type your markdown here..."># Welcome to Markdown Converter
-
-## Features
-
-This converter supports:
-
-- **Bold text** and *italic text*
-- [Links](https://example.com)
-- `inline code`
-- ~~strikethrough~~
-
-### Lists
-
-1. Ordered lists
-2. Like this one
-3. With numbers
-
-- Unordered lists
-- Use dashes
-- Or asterisks
-
-### Code Blocks
-
-```
-function example() {
-    return "Hello World";
-}
-```
-
-### Blockquotes
-
-> This is a blockquote
-> It can span multiple lines
-
----
-
-### Images
-
-![Alt text](https://via.placeholder.com/150)
-
-**Try editing this text!**</textarea>
-        </div>
-        
-        <div class="panel">
-            <div class="title">
-              <div class="label">HTML Output</div>
-              <button id="copy"> Copy </button>
-            </div>
-            <div id="output"></div>
-        </div>
-    </div>
-
-    <script src="/markdown_to_html.js"></script>
-    <script>
-        function convert() {
-          output.innerHTML = '';
-          const markdown = input.value;
-          renderMarkdown(output, markdown);
-        }
-        input.addEventListener('input', convert);
-        
-        convert();
-
-        copy.addEventListener('click', () => {
-          const htmlBlob = new Blob([output.innerHTML], { type: 'text/html'});
-          const textBlob = new Blob([output.innerText], { type: 'text/plain'});
-          const data = [new ClipboardItem({
-            'text/html': htmlBlob,
-            'text/plain': textBlob
-          })];
-          navigator.clipboard.write(data).then(() => {
-            copy.textContent = "Copied!";
-            setTimeout(() => {
-              copy.textContent = "Copy";
-              copy.classList.remove('success');
-            }, 1000);
-          }).catch(err => {
-            console.error('Failed to copy: ', err);
-          });
-        });
-    </script>
-</body>
-</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/base.css	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,270 @@
+/* Base Colors */
+:root {
+  --white: #ffffff;
+  --black: hsl(224, 12%, 4%);
+  --darkgray: #333333;
+  --gray: #5d5d5d;
+  --lightgray: #999999;
+  --green: #c2e15f;
+  --orange: #fda333;
+  --purple: #d3a4f9;
+  --red: #fb4485;
+  --blue: #6ce0f1;
+  --darktext: #414141;
+  /* from astro */
+  --accent: #2337ff;
+  --accent-dark: #000d8a;
+  --gray: 96, 115, 159;
+  --gray-light: 229, 233, 240;
+  --gray-dark: 34, 41, 57;
+  --gray-gradient: rgba(var(--gray-light), 50%), #fff;
+  --box-shadow: 0 2px 6px rgba(var(--gray), 25%),
+    0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);
+  --awesome: #dc3522;
+  --main-width: 720px;
+}
+.dark {
+  --white: hsl(224, 10%, 10%);
+  --black: hsl(0, 0%, 90%);
+  --darkgray: #cccccc; /* Inverted */
+  --lightgray: #666666; /* Inverted */
+  --green: #3d1ea0; /* Complementary */
+  --orange: #025ccc; /* Complementary */
+  --purple: #2b5b06; /* Complementary */
+  --red: #04bb7a; /* Complementary */
+  --blue: #932f0e; /* Complementary */
+  --darktext: #bebebe; /* Inverted */
+  --text: var(--lightgray); /* Opposite of --darkgray */
+  --graytext: var(--lightgray); /* Opposite of --gray */
+  --lighttext: var(--darkgray); /* Opposite of --lightgray */
+  --awesome: #23cade; /* Complementary */
+
+  /* Opposite of Astro Colors */
+  --accent: #ffcc00; /* Complementary */
+  --accent-dark: #ffb275; /* Modified complementary */
+  --gray: 159, 140, 96; /* Inverted */
+  --gray-light: 26, 22, 15; /* Inverted */
+  --gray-dark: 221, 214, 198; /* Inverted */
+  --gray-gradient: rgba(26, 22, 15, 50%), #000; /* Adjusted */
+  --box-shadow: 0 -2px -6px rgba(159, 140, 96, 25%),
+    0 -8px -24px rgba(159, 140, 96, 33%), 0 -16px -32px rgba(159, 140, 96, 33%);
+}
+
+html {
+  background: var(--white);
+}
+
+/* fonts */
+@font-face {
+  font-family: "Atkinson";
+  src: url("/fonts/atkinson-regular.woff") format("woff");
+  font-weight: 400;
+  font-style: normal;
+}
+@font-face {
+  font-family: "Atkinson";
+  src: url("/fonts/atkinson-bold.woff") format("woff");
+  font-weight: 700;
+  font-style: normal;
+}
+/* Fonts */
+@font-face {
+  font-family: "Roboto";
+  src: url("/fonts/Roboto-Regular.ttf");
+}
+
+@font-face {
+  font-family: "Roboto Light";
+  src: url("/fonts/Roboto-Thin.ttf");
+}
+
+a {
+  color: inherit; /* blue colors for links too */
+  text-decoration: inherit; /* no underline */
+}
+
+body {
+  font-family: "Atkinson", sans-serif;
+  margin: 0;
+  padding: 0;
+  text-align: left;
+  background: var(--gray-gradient);
+  background-size: 100% 600px;
+  word-wrap: break-word;
+  overflow-wrap: break-word;
+  color: rgb(var(--gray-dark));
+  font-size: 20px;
+  line-height: 1.7;
+}
+
+main {
+  background: var(--white);
+  width: var(--main-width);
+  max-width: calc(100% - 2em);
+  margin: auto;
+  padding: 1em 1em;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+  margin: 0 0 0.5rem 0;
+  color: rgb(var(--black));
+  line-height: 1.2;
+}
+h1 {
+  font-size: 3.052em;
+}
+h2 {
+  font-size: 2.441em;
+}
+h3 {
+  font-size: 1.953em;
+}
+h4 {
+  font-size: 1.563em;
+}
+h5 {
+  font-size: 1.25em;
+}
+strong,
+b {
+  font-weight: 700;
+}
+p {
+  margin-bottom: 1em;
+}
+.prose p {
+  margin-bottom: 2em;
+}
+textarea {
+  width: 100%;
+  font-size: 16px;
+}
+input {
+  font-size: 16px;
+}
+table {
+  width: 100%;
+}
+img {
+  max-width: 100%;
+  height: auto;
+  border-radius: 8px;
+}
+code {
+  padding: 2px 5px;
+  background-color: rgb(var(--gray-light));
+  border-radius: 2px;
+}
+pre {
+  padding: 1.5em;
+  border-radius: 8px;
+}
+pre > code {
+  all: unset;
+}
+blockquote {
+  border-left: 4px solid var(--accent);
+  padding: 0 0 0 20px;
+  margin: 0px;
+  font-size: 1.333em;
+}
+hr {
+  border: none;
+  border-top: 1px solid rgb(var(--gray-light));
+}
+@media (max-width: 720px) {
+  body {
+    font-size: 18px;
+  }
+  main {
+    padding: 1em;
+  }
+}
+
+.sr-only {
+  border: 0;
+  padding: 0;
+  margin: 0;
+  position: absolute !important;
+  height: 1px;
+  width: 1px;
+  overflow: hidden;
+  /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
+  clip: rect(1px 1px 1px 1px);
+  /* maybe deprecated but we need to support legacy browsers */
+  clip: rect(1px, 1px, 1px, 1px);
+  /* modern browsers, clip-path works inwards from each corner */
+  clip-path: inset(50%);
+  /* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */
+  white-space: nowrap;
+}
+
+.center {
+  display: flex;
+  justify-content: center;
+}
+
+/* Auto dark mode based on system preference */
+@media (prefers-color-scheme: dark) {
+  :root:not(.light-mode) {
+    --white: hsl(224, 10%, 10%);
+    --black: hsl(0, 0%, 90%);
+    --darkgray: #cccccc;
+    --lightgray: #666666;
+    --green: #3d1ea0;
+    --orange: #025ccc;
+    --purple: #2b5b06;
+    --red: #04bb7a;
+    --blue: #932f0e;
+    --darktext: #bebebe;
+    --awesome: #23cade;
+    --accent: #ffcc00;
+    --accent-dark: #ffb275;
+    --gray: 159, 140, 96;
+    --gray-light: 26, 22, 15;
+    --gray-dark: 221, 214, 198;
+    --gray-gradient: rgba(26, 22, 15, 50%), #000;
+    --box-shadow: 0 -2px -6px rgba(159, 140, 96, 25%),
+      0 -8px -24px rgba(159, 140, 96, 33%), 0 -16px -32px rgba(159, 140, 96, 33%);
+  }
+}
+
+a {
+  text-decoration: underline;
+}
+
+a::before {
+  content: "";
+  display: inline-block;
+  width: 1em;
+  height: 1em;
+  margin-right: 8px;
+  vertical-align: middle;
+
+  /* This treats the paw like a stencil */
+  background-color: #FF69B4; /* Change your color here! (e.g., Hot Pink) */
+  -webkit-mask: url('/public/paw.svg') no-repeat center;
+  mask: url('/public/paw.svg') no-repeat center;
+  
+  /* Your 2D Animation */
+  animation: pawStep 0.6s ease-out forwards;
+}
+
+@keyframes pawStep {
+  0% { transform: scale(0); opacity: 0; }
+  100% { transform: scale(1); opacity: 1; }
+}
+
+a:hover::before {
+  animation: wiggle 0.4s ease-in-out infinite;
+}
+
+@keyframes wiggle {
+  0%, 100% { transform: rotate(-15deg); }
+  50% { transform: rotate(15deg); }
+}
Binary file mrjunejune/src/fonts/Roboto-Regular.ttf has changed
Binary file mrjunejune/src/fonts/Roboto-Thin.ttf has changed
Binary file mrjunejune/src/fonts/atkinson-bold.woff has changed
Binary file mrjunejune/src/fonts/atkinson-regular.woff has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/index.html	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,30 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <title> MrJuneJune </title>
+    <link rel="icon" type="image/svg+xml" href="/public/epi_all_colors.svg">
+
+    <link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin>
+    <link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin>
+    <link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin>
+    <link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin>
+
+    <link rel="preload" href="base.css" as="style" />
+    <link rel="stylesheet" href="base.css" />
+  </head>
+  <body>
+     {{/parts/header.html}}
+     <main>
+       <h1>Hi, I'm June</h1>
+
+       <p>But many people call me MrJuneJune. I'm a software engineer whoe code for fun on my free time. I also have a dog.</p>
+
+       <h2>Links</h2>
+       <ul>
+         <li><a href="https://zenbu.babocoder.com/file/tip">Repository</a> - Check out my code (MIT License)</li>
+         <li><a href="/resume">Resume</a> - My professional experience</li>
+         <li><a href="/tools">Tools</a> - Tools I use daily</li>
+       </ul>
+     </main>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/index.js	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,50 @@
+const THEME_STORAGE_KEY = 'theme-preference';
+// Get stored preference or detect system preference
+function getThemePreference()
+{
+  const stored = localStorage.getItem(THEME_STORAGE_KEY);
+  if (stored) {
+    return stored;
+  }
+  return 'auto';
+}
+
+function applyTheme(preference)
+{
+  const root = document.documentElement;
+
+  if (preference === 'light') {
+    root.classList.remove('dark', 'auto');
+    root.classList.add('light-mode');
+  } else if (preference === 'dark') {
+    root.classList.remove('light-mode', 'auto');
+    root.classList.add('dark');
+  } else {
+    // Auto - remove manual overrides and let CSS media query handle it
+    root.classList.remove('light-mode', 'dark');
+    root.classList.add('auto');
+  }
+}
+
+(function() {
+  const currentPreference = getThemePreference();
+  applyTheme(currentPreference);
+})();
+
+/* Toggle lights auto and dark */
+const toggle = document.querySelector('#themeToggle');
+toggle.addEventListener('click', function() {
+  let preference = getThemePreference();
+
+  // Cycle through: auto -> light -> dark -> auto
+  if (preference === 'auto') {
+    preference = 'light';
+  } else if (preference === 'light') {
+    preference = 'dark';
+  } else {
+    preference = 'auto';
+  }
+
+  localStorage.setItem(THEME_STORAGE_KEY, preference);
+  applyTheme(preference);
+});
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/parts/base_head.html	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,8 @@
+<link rel="preload" href="/fonts/Roboto-Regular.ttf" as="font" type="font/tff" crossorigin>
+<link rel="preload" href="/fonts/Roboto-Thin.ttf"as="font" type="font/tff" crossorigin>
+<link rel="preload" href="/fonts/atkinson-regular.woff" as="font" type="font/woff" crossorigin>
+<link rel="preload" href="/fonts/atkinson-bold.woff" as="font" type="font/woff" crossorigin>
+
+<link rel="preload" href="base.css" as="style" />
+<link rel="stylesheet" href="base.css" />
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/parts/header.html	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,141 @@
+<style>
+  :root {
+    --header-background: var(--white);
+    --header-color: rgb(var(--black));
+    --link-hover-accent: var(--awesome);
+  }
+
+  /* Fixed icon in top left corner */
+  #themeToggle {
+    position: fixed;
+    top: 20px;
+    left: 20px;
+    background: var(--header-background);
+    display: flex;
+    align-items: center;
+    border-radius: 50%;
+    cursor: pointer;
+    z-index: 1000;
+    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
+    transition: transform 0.2s ease;
+  }
+
+  #themeToggle:hover {
+    transform: scale(1.05);
+  }
+
+  /* Professional header */
+  header {
+    margin: auto;
+    padding: 1.5em 1em;
+    background: var(--header-background);
+    color: var(--header-color);
+    font-family: "Atkinson", sans-serif;
+    box-shadow: 0 2px 8px rgba(var(--black), 5%);
+    width: 720px;
+    max-width: calc(100% - 2em);
+    text-align: center;
+  }
+
+  header h1 {
+    margin: 0;
+    font-size: 1.8em;
+    font-weight: 700;
+    letter-spacing: -0.5px;
+  }
+
+  header h1 a {
+    text-decoration: none;
+    color: var(--header-color);
+  }
+
+  header h1 a::before {
+    display: none;
+  }
+
+  /* Mobile responsiveness */
+  @media (max-width: 720px) {
+    #themeToggle {
+      top: 15px;
+      left: 15px;
+    }
+
+    header {
+      padding: 1em;
+    }
+
+    header h1 {
+      font-size: 1.5em;
+    }
+  }
+
+  @media (max-width: 480px) {
+    #themeToggle {
+      top: 10px;
+      left: 10px;
+    }
+
+    #themeToggle img {
+      height: 40px;
+      width: 40px;
+    }
+
+    header h1 {
+      font-size: 1.3em;
+    }
+  }
+
+  #logo {
+    width: 300px;
+  }
+
+  /* 1. DEFINE THE DEFAULTS (Light Mode) */
+  :root {
+    --logo-invert: invert(0);
+    --epi-grayscale: grayscale(0) brightness(1);
+  }
+  
+  /* 2. MANUAL DARK OVERRIDE */
+  html.dark {
+    --logo-invert: invert(1);
+    --epi-grayscale: grayscale(1);
+  }
+  
+  /* 3. MANUAL LIGHT OVERRIDE */
+  html.light-mode {
+    --logo-invert: invert(0);
+    --epi-grayscale: brightness(2.9) grayscale(1);
+  }
+  
+  /* 4. SYSTEM PREFERENCE */
+  @media (prefers-color-scheme: dark) {
+    :root:not(.light-mode) {
+      --logo-invert: invert(1);
+    }
+  }
+  
+  /* 5. APPLY TO ELEMENTS */
+  #logo {
+    -webkit-filter: var(--logo-invert);
+    filter: var(--logo-invert);
+    transition: filter 0.3s ease;
+  }
+  
+  .epi-logo {
+    -webkit-filter: var(--epi-grayscale);
+    filter: var(--epi-grayscale);
+    transition: filter 0.3s ease;
+  }
+</style>
+
+<div id="themeToggle">
+  <img id="epiChan" class="epi-logo" aria-label="Toggle dark mode" src="/public/epi_all_colors.svg" height="50" width="50">
+</div>
+
+<header>
+  <h1>
+    <a href="/"><img id="logo" src="/public/logo_white.png"> </a>
+  </h1>
+</header>
+<script src="index.js"></script>
+
Binary file mrjunejune/src/public/dog.glb has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/public/dog.js	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,242 @@
+// -- Dog -- //
+const SCREEN_WIDTH = 800;
+const SCREEN_HEIGHT = 600;
+const PIXEL_SIZE = 3;
+const FRAME = 60;
+
+const dog = document.getElementById("epi3D");
+dog.width = SCREEN_WIDTH;
+dog.height = SCREEN_HEIGHT;
+const ctx = dog.getContext("2d");
+
+function drawBackground() {
+  ctx.fillStyle = "black";
+  ctx.fillRect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
+}
+
+function drawPixel({x, y}) {
+  ctx.fillStyle = "blue";
+  ctx.fillRect(x * SCREEN_WIDTH, y * SCREEN_HEIGHT, PIXEL_SIZE, PIXEL_SIZE);
+}
+
+function normalize({x, y}) {
+  return {
+    x: ((x + 1) / 2),
+    y: (1 - ((y + 1) / 2)),
+  }
+}
+
+function threeDtotwoD({x, y, z}) {
+  return {
+    x: x/z,
+    y: y/z
+  }
+}
+
+function drawLine(point1, point2) {
+  ctx.beginPath();
+  ctx.moveTo(point1.x * SCREEN_WIDTH, point1.y * SCREEN_HEIGHT);
+  ctx.lineTo(point2.x * SCREEN_WIDTH, point2.y * SCREEN_HEIGHT);
+  ctx.lineWidth = 3;
+  ctx.strokeStyle = "red";
+  ctx.stroke();
+}
+
+let points = [];
+let vertices = [];
+
+async function loadXYZModel(filepath) {
+  try {
+    const response = await fetch(filepath);
+    const xyzContent = await response.text();
+    // return parseXYZFile(xyzContent);
+    return parseSmartSTL(xyzContent);
+  } catch (error) {
+    console.error('Error loading XYZ file:', error);
+    return null;
+  }
+}
+
+function downsamplePoints(points, gridSize = 0.2) {
+  const grid = new Map();
+  
+  for (const point of points) {
+    // Create grid cell key
+    const cellX = Math.floor(point.x / gridSize);
+    const cellY = Math.floor(point.y / gridSize);
+    const cellZ = Math.floor(point.z / gridSize);
+    const key = `${cellX},${cellY},${cellZ}`;
+    
+    // Keep first point in each cell (or you could average them)
+    if (!grid.has(key)) {
+      grid.set(key, point);
+    }
+  }
+  
+  return Array.from(grid.values());
+}
+
+async function initModel() {
+  const model = await loadXYZModel('/public/dog.xyz');
+  
+  if (model) {
+    const normalizedPoints = normalizePoints(model.points, 1.0);
+    points = downsamplePoints(normalizedPoints, 0.1); // grid method
+
+    vertices = model.vertices;
+    for (let i = 0; i < points.length - 1; i++) {
+      vertices.push([i, i + 1]);
+    }
+    
+    // Start the animation after loading
+    drawAnimation();
+  } else {
+    console.error('Failed to load model');
+  }
+}
+
+function parseSmartSTL(stlString) {
+  const lines = stlString.split('\n');
+  const points = [];
+  const vortexs = [];
+  
+  let currentNormal = "";
+  let tempVertices = [];
+
+  lines.forEach((line) => {
+    const trimmed = line.trim();
+
+    // 1. Detect the "Angle" (Normal)
+    if (trimmed.startsWith('facet normal')) {
+      const normal = trimmed.replace('facet normal ', '');
+      // Only care if the normal is different from the last one (it's a new angle)
+      // Or just keep them all for now and we'll filter by position
+      currentNormal = normal;
+      tempVertices = [];
+    }
+
+    // 2. Grab the vertices
+    if (trimmed.startsWith('vertex')) {
+      const parts = trimmed.split(/\s+/);
+      tempVertices.push({
+        x: parseFloat(parts[1]),
+        y: parseFloat(parts[2]),
+        z: parseFloat(parts[3])
+      });
+    }
+
+    // 3. When the triangle ends, connect them
+    if (trimmed.startsWith('endloop')) {
+      const startIndex = points.length;
+      points.push(...tempVertices);
+      
+      // Create a triangle connection (vortex)
+      vortexs.push([startIndex, startIndex + 1, startIndex + 2]);
+    }
+  });
+
+  return { points, vortexs };
+}
+
+// Usage:
+// const { points, vortexs } = parseSmartSTL(yourStlString);
+
+initModel();
+
+function parseXYZFile(xyzFileContent) {
+  const lines = xyzFileContent.trim().split('\n').filter(line => line.trim());
+  
+  const points = lines.map(line => {
+    const coords = line.trim().split(/\s+/).map(Number);
+    return {
+      x: coords[0],
+      y: coords[1],
+      z: coords[2]
+    };
+  });
+  
+  return { points };
+}
+
+function normalizePoints(points, scale = 1.0) {
+  const xs = points.map(p => p.x);
+  const ys = points.map(p => p.y);
+  const zs = points.map(p => p.z);
+  
+  const minX = Math.min(...xs), maxX = Math.max(...xs);
+  const minY = Math.min(...ys), maxY = Math.max(...ys);
+  const minZ = Math.min(...zs), maxZ = Math.max(...zs);
+  
+  const centerX = (minX + maxX) / 2;
+  const centerY = (minY + maxY) / 2;
+  const centerZ = (minZ + maxZ) / 2;
+  
+  const rangeX = maxX - minX;
+  const rangeY = maxY - minY;
+  const rangeZ = maxZ - minZ;
+  const maxRange = Math.max(rangeX, rangeY, rangeZ);
+  
+  return points.map(p => ({
+    x: ((p.x - centerX) / maxRange) * scale,
+    y: ((p.y - centerY) / maxRange) * scale,
+    z: ((p.z - centerZ) / maxRange) * scale
+  }));
+}
+
+function rotate_xz({x, y, z}, angle) {
+  return {
+    x: x * Math.cos(angle) - z * Math.sin(angle),
+    y: y,
+    z: x * Math.sin(angle) + z * Math.cos(angle),
+  }
+}
+
+function move_point(point, { x, y, z}) {
+  return {
+    ...point,
+    x: point.x + x,
+    y: 1 - (point.y + y),
+    z: point.z + z
+  }
+}
+
+function move_z(point, dz) {
+  return {...point, z: point.z + dz}
+}
+
+let dz = 0;
+let dt = 1/FRAME;
+let angle = 0;
+
+function drawAnimation() {
+  drawBackground();
+  // dz += 1 * dt;
+  angle += 1 * Math.PI * dt;
+
+  for (const point of points) {
+    drawPixel(
+        threeDtotwoD(
+          move_point(rotate_xz(point, angle), { x: 0.7, y: 0.5, z: 1.5})
+        )
+    );
+  } 
+
+  for (const vertex of vertices) {
+    for (let i = 0; i < vertex.length - 1; i++) {
+      const point1 = normalize(
+        threeDtotwoD(
+          move_point(rotate_xz(points[vertex[i]], angle), { x: 0.7, y: 0.5, z: 1.5})
+        )
+      );
+      const point2 = normalize(
+        threeDtotwoD(
+          move_point(rotate_xz(points[vertex[i + 1]], angle), { x: 0.7, y: 0.5, z: 1.5})
+        )
+      );
+      drawLine(point1, point2);
+    }
+  }
+  
+  setTimeout(() => drawAnimation(), 1000/60);
+}
+drawAnimation();
Binary file mrjunejune/src/public/dog.stl has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/public/dog.xyz	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,4980 @@
+-0.09751702 -0.30844843 0.49967507
+-0.1000822 -0.30849591 0.49963602
+-0.09757286 -0.31074524 0.49934331
+-0.1000822 -0.30849591 0.49963602
+-0.10037657 -0.31136766 0.49851012
+-0.09757286 -0.31074524 0.49934331
+-0.00776479 0.14802413 0.44054258
+-0.00537906 0.15562195 0.44396445
+-0.01505946 0.15250458 0.44250393
+0.0055691 0.15290436 0.44360653
+0.00626559 0.15945759 0.44667095
+0.01269414 0.1552085 0.44549254
+0.0143068 0.16148974 0.44926506
+0.00369192 0.16579165 0.4497779
+-0.01189241 0.12024436 0.42928314
+-0.02111787 0.11027785 0.42623261
+-0.00790513 0.11257341 0.42659354
+-0.00621308 0.13594687 0.4356536
+-0.00338239 0.1426798 0.43862519
+-0.01352114 0.13924973 0.4363158
+-0.00782502 0.16360612 0.44732824
+-0.0099073 0.17274912 0.45256698
+-0.01371655 0.16565165 0.44714174
+-0.02062716 0.14998282 0.44114557
+-0.01678643 0.15950678 0.44582361
+0.01176378 0.14761928 0.44171733
+0.00383072 0.14406838 0.43967938
+-0.00437945 0.16954477 0.45087856
+-0.0020222 0.16365279 0.44820696
+-0.02087373 0.14285818 0.43687615
+0.01151573 0.13872209 0.43793935
+-0.00075946 0.17474429 0.45413294
+-0.00285659 0.1812502 0.45690489
+0.02184567 0.13996513 0.43817526
+0.01820651 0.15123138 0.44360605
+-0.02071949 0.13298312 0.43352371
+0.00105044 0.13294962 0.4348895
+-0.0119249 0.12686688 0.43152872
+0.01681031 0.12576339 0.43200767
+0.01731692 0.12061195 0.42916253
+0.02336551 0.12451085 0.42963988
+0.02439145 0.11944689 0.42451739
+0.00356798 0.11912986 0.42924088
+0.02184778 0.11393296 0.42455968
+0.01874837 0.10704934 0.42210916
+0.00581852 0.10475933 0.42418629
+0.01529023 0.13198528 0.43532252
+0.02276673 0.13256568 0.43366146
+0.02342947 0.11023868 0.42193004
+-0.01760901 0.10609403 0.42406562
+-0.02077627 0.12299064 0.43013945
+0.0104855 0.17023356 0.45292693
+0.0056316 0.17797551 0.45887342
+0.00223912 0.18214142 0.45963681
+-0.00117061 0.18210739 0.46007839
+-0.00285659 0.1812502 0.45690489
+0.00328934 0.17787506 0.45648953
+0.00223912 0.18214142 0.45963681
+0.24584746 -0.29984975 -0.08977027
+0.240163 -0.29613104 -0.10289989
+0.24582902 -0.29437253 -0.08706266
+0.24582902 -0.29437253 -0.08706266
+0.24543494 -0.2976068 -0.08254242
+0.24584746 -0.29984975 -0.08977027
+0.24271886 -0.30032286 -0.07410264
+0.24094287 -0.2764734 -0.08339088
+0.24143839 -0.29289544 -0.06323652
+0.24143262 -0.29691961 -0.06065674
+0.23363061 -0.29389128 -0.11815885
+0.23365374 -0.30162558 -0.12223478
+0.23954283 -0.30112529 -0.10576437
+0.24094287 -0.2764734 -0.08339088
+0.23386472 -0.25337598 -0.07900826
+0.23312251 -0.26673684 -0.05230613
+0.23714015 -0.28942171 -0.04224034
+0.23624827 -0.29992151 -0.03736738
+0.23763727 -0.29526898 -0.0365175
+0.23392205 -0.29494634 -0.0101362
+0.23326962 -0.29730952 -0.00500919
+0.23293661 -0.30006734 -0.01301098
+0.22939268 -0.30283359 -0.13438937
+0.22789072 -0.27624935 -0.11665696
+0.22436751 -0.24406494 -0.09591948
+0.23386472 -0.25337598 -0.07900826
+0.22745995 -0.23197006 -0.07571153
+0.22865841 -0.24424502 -0.06045549
+0.23386472 -0.25337598 -0.07900826
+0.23312251 -0.26673684 -0.05230613
+0.22271895 -0.26186597 0.00344023
+0.23714015 -0.28942171 -0.04224034
+0.23392205 -0.29494634 -0.0101362
+0.22271895 -0.26186597 0.00344023
+0.23092172 -0.29127505 0.00603717
+0.22945033 -0.29967645 0.03053241
+0.2288927 -0.29559845 0.036116
+0.21970858 -0.28714937 -0.14989208
+0.22322458 -0.30365592 -0.15183102
+0.22745995 -0.23197006 -0.07571153
+0.22246203 -0.21515799 -0.07236265
+0.22865841 -0.24424502 -0.06045549
+0.22745995 -0.23197006 -0.07571153
+0.22197321 -0.25139153 -0.01049254
+0.22209692 -0.27175906 0.03025171
+0.22456345 -0.29952344 0.07818194
+0.2251198 -0.29137439 0.05877259
+0.22493462 -0.2959882 0.07258287
+0.21059015 -0.27296707 -0.16097224
+0.21522017 -0.25617406 -0.13196258
+0.22133555 -0.22116567 -0.05498326
+0.22197321 -0.25139153 -0.01049254
+0.22092457 -0.29930952 0.11090726
+0.21473943 -0.30487663 -0.17801689
+0.20867053 -0.20594789 -0.10047881
+0.22246203 -0.21515799 -0.07236265
+0.21817496 -0.28777835 0.10101938
+0.21787122 -0.28874236 0.11288125
+0.21774757 -0.29375842 0.12029649
+0.21751624 -0.29789409 0.12217999
+0.20952792 -0.28384387 -0.17644383
+0.20121293 -0.2494673 -0.16212875
+0.21791016 -0.20154776 -0.07010425
+0.2125259 -0.18364102 -0.06622741
+0.21459465 -0.19817507 -0.05337383
+0.21791016 -0.20154776 -0.07010425
+0.21274938 -0.22050713 -0.00948043
+0.21343631 -0.23351373 0.00947746
+0.21189277 -0.2509602 0.05665282
+0.21533202 -0.2771624 0.09725392
+0.21042398 -0.25446725 0.07834595
+0.21533202 -0.2771624 0.09725392
+0.21817496 -0.28777835 0.10101938
+0.2251198 -0.29137439 0.05877259
+0.21787122 -0.28874236 0.11288125
+0.21543746 -0.28627193 0.11707634
+0.21425904 -0.28570104 0.13423355
+0.21562535 -0.29184416 0.12867901
+0.21774757 -0.29375842 0.12029649
+0.21425904 -0.28570104 0.13423355
+0.21562535 -0.29184416 0.12867901
+0.20873408 -0.18466894 -0.07845517
+0.2125259 -0.18364102 -0.06622741
+0.20231958 -0.19519968 0.00659247
+0.2031776 -0.21967903 0.04766334
+0.21098597 -0.26292226 0.10995028
+0.21032743 -0.27311069 0.12009032
+0.21098597 -0.26292226 0.10995028
+0.21102998 -0.27780598 0.14789604
+0.21063319 -0.29774824 0.13537577
+0.21751624 -0.29789409 0.12217999
+0.20549612 -0.22398323 -0.12615949
+0.20549344 -0.16006072 -0.06050717
+0.20549344 -0.16006072 -0.06050717
+0.19860047 -0.16705669 -0.016173
+0.20328639 -0.22613277 0.06483657
+0.20610805 -0.24183077 0.091057
+0.20429219 -0.23767999 0.10777995
+0.20429219 -0.23767999 0.10777995
+0.21032743 -0.27311069 0.12009032
+0.21098597 -0.26292226 0.10995028
+0.20428255 -0.25728205 0.12429224
+0.20658566 -0.26678076 0.16536276
+0.21102998 -0.27780598 0.14789604
+0.21425904 -0.28570104 0.13423355
+0.20446351 -0.29559213 0.15116943
+0.2043457 -0.29663134 0.15008539
+0.20658566 -0.26678076 0.16536276
+0.2003908 -0.29681697 -0.21596764
+0.20752218 -0.30570814 -0.20050979
+0.19969553 -0.30664998 -0.22629812
+0.20121728 -0.28173479 -0.19905643
+0.20000988 -0.26002812 -0.17634079
+0.20111448 -0.18961094 -0.10323669
+0.19996984 -0.15063059 -0.066199
+0.20143822 -0.14806944 -0.0577539
+0.19898155 -0.17594808 -0.00603341
+0.19992113 -0.24222964 0.12311763
+0.20428255 -0.25728205 0.12429224
+0.20170315 -0.25134987 0.13824907
+0.19599535 -0.26887923 -0.19790781
+0.19899242 -0.21264017 -0.13079903
+0.19705419 -0.13347849 -0.05514821
+0.20143822 -0.14806944 -0.0577539
+0.19839014 -0.15013063 -0.03735869
+0.19820602 -0.19723947 0.03840056
+0.19647595 -0.20809932 0.1037639
+0.19896704 -0.24601319 0.17263731
+0.20658566 -0.26678076 0.16536276
+0.20170315 -0.25134987 0.13824907
+0.20310223 -0.25790057 0.17980365
+0.19963971 -0.24801186 0.19652916
+0.19850479 -0.24334408 0.2024402
+0.19198568 -0.30690685 -0.24898687
+0.18826437 -0.29350963 -0.2491716
+0.18979278 -0.27995867 -0.23167735
+0.1899098 -0.23340477 -0.17173788
+0.18747872 -0.2464817 -0.19228488
+0.19146751 -0.19931194 -0.13444667
+0.19261689 -0.17321528 -0.10624816
+0.19145294 -0.14929882 -0.08563268
+0.19453686 -0.12906729 -0.0585539
+0.19564176 -0.1253961 -0.05342172
+0.19705419 -0.13347849 -0.05514821
+0.19564176 -0.1253961 -0.05342172
+0.19484916 -0.12942843 -0.04108902
+0.19527893 -0.13835479 -0.0336393
+0.1911501 -0.14179483 -0.00045183
+0.19614331 -0.17867619 0.01913096
+0.19509009 -0.19669975 0.07146104
+0.19270594 -0.21991159 0.12442089
+0.19992113 -0.24222964 0.12311763
+0.1893492 -0.21664155 0.14291577
+0.1893492 -0.21664155 0.14291577
+0.19377585 -0.23071986 0.14930682
+0.19391927 -0.23231678 0.16617744
+0.18837573 -0.27884269 0.19679949
+0.19592525 -0.29617015 0.16843034
+0.20310223 -0.25790057 0.17980365
+0.18535227 -0.20732799 0.19240072
+0.1855852 -0.20544226 0.20993561
+0.19495679 -0.22984108 0.21898463
+0.18558794 -0.26669341 -0.22577353
+0.18914041 -0.12165932 -0.06313645
+0.18919685 -0.12802726 -0.06859886
+0.19564176 -0.1253961 -0.05342172
+0.18914041 -0.12165932 -0.06313645
+0.1936335 -0.12587953 -0.04166197
+0.1936335 -0.12587953 -0.04166197
+0.19161607 -0.12848398 -0.02020292
+0.18931046 -0.13117236 0.00026378
+0.18644793 -0.13751027 0.02914386
+0.18694083 -0.15918271 0.06183606
+0.18642172 -0.16501395 0.08009553
+0.19084437 -0.18699789 0.10074174
+0.18914287 -0.29574412 0.18308681
+0.19963971 -0.24801186 0.19652916
+0.19850479 -0.24334408 0.2024402
+0.18316028 -0.26254672 0.22060502
+0.19495679 -0.22984108 0.21898463
+0.18420102 -0.30746648 -0.27439764
+0.17655765 -0.2395937 -0.21309769
+0.1873018 -0.13262589 -0.07811547
+0.18593577 -0.13437563 0.02407093
+0.18723325 -0.17297444 0.09889298
+0.1880172 -0.20641154 0.12781999
+0.18411714 -0.17295232 0.1123518
+0.18561293 -0.20889378 0.17068857
+0.18400791 -0.29542291 0.19386493
+0.19036284 -0.2128014 0.23916416
+0.18187232 -0.24299033 0.23695275
+0.1824495 -0.2937192 -0.26825631
+0.18012483 -0.27651408 -0.25820956
+0.17506953 -0.24786587 -0.23106259
+0.17107947 -0.14469692 -0.1247002
+0.17931542 -0.13693099 -0.09905
+0.18173251 -0.13049059 -0.08627351
+0.18207987 -0.11665484 -0.07247297
+0.18207987 -0.11665484 -0.07247297
+0.17521393 -0.11481579 -0.06004535
+0.17134082 -0.11854283 -0.02429034
+0.19161607 -0.12848398 -0.02020292
+0.18931046 -0.13117236 0.00026378
+0.1749662 -0.12627639 0.0086951
+0.18593577 -0.13437563 0.02407093
+0.18516403 -0.1378163 0.04129848
+0.18352139 -0.14088993 0.06259868
+0.18360314 -0.14428264 0.06755415
+0.18360314 -0.14428264 0.06755415
+0.18252496 -0.14961638 0.08805081
+0.18694083 -0.15918271 0.06183606
+0.18252496 -0.14961638 0.08805081
+0.1826809 -0.15130462 0.09597053
+0.18345205 -0.18724926 0.12945643
+0.1880172 -0.20641154 0.12781999
+0.18086749 -0.1918719 0.15957317
+0.1893492 -0.21664155 0.14291577
+0.18086749 -0.1918719 0.15957317
+0.17841896 -0.29517019 0.20647518
+0.18366843 0.11725514 0.21155067
+0.18609631 0.10857732 0.21320163
+0.184214 0.11175118 0.20962092
+0.17978849 0.12778819 0.21681218
+0.1860754 0.10243016 0.21693358
+0.18474486 0.09960027 0.21438296
+0.18104975 0.11186008 0.22418804
+0.18474457 0.10375018 0.22113706
+0.18017824 -0.18112907 0.25846356
+0.18829006 -0.20464154 0.24962105
+0.18649405 -0.19740388 0.25887972
+0.18315338 -0.18578266 0.27534509
+0.17706284 -0.22779618 -0.19357353
+0.17597687 -0.21341567 -0.18169217
+0.18516403 -0.1378163 0.04129848
+0.18201897 -0.14215095 0.07325925
+0.18201897 -0.14215095 0.07325925
+0.18167655 -0.14447899 0.08974352
+0.18201897 -0.14215095 0.07325925
+0.17602207 -0.14178242 0.08766952
+0.18167655 -0.14447899 0.08974352
+0.18167655 -0.14447899 0.08974352
+0.17602207 -0.14178242 0.08766952
+0.18187171 -0.14327724 0.09434489
+0.17843927 -0.14349562 0.11358753
+0.17937718 -0.14814813 0.1121291
+0.17850222 -0.13588163 0.09945828
+0.1765117 -0.15697929 0.13757601
+0.18106259 -0.18793491 0.1472289
+0.18345205 -0.18724926 0.12945643
+0.1774793 -0.17200463 0.15101874
+0.18106259 -0.18793491 0.1472289
+0.18032785 -0.19227207 0.18047507
+0.17707078 -0.17966796 0.21653305
+0.18006067 0.12917335 0.20345469
+0.17623872 0.10284726 0.20226435
+0.17623872 0.10284726 0.20226435
+0.18474486 0.09960027 0.21438296
+0.17950067 0.091819 0.21024989
+0.17928222 0.08627599 0.22603565
+0.17335339 0.08191707 0.21425323
+0.17732498 -0.17769222 0.23616758
+0.17531851 0.12500459 0.23042035
+0.17928222 0.08627599 0.22603565
+0.17744695 0.09328009 0.23175626
+0.18104975 0.11186008 0.22418804
+0.17434303 0.10462356 0.24379951
+0.18474457 0.10375018 0.22113706
+0.17744695 0.09328009 0.23175626
+0.19036284 -0.2128014 0.23916416
+0.18829006 -0.20464154 0.24962105
+0.1750924 -0.22116455 0.26781499
+0.18649405 -0.19740388 0.25887972
+0.17909025 -0.17302172 0.29275924
+0.18315338 -0.18578266 0.27534509
+0.17550559 -0.18721405 0.29276612
+0.17909025 -0.17302172 0.29275924
+0.17887065 -0.17219913 0.29526195
+0.1730261 -0.30816513 -0.31448933
+0.1669521 -0.28709313 -0.31596336
+0.1784029 -0.30775833 -0.29463798
+0.16563098 -0.25349793 -0.27307713
+0.16605443 -0.17636132 -0.16619404
+0.15962128 -0.14808311 -0.15206702
+0.17304754 -0.10956244 -0.08348031
+0.1544362 -0.12458388 0.04803509
+0.18352139 -0.14088993 0.06259868
+0.17850222 -0.13588163 0.09945828
+0.1686689 -0.12430781 0.13150875
+0.17843927 -0.14349562 0.11358753
+0.17365113 -0.1504349 0.14443535
+0.17264664 -0.15717173 0.16466297
+0.17213632 -0.16154522 0.18414608
+0.17494132 -0.17416798 0.19831043
+0.1708235 0.11765104 0.18846916
+0.18006067 0.12917335 0.20345469
+0.184214 0.11175118 0.20962092
+0.17412969 0.14604479 0.21740219
+0.17602029 0.14318924 0.19684179
+0.17950067 0.091819 0.21024989
+0.17483167 0.08495741 0.20639254
+0.17144354 -0.29477656 0.2233088
+0.17380488 0.07608838 0.23160316
+0.17335339 0.08191707 0.21425323
+0.16795458 -0.28570196 0.23764828
+0.17103735 0.083893 0.23956816
+0.17531851 0.12500459 0.23042035
+0.17514165 -0.16826734 0.26912546
+0.17221664 -0.2050911 0.28595951
+0.17516406 -0.16758853 0.28072557
+0.17224267 -0.16564439 0.284219
+0.17611609 -0.16958655 0.29865968
+0.17887065 -0.17219913 0.29526195
+0.17618346 -0.17196275 0.30391389
+0.17618346 -0.17196275 0.30391389
+0.17501713 -0.17792679 0.29941687
+0.17317827 -0.17543054 0.3116456
+0.17060103 -0.27397323 -0.28958714
+0.16172805 -0.22667973 -0.24138714
+0.16732512 -0.14029518 -0.12694681
+0.17304754 -0.10956244 -0.08348031
+0.16734461 -0.13644622 0.08209529
+0.17139021 -0.12013404 0.10786121
+0.17139021 -0.12013404 0.10786121
+0.16745435 -0.11171404 0.11203105
+0.1686689 -0.12430781 0.13150875
+0.17172492 -0.14410506 0.14819188
+0.17106102 -0.15426302 0.16609429
+0.170698 -0.16182348 0.20991236
+0.17213048 0.15514319 0.18957156
+0.16971073 0.13512161 0.18610416
+0.17623872 0.10284726 0.20226435
+0.1708235 0.11765104 0.18846916
+0.16064195 0.09528389 0.18511949
+0.16923022 0.1595563 0.22089496
+0.16693038 0.16902643 0.19509372
+0.16732164 0.07399763 0.20110607
+0.17183878 -0.16383578 0.22951499
+0.17256561 -0.16520111 0.24354789
+0.17053652 0.12728956 0.24002025
+0.16757715 0.11943831 0.25162309
+0.17434303 0.10462356 0.24379951
+0.17224267 -0.16564439 0.284219
+0.16984816 -0.15685099 0.2977246
+0.17611609 -0.16958655 0.29865968
+0.16627003 -0.16219066 0.30008191
+0.17145859 -0.16885291 0.29972818
+0.17611609 -0.16958655 0.29865968
+0.16984816 -0.15685099 0.2977246
+0.17015387 -0.18952093 0.30260065
+0.17618346 -0.17196275 0.30391389
+0.16150559 -0.10095256 -0.09883284
+0.16734461 -0.13644622 0.08209529
+0.17103826 -0.13373207 0.09135883
+0.17172492 -0.14410506 0.14819188
+0.16881715 -0.14441139 0.16515462
+0.16711719 -0.14634226 0.17850411
+0.16812921 -0.15649803 0.2010226
+0.1681059 0.1691758 0.17950439
+0.16432728 0.16051635 0.17420913
+0.16555296 0.17451866 0.19036013
+0.15872566 0.07671872 0.189706
+0.16912425 -0.15995616 0.22231226
+0.16738234 0.07440931 0.20689052
+0.16923022 0.1595563 0.22089496
+0.16585164 0.16948904 0.22275119
+0.16707008 0.06464216 0.23708054
+0.16432914 0.06383048 0.22872458
+0.16359749 -0.29437396 0.24074383
+0.16425852 0.1364879 0.24985395
+0.165784 0.08878659 0.25102147
+0.16415298 -0.25995404 0.26309797
+0.16757715 0.11943831 0.25162309
+0.16763653 0.10541959 0.2577979
+0.1689309 -0.15989888 0.26938123
+0.16912425 -0.15995616 0.22231226
+0.15871112 -0.23919639 0.28976098
+0.16096324 -0.21394131 0.30396089
+0.16352278 -0.16978498 0.30831343
+0.17317827 -0.17543054 0.3116456
+0.16330609 -0.18425737 0.33408999
+0.1676019 -0.17976838 0.32446614
+0.1676019 -0.17976838 0.32446614
+0.16568318 -0.30884272 -0.34081444
+0.16222507 -0.2706193 -0.31622452
+0.15590203 -0.19949795 -0.21402094
+0.16169199 -0.20706056 -0.20735207
+0.16712725 -0.10518798 -0.09041267
+0.16150559 -0.10095256 -0.09883284
+0.15027311 -0.10779157 -0.02621286
+0.14749636 -0.10847455 0.09086271
+0.16206932 -0.10039305 0.11746603
+0.16881715 -0.14441139 0.16515462
+0.16058135 -0.12205667 0.16893806
+0.16594598 0.17639722 0.17226535
+0.16058135 -0.12205667 0.16893806
+0.16711719 -0.14634226 0.17850411
+0.16881715 -0.14441139 0.16515462
+0.16366047 0.17440981 0.17787373
+0.16375431 -0.14676969 0.20704168
+0.16216224 -0.13858525 0.1915192
+0.16231124 0.18128718 0.2067599
+0.16693038 0.16902643 0.19509372
+0.16231124 0.18128718 0.2067599
+0.15694731 0.05934026 0.2073516
+0.16131011 -0.14227358 0.22169606
+0.15463015 0.06771038 0.25870827
+0.16138993 0.05472801 0.24186845
+0.17053652 0.12728956 0.24002025
+0.16425852 0.1364879 0.24985395
+0.16912425 -0.15995616 0.22231226
+0.16131011 -0.14227358 0.22169606
+0.1587179 -0.13620244 0.26540697
+0.15470065 0.12596199 0.28018984
+0.15962023 0.08828012 0.26202118
+0.1587179 -0.13620244 0.26540697
+0.1689309 -0.15989888 0.26938123
+0.1622849 0.1058684 0.270239
+0.16162747 -0.14166276 0.27901015
+0.16162747 -0.14166276 0.27901015
+0.16292951 -0.14151435 0.29660249
+0.16984816 -0.15685099 0.2977246
+0.16292951 -0.14151435 0.29660249
+0.15838994 -0.16749834 0.30455148
+0.16383737 -0.18229514 0.33334732
+0.15725626 -0.30904391 -0.37091309
+0.15700349 -0.29844135 -0.36381042
+0.15006435 -0.21537773 -0.26535603
+0.1517055 -0.15642843 -0.17858939
+0.15861091 -0.14381881 -0.1492282
+0.15472287 -0.09463744 -0.10814039
+0.15049548 -0.09563854 -0.09000315
+0.16034287 -0.11965387 0.01083421
+0.15770739 -0.13053294 0.07691225
+0.15770739 -0.13053294 0.07691225
+0.14492442 -0.08576363 0.11327982
+0.15730967 -0.0906501 0.12228505
+0.15748943 -0.11017973 0.16578349
+0.15909053 0.21279407 0.15543579
+0.16006225 0.20389135 0.16021368
+0.16292056 0.19254728 0.1644412
+0.16292056 0.19254728 0.1644412
+0.16594598 0.17639722 0.17226535
+0.15673827 0.18533592 0.15601155
+0.15673827 0.18533592 0.15601155
+0.1534396 0.14994793 0.15771902
+0.15636548 0.18249381 0.17952228
+0.15681797 0.12550987 0.16584513
+0.15810955 -0.12601021 0.18519166
+0.16594598 0.17639722 0.17226535
+0.15636548 0.18249381 0.17952228
+0.16366047 0.17440981 0.17787373
+0.16555296 0.17451866 0.19036013
+0.15810955 -0.12601021 0.18519166
+0.16231124 0.18128718 0.2067599
+0.15835319 0.05996573 0.19464366
+0.15984237 0.18721883 0.22416967
+0.16585164 0.16948904 0.22275119
+0.15219536 -0.29346004 0.26598427
+0.16757715 0.11943831 0.25162309
+0.15470065 0.12596199 0.28018984
+0.16763653 0.10541959 0.2577979
+0.15470424 -0.17368373 0.32084125
+0.16383737 -0.18229514 0.33334732
+0.15793714 -0.1889139 0.34655067
+0.15996784 -0.18538004 0.34213769
+0.14787538 -0.27353197 -0.37466028
+0.15578812 -0.26650208 -0.335783
+0.14664617 -0.08744529 -0.11883719
+0.13863112 -0.09891631 -0.03884356
+0.13989241 -0.11980227 0.06700502
+0.15909053 0.21279407 0.15543579
+0.13917832 0.20297696 0.18353398
+0.13737856 0.09500961 0.1545087
+0.13964795 0.20354421 0.201766
+0.14947978 -0.11765193 0.21216428
+0.16231124 0.18128718 0.2067599
+0.13964795 0.20354421 0.201766
+0.15266846 0.19508269 0.22595358
+0.15266846 0.19508269 0.22595358
+0.14768922 0.03606611 0.2356157
+0.15632761 0.04538257 0.24623822
+0.14654666 0.18181086 0.26196536
+0.15368778 0.1570988 0.26141971
+0.14948694 0.15436605 0.27422571
+0.14803541 0.08931834 0.28427407
+0.15443614 0.10723472 0.28844249
+0.15429759 0.1103076 0.28899586
+0.15429759 0.1103076 0.28899586
+0.15343162 -0.12113911 0.29580137
+0.15343162 -0.12113911 0.29580137
+0.1589611 -0.13381319 0.29665735
+0.15234287 -0.23550527 0.30727792
+0.15575007 -0.18963638 0.3530747
+0.15070295 -0.30911702 -0.39670518
+0.14847831 -0.28883508 -0.38849926
+0.14609271 -0.23138541 -0.31034771
+0.14678919 -0.19739957 -0.24510315
+0.1440078 -0.16285698 -0.20414148
+0.15216556 -0.15013215 -0.1703047
+0.14664617 -0.08744529 -0.11883719
+0.15472287 -0.09463744 -0.10814039
+0.16150559 -0.10095256 -0.09883284
+0.14826296 -0.12448787 0.0722331
+0.15111798 -0.07884852 0.12841767
+0.1524168 0.24958561 0.13925156
+0.15037066 0.26056197 0.13521793
+0.15428236 0.24018945 0.1437287
+0.15589644 0.23036921 0.14800422
+0.14794478 0.2281393 0.13540614
+0.14417686 -0.07841565 0.16781105
+0.1465161 -0.08985174 0.17969081
+0.14598516 0.19397816 0.18282191
+0.14874373 -0.09729782 0.18219246
+0.14871651 0.04482283 0.18851219
+0.14036575 0.03266776 0.1907924
+0.14881143 -0.10846522 0.19787547
+0.14947978 -0.11765193 0.21216428
+0.14517029 -0.10891798 0.21999365
+0.15116552 0.03587056 0.25040853
+0.14714278 -0.10935443 0.28178984
+0.14530675 0.07471216 0.27829918
+0.14818659 -0.27244949 0.29020718
+0.13545774 -0.16044202 0.31169149
+0.14501886 -0.16936375 0.3098571
+0.14693561 -0.17835911 0.33520117
+0.14373493 -0.2285489 0.34320667
+0.15996784 -0.18538004 0.34213769
+0.15145393 -0.19328701 0.3632755
+0.14035675 -0.25536314 -0.3827455
+0.14460737 -0.24525003 -0.34317681
+0.13910125 -0.17774338 -0.23775326
+0.14913386 -0.15420209 -0.18227848
+0.14633472 -0.12750585 -0.16108784
+0.14664617 -0.08744529 -0.11883719
+0.13656504 -0.1085539 0.01518341
+0.13989241 -0.11980227 0.06700502
+0.14473321 -0.06595598 0.13549408
+0.13986421 0.23017278 0.16427779
+0.14303903 0.13130052 0.1439102
+0.13649167 0.22490552 0.17094977
+0.14500353 0.0406589 0.20684968
+0.14606948 0.02607445 0.25497758
+0.14517029 -0.10891798 0.21999365
+0.13822216 -0.09282658 0.24953325
+0.14221384 0.05010864 0.2702263
+0.14732426 0.14748062 0.28440082
+0.14723824 0.09537555 0.29205212
+0.14652047 -0.10705486 0.29545006
+0.14445941 0.12322564 0.30821964
+0.14697085 0.10812789 0.30782557
+0.14652047 -0.10705486 0.29545006
+0.14445941 0.12322564 0.30821964
+0.14370027 -0.21623456 0.35814831
+0.14068863 -0.18354748 0.35020208
+0.15575007 -0.18963638 0.3530747
+0.14837055 -0.19551547 0.3701683
+0.13870747 -0.27898178 -0.41845003
+0.13934359 -0.20506065 -0.29097503
+0.1398574 -0.18526278 -0.24911988
+0.13247521 -0.11538996 0.06172486
+0.14372794 0.2987653 0.11883491
+0.14460765 0.28842202 0.12430526
+0.14335206 0.29434279 0.11826604
+0.14068349 0.29920706 0.12267295
+0.14574029 0.28413424 0.12460947
+0.13919277 0.27852628 0.11546979
+0.14317249 0.27313668 0.12244065
+0.14753194 0.2747052 0.12941551
+0.13769312 0.26451692 0.1150253
+0.13797349 0.28423294 0.13366586
+0.13641745 0.27050856 0.14384681
+0.13665703 0.248606 0.15631691
+0.13841744 0.15763776 0.13326408
+0.13933846 0.07001977 0.16836202
+0.13682029 0.04806228 0.17334609
+0.15872566 0.07671872 0.189706
+0.14871651 0.04482283 0.18851219
+0.13969101 -0.09031511 0.21096565
+0.13106069 0.19275451 0.27604979
+0.1412764 0.02826385 0.26321024
+0.13816558 0.14081252 0.31411314
+0.1367939 0.10400577 0.32738519
+0.1384082 -0.26676047 0.31951696
+0.13463271 0.11868451 0.32860014
+0.14162441 -0.24823751 0.32736248
+0.13739787 -0.1879406 0.36290956
+0.15145393 -0.19328701 0.3632755
+0.14347291 -0.20010154 0.38062251
+0.14358819 -0.19795308 0.37982664
+0.14057742 -0.29904148 -0.42821828
+0.14601223 -0.30905268 -0.41355553
+0.13906893 -0.30906263 -0.44149756
+0.13178363 -0.26131639 -0.42856923
+0.129382 -0.20389639 -0.33197212
+0.1321853 -0.19566102 -0.30395359
+0.14037229 -0.16264725 -0.21381207
+0.13099365 -0.11196692 -0.18440282
+0.13702995 -0.10046677 -0.1558506
+0.14215848 -0.08330167 -0.12537698
+0.14215848 -0.08330167 -0.12537698
+0.12548645 -0.07602808 -0.11083045
+0.1408307 0.30099833 0.11922301
+0.13659173 0.30123851 0.12770432
+0.13682029 0.04806228 0.17334609
+0.14060813 0.03144614 0.18347484
+0.14060813 0.03144614 0.18347484
+0.13490774 0.21100171 0.21572824
+0.13805357 0.02645687 0.21562935
+0.1355615 -0.08695704 0.22947481
+0.13490774 0.21100171 0.21572824
+0.1345742 0.21505567 0.23068516
+0.13734984 0.01443651 0.24842323
+0.13358228 0.20417497 0.25068441
+0.13959447 0.0139084 0.261316
+0.12947804 -0.07080045 0.28224945
+0.13564725 0.17900254 0.29014796
+0.13873129 -0.09061131 0.29455993
+0.13651508 0.1609775 0.3019743
+0.13772628 0.08259825 0.29765421
+0.13373472 -0.29210442 0.31093869
+0.14127313 -0.29295808 0.29139638
+0.12610994 -0.13213831 0.30965719
+0.13630703 -0.19354166 0.37677157
+0.14358819 -0.19795308 0.37982664
+0.13944255 -0.20219593 0.39120668
+0.13708755 -0.20155844 0.39366072
+0.13708755 -0.20155844 0.39366072
+0.13086657 -0.28214186 -0.45376161
+0.13240835 -0.30857658 -0.47014096
+0.13233991 -0.23440255 -0.37894478
+0.1352853 -0.18679033 -0.27132639
+0.13259718 -0.17250685 -0.24938697
+0.13036735 -0.15231071 -0.22814412
+0.13318264 -0.07451294 -0.13780098
+0.11952557 -0.08088981 -0.07156751
+0.1205382 -0.09380414 -0.0177673
+0.11396373 -0.10101573 0.03394727
+0.12482206 -0.11027279 0.05501399
+0.12467279 -0.08659019 0.08656192
+0.13499869 0.25489518 0.11280655
+0.13329129 0.23851296 0.11133768
+0.13031434 0.22406811 0.10888053
+0.11713126 -0.05445206 0.11402829
+0.13661976 -0.050141 0.14349253
+0.1304276 -0.04845109 0.17420295
+0.13452889 0.0221378 0.17962496
+0.12901674 0.21330892 0.18999092
+0.13204928 -0.06342467 0.20277651
+0.13408901 0.02392661 0.19679825
+0.13035008 0.04114912 0.28408784
+0.12459652 0.09231013 0.34138164
+0.12575315 -0.17257665 0.3190228
+0.11979373 -0.17989729 0.34052065
+0.13105576 -0.25051066 0.35528567
+0.12950838 -0.231351 0.38243392
+0.13323143 -0.20700909 0.40521446
+0.1311934 -0.24809842 -0.41403192
+0.12927845 -0.17030913 -0.25816345
+0.13074014 -0.16411167 -0.2407151
+0.13035884 -0.13510883 -0.20976059
+0.12107431 -0.07005425 -0.16264583
+0.13318264 -0.07451294 -0.13780098
+0.13046795 0.19102719 0.11518076
+0.13204062 0.29541287 0.12017732
+0.12717786 0.29589212 0.14013882
+0.13659173 0.30123851 0.12770432
+0.13100688 0.29802957 0.13755766
+0.13100688 0.29802957 0.13755766
+0.13099259 0.2828334 0.14488997
+0.13045442 -0.03792105 0.14935271
+0.13452889 0.0221378 0.17962496
+0.12789099 0.2207548 0.18540823
+0.14036575 0.03266776 0.1907924
+0.1257543 0.01032913 0.18750022
+0.13452889 0.0221378 0.17962496
+0.13408901 0.02392661 0.19679825
+0.13127439 0.01465052 0.21229413
+0.12737265 -0.05844465 0.21997082
+0.13159955 0.00831212 0.23499103
+0.12742482 -0.06496225 0.23942548
+0.13137762 0.00250399 0.25513971
+0.13308257 0.00206081 0.26673785
+0.13035008 0.04114912 0.28408784
+0.12564574 0.01476692 0.28066105
+0.1412764 0.02826385 0.26321024
+0.12738971 0.05527412 0.29571515
+0.13348633 -0.07933286 0.29393825
+0.13178158 0.07203273 0.29923806
+0.12851487 0.17720158 0.31114393
+0.13873129 -0.09061131 0.29455993
+0.12881742 0.07792253 0.31180102
+0.12907124 0.16912726 0.31580743
+0.1306024 0.15191305 0.32662603
+0.12875763 -0.29155803 0.32482401
+0.12801698 -0.26879299 0.3455624
+0.13075365 -0.19462837 0.3818818
+0.13075365 -0.19462837 0.3818818
+0.12776212 -0.20471473 0.40617713
+0.13708755 -0.20155844 0.39366072
+0.1202225 -0.24166763 0.39850447
+0.13155963 -0.2072048 0.40851235
+0.12405181 -0.26064596 -0.46297812
+0.12508658 -0.24537025 -0.43967646
+0.12684448 -0.21008626 -0.3579433
+0.12646653 -0.18086071 -0.29824099
+0.12700145 -0.17662516 -0.28671172
+0.12785815 -0.1724425 -0.27133015
+0.12785815 -0.1724425 -0.27133015
+0.12692748 -0.16881818 -0.25797516
+0.12927845 -0.17030913 -0.25816345
+0.12677978 -0.16583918 -0.25260413
+0.12357847 -0.06535587 -0.15058258
+0.13247521 -0.11538996 0.06172486
+0.12434668 -0.10966023 0.05819034
+0.12644377 0.20349739 0.1063978
+0.12463976 0.28803554 0.12058751
+0.12738951 0.1393359 0.11929683
+0.12390053 0.1533912 0.11241809
+0.11892145 -0.03218745 0.14154902
+0.12296665 0.29392585 0.14997137
+0.11485472 0.08656511 0.12870508
+0.12102357 0.26959389 0.1649954
+0.12837449 0.01232952 0.1757948
+0.1257543 0.01032913 0.18750022
+0.1220485 -0.03966344 0.20463736
+0.13490774 0.21100171 0.21572824
+0.12425382 0.21940315 0.20612267
+0.12522806 0.22029102 0.2172273
+0.1345742 0.21505567 0.23068516
+0.12522806 0.22029102 0.2172273
+0.12158978 0.22870785 0.23433085
+0.12768655 -0.0686362 0.25484055
+0.11032455 0.21719125 0.27650902
+0.12700304 -0.00850759 0.27198318
+0.12700304 -0.00850759 0.27198318
+0.12681065 -0.06521127 0.29281989
+0.13772628 0.08259825 0.29765421
+0.12881742 0.07792253 0.31180102
+0.11927106 0.06706992 0.31888142
+0.13178158 0.07203273 0.29923806
+0.12313037 -0.29123938 0.33917791
+0.1282984 0.10170902 0.34557822
+0.12586147 0.13169064 0.34257028
+0.12373091 -0.2238269 0.41623035
+0.13155963 -0.2072048 0.40851235
+0.12700099 -0.21262673 0.42106953
+0.12536564 -0.21385376 0.42572272
+0.12324096 -0.28586066 -0.49033129
+0.12758277 -0.30855477 -0.48984972
+0.12303565 -0.29575267 -0.49610892
+0.12484711 -0.3080281 -0.49459818
+0.1213913 -0.21908598 -0.40516549
+0.1225188 -0.20957129 -0.37728506
+0.12221788 -0.19165653 -0.33736765
+0.12317453 -0.18855733 -0.32615903
+0.1245797 -0.18479086 -0.31356043
+0.1245797 -0.18479086 -0.31356043
+0.12416299 -0.18108957 -0.30080751
+0.12646653 -0.18086071 -0.29824099
+0.12700145 -0.17662516 -0.28671172
+0.1254027 -0.15603207 -0.24505959
+0.12239207 -0.14274986 -0.23674119
+0.11644411 -0.11416933 -0.21975581
+0.1261543 -0.11046161 -0.19477567
+0.12357847 -0.06535587 -0.15058258
+0.10816664 -0.0794322 -0.05027553
+0.12434668 -0.10966023 0.05819034
+0.10312413 -0.05370893 0.0966709
+0.12517126 0.19743629 0.10557634
+0.11889854 0.16698788 0.10209852
+0.12296665 0.29392585 0.14997137
+0.11423413 0.06421158 0.13799395
+0.12502874 -0.02785042 0.15441823
+0.13099259 0.2828334 0.14488997
+0.12102357 0.26959389 0.1649954
+0.13641745 0.27050856 0.14384681
+0.11555769 0.02091301 0.15698604
+0.12502874 -0.02785042 0.15441823
+0.12010898 -0.02725944 0.17900911
+0.13045442 -0.03792105 0.14935271
+0.1304276 -0.04845109 0.17420295
+0.12161658 0.00261895 0.17184281
+0.12010898 -0.02725944 0.17900911
+0.12425382 0.21940315 0.20612267
+0.11090113 0.23451036 0.21215366
+0.12089512 -0.00945755 0.22582333
+0.12246502 -0.00928602 0.23986173
+0.11996854 -0.01626621 0.25896665
+0.11869691 -0.0492804 0.2685768
+0.11555531 0.0261452 0.29956469
+0.11405157 0.19242366 0.31564176
+0.11627021 0.05211195 0.31277266
+0.13348633 -0.07933286 0.29393825
+0.11471137 -0.07837617 0.30162257
+0.12273522 0.17697378 0.32730016
+0.1162622 -0.1743691 0.32417727
+0.1235825 0.1661371 0.33668685
+0.11842803 -0.29087713 0.35085675
+0.11978939 0.12723412 0.35600236
+0.12310404 0.09962631 0.35709682
+0.11898381 -0.25466952 0.38477176
+0.12362339 -0.20059589 0.39748165
+0.12776212 -0.20471473 0.40617713
+0.11951092 -0.20526657 0.41062254
+0.13155963 -0.2072048 0.40851235
+0.12536564 -0.21385376 0.42572272
+0.12012295 -0.27820185 -0.49683803
+0.12022521 -0.24373412 -0.46228158
+0.11532956 -0.21590328 -0.43251479
+0.11761043 -0.20756499 -0.40150335
+0.11836798 -0.20399538 -0.38838294
+0.11925044 -0.20035458 -0.37398461
+0.12033135 -0.19589606 -0.35633987
+0.12033135 -0.19589606 -0.35633987
+0.12041117 -0.19146119 -0.3381004
+0.12221788 -0.19165653 -0.33736765
+0.12317453 -0.18855733 -0.32615903
+0.11126927 -0.17420563 -0.27334487
+0.11624601 -0.17113617 -0.26324964
+0.12677978 -0.16583918 -0.25260413
+0.11624601 -0.17113617 -0.26324964
+0.11501727 -0.1700912 -0.26271078
+0.12677978 -0.16583918 -0.25260413
+0.11560678 -0.07863475 -0.1863412
+0.11570296 -0.05779268 -0.16194904
+0.10824369 -0.06046343 -0.13258404
+0.1078845 0.1120513 0.10706967
+0.12111548 0.28716969 0.13206376
+0.11406934 0.28964877 0.16427551
+0.11406934 0.28964877 0.16427551
+0.11809988 -0.01502683 0.16132168
+0.11199265 0.24661212 0.18936887
+0.11593092 0.22738016 0.19575799
+0.11447342 -0.01803019 0.20877732
+0.1162151 -0.03824216 0.24470794
+0.10868646 0.22846343 0.25970599
+0.11870896 -0.02071832 0.27861586
+0.12564574 0.01476692 0.28066105
+0.11915835 -0.04952787 0.2916463
+0.12681065 -0.06521127 0.29281989
+0.11255966 0.03683206 0.31003776
+0.11890586 0.18083532 0.32923275
+0.1165349 0.07037885 0.3276867
+0.11927106 0.06706992 0.31888142
+0.12065399 0.17788431 0.33287808
+0.12881742 0.07792253 0.31180102
+0.12459652 0.09231013 0.34138164
+0.1165349 0.07037885 0.3276867
+0.1162622 -0.1743691 0.32417727
+0.10311118 -0.17669378 0.3308154
+0.11979373 -0.17989729 0.34052065
+0.12073324 0.17196815 0.34177625
+0.11387122 -0.27313831 0.37903184
+0.11199602 -0.2493466 0.41835305
+0.1145457 -0.21027856 0.42607996
+0.12110768 -0.21936011 0.4398753
+0.11545236 -0.25700167 -0.49831191
+0.11719507 -0.26012045 -0.49572831
+0.11998964 -0.28579712 -0.49881858
+0.11737952 -0.24246901 -0.47632223
+0.11332982 -0.22253266 -0.45891702
+0.11433867 -0.21951915 -0.44716027
+0.11532956 -0.21590328 -0.43251479
+0.11332982 -0.22253266 -0.45891702
+0.11663637 -0.21125987 -0.41529429
+0.10432307 -0.18728723 -0.32131264
+0.1254027 -0.15603207 -0.24505959
+0.10279872 -0.1532027 -0.2570501
+0.12239207 -0.14274986 -0.23674119
+0.11313636 -0.09794138 -0.21142471
+0.10973287 -0.10097833 0.05021184
+0.11571682 0.14762455 0.10033391
+0.11241941 0.13058805 0.10403117
+0.1133479 0.27652255 0.12112913
+0.11406934 0.28964877 0.16427551
+0.11809988 -0.01502683 0.16132168
+0.11376512 -0.01054726 0.17637078
+0.11392227 -0.02227204 0.21424682
+0.10929052 -0.00166526 0.29681197
+0.1091115 -0.11211617 0.31232768
+0.10780488 -0.16900805 0.32631826
+0.11037201 0.18998753 0.32668906
+0.11580743 0.18225345 0.33299044
+0.11767097 0.0845146 0.34486711
+0.11678585 0.18091439 0.34879392
+0.11753759 0.1626891 0.35198402
+0.11277954 -0.29032376 0.36527106
+0.11495832 0.09946892 0.37071866
+0.10882088 0.08762955 0.36572927
+0.13075365 -0.19462837 0.3818818
+0.09381964 -0.19897367 0.39124173
+0.09381964 -0.19897367 0.39124173
+0.11227558 -0.23953305 0.43854845
+0.10965092 -0.2166903 0.44558802
+0.11410929 -0.23210782 0.4480612
+0.12110768 -0.21936011 0.4398753
+0.1169109 -0.22381373 0.45176843
+0.11650009 -0.22222398 0.45126662
+0.11347672 -0.24399847 -0.49686968
+0.10892234 -0.23421916 -0.49622869
+0.11094168 -0.23151435 -0.49228114
+0.11165072 -0.22746702 -0.47840595
+0.11925044 -0.20035458 -0.37398461
+0.07770101 -0.18609554 -0.31520125
+0.10834818 -0.17273678 -0.26500648
+0.10622299 -0.05714914 -0.18765327
+0.10846526 -0.05045483 -0.17300147
+0.11570296 -0.05779268 -0.16194904
+0.10060838 -0.08806378 0.00136569
+0.10973287 -0.10097833 0.05021184
+0.10433821 -0.08325013 0.0639879
+0.10292189 -0.02823991 0.12479169
+0.10705346 0.28570575 0.17485717
+0.11472964 -0.00814112 0.16626365
+0.11565486 -0.00657191 0.16825937
+0.11394618 -0.01654131 0.19652598
+0.11593092 0.22738016 0.19575799
+0.11316924 -0.02511517 0.23058023
+0.11241733 -0.02914341 0.24821524
+0.11192907 -0.02904142 0.25861847
+0.11195989 -0.03113829 0.28229806
+0.11132327 -0.03318358 0.27687114
+0.11132327 -0.03318358 0.27687114
+0.11869691 -0.0492804 0.2685768
+0.1162151 -0.03824216 0.24470794
+0.11291048 -0.02697046 0.28457344
+0.1107742 -0.03163736 0.2868894
+0.11915835 -0.04952787 0.2916463
+0.10642367 -0.0172756 0.29490677
+0.1120187 -0.03578913 0.29067093
+0.1120187 -0.03578913 0.29067093
+0.10266585 -0.05547554 0.3010737
+0.11915835 -0.04952787 0.2916463
+0.10287704 0.21474463 0.29659295
+0.10872306 0.04146501 0.32012567
+0.1087743 0.05568228 0.33036312
+0.11767097 0.0845146 0.34486711
+0.10650626 0.18069763 0.36040953
+0.10981242 0.15838765 0.36452308
+0.10478853 -0.26782772 0.41495863
+0.10829132 -0.22013538 0.45593312
+0.11650009 -0.22222398 0.45126662
+0.1132705 -0.22699951 0.46437335
+0.10539523 -0.22580115 0.47276989
+0.10976404 -0.23130244 -0.49410522
+0.11663637 -0.21125987 -0.41529429
+0.11925044 -0.20035458 -0.37398461
+0.11836798 -0.20399538 -0.38838294
+0.09256265 -0.18165001 -0.29842445
+0.1042632 -0.12071749 -0.23311216
+0.11908796 -0.12714025 -0.22757176
+0.10274424 -0.13976012 -0.24749321
+0.11005367 -0.10641535 -0.21860632
+0.11644411 -0.11416933 -0.21975581
+0.10819769 -0.07779364 -0.20288596
+0.09411287 -0.06268094 -0.08547597
+0.09244831 -0.07978762 -0.0170888
+0.09938983 -0.09494498 0.04308855
+0.104566 0.27419621 0.14718311
+0.0984923 -0.00591637 0.14449798
+0.11472964 -0.00814112 0.16626365
+0.11809988 -0.01502683 0.16132168
+0.12102357 0.26959389 0.1649954
+0.10022446 0.26743504 0.19325589
+0.11199265 0.24661212 0.18936887
+0.10465165 0.24000235 0.20305863
+0.1107742 -0.03163736 0.2868894
+0.10917251 -0.02916178 0.28887391
+0.10917251 -0.02916178 0.28887391
+0.10437826 -0.03074116 0.29303712
+0.1120187 -0.03578913 0.29067093
+0.10451409 0.19702187 0.32336986
+0.10311118 -0.17669378 0.3308154
+0.1063759 0.0701828 0.34704781
+0.11927106 0.06706992 0.31888142
+0.1063759 0.0701828 0.34704781
+0.1087743 0.05568228 0.33036312
+0.10200382 0.07324066 0.35833499
+0.10594027 0.13362944 0.37569192
+0.09418941 -0.18284975 0.34693497
+0.10863833 0.09851351 0.37984017
+0.10377456 0.11787627 0.38163871
+0.10494205 -0.28943232 0.38706687
+0.10312173 -0.27946922 0.40424648
+0.10929364 -0.23389253 0.47123846
+0.1132705 -0.22699951 0.46437335
+0.1084406 -0.22962205 0.4775866
+0.10894937 -0.23111662 0.4768976
+0.1084406 -0.22962205 0.4775866
+0.10819769 -0.07779364 -0.20288596
+0.11313636 -0.09794138 -0.21142471
+0.10316808 -0.05743824 -0.19529897
+0.10846526 -0.05045483 -0.17300147
+0.09393699 -0.04855118 -0.14420392
+0.09857411 -0.09204455 0.0248483
+0.10149958 0.08717294 0.1110539
+0.08652988 0.02000948 0.11977191
+0.09329405 0.05064788 0.1156859
+0.10034474 0.01151277 0.14156976
+0.10292189 -0.02823991 0.12479169
+0.11892145 -0.03218745 0.14154902
+0.10516448 -0.00454959 0.15356663
+0.10057613 0.28260785 0.18501788
+0.10057613 0.28260785 0.18501788
+0.10022446 0.26743504 0.19325589
+0.0979545 0.24797063 0.20737889
+0.10465165 0.24000235 0.20305863
+0.10465165 0.24000235 0.20305863
+0.11090113 0.23451036 0.21215366
+0.10566666 0.24554618 0.23733121
+0.10261047 0.00780918 0.31267536
+0.09582546 -0.07348417 0.30907604
+0.09319111 0.0055651 0.32970908
+0.0866575 -0.13623077 0.32886732
+0.11037201 0.18998753 0.32668906
+0.09683865 0.1848222 0.33544487
+0.11580743 0.18225345 0.33299044
+0.09496023 0.04276526 0.35034001
+0.09455625 -0.17885159 0.33560705
+0.10650626 0.18069763 0.36040953
+0.09781053 0.16392696 0.37415284
+0.10981242 0.15838765 0.36452308
+0.0996692 0.09609924 0.38932431
+0.1044753 -0.20674695 0.41575134
+0.09323633 -0.27337909 0.4513669
+0.10149535 -0.25099841 0.46787298
+0.10442144 -0.23247638 0.49027407
+0.10442144 -0.23247638 0.49027407
+0.10892234 -0.23421916 -0.49622869
+0.08669811 -0.23369208 -0.49677297
+0.10976404 -0.23130244 -0.49410522
+0.10976404 -0.23130244 -0.49410522
+0.08010101 -0.23194647 -0.49415293
+0.11165072 -0.22746702 -0.47840595
+0.0862787 -0.17916615 -0.28581241
+0.10099911 -0.04292686 -0.1831184
+0.08148982 -0.06288695 -0.05723028
+0.0967928 -0.09306616 0.04387033
+0.0967928 -0.09306616 0.04387033
+0.08944627 -0.06011885 0.07058697
+0.15649861 -0.29933694 0.08848979
+0.06019584 -0.29939333 0.08604652
+0.09732187 -0.29976669 0.07319629
+0.09654438 0.06508531 0.11394087
+0.10117782 0.26397026 0.12182581
+0.07936302 0.24585998 0.14413553
+0.104566 0.27419621 0.14718311
+0.09598585 0.27358156 0.17544906
+0.10057613 0.28260785 0.18501788
+0.10705346 0.28570575 0.17485717
+0.0979545 0.24797063 0.20737889
+0.08988933 0.2573165 0.21221326
+0.09375527 0.25826693 0.23709913
+0.09360298 0.23879851 0.27125061
+0.09710289 -0.03220011 0.29726702
+0.09895541 -0.01957744 0.30427694
+0.09642354 0.20693961 0.3191278
+0.09058491 0.01884136 0.34360874
+0.08765624 -0.17460582 0.33754674
+0.11678585 0.18091439 0.34879392
+0.09310357 0.18037239 0.3727501
+0.09781053 0.16392696 0.37415284
+0.09522541 -0.28811443 0.42061722
+0.10111266 -0.24105659 0.49029317
+0.10117594 -0.22831349 0.48208389
+0.10144855 -0.2323909 0.49449536
+0.10144855 -0.2323909 0.49449536
+0.10161258 -0.23583913 0.49800327
+0.10039929 -0.23413272 0.49956635
+0.09983529 -0.25951549 0.49841088
+0.09942255 -0.2527605 0.49932048
+0.11532956 -0.21590328 -0.43251479
+0.08103683 -0.20786709 -0.40331903
+0.11663637 -0.21125987 -0.41529429
+0.08904143 -0.19653638 -0.35942924
+0.09188763 -0.17478852 -0.26857516
+0.09279594 -0.17363217 -0.26648861
+0.08509238 -0.05899883 -0.20924215
+0.10316808 -0.05743824 -0.19529897
+0.09612449 -0.0384557 -0.18930213
+0.09612449 -0.0384557 -0.18930213
+0.08838574 -0.0334953 -0.18635891
+0.10099911 -0.04292686 -0.1831184
+0.0858613 -0.03535925 -0.17333931
+0.07898917 -0.03081594 0.08953131
+0.10312413 -0.05370893 0.0966709
+0.08289848 -0.00401437 0.12471841
+0.09344567 0.27923295 0.19648395
+0.08783916 0.22687529 0.2988947
+0.09710289 -0.03220011 0.29726702
+0.10437826 -0.03074116 0.29303712
+0.09608816 -0.00716429 0.31586
+0.08404805 -0.10719257 0.32335642
+0.10451409 0.19702187 0.32336986
+0.09654517 0.06733355 0.36402407
+0.09654517 0.06733355 0.36402407
+0.08266033 0.18367663 0.36126971
+0.10650626 0.18069763 0.36040953
+0.09781053 0.16392696 0.37415284
+0.09260231 0.12660699 0.38917515
+0.10594027 0.13362944 0.37569192
+0.09299663 0.07447524 0.37523019
+0.10377456 0.11787627 0.38163871
+0.0920185 0.08974721 0.39454985
+0.09267175 0.10604862 0.39382029
+0.09275027 -0.28037223 0.44059861
+0.09026007 -0.21972375 0.45702726
+0.09831546 -0.25206625 0.48212063
+0.0957759 -0.26656485 0.47974426
+0.09755385 -0.28433311 0.49821195
+0.09899355 -0.27169845 0.49876711
+0.09517895 -0.29319647 0.48626062
+0.09600814 -0.30653065 0.49841514
+0.09669206 -0.28244045 0.49951702
+0.09532515 -0.30361268 0.49983984
+0.11433867 -0.21951915 -0.44716027
+0.08041293 -0.07196134 -0.22024333
+0.09095402 -0.03421513 -0.19132714
+0.08403099 -0.04153856 -0.14562945
+0.08146223 -0.06882256 -0.03530779
+0.08007713 -0.08542224 0.03097643
+0.08749244 -0.08919838 0.03621433
+0.08315062 -0.07085868 0.05055822
+0.10117782 0.26397026 0.12182581
+0.08995186 0.25229546 0.12286613
+0.07936302 0.24585998 0.14413553
+0.10516448 -0.00454959 0.15356663
+0.09143193 -0.00293068 0.13553478
+0.09143193 -0.00293068 0.13553478
+0.0897158 0.27693227 0.2023043
+0.08093799 0.26752442 0.24736154
+0.08688592 0.24250849 0.2770097
+0.08369191 -0.03356146 0.30564865
+0.07986181 -0.03763004 0.30733675
+0.09642354 0.20693961 0.3191278
+0.07696855 0.20989877 0.32217732
+0.09455625 -0.17885159 0.33560705
+0.08773044 0.03193163 0.35773534
+0.08555911 0.07581214 0.38894498
+0.09267175 0.10604862 0.39382029
+0.07916255 -0.20210016 0.39926589
+0.09219303 -0.28704569 0.43358117
+0.09483669 -0.26294482 0.47483644
+0.09384049 -0.27779415 0.47450522
+0.09362988 -0.28597638 0.47633457
+0.08771756 -0.23275524 0.49813345
+0.10039929 -0.23413272 0.49956635
+0.09276273 -0.31131667 0.50021851
+0.09496933 -0.30628648 0.49435076
+0.09451777 -0.31213075 0.49907947
+0.09496933 -0.30628648 0.49435076
+0.09451777 -0.31213075 0.49907947
+0.09368315 -0.3115266 0.49600631
+0.05310506 -0.22005127 -0.4498294
+0.09158892 -0.1009037 -0.22893299
+0.0826667 -0.05051295 -0.10573597
+0.08256343 -0.07906189 0.04123263
+0.1039274 0.14827871 0.09799822
+0.0892982 0.14862901 0.09443092
+0.0797327 0.16806823 0.10308772
+0.08316089 0.27425995 0.21290678
+0.08455141 0.26399741 0.21640728
+0.07984896 0.27405509 0.23825239
+0.08240417 0.25526044 0.26393503
+0.08361689 0.22135466 0.31287882
+0.07428155 -0.06536809 0.31768087
+0.08361689 0.22135466 0.31287882
+0.07317231 0.19721861 0.33199775
+0.08324356 -0.18186069 0.3423447
+0.09418941 -0.18284975 0.34693497
+0.08545867 0.04309856 0.36928341
+0.08076847 0.18084107 0.38051489
+0.09310357 0.18037239 0.3727501
+0.07946667 0.16019638 0.3908338
+0.07717331 0.17995493 0.38623554
+0.09260231 0.12660699 0.38917515
+0.06407946 -0.21628146 0.44716123
+0.08818194 -0.28633839 0.45136714
+0.08755232 -0.27842864 0.470144
+0.0909733 -0.2707189 0.47198126
+0.09942255 -0.2527605 0.49932048
+0.0781093 -0.17609194 -0.26738077
+0.08482015 -0.03401776 -0.19678973
+0.08534844 -0.03258831 -0.19402245
+0.09095402 -0.03421513 -0.19132714
+0.08534844 -0.03258831 -0.19402245
+0.08265012 -0.05720747 -0.07951016
+0.08123712 -0.07534753 -0.01116296
+0.08005657 -0.08049906 0.00978668
+0.0803251 -0.08535668 0.03220113
+0.08749244 -0.08919838 0.03621433
+0.0803251 -0.08535668 0.03220113
+0.0804732 -0.05490027 0.06407697
+0.07570495 -0.01356749 0.10461912
+0.07989034 0.2711755 0.22188668
+0.08369191 -0.03356146 0.30564865
+0.09895541 -0.01957744 0.30427694
+0.07496481 -0.03046821 0.31491607
+0.08369191 -0.03356146 0.30564865
+0.09319111 0.0055651 0.32970908
+0.07845011 -0.01561724 0.32468978
+0.09608816 -0.00716429 0.31586
+0.07683825 0.18700399 0.33878717
+0.09654517 0.06733355 0.36402407
+0.0822603 0.05688753 0.38370526
+0.08545867 0.04309856 0.36928341
+0.08076847 0.18084107 0.38051489
+0.0822603 0.05688753 0.38370526
+0.08037408 0.07931171 0.40145677
+0.07411525 0.10516791 0.40717262
+0.07813773 0.09169358 0.40435523
+0.08604615 -0.28614596 0.46518368
+0.08633263 -0.2821939 0.47165179
+0.05276921 -0.25744686 0.4946458
+0.09669206 -0.28244045 0.49951702
+0.0683385 -0.28647265 0.49707815
+0.09532515 -0.30361268 0.49983984
+0.04859113 -0.20354658 -0.38527459
+0.06290592 -0.19432466 -0.34993848
+0.0523388 -0.17940612 -0.27022737
+0.07283452 -0.10591082 -0.24706408
+0.08854526 -0.11837313 -0.24297221
+0.0659593 -0.03621437 -0.21417533
+0.08395921 -0.02586697 -0.19289236
+0.08173203 -0.01906573 -0.19151296
+0.08036724 -0.07363791 0.04529355
+0.07898917 -0.03081594 0.08953131
+0.08029989 0.2726979 0.21852565
+0.07963802 0.27369955 0.22997458
+0.06891297 0.23749065 0.30655882
+0.07117064 -0.03845976 0.31200579
+0.07254029 -0.11811597 0.33209568
+0.06841384 -0.1668607 0.34566349
+0.06836394 -0.18629107 0.35054791
+0.09058491 0.01884136 0.34360874
+0.06574474 0.00641993 0.35560918
+0.05198768 0.18730861 0.36346745
+0.06725532 -0.19287109 0.3696897
+0.08017144 0.06414685 0.39131287
+0.06791949 0.12725484 0.4091363
+0.08415848 -0.28565767 0.47328362
+0.06755802 -0.22197345 0.46511441
+0.0705781 -0.23235731 0.49680012
+0.0539239 -0.23630999 0.49487582
+0.06508579 -0.31334326 0.4984962
+0.09276273 -0.31131667 0.50021851
+0.06508579 -0.31334326 0.4984962
+0.08669811 -0.23369208 -0.49677297
+0.05172802 -0.23468485 -0.49715635
+0.05764684 -0.22322279 -0.46124157
+0.11332982 -0.22253266 -0.45891702
+0.06403017 -0.21406624 -0.42618904
+0.07496246 -0.02036778 -0.1988063
+0.08395921 -0.02586697 -0.19289236
+0.07469393 -0.03111185 -0.19360338
+0.08534844 -0.03258831 -0.19402245
+0.07262484 -0.01231324 -0.1884104
+0.08173203 -0.01906573 -0.19151296
+0.07469393 -0.03111185 -0.19360338
+0.06803717 -0.03360956 -0.17756426
+0.06654328 -0.03860111 -0.15563178
+0.06492814 -0.0508005 -0.10362957
+0.07022641 -0.06552876 -0.04770561
+0.07286262 -0.07765678 -0.00229223
+0.07715984 -0.03114419 0.08791086
+0.07570495 -0.01356749 0.10461912
+0.0748681 -0.00318615 0.11430392
+0.08177259 0.00508468 0.12018415
+0.08289848 -0.00401437 0.12471841
+0.0770155 0.00218615 0.11592288
+0.0748681 -0.00318615 0.11430392
+0.08101447 0.25964168 0.18375382
+0.0722941 0.25012708 0.18218616
+0.07475949 0.25640628 0.1941108
+0.07729677 0.26307005 0.2038627
+0.0763251 0.26724073 0.20930457
+0.07897097 0.27110913 0.21483633
+0.07768983 0.27318311 0.22054081
+0.07156099 0.2707091 0.25439599
+0.06236875 0.25835067 0.28430459
+0.07117064 -0.03845976 0.31200579
+0.06675415 -0.08310501 0.32606465
+0.06343792 -0.01287479 0.34093997
+0.0757454 0.07279582 0.40355822
+0.06791949 0.12725484 0.4091363
+0.06337285 0.11821776 0.41364172
+0.06688528 0.08296072 0.41106561
+0.07349791 0.07359786 0.40567663
+0.06633738 -0.22789553 0.48263344
+0.05975489 -0.18423623 -0.30192775
+0.06458919 -0.12730217 -0.26671237
+0.07832251 -0.14141098 -0.26573351
+0.07522672 0.00594066 -0.18328963
+0.06773465 -0.00806158 -0.18535088
+0.0775711 -0.00491349 -0.18746175
+0.0803251 -0.08535668 0.03220113
+0.06935747 -0.08627364 0.03264808
+0.08036724 -0.07363791 0.04529355
+0.06249977 -0.0529432 0.06644577
+0.0804732 -0.05490027 0.06407697
+0.07344728 0.26248011 0.20163216
+0.07768983 0.27318311 0.22054081
+0.08029989 0.2726979 0.21852565
+0.06038767 0.27282733 0.23438323
+0.07963802 0.27369955 0.22997458
+0.07131808 0.27390844 0.24880937
+0.06722029 0.01946544 0.36518636
+0.06574474 0.00641993 0.35560918
+0.06907906 0.04942674 0.38893226
+0.07334897 0.06402469 0.39872417
+0.06907906 0.04942674 0.38893226
+0.05537186 0.13834597 0.41695136
+0.0757454 0.07279582 0.40355822
+0.07349791 0.07359786 0.40567663
+0.07334897 0.06402469 0.39872417
+0.05732153 0.09487161 0.41835389
+0.05929154 -0.06540456 -0.23458353
+0.08937315 -0.0503753 -0.20140401
+0.05941769 -0.02290074 -0.18919098
+0.06132962 -0.02998251 -0.19215675
+0.07170595 0.02279805 -0.17605287
+0.0723794 0.01643852 -0.17835371
+0.07170595 0.02279805 -0.17605287
+0.05025453 0.04475848 -0.18425037
+0.07027744 0.03065179 -0.17224966
+0.06015771 -0.08604348 0.03337064
+0.06307767 -0.03638001 0.08310488
+0.07715984 -0.03114419 0.08791086
+0.07370845 0.23522796 0.12438105
+0.07017967 0.23127785 0.12462012
+0.06542993 0.22918472 0.13674916
+0.0637208 0.2311205 0.14857398
+0.06542993 0.22918472 0.13674916
+0.06446299 0.23564468 0.15976951
+0.0662032 0.24061447 0.16986544
+0.0650193 0.25315306 0.18636893
+0.06904333 0.27153826 0.20800789
+0.06232951 0.27261966 0.20570546
+0.06891297 0.23749065 0.30655882
+0.05570645 -0.12936521 0.34423223
+0.0596079 0.17954215 0.40106621
+0.06907906 0.04942674 0.38893226
+0.05026801 -0.21398127 0.43849975
+0.05671876 -0.30646944 0.49723539
+0.05308285 -0.23168585 -0.48974061
+0.04143242 -0.19153202 -0.33529934
+0.06071362 -0.00139483 -0.20154375
+0.0775711 -0.00491349 -0.18746175
+0.06136328 0.00926313 -0.17550287
+0.06609788 0.053579 -0.16080835
+0.05699552 0.0442488 -0.15665811
+0.06880995 0.03843608 -0.1683268
+0.06935747 -0.08627364 0.03264808
+0.06259882 0.03198559 0.11020521
+0.08101402 0.01435658 0.11711558
+0.06864354 0.00820589 0.1138275
+0.07232079 -0.00419873 0.1123664
+0.06635905 0.22625485 0.12454712
+0.06024972 0.22480257 0.12211566
+0.06500295 0.22603403 0.12609874
+0.06635905 0.22625485 0.12454712
+0.06500295 0.22603403 0.12609874
+0.06528556 0.24490063 0.17697883
+0.07003002 0.24880463 0.1834026
+0.07456828 -0.29444259 0.18158562
+0.06620324 -0.29287013 0.20322125
+0.05854888 -0.29422683 0.18526709
+0.05606835 0.27325574 0.26908392
+0.05439289 0.25265673 0.30169234
+0.03613809 0.2378253 0.3162441
+0.05897978 -0.04178203 0.31808376
+0.0553276 -0.05510303 0.32355767
+0.05125854 -0.06758831 0.32925266
+0.06121229 -0.024398 0.33188018
+0.06395469 0.18823828 0.34134462
+0.05699988 -0.19002956 0.35717851
+0.06554681 0.02304447 0.368487
+0.06722029 0.01946544 0.36518636
+0.05759699 0.18472703 0.37509841
+0.05175045 0.18279688 0.39040545
+0.05407917 -0.19889043 0.38496685
+0.04583582 0.15884535 0.41919222
+0.05321272 0.11494604 0.4213455
+0.04846029 -0.31373662 0.49749169
+0.05878501 -0.12039677 -0.26724315
+0.0704487 -0.09328028 -0.24119504
+0.05057688 0.02069752 -0.19912104
+0.07522672 0.00594066 -0.18328963
+0.04119868 -0.02935933 -0.18683018
+0.05681121 -0.00245113 -0.17873535
+0.07027744 0.03065179 -0.17224966
+0.0547928 0.01996193 -0.16633661
+0.05427212 0.07980391 -0.15635441
+0.06609788 0.053579 -0.16080835
+0.06880995 0.03843608 -0.1683268
+0.06156765 0.07672594 -0.14994261
+0.0640156 0.06427734 -0.15473157
+0.0640156 0.06427734 -0.15473157
+0.05619847 0.06468858 -0.14602922
+0.03756993 -0.04919603 -0.10984577
+0.04501498 -0.05886427 -0.07452315
+0.04451236 -0.06402124 -0.05546505
+0.04149814 -0.01644375 0.10283916
+0.07570495 -0.01356749 0.10461912
+0.06151547 0.22900853 0.1410712
+0.06151547 0.22900853 0.1410712
+0.05988986 0.26363531 0.19443959
+0.05517219 0.27166575 0.19948736
+0.04470893 0.27262387 0.28512192
+0.02969731 0.2217869 0.32826078
+0.05897978 -0.04178203 0.31808376
+0.04763371 -0.08003268 0.3353084
+0.05407842 -0.10708596 0.3397426
+0.05478762 -0.17194764 0.35446802
+0.05464103 -0.19482329 0.37221316
+0.05175045 0.18279688 0.39040545
+0.05018572 0.17937191 0.40895212
+0.05407917 -0.19889043 0.38496685
+0.05348935 -0.20290329 0.39884382
+0.07916255 -0.20210016 0.39926589
+0.0544345 0.06634537 0.4006592
+0.05307259 -0.20852256 0.41910556
+0.05307259 -0.20852256 0.41910556
+0.04653703 -0.2310767 0.4928914
+0.04124681 -0.25563371 0.49360117
+0.04460383 -0.19689508 -0.35840118
+0.04332237 -0.18440993 -0.29377741
+0.04550289 -0.17966399 -0.2675651
+0.04621821 -0.03545254 -0.16509487
+0.06156765 0.07672594 -0.14994261
+0.06024579 0.07816011 -0.1467575
+0.05947563 0.08538827 -0.14770766
+0.04413599 0.10128145 -0.15561163
+0.05969448 0.08521659 -0.14266115
+0.05969448 0.08521659 -0.14266115
+0.051794 0.22637397 0.13376942
+0.04828184 0.23134021 0.14895831
+0.05207802 0.24288106 0.16898139
+0.0441007 -0.09300303 0.3413828
+0.04786489 0.19015586 0.34512895
+0.05699988 -0.19002956 0.35717851
+0.05328855 -0.1928705 0.35879844
+0.05464103 -0.19482329 0.37221316
+0.05345961 0.09919078 0.42123774
+0.04958181 -0.21840328 0.45312074
+0.04937528 -0.22320881 0.46795699
+0.05705086 -0.27481067 0.47183701
+0.05971173 -0.28806889 0.47224146
+0.06008311 -0.28808925 0.47448975
+0.05722119 -0.27686849 0.47423643
+0.04946715 -0.21548101 -0.4298276
+0.03909463 -0.02833233 -0.23304319
+0.04131817 -0.04597046 -0.23959395
+0.04992169 -0.0157602 -0.18276156
+0.04882762 0.00823335 -0.16914004
+0.04734652 0.0348568 -0.15303296
+0.05322289 0.07784793 -0.13867129
+0.05788966 0.08778978 -0.13393103
+0.05969448 0.08521659 -0.14266115
+0.05810292 0.0837977 -0.14037135
+0.05322289 0.07784793 -0.13867129
+0.05788966 0.08778978 -0.13393103
+0.05654042 0.08575441 -0.12982179
+0.04647353 0.07305449 -0.13336422
+0.0565283 0.08962786 -0.11630142
+0.04353443 0.23853461 0.16093083
+0.04152897 0.2516765 0.17344736
+0.05517219 0.27166575 0.19948736
+0.04130569 0.27237645 0.19288027
+0.06232951 0.27261966 0.20570546
+0.07131808 0.27390844 0.24880937
+0.05606835 0.27325574 0.26908392
+0.05339314 -0.19055805 0.35919562
+0.05328855 -0.1928705 0.35879844
+0.06688528 0.08296072 0.41106561
+0.05348935 -0.20290329 0.39884382
+0.05263758 -0.20575768 0.40812555
+0.05307259 -0.20852256 0.41910556
+0.05156082 -0.20893973 0.41761863
+0.03996507 0.13431415 0.42993262
+0.06407946 -0.21628146 0.44716123
+0.05026801 -0.21398127 0.43849975
+0.04958181 -0.21840328 0.45312074
+0.04794531 -0.22772558 0.48157302
+0.04356513 -0.23051648 -0.48058656
+0.03628566 0.04489504 -0.19888091
+0.04180379 -0.00863641 -0.17578614
+0.04746047 0.09625031 -0.1548391
+0.04688223 0.05451716 -0.14163749
+0.04647353 0.07305449 -0.13336422
+0.03243862 -0.04249766 -0.13693224
+0.05567102 0.09091575 -0.11043419
+0.0565283 0.08962786 -0.11630142
+0.05567102 0.09091575 -0.11043419
+0.04482938 0.08088618 -0.09874119
+0.05267948 0.09444969 -0.09391373
+0.05283006 0.09282841 -0.09223284
+0.05110542 0.09653898 -0.07630535
+0.02345618 -0.06874385 -0.04171892
+0.03898154 -0.08606008 0.03293262
+0.02948786 -0.07025198 0.04864478
+0.04734433 0.22339375 0.12673581
+0.03565849 0.2320388 0.15009865
+0.0343137 0.27209947 0.2614803
+0.04271281 0.26361549 0.29988679
+0.05439289 0.25265673 0.30169234
+0.05711461 -0.04164295 0.31862175
+0.04790398 -0.04400966 0.31791961
+0.05897978 -0.04178203 0.31808376
+0.04790398 -0.04400966 0.31791961
+0.0553276 -0.05510303 0.32355767
+0.02097337 0.21020919 0.33833832
+0.02473184 -0.01910398 0.33546376
+0.03507624 -0.12348023 0.35574359
+0.03442063 0.00390508 0.35323262
+0.04069715 -0.16627531 0.3618193
+0.05328855 -0.1928705 0.35879844
+0.04753307 -0.20430289 0.35672885
+0.04925485 -0.20455711 0.35716069
+0.03153608 0.02750534 0.37095729
+0.04080162 0.18719377 0.38018715
+0.03083686 0.04946508 0.38787469
+0.03873228 0.15105793 0.42799968
+0.03564312 0.12399026 0.43405351
+0.04276258 0.11371534 0.42852923
+0.05026801 -0.21398127 0.43849975
+0.05196491 -0.2486314 0.47157055
+0.04893784 -0.24155758 0.46298027
+0.04822953 -0.24593784 0.45840907
+0.04155273 -0.23203671 0.49402368
+0.04415318 -0.28229967 0.49529555
+0.04568743 -0.30898646 0.49736646
+0.03913 -0.22475767 -0.44946402
+0.03885192 -0.18940373 -0.32325417
+0.0438133 -0.10318263 -0.26930296
+0.02706013 -0.084305 -0.27232036
+0.04151988 -0.06445089 -0.24899487
+0.04119868 -0.02935933 -0.18683018
+0.06132962 -0.02998251 -0.19215675
+0.02565096 -0.02966576 -0.18262404
+0.03469688 -0.00323566 -0.16949138
+0.03898887 0.02355107 -0.15298359
+0.04651616 0.07705145 -0.12102441
+0.04081342 0.10683629 -0.09784236
+0.05267948 0.09444969 -0.09391373
+0.0479661 0.09096726 -0.07850236
+0.04981777 0.09830886 -0.07083102
+0.05110542 0.09653898 -0.07630535
+0.04794914 0.09687649 -0.05674173
+0.04981777 0.09830886 -0.07083102
+0.04802855 0.10129761 -0.0505219
+0.04701032 0.0932228 -0.04320887
+0.0266959 -0.08629962 0.03000644
+0.06015771 -0.08604348 0.03337064
+0.04491555 0.13811098 0.08422511
+0.06918132 0.10043948 0.0984313
+0.0330419 0.09565041 0.08890495
+0.0557411 -0.0080934 0.10937884
+0.04452914 -0.00974997 0.10810474
+0.04728675 -0.0076756 0.10859285
+0.03858573 0.22626863 0.13786779
+0.05988986 0.26363531 0.19443959
+0.04211502 0.25235227 0.30573303
+0.05125854 -0.06758831 0.32925266
+0.03947625 -0.10849111 0.34889725
+0.03125756 -0.1341792 0.36078551
+0.03846942 -0.18825431 0.36756399
+0.04083565 0.18077758 0.41667709
+0.04633568 -0.22701591 0.4350566
+0.04551927 -0.22786804 0.42996508
+0.04617306 -0.23055933 0.46506068
+0.04771282 -0.22835551 0.45758763
+0.04597294 -0.24061164 0.45615187
+0.04794531 -0.22772558 0.48157302
+0.04402036 -0.23151891 0.48122019
+0.04002309 -0.23225263 0.49108437
+0.04653703 -0.2310767 0.4928914
+0.04155273 -0.23203671 0.49402368
+0.02781899 -0.23600973 -0.4945572
+0.03394822 -0.23117712 -0.4685978
+0.03244313 -0.21363035 -0.39967206
+0.02709117 0.02975602 -0.21420005
+0.03349968 0.11256788 -0.16133918
+0.03854282 0.03485091 -0.14508775
+0.03766153 0.06282879 -0.1291829
+0.04075668 0.08062152 -0.0787331
+0.04230336 0.0867341 -0.06306609
+0.04802855 0.10129761 -0.0505219
+0.04302145 0.08703006 -0.06033138
+0.04524375 0.08268295 -0.05276905
+0.04802855 0.10129761 -0.0505219
+0.03683173 0.11197009 -0.04684148
+0.04701032 0.0932228 -0.04320887
+0.04353647 0.07186826 -0.04632421
+0.04584044 0.0835261 -0.03378055
+0.0407673 0.08708075 -0.03129574
+0.04584044 0.0835261 -0.03378055
+0.04177492 0.0516061 -0.03606113
+0.04429889 0.06718903 -0.02017418
+0.04429889 0.06718903 -0.02017418
+0.01785672 -0.08098144 0.00547003
+0.034206 0.27196607 0.29910922
+0.04271281 0.26361549 0.29988679
+0.03347586 -0.04191972 0.31791049
+0.03869909 0.1917492 0.34659302
+0.04484848 -0.21463184 0.35376856
+0.04754081 -0.20858866 0.35483956
+0.04288316 -0.21839446 0.35192728
+0.03753218 -0.1975074 0.36372823
+0.04754081 -0.20858866 0.35483956
+0.04487788 -0.21954298 0.37358612
+0.04029807 -0.22849308 0.37122452
+0.04248046 -0.22801216 0.40032351
+0.04080162 0.18719377 0.38018715
+0.0405164 0.18224196 0.41190645
+0.02629418 0.06745283 0.40067029
+0.04236972 -0.22956298 0.43663928
+0.0376747 0.11760728 0.43127492
+0.02450815 0.10860501 0.42602503
+0.05345961 0.09919078 0.42123774
+0.04236972 -0.22956298 0.43663928
+0.04225832 -0.23093621 0.46129444
+0.04617306 -0.23055933 0.46506068
+0.0451326 -0.23831363 0.45246586
+0.04249375 -0.23798583 0.44944489
+0.0441616 -0.2413702 0.44871125
+0.03723807 -0.23198414 0.4747625
+0.04402036 -0.23151891 0.48122019
+0.03249052 -0.23657578 -0.49803373
+0.02832712 -0.18780455 -0.30427667
+0.04550289 -0.17966399 -0.2675651
+0.023171 -0.18114093 -0.26593965
+0.04528233 -0.1764172 -0.26655361
+0.01633487 -0.02997471 -0.17917314
+0.02931367 0.05180093 -0.12712763
+0.03502877 0.0644346 -0.11406757
+0.03766153 0.06282879 -0.1291829
+0.04180182 0.06683288 -0.04689962
+0.0403766 0.04489281 -0.03602267
+0.04179481 0.0450455 -0.0281103
+0.04015931 0.01925871 -0.02764259
+0.03964213 -0.00501191 -0.01970384
+0.03821301 -0.00842799 -0.02716982
+0.00281283 -0.07335184 -0.0274158
+0.04197332 0.03196148 -0.01075222
+0.04339148 0.04820137 -0.00400049
+0.04055008 -9.295E-05 0.00112477
+0.0401359 -0.00433853 -0.01184247
+0.04254494 0.03767243 0.00498567
+0.04150018 0.01512485 0.00995907
+0.04088827 0.01611926 0.01630882
+0.03612538 0.01026464 0.01513761
+0.04068617 0.02086346 0.01792673
+0.04470893 0.27262387 0.28512192
+0.02156224 -0.0444302 0.31726387
+0.02179769 -0.05479835 0.32275888
+0.04790398 -0.04400966 0.31791961
+0.04288316 -0.21839446 0.35192728
+0.03344213 -0.22760808 0.35114405
+0.03869195 -0.22656624 0.34962282
+0.03616471 -0.22867399 0.35200363
+0.03819022 -0.2295493 0.36778986
+0.03869195 -0.22656624 0.34962282
+0.02885657 0.1915821 0.3644087
+0.03930049 -0.22924908 0.40738651
+0.0329903 0.1857003 0.4067564
+0.03752558 -0.22941801 0.41843021
+0.03353908 0.16851939 0.42775211
+0.03564312 0.12399026 0.43405351
+0.04276258 0.11371534 0.42852923
+0.04102524 -0.23847963 0.44058028
+0.03796842 -0.23699643 0.43758315
+0.03965394 -0.24155165 0.43697485
+0.04059082 -0.25237012 0.43731862
+0.03151795 -0.23066139 0.45480639
+0.03428841 -0.23158638 0.4697758
+0.04002309 -0.23225263 0.49108437
+0.0250533 -0.23546129 -0.48168194
+0.02820306 -0.20353688 -0.36176702
+0.0279604 -0.19512837 -0.33284193
+0.02422749 -0.18237391 -0.26736504
+0.02627934 0.0760114 -0.19085702
+0.0377741 0.07220839 -0.18030277
+0.02289147 0.12381453 -0.16687194
+0.02565096 -0.02966576 -0.18262404
+0.01978702 -1.181E-05 -0.15931953
+0.03238084 0.06663074 -0.08835122
+0.03557865 0.07504796 -0.06613995
+0.0231804 0.12582548 -0.05808954
+0.02813224 0.06201761 -0.06869685
+0.03229907 0.05548116 -0.05703138
+0.03431271 0.04147032 -0.04764616
+0.02534823 0.12331736 -0.04324156
+0.03442433 0.02618083 -0.04451407
+0.0325483 -0.00201742 -0.04649278
+0.03559197 -0.01259862 -0.03546038
+0.02695506 0.10089286 -0.02629952
+0.02581653 0.06890638 0.00077834
+0.04339148 0.04820137 -0.00400049
+0.03409615 -0.00777857 -0.00166537
+0.02609554 -0.01363253 0.00264964
+0.04254494 0.03767243 0.00498567
+0.03264267 0.02246539 0.0269811
+0.04068617 0.02086346 0.01792673
+0.04088827 0.01611926 0.01630882
+0.03264267 0.02246539 0.0269811
+0.03898154 -0.08606008 0.03293262
+0.02967557 0.17887221 0.09116361
+0.0490218 0.17523196 0.0993523
+0.04006605 0.16790089 0.09211328
+0.0479589 0.20992674 0.1120163
+0.02583475 0.20831174 0.12298903
+0.02990103 0.22315086 0.13692312
+0.02722734 0.22627881 0.14165425
+0.02513419 0.27211019 0.18453486
+0.04130569 0.27237645 0.19288027
+0.034206 0.27196607 0.29910922
+0.02878895 0.26129645 0.30652586
+0.01801427 -0.03335959 0.32458356
+0.02802052 -0.09348579 0.34198508
+0.02341152 0.19397914 0.3491182
+0.03616471 -0.22867399 0.35200363
+0.02458474 -0.15207332 0.36911756
+0.03616471 -0.22867399 0.35200363
+0.03363113 -0.22994825 0.36519894
+0.03819022 -0.2295493 0.36778986
+0.03846942 -0.18825431 0.36756399
+0.02462461 -0.18547301 0.37550461
+0.03753218 -0.1975074 0.36372823
+0.03451452 -0.22959727 0.39499697
+0.03930049 -0.22924908 0.40738651
+0.02390918 0.08585725 0.41258469
+0.03752558 -0.22941801 0.41843021
+0.02999803 0.18435596 0.42914939
+0.02913276 0.15453808 0.43623784
+0.03223641 -0.2290445 0.43520582
+0.0284238 0.13662469 0.43988934
+0.03512242 -0.23467842 0.47091198
+0.01210435 -0.23774198 -0.4587737
+0.02143755 -0.18597274 -0.28471708
+0.01696085 -0.04924479 -0.26229852
+0.01633487 -0.02997471 -0.17917314
+0.02197344 0.12559892 -0.14359388
+0.02842117 0.03823235 -0.13551924
+0.02540655 0.04775333 -0.12564415
+0.02353272 0.04809971 -0.11536635
+0.01860403 0.13030669 -0.07501227
+0.03683173 0.11197009 -0.04684148
+0.02412193 0.04268584 -0.06835245
+0.03157851 -0.00449079 -0.04762797
+0.02856526 -0.01948225 -0.04369115
+0.01657219 -0.01400275 0.01400533
+-0.02129132 -0.04161389 0.0780983
+0.03565849 0.2320388 0.15009865
+0.01973484 0.23867342 0.15098587
+0.04353443 0.23853461 0.16093083
+0.04152897 0.2516765 0.17344736
+0.01973484 0.23867342 0.15098587
+0.02547107 0.25000554 0.16464935
+0.034206 0.27196607 0.29910922
+0.02130102 0.24647331 0.31769198
+0.02156224 -0.0444302 0.31726387
+0.02025467 -0.11501866 0.35273686
+0.0254923 -0.22463682 0.35403302
+0.0254923 -0.22463682 0.35403302
+0.04288316 -0.21839446 0.35192728
+0.03301293 -0.29243264 0.37707269
+0.02536284 -0.2932826 0.3399263
+0.03199505 -0.29231533 0.338467
+0.0209549 -0.20569813 0.36511108
+0.02458474 -0.15207332 0.36911756
+0.01948532 -0.16570246 0.37514579
+0.04069715 -0.16627531 0.3618193
+0.01778689 -0.22976916 0.36832067
+0.02042215 -0.22927146 0.38357201
+0.02463137 0.18991987 0.39313406
+0.02463137 0.18991987 0.39313406
+0.0251487 -0.22857741 0.40636158
+0.02843958 -0.228597 0.42732581
+0.03253837 -0.23356907 0.42084566
+0.03010878 -0.23301099 0.41897139
+0.03204782 -0.23688479 0.41754085
+0.02922472 0.11842354 0.43138927
+0.0284238 0.13662469 0.43988934
+0.02853624 -0.23023458 0.43990043
+0.03004517 -0.23127617 0.45029172
+0.0135432 -0.23423064 -0.44576836
+0.01038279 -0.03893551 -0.14973918
+0.02136802 0.02148943 -0.14294796
+0.01895511 0.03348713 -0.1313654
+0.02540655 0.04775333 -0.12564415
+0.02201448 0.04903721 -0.09839226
+0.02247632 0.05236933 -0.07410015
+0.02497305 0.01724865 -0.06402565
+0.02497619 0.01138845 -0.06252691
+0.02517157 0.00151962 -0.05867146
+0.02587097 -0.00195799 -0.05611106
+0.02235892 -0.02438997 -0.04908884
+0.01393432 0.11548997 -0.02273629
+0.01505626 0.09799585 -0.00919889
+0.02364132 -0.01844673 -0.01064544
+0.01652835 0.04847648 0.02819915
+0.01653842 -0.00767465 0.02055789
+0.01744471 0.00439931 0.02901415
+0.02002493 0.02784135 0.03904534
+0.0218638 0.02613069 0.03792294
+0.02250166 0.21576025 0.13128671
+0.02513419 0.27211019 0.18453486
+0.00052894 0.27135077 0.18869993
+0.00162093 0.27115962 0.27853227
+0.01446176 0.22644785 0.33209985
+0.01298821 0.19531555 0.35085544
+0.01680996 -0.22876659 0.35462549
+0.03363113 -0.22994825 0.36519894
+0.01773816 0.1928664 0.37557006
+0.01671756 0.19223443 0.41585606
+0.0247847 -0.22890221 0.41366926
+0.02436146 0.14099315 0.44114566
+0.02463034 0.13435481 0.4381395
+0.00971368 -0.22791544 -0.4184956
+0.00664168 -0.22061193 -0.38896239
+0.01431842 0.07537285 -0.20184429
+0.00362697 -0.05309518 -0.09903921
+0.0214993 0.02948302 -0.07144418
+0.02151594 -0.01621621 -0.05374679
+0.02534823 0.12331736 -0.04324156
+0.0186121 0.03545395 0.03516624
+0.01957135 0.01832987 0.03559437
+0.01957135 0.01832987 0.03559437
+0.01905461 0.09068717 0.08225051
+0.03829039 0.08662592 0.09204508
+0.01799641 0.06345918 0.08452106
+0.01482452 0.18296273 0.10071901
+0.02651939 0.19503035 0.10902092
+0.03179786 0.18467784 0.09473021
+0.01809119 0.19232528 0.11021767
+0.02054095 0.19899991 0.11611093
+0.0123629 0.21990134 0.13151111
+0.02385947 -0.29201958 0.33708552
+0.02013057 -0.28876111 0.33634874
+0.01815758 -0.29137301 0.33412671
+-0.00893357 0.0256806 0.36956111
+0.02462461 -0.18547301 0.37550461
+0.01390832 -0.19333528 0.37490386
+0.03753218 -0.1975074 0.36372823
+0.0209549 -0.20569813 0.36511108
+0.01680996 -0.22876659 0.35462549
+0.01882067 0.1923909 0.39159596
+0.02406041 -0.22969942 0.41052333
+0.01509805 0.19125384 0.43797576
+0.02462499 0.12116522 0.43154809
+0.02152097 0.18728326 0.44015756
+0.02002221 0.17184301 0.44523555
+0.02159867 0.1513225 0.44586715
+0.020478 0.14963888 0.44579148
+0.02159867 0.1513225 0.44586715
+0.01122279 -0.23983273 -0.49850389
+0.00138535 -0.19858235 -0.30850688
+0.00968497 -0.18561159 -0.26962399
+0.01744141 0.11056699 -0.18053845
+0.01196607 -0.02190427 -0.17121983
+0.00168068 -0.0347735 -0.16321859
+0.00760404 0.01945879 -0.13385458
+0.00950065 0.13897495 -0.15066564
+0.01671565 0.04123288 -0.09962633
+0.01855894 0.04297049 -0.11260643
+0.0184285 0.04464887 -0.07776453
+0.01881221 0.03535504 -0.0759623
+0.00184188 -0.06067881 -0.073796
+0.009798 0.13951272 -0.04032188
+0.01606708 -0.03231752 -0.05128755
+0.00586983 0.13010204 -0.02652493
+0.01323329 -0.02529573 0.00081476
+0.01590262 -0.01950451 0.00727946
+0.01402417 0.06209682 0.02080533
+0.0218638 0.02613069 0.03792294
+0.02002493 0.02784135 0.03904534
+0.01957135 0.01832987 0.03559437
+0.02722734 0.22627881 0.14165425
+0.0123629 0.21990134 0.13151111
+0.00861068 0.27188161 0.17724146
+0.00052894 0.27135077 0.18869993
+0.00042695 0.2712048 0.24350598
+0.011469 0.27113837 0.30743799
+0.034206 0.27196607 0.29910922
+0.011469 0.27113837 0.30743799
+0.02878895 0.26129645 0.30652586
+0.02130102 0.24647331 0.31769198
+0.011469 0.27113837 0.30743799
+0.00133569 0.24132909 0.32909405
+-0.02171518 -0.04204971 0.31766126
+0.0179292 -0.27512375 0.33861533
+0.01301933 -0.14327149 0.36584514
+0.01308814 -0.2123327 0.36348253
+0.02341152 0.19397914 0.3491182
+0.00737689 0.19624133 0.35181156
+0.01773816 0.1928664 0.37557006
+0.01192227 -0.18319555 0.38210201
+0.01948532 -0.16570246 0.37514579
+0.01778689 -0.22976916 0.36832067
+0.01972859 -0.22975251 0.38004455
+0.02042215 -0.22927146 0.38357201
+0.01773816 0.1928664 0.37557006
+0.01911428 0.10339916 0.42352051
+-0.00010669 0.09276531 0.41706267
+0.02346291 0.10984793 0.42538098
+0.01860466 0.10654467 0.42417905
+0.01732434 0.15510903 0.44923142
+0.0138472 0.16364783 0.45404074
+0.0138472 0.16364783 0.45404074
+0.01314902 -0.23859569 -0.48007506
+0.00199064 -0.20658852 -0.3402783
+0.00253228 -0.20235083 -0.32560813
+0.01094256 0.13710809 -0.17243762
+0.0182417 0.04171214 -0.12273943
+0.01160775 0.03840492 -0.11932947
+0.00179839 -0.04576568 -0.12507007
+0.00112118 0.14831029 -0.09252495
+0.01749354 0.04156305 -0.07832688
+0.01246576 -0.0330562 -0.0437854
+0.009798 0.13951272 -0.04032188
+0.0124832 0.0816658 0.00802464
+0.02758124 0.15086463 0.07728892
+0.0214204 0.11803012 0.08085044
+0.01112564 0.13735411 0.07422107
+0.02265159 0.17231999 0.08650981
+0.01236709 0.17648974 0.09340671
+0.00042695 0.2712048 0.24350598
+0.0179292 -0.27512375 0.33861533
+0.01597607 -0.26736832 0.34050009
+0.01815758 -0.29137301 0.33412671
+-0.00022278 0.20127629 0.35253069
+0.01553179 -0.23165791 0.35415792
+0.01680996 -0.22876659 0.35462549
+0.01510439 -0.2404004 0.35060304
+0.01298821 0.19531555 0.35085544
+0.00737689 0.19624133 0.35181156
+0.02341152 0.19397914 0.3491182
+0.01272117 0.19037414 0.45170617
+0.00155703 -0.21946806 -0.37988332
+0.00647404 -0.21116854 -0.3601222
+0.00106707 0.11079035 -0.19595365
+0.0009412 0.13077146 -0.18626736
+0.00633243 -0.03080805 -0.17523162
+-0.00017712 0.02916929 -0.11749806
+0.00861636 0.10974979 -0.01016655
+0.0083352 -0.03292351 -0.01936368
+0.01045914 0.0897946 0.00357288
+0.01108267 0.07584227 0.01285031
+0.01653842 -0.00767465 0.02055789
+0.00365325 -0.00880966 0.02142095
+0.01657219 -0.01400275 0.01400533
+0.01689558 -0.00390991 0.0237286
+0.00670766 0.02910873 0.0393845
+0.00762058 0.00451746 0.0296666
+0.01744471 0.00439931 0.02901415
+0.00949502 0.09105076 0.07787144
+0.01310178 0.05277187 0.08398054
+0.01580917 0.16547611 0.08152727
+0.00803702 0.16973238 0.08601203
+0.01236709 0.17648974 0.09340671
+-0.01490186 -0.02359255 0.09651183
+0.00111932 0.2273303 0.13349794
+-0.00035074 0.24397597 0.14733671
+0.00107431 0.21207015 0.34580719
+-0.00166759 -0.28782156 0.33475497
+0.00737689 0.19624133 0.35181156
+0.00105658 -0.23735438 0.35313168
+0.01510439 -0.2404004 0.35060304
+0.00121095 -0.22188237 0.36055705
+-0.00891133 -0.13967401 0.36438739
+0.0023997 -0.1702393 0.37770444
+0.01874837 0.10704934 0.42210916
+0.00581852 0.10475933 0.42418629
+0.01860466 0.10654467 0.42417905
+-0.0020309 0.10292201 0.42402139
+0.00557597 0.19450252 0.44825199
+0.00636817 0.18126772 0.46122324
+0.00636817 0.18126772 0.46122324
+0.00952761 0.17290072 0.45775169
+2.679E-05 -0.24238363 -0.49849769
+1.003E-05 -0.24010642 -0.4564023
+0.00145725 -0.23800366 -0.44523704
+0.00109896 -0.23438096 -0.43082321
+0.00199542 -0.19177076 -0.28060329
+0.00167406 -0.18752371 -0.26855659
+0.0019316 -0.18553978 -0.26576599
+0.01053596 -0.01024921 -0.24841315
+0.00098033 -0.01978879 -0.26188016
+0.00074787 -0.0070208 -0.25545996
+0.00038122 0.07025892 -0.21680404
+0.01175223 0.03157523 -0.22629638
+0.00021108 0.08989356 -0.20715208
+0.00029458 0.13820754 -0.18331443
+0.00633243 -0.03080805 -0.17523162
+0.00119164 0.00151754 -0.14505219
+0.00040506 -0.01213611 -0.15628414
+0.00104899 0.14851813 -0.16654181
+0.00113444 0.14804126 -0.04035613
+0.00065203 0.14278919 -0.03331828
+0.0013333 -0.0404003 -0.02518807
+0.00291289 -0.04135532 -0.04266385
+0.00668058 0.12038592 -0.01799851
+-0.00580824 -0.07670243 -0.01389189
+-0.00671851 -0.08635011 0.03050149
+-0.01879483 0.01723629 0.03614994
+-0.00688914 -0.08638831 0.03303165
+-0.04459989 -0.06960513 0.04937663
+0.00093252 0.12760186 0.07082637
+0.01580917 0.16547611 0.08152727
+0.00353267 0.15644556 0.07324087
+0.00803702 0.16973238 0.08601203
+0.00244694 0.18560515 0.09981106
+-0.00973443 -0.01361942 0.10608785
+0.01809119 0.19232528 0.11021767
+0.00244694 0.18560515 0.09981106
+-0.00035278 0.20281425 0.11351386
+-0.01171547 0.2709907 0.3072277
+0.00103857 0.2708672 0.31144267
+0.01611391 -0.25740352 0.34430727
+-0.00063296 -0.25999555 0.34375867
+0.01597607 -0.26736832 0.34050009
+0.01570379 -0.24864423 0.34778345
+0.00737689 0.19624133 0.35181156
+0.00054677 0.19825235 0.35392085
+0.00135577 0.19818099 0.36575994
+0.00129049 -0.20694678 0.3688615
+0.00503734 -0.18406928 0.38274091
+0.00174339 -0.18368828 0.3829194
+0.00048221 0.19796211 0.40818581
+0.00692706 0.19234377 0.45854813
+-0.00082859 -0.24207191 -0.48418295
+0.00124251 -0.22917388 -0.41287357
+0.00130789 -0.21201959 -0.35819504
+0.00080586 0.0088267 -0.2474196
+0.00070384 0.03939807 -0.23241603
+0.000449 0.0236901 -0.24027732
+0.00020238 0.05097276 -0.22677928
+0.00043506 0.05846564 -0.22285932
+0.00057047 0.09859847 -0.20244184
+0.00092314 0.14756306 -0.17789607
+7.817E-05 0.14986341 -0.17655936
+8.14E-05 -0.03143585 -0.1722201
+0.00105098 0.0235286 -0.12418135
+-0.00058983 0.03762059 -0.11077198
+0.004808 0.03811001 -0.11350572
+-9.022E-05 0.14879587 -0.03849568
+0.00113444 0.14804126 -0.04035613
+0.00105784 -0.04236928 -0.03516143
+0.00155856 0.13116479 -0.02414868
+-0.00147628 0.12357777 -0.01796921
+-0.00318739 0.11343019 -0.01013684
+-0.00521022 0.10526147 -0.00413525
+-0.00810312 0.08396971 0.01132741
+-0.00935996 0.07766136 0.01548852
+-0.01142123 0.06569958 0.02191832
+-0.00688914 -0.08638831 0.03303165
+0.00026812 0.15074939 0.06821799
+0.00532175 0.15133008 0.07027243
+0.00026812 0.15074939 0.06821799
+-0.00395607 0.16723706 0.08255546
+-0.00169235 0.18252914 0.09675463
+0.00111932 0.2273303 0.13349794
+0.0123629 0.21990134 0.13151111
+0.00061111 0.27178738 0.17346562
+-0.01171547 0.2709907 0.3072277
+-0.02990601 -0.06656556 0.32848868
+-0.00061479 -0.27363908 0.33901516
+-0.00166759 -0.28782156 0.33475497
+0.00054677 0.19825235 0.35392085
+0.00096788 0.19554669 0.45836991
+0.00127065 0.19442348 0.46547976
+-0.00039146 0.18925484 0.46644205
+-0.00039146 0.18925484 0.46644205
+0.00280669 0.18333301 0.46326056
+-0.00149971 -0.22311829 -0.39434972
+-0.00191173 -0.20184068 -0.32670352
+-0.00110729 -0.01925822 -0.26170829
+-0.00123157 -0.00573315 -0.25470251
+-0.00126895 0.02610059 -0.23908795
+-0.00118683 0.04106971 -0.23160712
+-0.00093037 0.10282736 -0.20042564
+7.22E-05 0.1497955 -0.1687171
+-0.00084378 0.14846337 -0.16575326
+8.14E-05 -0.03143585 -0.1722201
+0.00011461 -0.0200471 -0.16269538
+-0.00044026 -0.02479882 -0.16690539
+0.00119164 0.00151754 -0.14505219
+-0.00099294 0.00021489 -0.14640225
+0.00040506 -0.01213611 -0.15628414
+-0.0008675 0.02138769 -0.12597571
+-0.00105275 0.14839469 -0.08860505
+-0.00126745 0.14831725 -0.05337953
+-0.00125209 0.14870602 -0.03985409
+0.00064082 -0.04201251 -0.04531356
+-0.00166908 0.13707852 -0.02979552
+-0.0071641 0.09181852 0.00571848
+-0.01374089 -0.01170312 0.01936071
+-0.01351102 -0.01592262 0.01469263
+-0.01547907 -0.00169619 0.02637364
+-0.01323678 0.05381616 0.02779566
+-0.01694465 0.00695927 0.03120264
+0.00670766 0.02910873 0.0393845
+-0.00815528 0.16278976 0.07770752
+-0.00169235 0.18252914 0.09675463
+-0.00129197 0.26281825 0.16495726
+-0.0014836 0.27189052 0.1737577
+-0.00131321 0.26351842 0.31563652
+-0.00084514 0.23926675 0.33033603
+-0.00104567 0.21326226 0.34526893
+0.00048221 0.19796211 0.40818581
+-0.00162545 0.19640151 0.4395386
+0.00096788 0.19554669 0.45836991
+-0.00136691 0.1946059 0.46524462
+0.00127065 0.19442348 0.46547976
+-0.00039146 0.18925484 0.46644205
+-0.00862496 -0.23872969 -0.46195996
+-0.01124158 -0.23597679 -0.45296937
+-0.01054437 -0.20642088 -0.35252139
+-0.01024441 -0.20162353 -0.33616474
+-0.0127094 -0.1930293 -0.30630165
+-0.0065953 -0.1850542 -0.2700322
+-0.00126895 0.02610059 -0.23908795
+-0.00648132 0.03746769 -0.22853358
+-0.00118683 0.04106971 -0.23160712
+-0.00093037 0.10282736 -0.20042564
+-0.00124695 0.12321914 -0.18947963
+-0.00050577 0.11343279 -0.19519693
+-0.00583674 -0.03130695 -0.17530668
+-0.00583674 -0.03130695 -0.17530668
+-0.00058983 0.03762059 -0.11077198
+-0.00867186 0.03863258 -0.11591261
+-0.00017712 0.02916929 -0.11749806
+-0.03225943 -0.05075756 -0.10499455
+-0.00147628 0.12357777 -0.01796921
+-0.00518259 0.11429381 -0.01244549
+-0.00318739 0.11343019 -0.01013684
+-0.01199368 -0.02221377 0.00732945
+-0.00851823 -0.02849439 0.00025219
+-0.00219583 -0.02610723 0.00181387
+-0.01648805 0.03905852 0.03510995
+-0.02491076 -0.04414686 0.31713101
+-0.02238626 -0.29167217 0.33384684
+-0.01160594 0.19530936 0.35214078
+-0.03154693 -0.10041288 0.34528649
+-0.01025393 -0.23180798 0.35405248
+-0.01288661 -0.24642566 0.348261
+-0.01040279 -0.21061844 0.36422297
+-0.03824691 0.02701564 0.37089741
+-0.00992883 -0.19973633 0.3702606
+-0.01424543 -0.17018497 0.37748492
+-0.00954899 -0.18086194 0.38136756
+-0.0176194 0.19320323 0.36906961
+0.00135577 0.19818099 0.36575994
+-0.01333865 0.19403324 0.4046579
+-0.00819143 0.19359036 0.44309875
+-0.00495696 0.193431 0.45959696
+-0.0051186 0.18290928 0.46173912
+-0.0054575 0.17973961 0.45976982
+-0.00536951 0.18672839 0.46185899
+-0.0051186 0.18290928 0.46173912
+-0.0051186 0.18290928 0.46173912
+-0.01146407 -0.2398248 -0.49830911
+-0.01954331 -0.23713066 -0.48626232
+-0.00069355 0.14766598 -0.17775334
+-0.0104469 0.13784111 -0.17205657
+7.817E-05 0.14986341 -0.17655936
+-0.00084378 0.14846337 -0.16575326
+-0.01382124 -0.00561292 -0.16039875
+-0.02858346 -0.07555533 -0.01782247
+-0.00166908 0.13707852 -0.02979552
+-0.02031893 0.1296827 -0.04403742
+-0.01746369 0.02958813 0.04012642
+-0.01903296 0.02608763 0.03983106
+-0.01903296 0.02608763 0.03983106
+-0.01376163 0.15078691 0.07285898
+-0.01081427 0.17392661 0.0896553
+-0.01394075 0.18333936 0.10068564
+-0.01752488 0.19029431 0.10869553
+-0.0152884 0.2095405 0.12404136
+-0.00062587 0.2330925 0.13803867
+-0.01471091 0.2425593 0.15260331
+-0.01975629 0.27193981 0.18301676
+-0.03657692 0.27196503 0.19189757
+-0.04648967 0.27184898 0.22855453
+-0.02485772 0.27103177 0.3027918
+-0.02491076 -0.04414686 0.31713101
+-0.02027225 0.23639023 0.32579988
+-0.02248933 0.21445934 0.33743238
+-0.01902962 -0.2850433 0.33510849
+-0.01560833 -0.23756221 0.35112402
+-0.01889061 -0.22916482 0.35347217
+-0.00998007 0.19120499 0.45245895
+-0.00751279 0.17535584 0.45657822
+-0.0099073 0.17274912 0.45256698
+-0.00983819 0.1770848 0.45752677
+-0.0125999 0.16937158 0.4542321
+-0.03370403 -0.2048793 -0.37294957
+-0.02067889 -0.18564525 -0.28999916
+-0.01781286 -0.18188162 -0.26723203
+-0.03179206 -0.17794208 -0.26643169
+-0.02537487 0.06437384 -0.19783024
+-0.00110918 0.08576365 -0.20899361
+-0.01366064 -0.03071046 -0.17932273
+-0.02474421 -0.03731392 -0.15768714
+-0.02034282 0.0169283 -0.14586514
+-0.00105275 0.14839469 -0.08860505
+-0.01545353 0.13370243 -0.09163133
+-0.00126745 0.14831725 -0.05337953
+-0.02360307 0.01632823 -0.06620547
+-0.00204402 0.02970627 -0.06422105
+-0.02277267 0.00651717 -0.06042076
+-0.01827314 -0.06410291 -0.05968563
+-0.01907333 0.09079895 -0.0090999
+-0.00521022 0.10526147 -0.00413525
+-0.0071641 0.09181852 0.00571848
+-0.00810312 0.08396971 0.01132741
+-0.01899075 0.07064922 0.00789953
+-0.00935996 0.07766136 0.01548852
+-0.01918732 0.17216957 0.08583438
+-0.0165327 0.18171994 0.09873762
+-0.03085686 0.00531334 0.35445735
+-0.02385728 -0.03122427 0.32611969
+-0.01856816 -0.26989335 0.33941907
+-0.01820464 -0.25871003 0.34329173
+-0.0202325 -0.15539485 0.3709459
+-0.01986265 0.10312547 0.42314464
+-0.01414251 0.19007333 0.44628176
+-0.01371655 0.16565165 0.44714174
+-0.02646193 -0.21580085 -0.40017328
+-0.03140992 -0.19717613 -0.34676534
+-0.01805101 -0.07235801 -0.27369019
+-0.02287776 -0.05437611 -0.25996414
+-0.00169905 -0.05064812 -0.27613902
+-0.01366064 -0.03071046 -0.17932273
+-0.02183376 -0.03051635 -0.18309033
+-0.02229559 0.12434859 -0.16666943
+-0.01245991 0.13617593 -0.13124031
+-0.0008675 0.02138769 -0.12597571
+-0.02869809 0.02937559 -0.1417103
+-0.02627087 0.12174176 -0.11249741
+-0.00924636 0.04219322 -0.07737868
+-0.02092417 0.02599007 -0.07117025
+-0.02005663 0.03081409 -0.07493264
+-0.01571598 0.04087856 -0.08148534
+-0.0366374 -0.08141556 0.00674346
+-0.04499116 -0.08665202 0.03023551
+-0.01142123 0.06569958 0.02191832
+-0.01371585 0.16543567 0.08059657
+-0.01752488 0.19029431 0.10869553
+-0.01709696 -0.24750632 0.34816903
+-0.01665998 -0.23152137 0.35340348
+-0.03158212 -0.12450738 0.3569169
+-0.02606246 -0.13813123 0.36340183
+-0.02067904 0.19071771 0.42049965
+-0.00162545 0.19640151 0.4395386
+-0.01414251 0.19007333 0.44628176
+-0.00819143 0.19359036 0.44309875
+-0.01764552 0.16072623 0.44957972
+-0.01678643 0.15950678 0.44582361
+-0.0125999 0.16937158 0.4542321
+-0.01860704 0.16357341 0.44909531
+-0.01764552 0.16072623 0.44957972
+-0.02979404 -0.23635994 -0.49786994
+-0.03187377 -0.23451282 -0.49370787
+-0.03222863 -0.23299378 -0.48467872
+-0.03096212 -0.18816398 -0.31331667
+-0.02771138 -0.00158979 -0.16526076
+-0.02768686 -0.02357054 -0.1811813
+-0.03072754 -0.00395989 0.00817154
+-0.02241289 0.02524076 0.03745657
+-0.0376476 -0.03117289 0.08868367
+-0.02224003 0.19481522 0.11273203
+-0.03657692 0.27196503 0.19189757
+-0.04648967 0.27184898 0.22855453
+-0.05376373 0.27201653 0.2726832
+-0.04464281 0.27165225 0.28489056
+-0.02658234 0.25847161 0.30935845
+-0.01856816 -0.26989335 0.33941907
+-0.020175 -0.28234011 0.33713463
+-0.01902962 -0.2850433 0.33510849
+-0.02493719 0.20275639 0.34328893
+-0.01709696 -0.24750632 0.34816903
+-0.01816835 -0.24730052 0.34905267
+-0.01820464 -0.25871003 0.34329173
+-0.01560833 -0.23756221 0.35112402
+-0.0375319 -0.21556091 0.35478556
+-0.01665998 -0.23152137 0.35340348
+-0.01773013 -0.23678425 0.35604823
+-0.01819898 -0.23098925 0.36412835
+-0.01665998 -0.23152137 0.35340348
+-0.01889061 -0.22916482 0.35347217
+-0.01838459 -0.22930656 0.35636562
+-0.01838459 -0.22930656 0.35636562
+-0.02506117 -0.20389177 0.36355522
+-0.02632906 -0.18540475 0.37275016
+-0.01424543 -0.17018497 0.37748492
+-0.03394371 -0.18693244 0.36882031
+-0.00954899 -0.18086194 0.38136756
+-0.02632906 -0.18540475 0.37275016
+-0.02940828 0.18974966 0.3688814
+-0.02566792 0.18697982 0.42493653
+-0.01414251 0.19007333 0.44628176
+-0.02566792 0.18697982 0.42493653
+-0.02653379 0.18459465 0.43008307
+-0.02197451 0.15178815 0.44441009
+-0.02062716 0.14998282 0.44114557
+-0.02197451 0.15178815 0.44441009
+-0.04341262 -0.22637293 -0.4689233
+-0.03421086 -0.22422823 -0.44290468
+-0.03838354 -0.17960744 -0.26815668
+-0.0197698 0.03563814 -0.12956148
+-0.03474714 0.04505108 -0.13560247
+-0.01831074 0.04222489 -0.12189984
+-0.02451792 0.04599763 -0.12566036
+-0.05122903 -0.05709203 -0.08081117
+-0.02772653 -0.01194515 0.00166219
+-0.02935814 0.18888533 0.10022176
+-0.03268005 0.18629673 0.09598155
+-0.02219149 0.2037106 0.12118216
+-0.0246397 0.20241201 0.11924039
+-0.02485772 0.27103177 0.3027918
+-0.02238626 -0.29167217 0.33384684
+-0.02400457 -0.29089236 0.34306985
+-0.02974568 0.19142653 0.35012731
+-0.02129755 -0.26845387 0.35278535
+-0.03446565 -0.22414087 0.35233474
+-0.0348396 -0.22736917 0.35248384
+-0.02510699 -0.27921534 0.36141324
+-0.0348396 -0.22736917 0.35248384
+-0.02423496 -0.26949924 0.37017623
+-0.02105915 -0.23823629 0.37001508
+-0.02367749 -0.25606865 0.37557387
+-0.01923811 -0.22995321 0.36691016
+-0.0183652 -0.2303189 0.36795411
+-0.0202325 -0.15539485 0.3709459
+-0.03848863 -0.16636722 0.36227566
+-0.01424543 -0.17018497 0.37748492
+-0.03848863 -0.16636722 0.36227566
+-0.03394371 -0.18693244 0.36882031
+-0.02370849 -0.23731357 0.38591284
+-0.01923811 -0.22995321 0.36691016
+-0.02082472 -0.22928679 0.38547245
+-0.0183652 -0.2303189 0.36795411
+-0.02082472 -0.22928679 0.38547245
+-0.03408791 -0.22974232 0.38504824
+-0.02528624 -0.24146025 0.39022195
+-0.02249558 -0.23243269 0.3875398
+-0.03488569 0.18673681 0.39131737
+-0.02372464 -0.22882098 0.41087711
+-0.05185283 0.08219082 0.41057733
+-0.00854645 0.06639705 0.39989519
+-0.04398682 0.0958652 0.41894507
+-0.03411513 0.12502961 0.43219775
+-0.02669069 0.14803968 0.44229931
+-0.02954615 0.1421579 0.43918651
+-0.01558426 0.17638732 0.44975129
+-0.02713575 0.16920772 0.43644989
+-0.02197451 0.15178815 0.44441009
+-0.02669069 0.14803968 0.44229931
+-0.04797941 -0.18424156 -0.29918665
+-0.04743806 -0.04572168 -0.12445404
+-0.04088882 0.06409924 -0.01264032
+-0.03753545 0.01080351 0.01466754
+-0.01648805 0.03905852 0.03510995
+-0.04034673 0.0386967 0.00571885
+-0.02241289 0.02524076 0.03745657
+-0.02753427 0.2151251 0.13139494
+-0.02447063 0.21408945 0.13091373
+-0.02921394 0.22194411 0.13972759
+-0.03989474 0.24457507 0.16685642
+-0.03384619 0.27103245 0.2998555
+-0.03553525 0.2230294 0.32671976
+-0.02424076 -0.29316476 0.33658203
+-0.03728701 -0.11001845 0.34992963
+-0.03178772 -0.29343945 0.36937582
+-0.03263799 -0.22892912 0.35578921
+-0.03403655 -0.22999516 0.36859289
+-0.02676908 -0.26619434 0.38973036
+-0.0290239 -0.26457277 0.40215656
+-0.03467175 -0.22969288 0.40517989
+-0.02739644 -0.2368229 0.40215418
+-0.02372464 -0.22882098 0.41087711
+-0.02556117 -0.23238558 0.40457982
+-0.02974968 0.18730968 0.41008511
+-0.028517 -0.22864592 0.41998789
+-0.02936329 -0.23522966 0.40910572
+-0.0260994 -0.22894393 0.42595977
+-0.02578734 -0.23092648 0.41300565
+-0.0260994 -0.22894393 0.42595977
+-0.02879819 -0.23034796 0.43885589
+-0.02910788 -0.22934827 0.438629
+-0.03237571 0.13567398 0.43683407
+-0.02910788 -0.22934827 0.438629
+-0.03732326 -0.18974686 -0.32692358
+-0.03524189 -0.0790698 -0.2622526
+-0.04465402 -0.05263172 -0.23994806
+-0.0348712 -0.03028033 -0.18719384
+-0.02183376 -0.03051635 -0.18309033
+-0.04581524 -0.00097445 -0.1733328
+-0.04196273 0.02159302 -0.15583564
+-0.03283722 0.11285861 -0.16148211
+-0.04170291 0.10344797 -0.15706192
+-0.03564623 0.11415404 -0.04759301
+-0.01901671 0.11730797 -0.03147068
+-0.03604099 0.09552883 -0.03217879
+-0.04536236 0.07761124 -0.02799201
+-0.03807121 0.0458635 0.00372134
+-0.04982563 -0.02201095 0.09723704
+-0.03394325 0.26019433 0.17906144
+-0.03384619 0.27103245 0.2998555
+-0.03878762 0.26653552 0.29981369
+-0.0460771 -0.04407482 0.31769392
+-0.04479177 0.20015579 0.33926082
+-0.04749168 -0.20478229 0.35618097
+-0.0375319 -0.21556091 0.35478556
+-0.02506117 -0.20389177 0.36355522
+-0.04749168 -0.20478229 0.35618097
+-0.02606246 -0.13813123 0.36340183
+-0.02506117 -0.20389177 0.36355522
+-0.03133947 -0.26253885 0.41228521
+-0.02974968 0.18730968 0.41008511
+-0.03989762 0.18120591 0.41537717
+-0.03006663 -0.23277497 0.42296013
+-0.03219718 -0.23617257 0.42237544
+-0.04884289 0.10607587 0.42430678
+-0.0415249 0.11824393 0.42977747
+-0.03700774 -0.23006994 0.44248852
+-0.03293082 -0.23268604 0.43737221
+-0.03263068 -0.23367245 0.4257575
+-0.03664233 0.12865587 0.4338046
+-0.02911703 0.15623294 0.43781853
+-0.02954615 0.1421579 0.43918651
+-0.03246213 -0.23034687 0.45464253
+-0.03221282 -0.23159875 0.45193875
+-0.03246213 -0.23034687 0.45464253
+-0.04416911 -0.22820325 -0.47552875
+-0.04188066 -0.19383898 -0.34700167
+-0.04658655 0.01275062 -0.16465008
+-0.04982121 -0.03767603 -0.15843625
+-0.04210559 0.10535973 -0.10050152
+-0.0548375 -0.06387293 -0.05519443
+-0.03815635 0.11133448 -0.06365098
+-0.03954502 -0.00098174 -3.18E-05
+-0.05495304 -0.08638648 0.03280436
+-0.03831817 0.2184014 0.1283752
+-0.04084077 0.22302943 0.13485444
+-0.03779921 0.22725968 0.14579193
+-0.03602571 0.22989021 0.14947434
+-0.04818022 0.27198872 0.19803666
+-0.04235478 0.25161478 0.30662426
+-0.05759353 -0.04167198 0.31869155
+-0.06297956 -0.01667344 0.33826566
+-0.04766778 -0.07885904 0.33494413
+-0.04229705 -0.09446269 0.34250784
+-0.0455731 0.18390459 0.38419348
+-0.03158212 -0.12450738 0.3569169
+-0.03871845 -0.22777359 0.36923873
+-0.03796184 -0.22922006 0.38240576
+-0.03779141 -0.29314157 0.39483652
+-0.04537075 0.18029402 0.40954039
+-0.03888672 -0.22990686 0.41634727
+-0.03826605 0.06620952 0.40018448
+-0.04537075 0.18029402 0.40954039
+-0.03538713 -0.24371496 0.43381178
+-0.03506535 -0.25868499 0.42660373
+-0.02725304 0.18149377 0.43102136
+-0.03905221 0.15941022 0.42559555
+-0.03541247 0.15136303 0.43173715
+-0.03237571 0.13567398 0.43683407
+-0.03558525 -0.23774323 0.43898654
+-0.03556919 -0.23560518 0.44576553
+-0.03499307 -0.2329677 0.46602091
+-0.03589281 -0.2311665 0.47145998
+-0.04718927 -0.22128622 -0.45160839
+-0.04816854 -0.21582662 -0.43111777
+-0.04812324 -0.2097609 -0.40784708
+-0.04666026 -0.2018075 -0.37773749
+-0.0348712 -0.03028033 -0.18719384
+-0.05458375 -0.03024591 -0.19285567
+-0.05325563 0.00559366 -0.17309715
+-0.03894982 0.06318445 -0.13015404
+-0.05446068 0.0475129 -0.15259832
+-0.02949834 0.05212918 -0.12677687
+-0.03362427 0.06677178 -0.0965355
+-0.04735698 0.07841097 -0.11870062
+-0.03303216 0.0620526 -0.11335383
+-0.05541286 -0.05042021 -0.10549521
+-0.04705499 0.08842656 -0.03812174
+-0.03605861 0.0197165 0.02344144
+-0.03976574 0.02506004 0.01452542
+-0.02935814 0.18888533 0.10022176
+-0.04293693 0.20158759 0.1065871
+-0.05139719 0.21456531 0.11525007
+-0.02224003 0.19481522 0.11273203
+-0.03831817 0.2184014 0.1283752
+-0.0246397 0.20241201 0.11924039
+-0.04254307 0.23135756 0.15278697
+-0.06814149 0.27232048 0.21070421
+-0.04766223 0.25830901 0.30114752
+-0.0460771 -0.04407482 0.31769392
+-0.06051309 -0.03077783 0.32742897
+-0.05064325 -0.11436432 0.34338138
+-0.04635565 -0.2110291 0.35431781
+-0.03864113 -0.22325668 0.35317487
+-0.04758133 -0.18932281 0.36154875
+-0.03864113 -0.22325668 0.35317487
+-0.04259541 -0.22790465 0.40506789
+-0.04269035 -0.22993867 0.43315193
+-0.04613002 -0.28297767 0.43214685
+-0.04310913 0.17170347 0.41656959
+-0.03664233 0.12865587 0.4338046
+-0.03910517 -0.25261658 0.44300172
+-0.0392474 -0.24100746 0.45119196
+-0.0433849 -0.23134401 0.46409908
+-0.03974633 -0.23879519 0.45517009
+-0.03589281 -0.2311665 0.47145998
+-0.03989886 -0.23718978 0.46805444
+-0.04020441 -0.23833963 0.46114472
+-0.03990404 -0.2371276 0.47407815
+-0.04028955 -0.23174304 0.48707944
+-0.03964648 -0.23509704 0.48208293
+-0.04028955 -0.23174304 0.48707944
+-0.06365577 -0.23389111 -0.49706689
+-0.04455036 -0.02948331 -0.18983643
+-0.05458375 -0.03024591 -0.19285567
+-0.05358505 -0.01420578 -0.18448716
+-0.04773897 0.10029137 -0.0492062
+-0.0431992 0.05883192 -0.01198539
+-0.04555224 -0.01009378 0.10806039
+-0.04968543 0.22316679 0.12583463
+-0.05022779 0.22802688 0.13934891
+-0.04464281 0.27165225 0.28489056
+-0.06720114 0.23925081 0.30632472
+-0.05239822 0.18816864 0.34626397
+-0.05064325 -0.11436432 0.34338138
+-0.05017827 -0.16627222 0.35556012
+-0.04635565 -0.2110291 0.35431781
+-0.04635565 -0.2110291 0.35431781
+-0.04450949 -0.22389376 0.39855304
+-0.04273539 -0.2933338 0.41000402
+-0.04563725 -0.22819954 0.43676803
+-0.0543711 0.14551155 0.41578305
+-0.05796061 0.13069955 0.41683969
+-0.0498868 -0.274887 0.45094466
+-0.04643372 -0.23094645 0.46684355
+-0.04290764 -0.24350949 0.46108174
+-0.04537798 -0.2414515 0.46993303
+-0.04214125 -0.24002072 0.47234234
+-0.03990404 -0.2371276 0.47407815
+-0.04152904 -0.24624196 0.47489843
+-0.04214125 -0.24002072 0.47234234
+-0.04075265 -0.2450573 0.47934127
+-0.04152904 -0.24624196 0.47489843
+-0.04168422 -0.26437581 0.47597092
+-0.04056501 -0.24082483 0.49046651
+-0.04301571 -0.27343056 0.48612696
+-0.04739838 -0.22823319 0.48561412
+-0.04115677 -0.23098707 0.49415365
+-0.04115677 -0.23098707 0.49415365
+-0.04166932 -0.26344937 0.49419472
+-0.04115677 -0.23098707 0.49415365
+-0.04247481 -0.25523999 0.49420267
+-0.04166932 -0.26344937 0.49419472
+-0.04401721 -0.28619784 0.49597505
+-0.04247481 -0.25523999 0.49420267
+-0.04597984 -0.31225047 0.49806064
+-0.0669008 -0.01471573 -0.18902183
+-0.05777533 0.08692618 -0.13306363
+-0.05539668 0.09046303 -0.10704556
+-0.0487477 0.10058605 -0.0529737
+-0.06410754 -0.0752461 -0.01320298
+-0.06083525 -0.08647558 0.03032292
+-0.05191752 0.23676798 0.16049121
+-0.04767604 0.23844188 0.16400999
+-0.05707347 0.24842994 0.17918788
+-0.066035 0.27248064 0.25665674
+-0.05369518 -0.05883124 0.32540065
+-0.05017827 -0.16627222 0.35556012
+-0.05343239 -0.18933213 0.3583236
+-0.06662899 0.01707414 0.36428159
+-0.05023759 -0.20762251 0.36834824
+-0.04971796 0.17972761 0.40697321
+-0.04652612 -0.22191176 0.41240734
+-0.04971796 0.17972761 0.40697321
+-0.03989762 0.18120591 0.41537717
+-0.05391806 0.16180548 0.41047749
+-0.04996648 -0.29301724 0.43394661
+-0.05346184 0.11849447 0.42136735
+-0.0415249 0.11824393 0.42977747
+-0.04884289 0.10607587 0.42430678
+-0.04754043 -0.22797558 0.45923296
+-0.04798355 -0.2554521 0.46632028
+-0.05013223 -0.2225427 0.46995482
+-0.04676194 -0.24540488 0.46948105
+-0.04978815 -0.25499645 0.47110432
+-0.04525744 -0.24617212 0.47289103
+-0.04799164 -0.22764218 0.4818818
+-0.0424935 -0.26837122 0.47826988
+-0.04393939 -0.26740193 0.47525898
+-0.0447197 -0.29171053 0.47765967
+-0.045742 -0.3040919 0.48225963
+-0.04578777 -0.30875757 0.48795646
+-0.04578777 -0.30875757 0.48795646
+-0.04597984 -0.31225047 0.49806064
+-0.0479579 -0.31242892 0.49432835
+-0.06283084 -0.19240211 -0.34303427
+-0.07502816 -0.17877284 -0.2807689
+-0.07170399 -0.0333318 -0.18397963
+-0.05938264 0.02210465 -0.16859098
+-0.04565629 0.03159027 -0.15310873
+-0.0522224 0.0918403 -0.15202044
+-0.07433702 -0.04313891 -0.13868107
+-0.06391019 0.06215963 -0.15490055
+-0.06663441 0.05397485 -0.16080905
+-0.04570388 0.07078542 -0.13368481
+-0.05246966 0.09437648 -0.08895008
+-0.05114603 0.09656496 -0.0681767
+-0.06012645 0.22680047 0.12389541
+-0.06161453 0.23456784 0.15075153
+-0.0570059 0.24365766 0.1723706
+-0.05859584 0.24808459 0.30332279
+-0.05924496 -0.04217702 0.31810489
+-0.05427953 -0.19660765 0.35748106
+-0.04992721 -0.20422487 0.3564553
+-0.04992721 -0.20422487 0.3564553
+-0.04992721 -0.20422487 0.3564553
+-0.05587766 0.18292576 0.38253251
+-0.06731542 0.02373268 0.36941829
+-0.06956621 0.04746825 0.38776785
+-0.03111495 0.04856216 0.38738504
+-0.05650644 -0.19930118 0.38924468
+-0.05238841 -0.20846605 0.40402013
+-0.06827939 0.07034666 0.40372935
+-0.05246773 -0.21030417 0.42814121
+-0.06238144 0.08989591 0.41487947
+-0.05102622 -0.21512434 0.44458589
+-0.05272025 -0.29243726 0.44300288
+-0.05348253 -0.26827988 0.47149664
+-0.05164475 -0.2239418 0.47364125
+-0.05031356 -0.25715598 0.47264209
+-0.06607731 -0.24229212 0.49516752
+-0.06373596 -0.26532048 0.49565855
+-0.04401721 -0.28619784 0.49597505
+-0.05172924 -0.2931104 0.49675268
+-0.04597984 -0.31225047 0.49806064
+-0.05510724 -0.31367999 0.49811617
+-0.0683811 -0.18471439 -0.307751
+-0.07943674 -0.17546365 -0.26732576
+-0.0424703 -0.17839499 -0.267212
+-0.06353473 0.00068443 -0.18067865
+-0.05755558 0.03950409 -0.18015094
+-0.06816156 0.04487342 -0.16525513
+-0.05199739 0.07511931 -0.16286699
+-0.03966601 0.06347058 -0.18357855
+-0.06378939 -0.00687134 0.11077895
+-0.04761375 -0.00818272 0.10893001
+-0.05644917 0.22394882 0.12174908
+-0.06343098 0.23158737 0.13893966
+-0.06609141 0.23999247 0.16218664
+-0.06525496 0.24902137 0.18306242
+-0.05376373 0.27201653 0.2726832
+-0.07373371 0.24989629 0.28192341
+-0.05924496 -0.04217702 0.31810489
+-0.07486157 0.23112386 0.30923861
+-0.07458637 0.21052541 0.32292458
+-0.06857598 0.19827658 0.33334154
+-0.06688103 -0.08167414 0.32578194
+-0.06687282 -0.10992284 0.33340272
+-0.06151054 -0.19146888 0.35462424
+-0.05669271 -0.19260059 0.35713229
+-0.05427953 -0.19660765 0.35748106
+-0.06814514 0.0362026 0.3792685
+-0.05752729 -0.19562165 0.37277314
+-0.05566184 -0.20296732 0.40202379
+-0.05544564 0.18016267 0.40220687
+-0.05439487 -0.20688644 0.41681069
+-0.05610651 -0.29273915 0.45379201
+-0.05568017 -0.27851623 0.46647704
+-0.0536326 -0.27049068 0.47284889
+-0.0760121 -0.20813246 -0.40539652
+-0.07880843 -0.19781198 -0.36597291
+-0.06826407 -0.03109939 -0.19354169
+-0.06816156 0.04487342 -0.16525513
+-0.05616912 0.0781418 -0.14135605
+-0.06314859 0.07526008 -0.1501278
+-0.05941314 0.08444382 -0.14902794
+-0.05968635 0.08406197 -0.14101072
+-0.06662286 0.14970911 0.08873144
+-0.08427408 0.16440246 0.10323259
+-0.04526724 0.17161976 0.0961645
+-0.06678393 0.24328277 0.17048499
+-0.06888285 0.24714486 0.1794607
+-0.0735417 0.25659713 0.19632398
+-0.06275342 0.27141994 0.20589083
+-0.06292263 -0.06036583 0.32173604
+-0.07015104 0.18673134 0.34186423
+-0.06680106 -0.17822008 0.34915742
+-0.05669271 -0.19260059 0.35713229
+-0.05837748 -0.19350432 0.36883277
+-0.06151054 -0.19146888 0.35462424
+-0.07087886 0.18363373 0.36841118
+-0.06127388 -0.19531149 0.37666118
+-0.06862661 0.15487868 0.40079269
+-0.06798889 0.10231879 0.41181436
+-0.06238144 0.08989591 0.41487947
+-0.05909732 -0.28883538 0.47115344
+-0.05863433 -0.2934061 0.46577042
+-0.05827133 -0.28935406 0.47338131
+-0.06830364 -0.2241295 0.47272295
+-0.07581344 -0.23161796 0.49542648
+-0.07581344 -0.23161796 0.49542648
+-0.07027253 -0.29874432 0.49752387
+-0.09599423 -0.2317896 -0.49424601
+-0.08168637 -0.21993946 -0.44881508
+-0.04557277 -0.10476961 -0.26884663
+-0.06826128 -0.11220286 -0.25492439
+-0.06926292 -0.08778555 -0.23855662
+-0.07153963 0.02426907 -0.17601046
+-0.07986827 -0.04994748 -0.10911607
+-0.08000448 -0.05661807 -0.08260499
+-0.07933614 -0.06462833 -0.05058195
+-0.07925757 -0.04769545 0.0701456
+-0.07849466 -0.03921688 0.07872061
+-0.05139719 0.21456531 0.11525007
+-0.06882482 0.21283995 0.12152346
+-0.0631455 0.22869739 0.12503673
+-0.06161453 0.23456784 0.15075153
+-0.06343098 0.23158737 0.13893966
+-0.06609141 0.23999247 0.16218664
+-0.07746033 0.27262318 0.22080855
+-0.07820935 0.27306405 0.23878627
+-0.08506045 0.18546519 0.33846548
+-0.06676704 -0.19091031 0.35655838
+-0.0728132 -0.18982291 0.3621102
+-0.07539067 0.18150127 0.38554603
+-0.07081494 0.05482638 0.39311719
+-0.07300667 0.11144735 0.40798217
+-0.08585334 -0.2133095 0.43694571
+-0.06099205 -0.29202983 0.47305125
+-0.08637376 -0.18529086 -0.31307292
+-0.0765346 -0.02332911 -0.19356941
+-0.07658125 -0.03033683 -0.19551773
+-0.05458375 -0.03024591 -0.19285567
+-0.07658125 -0.03033683 -0.19551773
+-0.06826407 -0.03109939 -0.19354169
+-0.0753078 0.00482508 -0.18440132
+-0.07373963 0.01085434 -0.18202619
+-0.07431134 -0.08652875 0.03135904
+-0.06525496 0.24902137 0.18306242
+-0.06888285 0.24714486 0.1794607
+-0.07267101 0.25255525 0.18993527
+-0.066035 0.27248064 0.25665674
+-0.07952479 0.26388133 0.25431976
+-0.06638404 -0.03977691 0.31474811
+-0.07024905 -0.02993734 0.31947136
+-0.06638404 -0.03977691 0.31474811
+-0.05924496 -0.04217702 0.31810489
+-0.07225319 -0.19009247 0.34954688
+-0.07225319 -0.19009247 0.34954688
+-0.09245558 -0.2023612 0.40085542
+-0.07334995 0.17775041 0.38925645
+-0.07432456 0.07605784 0.40672535
+-0.07744592 0.08537005 0.40574172
+-0.05955157 -0.29231396 0.44585553
+-0.07724984 -0.29240251 0.42271331
+-0.05102514 -0.29278457 0.40741324
+-0.07770973 -0.31201568 0.49909964
+-0.05513625 0.00660401 -0.2022374
+-0.0698039 -0.02211899 -0.2037746
+-0.07735664 -0.00732862 -0.1892512
+-0.07735664 -0.00732862 -0.1892512
+-0.08023682 -0.0715436 -0.02582865
+-0.080547 -0.07528814 -0.01127744
+-0.08086821 -0.08137369 0.01216367
+-0.07308006 0.23808219 0.1244816
+-0.0779388 0.24587093 0.13808031
+-0.07267101 0.25255525 0.18993527
+-0.07598338 0.25882497 0.20051564
+-0.0800898 0.23429027 0.29644039
+-0.08489999 -0.10887394 0.32352057
+-0.06297956 -0.01667344 0.33826566
+-0.07879404 -0.00399317 0.3344838
+-0.06051309 -0.03077783 0.32742897
+-0.08828399 0.18336025 0.3588123
+-0.06549756 0.00237571 0.3528665
+-0.07479807 0.07030138 0.40325966
+-0.07432456 0.07605784 0.40672535
+-0.09249815 -0.20697244 -0.40182054
+-0.09607025 -0.17981458 -0.29200846
+-0.08590083 -0.03341582 -0.19447429
+-0.08145361 -0.02176714 -0.19336374
+-0.08590083 -0.03341582 -0.19447429
+-0.08094867 -0.04210286 -0.14580309
+-0.07601711 -0.06828234 0.04952374
+-0.08009215 -0.05936095 0.05873577
+-0.07774387 -0.03054472 0.08760761
+-0.07639126 -0.01333249 0.10563493
+-0.07239612 -0.01502715 0.10340971
+-0.07166661 -0.0040549 0.11405499
+-0.07754517 -0.00281748 0.11746284
+-0.0779388 0.24587093 0.13808031
+-0.07603797 0.25118145 0.16606773
+-0.07603797 0.25118145 0.16606773
+-0.07730623 0.26602346 0.21044041
+-0.08033956 0.27116674 0.21816164
+-0.07820935 0.27306405 0.23878627
+-0.0803356 0.27269959 0.2390718
+-0.08587652 -0.03464811 0.30369139
+-0.08448871 -0.03205226 0.30589786
+-0.08494638 0.22053808 0.31318372
+-0.08352499 -0.16908069 0.33829397
+-0.08375467 -0.18640791 0.34314159
+-0.09895136 -0.18695749 0.35935602
+-0.0855507 -0.196558 0.38334045
+-0.08876271 0.16522026 0.3819353
+-0.08457618 -0.2925835 0.44904944
+-0.08366462 -0.03085898 -0.19518945
+-0.08366462 -0.03085898 -0.19518945
+-0.08544767 -0.03592143 -0.17733854
+-0.08025949 -0.0860196 0.03139853
+-0.08025949 -0.0860196 0.03139853
+-0.08010124 -0.08210877 0.03478659
+-0.07431134 -0.08652875 0.03135904
+-0.08402418 0.14760211 0.09322803
+-0.08427408 0.16440246 0.10323259
+-0.06662286 0.14970911 0.08873144
+-0.08148612 0.2459943 0.12359643
+-0.07603797 0.25118145 0.16606773
+-0.07963166 0.26644453 0.20989527
+-0.08046691 0.27004853 0.21512502
+-0.08033956 0.27116674 0.21816164
+-0.08034451 0.27195594 0.22964153
+-0.07746033 0.27262318 0.22080855
+-0.07804085 0.25621209 0.26717103
+-0.08330979 0.24121022 0.2791394
+-0.08756046 -0.0505953 0.30709505
+-0.09749694 -0.00879843 0.31268913
+-0.10439308 0.19223583 0.32737809
+-0.06549756 0.00237571 0.3528665
+-0.09103945 0.02414042 0.34691051
+-0.09346952 0.01104829 0.33305326
+-0.08908148 -0.18552497 0.35248908
+-0.06814514 0.0362026 0.3792685
+-0.08598077 0.04392333 0.36914361
+-0.06731542 0.02373268 0.36941829
+-0.0841656 -0.18759455 0.35918361
+-0.09175986 0.18178101 0.37353429
+-0.08099889 0.0811558 0.40291947
+-0.07432456 0.07605784 0.40672535
+-0.08099889 0.0811558 0.40291947
+-0.07479807 0.07030138 0.40325966
+-0.10168542 -0.29188207 0.49828404
+-0.09935233 -0.17456523 -0.27042648
+-0.09012589 -0.15283695 -0.26523241
+-0.09510432 -0.14544375 -0.25724199
+-0.06765369 -0.13088155 -0.26639062
+-0.08934692 -0.03427215 -0.19020379
+-0.0862141 0.26444283 0.17943883
+-0.0862141 0.26444283 0.17943883
+-0.08276433 0.26658463 0.2008647
+-0.07963166 0.26644453 0.20989527
+-0.07598338 0.25882497 0.20051564
+-0.08276433 0.26658463 0.2008647
+-0.08568155 0.27222136 0.21147507
+-0.08216607 0.26829511 0.21864632
+-0.0895555 0.2293403 0.2875084
+-0.08587652 -0.03464811 0.30369139
+-0.07389831 -0.03741182 0.31101134
+-0.09358959 0.2107037 0.31744945
+-0.09378141 -0.15819508 0.33066896
+-0.08888886 -0.18590343 0.34132802
+-0.08888886 -0.18590343 0.34132802
+-0.08011968 0.06596581 0.39267313
+-0.08358706 0.05373247 0.37935248
+-0.06956621 0.04746825 0.38776785
+-0.09819098 0.13675098 0.38207725
+-0.08042825 0.12870294 0.39814156
+-0.09139366 0.10688282 0.39413154
+-0.08887731 0.08895082 0.3969315
+-0.10738026 -0.22039333 0.45737624
+-0.09544888 -0.25312293 0.49593309
+-0.08524362 -0.23403466 -0.4973118
+-0.09562074 -0.06991393 -0.06319056
+-0.08700135 -0.0894019 0.03511471
+-0.09206547 0.25677872 0.12266388
+-0.09933485 0.27293703 0.16078752
+-0.08956229 0.27527893 0.20488466
+-0.09695812 0.23088197 0.26948336
+-0.09945729 -0.01549102 0.30583939
+-0.10351486 -0.11393243 0.31557402
+-0.10601673 -0.22539346 0.47321621
+-0.10284939 -0.23244807 0.4957715
+-0.10284939 -0.23244807 0.4957715
+-0.10833053 -0.22357588 -0.46304739
+-0.11187719 -0.22046761 -0.45121336
+-0.11662846 -0.19893822 -0.37048486
+-0.12044247 -0.19126208 -0.33881253
+-0.09213177 -0.17332102 -0.26605934
+-0.08590083 -0.03341582 -0.19447429
+-0.09726989 -0.04034819 -0.18877105
+-0.08934692 -0.03427215 -0.19020379
+-0.10429197 -0.04750733 -0.17868873
+-0.09435982 -0.06054326 -0.09924364
+-0.09522273 0.27366704 0.17807521
+-0.09522273 0.27366704 0.17807521
+-0.09220238 0.27633452 0.1980422
+-0.08568155 0.27222136 0.21147507
+-0.08956229 0.27527893 0.20488466
+-0.09270091 0.26357371 0.20573214
+-0.1011693 0.24997547 0.23804709
+-0.10669761 -0.03001104 0.29122049
+-0.09565147 0.21835861 0.29746819
+-0.09543165 0.00072439 0.32214302
+-0.09638514 -0.18336906 0.33672902
+-0.08876271 0.16522026 0.3819353
+-0.10376503 0.15770338 0.37206253
+-0.09819098 0.13675098 0.38207725
+-0.11013964 -0.19902085 0.39097565
+-0.09397623 0.08888467 0.39185119
+-0.10825965 -0.23152556 -0.49441189
+-0.11073843 -0.17214011 -0.26443517
+-0.10348097 -0.05500324 -0.14846043
+-0.10620432 -0.0912542 0.00479097
+-0.10308295 0.27124131 0.13832444
+-0.09437296 0.27813649 0.19638593
+-0.08874473 0.26325762 0.23725931
+-0.10980444 0.23100269 0.24867287
+-0.10298926 -0.02372692 0.29738975
+-0.10444334 -0.02928932 0.29270938
+-0.11129294 -0.17992763 0.32850885
+-0.08506045 0.18546519 0.33846548
+-0.10120877 0.18366766 0.33573186
+-0.08828399 0.18336025 0.3588123
+-0.10149709 -0.18184088 0.34484276
+-0.10346036 0.18198717 0.36362898
+-0.09959176 0.09366339 0.38704094
+-0.11663748 -0.20349933 0.40417343
+-0.07770973 -0.31201568 0.49909964
+-0.12007655 -0.18769878 -0.32451186
+-0.08383095 -0.30738801 -0.25995502
+-0.1266049 -0.30846941 -0.32127419
+-0.08132753 -0.30783391 -0.27893186
+-0.08934692 -0.03427215 -0.19020379
+-0.09726989 -0.04034819 -0.18877105
+-0.10429197 -0.04750733 -0.17868873
+-0.1130392 -0.08581296 -0.03468679
+-0.09573025 -0.09422008 0.03998266
+-0.09573025 -0.09422008 0.03998266
+-0.1044738 -0.0848916 0.06160811
+-0.08865972 -0.07997062 0.04704187
+-0.09452157 -0.06387076 0.0724472
+-0.09206547 0.25677872 0.12266388
+-0.101129 0.28223908 0.18432403
+-0.09220238 0.27633452 0.1980422
+-0.101129 0.28223908 0.18432403
+-0.09981994 0.28023809 0.1873894
+-0.09220238 0.27633452 0.1980422
+-0.09981994 0.28023809 0.1873894
+-0.1091381 0.21812442 0.26899269
+-0.09358959 0.2107037 0.31744945
+-0.10791864 0.1924639 0.32590002
+-0.10439308 0.19223583 0.32737809
+-0.10120877 0.18366766 0.33573186
+-0.09638514 -0.18336906 0.33672902
+-0.10346036 0.18198717 0.36362898
+-0.09175986 0.18178101 0.37353429
+-0.10841462 0.16818751 0.36484221
+-0.08876271 0.16522026 0.3819353
+-0.09919954 0.08892509 0.38374466
+-0.09800062 0.07197855 0.36357325
+-0.0883441 0.07330667 0.38222253
+-0.09520885 0.12052482 0.38841218
+-0.11044888 0.09901277 0.37582964
+-0.12064959 -0.21642914 0.44304982
+-0.10325383 -0.23182164 0.49401537
+-0.10311537 -0.251212 0.49616042
+-0.08524362 -0.23403466 -0.4973118
+-0.1094356 -0.23412193 -0.49633753
+-0.10825965 -0.23152556 -0.49441189
+-0.10830027 -0.22749077 -0.47776785
+-0.11238352 -0.21398312 -0.42707992
+-0.1168851 -0.20377436 -0.38921368
+-0.12403465 -0.18056843 -0.2990391
+-0.11869483 -0.12836441 -0.22849599
+-0.07741678 -0.12783809 -0.25803375
+-0.09927791 -0.04288131 -0.18861528
+-0.10193426 0.26599804 0.1219637
+-0.11162155 0.27557063 0.12169345
+-0.10308295 0.27124131 0.13832444
+-0.104764 0.24133232 0.21601859
+-0.10669761 -0.03001104 0.29122049
+-0.10751509 -0.05398988 0.29830575
+-0.10956465 0.01544427 0.30272555
+-0.11145302 -0.08600392 0.30496123
+-0.11472406 0.18930091 0.31852424
+-0.09565147 0.21835861 0.29746819
+-0.12006286 -0.17783278 0.32352734
+-0.10291542 0.02702428 0.32216778
+-0.09603638 0.06016601 0.35990575
+-0.10924462 0.04504619 0.32082203
+-0.10588151 -0.18129271 0.33308494
+-0.10841462 0.16818751 0.36484221
+-0.10376503 0.15770338 0.37206253
+-0.10650307 -0.22813527 0.48162881
+-0.10168542 -0.29188207 0.49828404
+-0.10037657 -0.31136766 0.49851012
+-0.1000822 -0.30849591 0.49963602
+-0.1144743 -0.05739554 -0.16425152
+-0.1144743 -0.05739554 -0.16425152
+-0.11781558 -0.0692144 -0.12203414
+-0.10565221 -0.09998251 0.04467425
+-0.1116695 -0.10368793 0.04901642
+-0.12416913 0.25544891 0.1153995
+-0.11024238 0.26968539 0.1204372
+-0.09500485 0.23006828 0.11763497
+-0.11557356 0.28983581 0.16111048
+-0.10979101 0.28667575 0.17017131
+-0.10979101 0.28667575 0.17017131
+-0.11282128 -0.03117905 0.28886351
+-0.11236395 0.18505336 0.33147633
+-0.11236395 0.18505336 0.33147633
+-0.11534523 0.18192339 0.33467725
+-0.10120877 0.18366766 0.33573186
+-0.11129294 -0.17992763 0.32850885
+-0.10309847 0.06787069 0.35066596
+-0.10346036 0.18198717 0.36362898
+-0.11165509 0.18178536 0.35714433
+-0.11166137 0.11672024 0.37143192
+-0.11076203 -0.22765994 -0.47415164
+-0.12427274 -0.18407637 -0.31077549
+-0.12432954 -0.17714965 -0.28725576
+-0.11245914 -0.15782693 -0.25484669
+-0.12094638 -0.13787617 -0.23419651
+-0.11821377 -0.07748497 -0.08358578
+-0.1116695 -0.10368793 0.04901642
+-0.12341457 -0.11082146 0.05553151
+-0.11907718 0.28433931 0.12887102
+-0.11907718 0.28433931 0.12887102
+-0.10465118 -0.02776664 0.12753238
+-0.1151952 -0.00799417 0.16313949
+-0.11032052 -0.00622972 0.15886585
+-0.10828298 0.26822373 0.1819759
+-0.12157874 0.19538771 0.29015744
+-0.11121909 -0.02849355 0.28672096
+-0.11121909 -0.02849355 0.28672096
+-0.11768626 -0.1785709 0.33421949
+-0.11534523 0.18192339 0.33467725
+-0.11165509 0.18178536 0.35714433
+-0.12069134 -0.18182473 0.34501979
+-0.11398107 0.16028866 0.35895243
+-0.12572676 -0.19154443 0.37087768
+-0.11142979 -0.22422598 0.4677301
+-0.11477286 -0.21533264 -0.42898041
+-0.11617601 -0.20755805 -0.40270868
+-0.11651696 -0.17132595 -0.26271471
+-0.12326828 -0.06585364 -0.1505345
+-0.11942077 -0.03385458 0.13921052
+-0.1203052 -0.01853296 0.15758872
+-0.11557356 0.28983581 0.16111048
+-0.12098595 0.27452311 0.16157702
+-0.10475415 0.23959552 0.20346589
+-0.1203471 0.25227922 0.17537385
+-0.12152381 0.23640329 0.18396758
+-0.12661287 0.22281359 0.18690614
+-0.11551929 0.22774415 0.19756883
+-0.12284546 0.22078116 0.20520136
+-0.11169091 -0.03306947 0.27474421
+-0.11738297 -0.04313396 0.28110054
+-0.11282128 -0.03117905 0.28886351
+-0.10841212 -0.01158575 0.29365179
+-0.11855786 0.01472788 0.28911316
+-0.12961099 0.01314518 0.27335531
+-0.11693732 -0.04039452 0.29038
+-0.12455019 -0.14130056 0.31245914
+-0.12022793 0.17904486 0.33089402
+-0.11476585 0.18082349 0.34664768
+-0.11786177 0.13182017 0.36021653
+-0.11615809 0.09884378 0.36939102
+-0.11554275 -0.22116147 0.45731252
+-0.11076203 -0.22765994 -0.47415164
+-0.11887468 -0.24282841 -0.46634412
+-0.11813392 -0.22900836 -0.4409565
+-0.11861277 -0.19967093 -0.37180987
+-0.11969794 -0.19616461 -0.35720083
+-0.12696412 -0.17328012 -0.27228895
+-0.12563488 -0.15883471 -0.24738175
+-0.12303837 -0.14987484 -0.24197181
+-0.13802612 -0.10807303 0.00947423
+-0.12341457 -0.11082146 0.05553151
+-0.12205714 0.28595969 0.12097992
+-0.123732 0.29355064 0.14651863
+-0.123732 0.29355064 0.14651863
+-0.12330184 0.29264587 0.14902318
+-0.11411675 -0.01128331 0.1772722
+-0.12508275 0.22081587 0.2196933
+-0.12491317 0.21214265 0.25075489
+-0.13179827 0.19674227 0.26590183
+-0.12600222 -0.06017083 0.29205275
+-0.13213173 -0.0743444 0.29309532
+-0.13274711 -0.11234687 0.3022072
+-0.12377653 -0.17636983 0.32121673
+-0.12430511 0.17865625 0.32034585
+-0.12006286 -0.17783278 0.32352734
+-0.12022793 0.17904486 0.33089402
+-0.12196358 0.10060856 0.36178786
+-0.12721837 -0.20751059 0.41509056
+-0.11969794 -0.19616461 -0.35720083
+-0.12221775 -0.19174942 -0.33600324
+-0.12044247 -0.19126208 -0.33881253
+-0.12007655 -0.18769878 -0.32451186
+-0.12427274 -0.18407637 -0.31077549
+-0.12687543 -0.16862306 -0.25423741
+-0.12687543 -0.16862306 -0.25423741
+-0.14111175 -0.11750036 0.04392724
+-0.12776113 0.29551372 0.13831373
+-0.123732 0.29355064 0.14651863
+-0.12702915 -0.00896736 0.27074143
+-0.11960832 -0.02004083 0.2767733
+-0.11472406 0.18930091 0.31852424
+-0.12157874 0.19538771 0.29015744
+-0.13158178 0.18112345 0.29752195
+-0.12961483 -0.1762587 0.32772818
+-0.12576938 -0.21203229 0.42786786
+-0.1337737 -0.24038522 -0.38535362
+-0.12485576 -0.21633346 -0.38268831
+-0.11979276 -0.22094798 -0.41789249
+-0.12636107 -0.18031877 -0.29593584
+-0.12687543 -0.16862306 -0.25423741
+-0.12883984 -0.16841084 -0.25010806
+-0.12563488 -0.15883471 -0.24738175
+-0.13058537 -0.16108292 -0.23727088
+-0.12303837 -0.14987484 -0.24197181
+-0.13694218 -0.07865389 -0.13164888
+-0.15665698 -0.11180633 -0.0203983
+-0.13062502 -0.11526272 0.05935588
+-0.1292202 -0.09165194 0.08671585
+-0.12976618 0.29362291 0.12092169
+-0.12881994 0.2140373 0.19143024
+-0.13158178 0.18112345 0.29752195
+-0.12430511 0.17865625 0.32034585
+-0.11472406 0.18930091 0.31852424
+-0.13375224 -0.17403577 0.31584331
+-0.12377653 -0.17636983 0.32121673
+-0.1380522 -0.18771178 0.35834673
+-0.13897921 -0.20048112 0.3932651
+-0.12696412 -0.17328012 -0.27228895
+-0.13988264 -0.09787682 -0.04729455
+-0.13470736 0.30008963 0.12627199
+-0.13026676 0.29715022 0.13718542
+-0.13026676 0.29715022 0.13718542
+-0.12098595 0.27452311 0.16157702
+-0.13525648 0.25549674 0.15348017
+-0.13224992 0.25197473 0.15929456
+-0.12906134 0.01605299 0.19184668
+-0.13445015 0.02370665 0.18925889
+-0.1261916 0.0101661 0.17243353
+-0.13718566 0.20909157 0.21846162
+-0.1411095 0.20793581 0.22958267
+-0.13360669 0.21567258 0.23191161
+-0.13679846 0.00797851 0.26244399
+-0.13235426 5.371E-05 0.26609391
+-0.13179827 0.19674227 0.26590183
+-0.14633343 -0.16568561 0.30804268
+-0.12628159 0.1009057 0.35088125
+-0.13236991 0.10162 0.33616182
+-0.12764655 0.09462097 0.33721608
+-0.13430592 -0.20460336 0.40504912
+-0.13098036 -0.20760161 0.41363832
+-0.13349372 -0.17860927 -0.26018891
+-0.13373357 -0.17550187 -0.24832141
+-0.13918307 0.28724062 0.11614502
+-0.12387081 0.28078473 0.11932904
+-0.13729903 0.30150446 0.12423238
+-0.12152381 0.23640329 0.18396758
+-0.13926658 0.21286689 0.17604914
+-0.12661287 0.22281359 0.18690614
+-0.14417367 0.19812956 0.23841491
+-0.13824767 0.18166687 0.28131256
+-0.13609937 -0.08348344 0.29383111
+-0.13375224 -0.17403577 0.31584331
+-0.13579947 -0.17350295 0.31552672
+-0.13876866 -0.1748766 0.32296199
+-0.14776842 -0.09481972 -0.0835851
+-0.15728551 -0.12779965 0.05710915
+-0.14250849 -0.12200017 0.06785835
+-0.14632478 -0.11791787 0.07774011
+-0.14248523 0.03323263 0.18393317
+-0.13521364 0.02286549 0.17901368
+-0.13816336 0.20467326 0.18639052
+-0.14761913 0.19506063 0.19417183
+-0.14636399 0.19825809 0.20912701
+-0.13213173 -0.0743444 0.29309532
+-0.14017704 -0.0926097 0.29199103
+-0.13609937 -0.08348344 0.29383111
+-0.14304952 -0.09881566 0.29501054
+-0.1302833 0.12287427 0.3338452
+-0.14101492 0.13858753 0.30369216
+-0.14771728 0.10678361 0.30133912
+-0.15795104 -0.1853539 0.34528434
+-0.14846644 -0.19305788 0.3708173
+-0.14301337 -0.19723804 0.38319519
+-0.13694218 -0.07865389 -0.13164888
+-0.14679608 -0.08750013 -0.11858374
+-0.15635829 -0.09662145 -0.1004157
+-0.15635829 -0.09662145 -0.1004157
+-0.13729903 0.30150446 0.12423238
+-0.14158164 0.30061346 0.1179501
+-0.14328158 0.29889882 0.11839229
+-0.14115067 -0.05912312 0.1373571
+-0.14719681 -0.08517565 0.16777726
+-0.13176462 -0.04942301 0.16861355
+-0.1524826 0.18756519 0.24038427
+-0.14582103 0.18403399 0.26104838
+-0.13824767 0.18166687 0.28131256
+-0.14693309 0.16920513 0.27004954
+-0.13379748 0.16474782 0.30564442
+-0.14624391 -0.13323104 0.30147538
+-0.14494744 0.28701869 0.12342261
+-0.14727157 0.27528188 0.12909234
+-0.15018678 0.26131192 0.13505459
+-0.1357584 0.28051007 0.13804224
+-0.13525648 0.25549674 0.15348017
+-0.15246505 0.24834436 0.14070439
+-0.15529044 0.2337864 0.14708649
+-0.13730478 0.22869664 0.16721824
+-0.13926658 0.21286689 0.17604914
+-0.1525912 0.18852267 0.17894454
+-0.14176732 0.20166321 0.18208334
+-0.14826532 0.04447359 0.19594419
+-0.15013056 0.04531661 0.1888753
+-0.14452276 -0.17128712 0.31026658
+-0.15008026 -0.24099274 0.31422964
+-0.15978809 -0.23530123 0.29476613
+-0.13780093 -0.29503286 0.29626238
+-0.14452276 -0.17128712 0.31026658
+-0.16325408 -0.18208517 0.33593234
+-0.14509404 -0.27130505 -0.38370618
+-0.15472008 -0.26321045 -0.33801115
+-0.14468075 -0.25792116 -0.36971703
+-0.14454292 -0.25289977 -0.36068812
+-0.13863593 -0.16266713 -0.21864602
+-0.15831695 -0.19731939 -0.20489347
+-0.15315218 -0.17214894 -0.19175212
+-0.16885848 -0.11094279 -0.06160989
+-0.14817204 -0.07307211 0.13081227
+-0.15816323 -0.10713842 0.15875289
+-0.16045293 0.20444287 0.15932435
+-0.16397589 0.18630685 0.16779397
+-0.14417367 0.19812956 0.23841491
+-0.15755284 0.1898836 0.22628087
+-0.1524826 0.18756519 0.24038427
+-0.15150358 -0.27035993 0.28432423
+-0.14888026 -0.29523775 0.27014741
+-0.14369425 -0.29503679 0.28205645
+-0.15441735 -0.12342923 0.29596964
+-0.15495439 -0.16946234 0.30548251
+-0.1578538 -0.17085318 0.30985543
+-0.15566477 -0.18847926 0.35409129
+-0.1599298 -0.14536768 -0.14932063
+-0.14720419 -0.15245509 -0.18517227
+-0.15758795 -0.09718796 -0.10418532
+-0.16823095 -0.12341053 0.01090866
+-0.15405869 -0.12836084 0.07461748
+-0.15755284 0.1898836 0.22628087
+-0.15467203 -0.295277 0.25639066
+-0.15409102 0.11686838 0.28411037
+-0.15741259 0.10531042 0.28078997
+-0.16153575 -0.13959952 0.29668245
+-0.15495439 -0.16946234 0.30548251
+-0.16300394 0.17697832 0.17734121
+-0.16858968 -0.15568532 0.29770318
+-0.16639857 -0.16866438 0.30129793
+-0.16491279 0.17506072 0.1854353
+-0.1559165 -0.12953259 0.24618578
+-0.16036479 -0.13825019 0.20712613
+-0.16953383 -0.16022618 0.23461263
+-0.17053086 -0.16330944 0.26668927
+-0.15608071 -0.12950717 0.26804733
+-0.16639857 -0.16866438 0.30129793
+-0.16727352 -0.1786593 0.32588461
+-0.16325408 -0.18208517 0.33593234
+-0.15838854 -0.18762045 0.3461937
+-0.15795104 -0.1853539 0.34528434
+-0.1564007 -0.2172529 -0.23643519
+-0.1705735 -0.24560566 -0.24023609
+-0.17629762 -0.24537513 -0.22244665
+-0.15405869 -0.12836084 0.07461748
+-0.16859931 -0.13677315 0.08183668
+-0.1655066 -0.13441759 0.08247828
+-0.1673751 0.17222774 0.17731577
+-0.17127672 -0.17112304 0.30636838
+-0.16232671 -0.26897249 -0.31508285
+-0.17339316 -0.28750345 -0.29417583
+-0.16971169 -0.2728495 -0.29261717
+-0.16811746 -0.10651527 -0.08983152
+-0.17613037 -0.11240066 -0.07868285
+-0.16859931 -0.13677315 0.08183668
+-0.16967484 0.16092892 0.19667344
+-0.16530418 0.12539342 0.25427487
+-0.17587206 0.1065517 0.23986095
+-0.16873544 0.10540666 0.25559863
+-0.17477305 -0.1692344 0.2988261
+-0.17477305 -0.1692344 0.2988261
+-0.17064743 -0.17625421 0.31808102
+-0.17749876 -0.27565995 -0.2679311
+-0.17095356 -0.25390777 -0.25323188
+-0.17613037 -0.11240066 -0.07868285
+-0.17990871 -0.11771601 -0.0545166
+-0.18443091 -0.1383481 0.04460986
+-0.18187591 -0.14056644 0.06382424
+-0.17614692 -0.14136811 0.08765396
+-0.18175994 -0.14245115 0.0950524
+-0.17105834 0.15912972 0.18612063
+-0.17471667 0.14768323 0.19398987
+-0.16967484 0.16092892 0.19667344
+-0.17364132 -0.26529849 0.23749727
+-0.17103127 -0.29560304 0.22100027
+-0.16457768 -0.29560441 0.23495771
+-0.17257951 -0.16544515 0.24763779
+-0.17268707 -0.16576555 0.26433533
+-0.17185555 -0.16563511 0.28273493
+-0.17676425 -0.1709208 0.30239826
+-0.18546972 -0.27849123 -0.24506867
+-0.1917782 -0.12856743 -0.02447364
+-0.18578851 -0.13464557 0.02316329
+-0.17614692 -0.14136811 0.08765396
+-0.17477305 -0.1692344 0.2988261
+-0.17542163 -0.16909552 0.28347254
+-0.17676425 -0.1709208 0.30239826
+-0.17508811 -0.1333863 -0.10416655
+-0.1784078 -0.13606851 -0.10079407
+-0.18542704 -0.12823349 -0.07508583
+-0.18485364 -0.11922977 -0.06740541
+-0.18978472 -0.13074318 -0.00770189
+-0.18187591 -0.14056644 0.06382424
+-0.18116309 -0.14394616 0.08905658
+-0.17905033 -0.18197347 0.23522387
+-0.18082216 -0.18063676 0.28467891
+-0.17838356 -0.17323795 0.29608375
+-0.1806231 -0.15163675 -0.11179174
+-0.19211146 -0.14363152 -0.07881307
+-0.18405804 -0.15452228 0.07949685
+-0.18561032 -0.16309585 0.09765183
+-0.18340194 -0.20714812 -0.16066274
+-0.19005157 -0.23755345 -0.17734081
+-0.1972556 -0.21396294 -0.13674957
+-0.19496672 -0.12626332 -0.05442341
+-0.18978472 -0.13074318 -0.00770189
+-0.1917782 -0.12856743 -0.02447364
+-0.18924282 -0.14290324 0.01242199
+-0.19797221 -0.29907855 0.09505439
+-0.20621012 -0.29968932 0.09453682
+-0.16872884 -0.29930848 0.08935793
+-0.17905253 -0.29734138 0.11611899
+-0.19011734 -0.29632488 0.13913584
+-0.19926909 -0.29759645 0.1179373
+-0.18464151 -0.20303953 0.19454573
+-0.19509579 -0.23102646 0.21449238
+-0.19178298 -0.21846761 0.23056285
+-0.19496672 -0.12626332 -0.05442341
+-0.19657741 -0.13484429 -0.05291538
+-0.19441682 -0.12953795 -0.0422858
+-0.19674411 -0.14889872 -0.03084275
+-0.19666925 -0.15779002 -0.01880167
+-0.1957078 -0.16821761 0.00214434
+-0.19245052 -0.19236845 0.10268653
+-0.19980447 -0.21851198 0.10421684
+-0.19487846 -0.22885805 0.12412754
+-0.19660565 -0.3073636 -0.23474862
+-0.20391552 -0.30695611 -0.21144274
+-0.20655513 -0.28819448 -0.18919452
+-0.20755191 -0.17442843 -0.05146586
+-0.20001766 -0.18231326 -0.0008127
+-0.2023097 -0.21457089 0.04370197
+-0.21525009 -0.25877813 0.0517803
+-0.20140387 -0.21872 0.06039805
+-0.19915891 -0.29651797 0.15918586
+-0.20156725 -0.29550758 0.15660283
+-0.20586835 -0.29668805 0.14700903
+-0.21108104 -0.30591902 -0.18756698
+-0.21133207 -0.23090947 -0.11817622
+-0.20253037 -0.19433731 -0.10463037
+-0.21150678 -0.29871038 0.10498396
+-0.21903475 -0.30461225 -0.16304724
+-0.21678448 -0.28686532 -0.15974537
+-0.21506141 -0.26565251 -0.14285845
+-0.21066196 -0.2829667 -0.17328891
+-0.20923184 -0.2698881 0.11912904
+-0.21537872 -0.27569133 0.10791697
+-0.21804285 -0.29043818 0.11296289
+-0.22520003 -0.28842151 -0.13752657
+-0.21509321 -0.20572002 -0.0458726
+-0.22238328 -0.25657949 -0.00455075
+-0.21468134 -0.22738743 -0.00959044
+-0.22035979 -0.29894632 0.11411223
+-0.22167961 -0.29979396 0.10433379
+-0.20677401 -0.30317473 -0.11467019
+-0.23283404 -0.30273896 -0.12456203
+-0.22600181 -0.30372441 -0.14268847
+-0.24486019 -0.29450685 -0.08170545
+-0.24545972 -0.30035233 -0.09112671
+-0.24133947 -0.30047482 -0.07227621
+0.23954283 -0.30112529 -0.10576437
+0.24584746 -0.29984975 -0.08977027
+0.24271886 -0.30032286 -0.07410264
+0.23624827 -0.29992151 -0.03736738
+0.23400618 -0.30052909 -0.03827038
+0.23293661 -0.30006734 -0.01301098
+0.21987756 -0.30161038 -0.08321172
+0.22939268 -0.30283359 -0.13438937
+0.20937455 -0.30252537 -0.10946178
+0.22504729 -0.30012813 -0.00593393
+0.22945033 -0.29967645 0.03053241
+0.22456345 -0.29952344 0.07818194
+0.22322458 -0.30365592 -0.15183102
+0.21297246 -0.30343762 -0.15016018
+0.2116034 -0.30009028 0.02465674
+0.21473943 -0.30487663 -0.17801689
+0.21269616 -0.30137601 -0.05128773
+0.20797986 -0.29921174 0.09617209
+0.22092457 -0.29930952 0.11090726
+0.20208015 -0.3018842 -0.07455602
+0.20300126 -0.29834107 0.10457949
+0.21063319 -0.29774824 0.13537577
+0.21751624 -0.29789409 0.12217999
+0.20752218 -0.30570814 -0.20050979
+0.19248928 -0.30071437 -0.01733258
+0.2043457 -0.29663134 0.15008539
+0.19406092 -0.30598307 -0.21349193
+0.19567372 -0.29976475 0.06467393
+0.19421329 -0.29876909 0.09685625
+0.19969553 -0.30664998 -0.22629812
+0.18744686 -0.29628336 0.13498302
+0.19592525 -0.29617015 0.16843034
+0.19198568 -0.30690685 -0.24898687
+0.15745014 -0.29990497 0.02891164
+0.18025966 -0.30688137 -0.25729212
+0.17298305 -0.30446416 -0.16637319
+0.14999506 -0.30271024 -0.09716149
+0.16639432 -0.29709762 0.11815059
+0.1632286 -0.29525864 0.17574742
+0.18914287 -0.29574412 0.18308681
+0.18400791 -0.29542291 0.19386493
+0.18420102 -0.30746648 -0.27439764
+0.1784029 -0.30775833 -0.29463798
+0.13679524 -0.30362946 -0.13222837
+0.14648245 -0.3056027 -0.19954449
+0.14515132 -0.30118698 -0.03460026
+0.17841896 -0.29517019 0.20647518
+0.14583202 -0.29869983 0.09452879
+0.16568318 -0.30884272 -0.34081444
+0.1730261 -0.30816513 -0.31448933
+0.15661828 -0.3086808 -0.33588612
+0.17144354 -0.29477656 0.2233088
+0.14722972 -0.29395637 0.2328863
+0.139936 -0.30762064 -0.28543773
+0.16359749 -0.29437396 0.24074383
+0.15725626 -0.30904391 -0.37091309
+0.09018523 -0.30201873 -0.05782221
+0.08068833 -0.30460683 -0.16064106
+0.07270118 -0.29996699 0.04797477
+0.15219536 -0.29346004 0.26598427
+0.11953868 -0.30721813 -0.26419419
+0.1408307 0.30099833 0.11922301
+0.14372794 0.2987653 0.11883491
+0.14036253 0.29750925 0.11812688
+0.14335206 0.29434279 0.11826604
+0.14335206 0.29434279 0.11826604
+0.14574029 0.28413424 0.12460947
+0.13919277 0.27852628 0.11546979
+0.12002756 -0.30874595 -0.34678835
+0.08973685 -0.30849412 -0.31787932
+0.13919277 0.27852628 0.11546979
+0.10720029 -0.29453355 0.1863976
+0.10933961 -0.29378927 0.21166539
+0.10805763 -0.29250228 0.26154619
+0.13906893 -0.30906263 -0.44149756
+0.14601223 -0.30905268 -0.41355553
+0.10891963 -0.30907992 -0.41837007
+0.15070295 -0.30911702 -0.39670518
+0.13769312 0.26451692 0.1150253
+0.13567579 0.26436952 0.11388244
+0.13499869 0.25489518 0.11280655
+0.0891059 -0.3007189 0.00145114
+0.13329129 0.23851296 0.11133768
+0.13157007 0.23693028 0.11043812
+0.13031434 0.22406811 0.10888053
+0.12561591 0.27848449 0.11915004
+0.14127313 -0.29295808 0.29139638
+0.11516428 -0.2921738 0.29569572
+0.13373472 -0.29210442 0.31093869
+0.13240835 -0.30857658 -0.47014096
+0.1217839 -0.30892161 -0.45823339
+0.08462105 -0.30636638 -0.20818838
+0.0662384 -0.29861099 0.09414514
+0.12644377 0.20349739 0.1063978
+0.11908796 -0.12714025 -0.22757176
+0.07522103 -0.30282688 -0.08105764
+0.11962691 0.20792989 0.10884163
+0.11998964 -0.28579712 -0.49881858
+0.12484711 -0.3080281 -0.49459818
+0.11784177 -0.30890799 -0.49719623
+0.11784177 -0.30890799 -0.49719623
+0.12484711 -0.3080281 -0.49459818
+0.12758277 -0.30855477 -0.48984972
+0.12517126 0.19743629 0.10557634
+0.10786808 0.2373853 0.11667861
+0.12875763 -0.29155803 0.32482401
+0.12310404 0.09962631 0.35709682
+0.11545236 -0.25700167 -0.49831191
+0.11435876 -0.26222339 -0.49969408
+0.11755563 -0.28463447 -0.49947026
+0.11082425 0.15210643 0.10142672
+0.11889854 0.16698788 0.10209852
+0.11571682 0.14762455 0.10033391
+0.11139817 0.2661069 0.12032361
+0.09551385 -0.29259181 0.23587874
+0.12313037 -0.29123938 0.33917791
+0.11040163 -0.2446591 -0.49958074
+0.11040163 -0.2446591 -0.49958074
+0.11002148 -0.30915377 -0.49770656
+0.11002148 -0.30915377 -0.49770656
+0.10182882 -0.30934682 -0.49538553
+0.10834818 -0.17273678 -0.26500648
+0.11074774 0.17763323 0.10587153
+0.11355752 0.1409103 0.10194528
+0.11571682 0.14762455 0.10033391
+0.11241941 0.13058805 0.10403117
+0.04330797 -0.29478943 0.17304395
+0.08644605 -0.30773571 -0.28122431
+0.10301588 -0.16200487 -0.26324955
+0.1039274 0.14827871 0.09799822
+0.10272193 0.16277193 0.10468429
+0.11139817 0.2661069 0.12032361
+0.10786808 0.2373853 0.11667861
+0.09138517 0.24500668 0.12163319
+0.0679065 -0.29642156 0.12942854
+0.08848387 -0.24646555 -0.49973336
+0.04695811 -0.3095831 -0.46390438
+0.09605361 -0.15860441 -0.26500189
+0.09605361 -0.15860441 -0.26500189
+0.11501727 -0.1700912 -0.26271078
+0.10834818 -0.17273678 -0.26500648
+0.09049529 0.19010842 0.11222116
+0.08017814 0.21643065 0.11952545
+0.10117782 0.26397026 0.12182581
+0.11406934 0.28964877 0.16427551
+0.11842803 -0.29087713 0.35085675
+0.08248384 -0.29115501 0.33795503
+0.08754946 -0.24395168 -0.49940714
+0.06233987 -0.30911207 -0.38278371
+0.08380432 0.12755755 0.09679957
+0.1078845 0.1120513 0.10706967
+0.09138517 0.24500668 0.12163319
+0.08967417 -0.29196191 0.24086955
+0.07728092 -0.2924242 0.26753756
+0.11277954 -0.29032376 0.36527106
+0.04533108 -0.30878538 -0.31978694
+0.09279594 -0.17363217 -0.26648861
+0.03703998 -0.3078303 -0.2634972
+0.09612449 -0.0384557 -0.18930213
+0.0892982 0.14862901 0.09443092
+0.09269763 0.17280926 0.10836521
+0.08608123 0.08232906 0.10777985
+0.10149958 0.08717294 0.1110539
+0.08017814 0.21643065 0.11952545
+0.10494205 -0.28943232 0.38706687
+0.07479373 -0.28999883 0.37117657
+0.05649081 -0.2772314 -0.49940562
+0.09654438 0.06508531 0.11394087
+0.08177259 0.00508468 0.12018415
+0.07962953 -0.29231927 0.22122523
+0.08734057 -0.29231796 0.24752195
+0.06831365 -0.29179594 0.31008616
+0.08695398 -0.2886579 0.40397701
+0.09522541 -0.28811443 0.42061722
+0.09483669 -0.26294482 0.47483644
+0.09384049 -0.27779415 0.47450522
+0.0909733 -0.2707189 0.47198126
+0.09362988 -0.28597638 0.47633457
+0.09517895 -0.29319647 0.48626062
+0.09296453 -0.29326323 0.48464659
+0.0936093 -0.30127656 0.4905906
+0.0936093 -0.30127656 0.4905906
+0.06311288 -0.30932826 -0.42823666
+0.08292796 -0.17096652 -0.26642874
+0.08320611 0.18769577 0.11303705
+0.09329405 0.05064788 0.1156859
+0.08773853 0.03005429 0.11735027
+0.08652988 0.02000948 0.11977191
+0.08101447 0.25964168 0.18375382
+0.09344567 0.27923295 0.19648395
+0.09219303 -0.28704569 0.43358117
+0.08633263 -0.2821939 0.47165179
+0.09362988 -0.28597638 0.47633457
+0.07435782 -0.29833955 0.4854368
+0.07695402 -0.3024438 0.48892009
+0.0781093 -0.17609194 -0.26738077
+0.06672654 0.14764267 0.08868366
+0.07415126 0.2020995 0.11793957
+0.0797176 0.24156234 0.12379432
+0.08289848 -0.00401437 0.12471841
+0.0897158 0.27693227 0.2023043
+0.08415848 -0.28565767 0.47328362
+0.07311989 -0.31237802 0.49708614
+0.07832251 -0.14141098 -0.26573351
+0.07563393 -0.15497036 -0.26605374
+0.06749446 0.15004662 0.08890377
+0.06749446 0.15004662 0.08890377
+0.06216507 0.19039872 0.11066955
+0.07315657 0.05429481 0.10959902
+0.0797176 0.24156234 0.12379432
+0.07729677 0.26307005 0.2038627
+0.0897158 0.27693227 0.2023043
+0.08316089 0.27425995 0.21290678
+0.07662752 -0.29257154 0.22725534
+0.08139204 -0.28622505 0.45526537
+0.08818194 -0.28633839 0.45136714
+0.08604615 -0.28614596 0.46518368
+0.08415848 -0.28565767 0.47328362
+0.07531071 -0.28895319 0.47736844
+0.06612145 -0.30952314 0.4934513
+0.07033879 0.21191621 0.12116097
+0.0712867 -0.28805244 0.42957079
+0.07240146 -0.28635654 0.47180155
+0.08415848 -0.28565767 0.47328362
+0.02500449 -0.2396889 -0.49921089
+0.04963709 -0.29561955 -0.49844173
+0.06429038 -0.17512047 -0.26661205
+0.07033879 0.21191621 0.12116097
+0.07370845 0.23522796 0.12438105
+0.07984896 0.27405509 0.23825239
+0.05529002 -0.29278409 0.24336271
+0.06008311 -0.28808925 0.47448975
+0.06008311 -0.28808925 0.47448975
+0.06508579 -0.31334326 0.4984962
+-1.73E-06 -0.27832982 -0.49964571
+0.03883338 -0.31015295 -0.49740523
+0.04667626 -0.16392614 -0.26681232
+0.05683045 0.05695504 0.10431283
+0.03883338 -0.31015295 -0.49740523
+0.06458919 -0.12730217 -0.26671237
+0.04597464 -0.13427073 -0.26785657
+0.0593436 0.18545805 0.10777149
+0.06579462 -0.00188244 0.11061609
+0.06424997 0.20462026 0.11616343
+0.06024972 0.22480257 0.12211566
+0.04699858 -0.29168171 0.34650105
+0.06098235 -0.28860101 0.45824221
+0.05971173 -0.28806889 0.47224146
+0.05172802 -0.23468485 -0.49715635
+0.03249052 -0.23657578 -0.49803373
+0.0318481 -0.30717173 -0.21113145
+0.06106212 0.01755535 0.11051298
+0.05267658 0.00333281 0.10646013
+0.04956693 0.20921153 0.11099871
+0.04956693 0.20921153 0.11099871
+0.05500745 -0.29337308 0.19082536
+0.05763149 -0.29017258 0.38289198
+0.05900523 -0.28923982 0.43633839
+0.05919285 -0.2889587 0.47053674
+0.05651252 -0.29376629 0.47786623
+0.04843445 -0.30267894 0.48304626
+0.05228644 -0.31045243 0.49205154
+0.01604735 -0.30928284 -0.41388199
+0.03413485 -0.30671832 -0.19263048
+0.00055635 -0.29950342 0.07514735
+0.04102957 0.15711547 0.08534476
+0.04728377 0.07361377 0.09729815
+0.05067892 -0.00109034 0.10660326
+0.05561811 0.21884888 0.11806027
+0.04613296 -0.29094216 0.39838928
+0.05523193 -0.29028812 0.45339575
+0.04846029 -0.31373662 0.49749169
+0.05878501 -0.12039677 -0.26724315
+0.03811436 -0.14260149 -0.26793653
+0.02958777 -0.30041355 0.0126403
+0.04022772 0.14965247 0.08077645
+0.04549763 0.01443339 0.10318456
+0.04830035 -0.29378089 0.18097822
+0.0456278 -0.29151994 0.41947266
+0.04869011 -0.29125166 0.43318248
+0.05655548 -0.28231949 0.46253622
+0.05523193 -0.29028812 0.45339575
+0.05919285 -0.2889587 0.47053674
+0.0547579 -0.25983027 0.47334844
+0.05347195 -0.26603904 0.46533588
+0.0547579 -0.25983027 0.47334844
+0.05722119 -0.27686849 0.47423643
+0.05194776 -0.28020084 0.47627151
+0.06008311 -0.28808925 0.47448975
+0.05651252 -0.29376629 0.47786623
+0.0457108 -0.30004993 0.48133722
+0.04843445 -0.30267894 0.48304626
+-0.00129687 -0.25627533 -0.49981189
+0.03012279 -0.15046388 -0.26774055
+0.04040842 -0.30214694 -0.05638094
+0.02639538 -0.3012594 -0.02747556
+0.039752 0.19651198 0.10235851
+0.05561811 0.21884888 0.11806027
+-0.00512259 -0.29836038 0.09319688
+0.02496594 -0.29554057 0.14907067
+0.02761182 -0.29232606 0.33142769
+0.04925485 -0.20455711 0.35716069
+0.05099215 -0.20525044 0.37619224
+0.05407917 -0.19889043 0.38496685
+0.04668883 -0.2812582 0.43615365
+0.04713859 -0.26640323 0.44869658
+0.04927777 -0.24233052 0.47054526
+0.04823489 -0.24495238 0.47267866
+0.05196491 -0.2486314 0.47157055
+0.04326487 -0.26803532 0.47658995
+0.04465148 -0.28234813 0.4776383
+0.04592989 -0.30629772 0.4852021
+0.04607226 -0.30999389 0.48932043
+0.0438133 -0.10318263 -0.26930296
+0.03921949 -0.30460301 -0.13292414
+0.02356921 -0.30370519 -0.08980288
+0.04022772 0.14965247 0.08077645
+0.03261286 0.04856068 0.09319754
+0.03945579 -0.00069678 0.10470241
+0.04371861 -0.29424176 0.18262205
+0.03278397 -0.29365551 0.21156126
+0.02278887 -0.29224327 0.31019914
+0.03656314 -0.29194051 0.35848132
+0.0462619 -0.22093099 0.40101293
+0.04148174 -0.29201153 0.40926844
+0.0442862 -0.29120922 0.41911727
+0.04958181 -0.21840328 0.45312074
+0.04869011 -0.29125166 0.43318248
+0.04937528 -0.22320881 0.46795699
+0.04627936 -0.23917709 0.46646962
+0.0457332 -0.24098569 0.47251782
+0.04927777 -0.24233052 0.47054526
+0.0457332 -0.24098569 0.47251782
+0.04365867 -0.25369757 0.47465697
+0.04412504 -0.28387475 0.47888002
+0.04592989 -0.30629772 0.4852021
+0.03541485 0.00786065 0.09943747
+0.00713329 -0.29260644 0.2807911
+0.04753307 -0.20430289 0.35672885
+0.03717898 -0.29199252 0.39370397
+0.0387468 -0.29215556 0.40128767
+0.0442862 -0.29120922 0.41911727
+0.04152845 -0.23791739 0.45466018
+0.0408979 -0.23858735 0.46576923
+0.04056216 -0.24019587 0.47262788
+0.04056216 -0.24019587 0.47262788
+0.04018292 -0.24299486 0.47538334
+0.04162236 -0.26686561 0.47753271
+0.04311116 -0.27276063 0.48591119
+0.04162236 -0.26686561 0.47753271
+0.04412504 -0.28387475 0.47888002
+0.0457108 -0.30004993 0.48133722
+0.04592989 -0.30629772 0.4852021
+0.04415318 -0.28229967 0.49529555
+0.04568743 -0.30898646 0.49736646
+0.04607226 -0.30999389 0.48932043
+0.04846029 -0.31373662 0.49749169
+0.00258824 -0.24395685 -0.49992642
+0.00112666 -0.29765862 -0.49897045
+0.02784405 -0.29487228 0.15974267
+0.03194018 -0.26544157 0.41199541
+0.04148174 -0.29201153 0.40926844
+0.03629169 -0.26549897 0.42392793
+0.03714702 -0.237468 0.45654836
+0.03742861 -0.23626791 0.45029125
+0.03688701 -0.23806934 0.47209886
+0.03855204 -0.24037758 0.47669655
+0.03855204 -0.24037758 0.47669655
+0.03855204 -0.24037758 0.47669655
+0.04018292 -0.24299486 0.47538334
+0.03958653 -0.2446471 0.47992998
+0.04124681 -0.25563371 0.49360117
+0.00067868 -0.30958396 -0.4527241
+0.02371695 -0.10808286 -0.27083296
+0.023171 -0.18114093 -0.26593965
+0.02510034 0.16543683 0.08456462
+0.00625435 -0.29595086 0.13614336
+0.03405022 -0.29128519 0.38500234
+0.03500749 -0.28397834 0.39859593
+0.0387468 -0.29215556 0.40128767
+0.03573915 -0.23789194 0.42900464
+0.03519393 -0.23363306 0.43588471
+0.03168878 -0.23268287 0.44549155
+0.03336906 -0.23496141 0.45869094
+0.03512242 -0.23467842 0.47091198
+0.04002309 -0.23225263 0.49108437
+0.02706013 -0.084305 -0.27232036
+0.00029727 -0.04041979 -0.27270219
+0.00061129 -0.30758837 -0.24759716
+0.00925811 -0.3045935 -0.12821539
+0.0303993 -0.01553945 -0.03212046
+0.02758124 0.15086463 0.07728892
+0.02315605 0.03123286 0.09109303
+0.020114 -0.007358 0.10702517
+0.02042405 -0.29519573 0.15932062
+0.02385947 -0.29201958 0.33708552
+0.03405022 -0.29128519 0.38500234
+0.03295032 -0.23294559 0.43032619
+0.02896376 -0.23127462 0.43826285
+0.03004517 -0.23127617 0.45029172
+0.03151795 -0.23066139 0.45480639
+0.03428841 -0.23158638 0.4697758
+0.00854835 -0.05806018 -0.27437955
+0.02265159 0.17231999 0.08650981
+0.02967557 0.17887221 0.09116361
+0.02510034 0.16543683 0.08456462
+0.02315615 0.013893 0.09425572
+0.02044385 -0.01035322 0.10802818
+0.02978958 -0.2899403 0.36787006
+0.02536284 -0.2932826 0.3399263
+0.03301293 -0.29243264 0.37707269
+0.02825221 -0.26496214 0.39977339
+0.02797277 -0.23708794 0.40339839
+0.02742857 -0.23369987 0.40573028
+0.0260653 -0.2308403 0.41926211
+0.02406041 -0.22969942 0.41052333
+0.02853624 -0.23023458 0.43990043
+0.0182417 0.04171214 -0.12273943
+0.0214993 0.02948302 -0.07144418
+0.02497305 0.01724865 -0.06402565
+0.02215798 0.01681606 -0.06520264
+0.02497619 0.01138845 -0.06252691
+0.02517157 0.00151962 -0.05867146
+0.02587097 -0.00195799 -0.05611106
+0.02132099 -0.00993212 -0.05516285
+0.02151594 -0.01621621 -0.05374679
+-0.01158527 -0.30141765 -0.03626952
+-0.00593727 -0.29920414 0.08415049
+0.01263845 0.00832542 0.09617552
+0.01815758 -0.29137301 0.33412671
+0.02208391 -0.28844652 0.33961731
+0.02381131 -0.28657812 0.34654474
+0.023144 -0.2656258 0.37120986
+0.02317006 -0.24286729 0.38154033
+0.02271819 -0.23272361 0.38923818
+0.02370706 -0.23642018 0.38750902
+0.0247847 -0.22890221 0.41366926
+-0.00162182 -0.31017578 -0.49813414
+-0.00658762 -0.30912572 -0.36712247
+0.01581888 -0.07064991 -0.27427587
+0.01581888 -0.07064991 -0.27427587
+-8.933E-05 -0.11679804 -0.27137876
+0.01881221 0.03535504 -0.0759623
+0.02046986 0.02608864 -0.06986599
+0.01906082 0.0060571 -0.05905371
+0.01809524 -0.02420576 -0.05291675
+0.01606708 -0.03231752 -0.05128755
+0.01689558 -0.00390991 0.0237286
+-0.011583 -0.29997534 0.04109985
+0.02758124 0.15086463 0.07728892
+0.01580917 0.16547611 0.08152727
+0.01873512 -0.27028495 0.34416991
+0.01735933 -0.25833997 0.34688824
+0.02146811 -0.26557952 0.36178225
+0.02031678 -0.24274239 0.36802578
+0.01706364 -0.24117717 0.35394326
+0.02336551 0.12451085 0.42963988
+0.02439145 0.11944689 0.42451739
+0.02462499 0.12116522 0.43154809
+0.02450815 0.10860501 0.42602503
+0.02276673 0.13256568 0.43366146
+0.02184567 0.13996513 0.43817526
+0.02463034 0.13435481 0.4381395
+0.01122279 -0.23983273 -0.49850389
+0.00085277 -0.17493193 -0.26644969
+0.0019316 -0.18553978 -0.26576599
+-0.03405281 -0.30647871 -0.18630911
+0.01160775 0.03840492 -0.11932947
+0.01307451 0.03964426 -0.11323089
+0.01499314 0.04029097 -0.09031575
+0.01499314 0.04029097 -0.09031575
+0.01749354 0.04156305 -0.07832688
+0.01532872 0.04147871 -0.07751492
+0.01532872 0.04147871 -0.07751492
+0.01749354 0.04156305 -0.07832688
+0.00603809 0.02956178 -0.06460582
+0.0089494 -0.00346989 -0.05381509
+0.01175381 -0.02182888 -0.05177918
+0.00532175 0.15133008 0.07027243
+0.00532175 0.15133008 0.07027243
+0.01611391 -0.25740352 0.34430727
+0.01597607 -0.26736832 0.34050009
+0.01570379 -0.24864423 0.34778345
+0.01510439 -0.2404004 0.35060304
+0.01553179 -0.23165791 0.35415792
+0.01680996 -0.22876659 0.35462549
+-0.00162182 -0.31017578 -0.49813414
+-0.0009638 -0.13790584 -0.26948541
+0.01307451 0.03964426 -0.11323089
+0.00589655 0.03952805 -0.10571227
+0.0098824 0.04246674 -0.07466783
+0.01172806 0.0358991 -0.07176904
+0.00196401 0.02005247 -0.05871381
+0.00163841 0.0096788 -0.05498028
+0.00884542 -0.03792342 -0.04847484
+0.00642438 -0.03168701 -0.0069901
+0.00184005 0.09333735 0.07509373
+-0.00035278 0.20281425 0.11351386
+-0.01271834 -0.29228413 0.33140242
+2.679E-05 -0.24238363 -0.49849769
+-0.04471391 -0.30930573 -0.43114099
+-0.03650887 -0.30883014 -0.32954264
+0.00161265 -0.05001711 -0.27619711
+-0.00045235 -0.08525497 -0.27395508
+0.00051597 0.08198047 -0.21075551
+0.0098824 0.04246674 -0.07466783
+-0.00292439 0.04302894 -0.07395481
+-0.0354934 -0.30334768 -0.0815992
+0.00343812 0.04227287 -0.07260715
+0.00247712 0.03225764 -0.06520127
+0.00026636 0.00071843 -0.05272542
+5.109E-05 -0.01352474 -0.05102437
+0.00884542 -0.03792342 -0.04847484
+0.00642438 -0.03168701 -0.0069901
+0.01323329 -0.02529573 0.00081476
+0.01590262 -0.01950451 0.00727946
+0.00301407 0.06379402 0.07965755
+-0.0022435 0.03002254 0.08517458
+-0.00202657 0.01728331 0.08830581
+-0.01770883 -0.01050898 0.10810845
+0.00049732 -0.00823916 0.1067723
+-0.01839715 -0.29499152 0.17272092
+-0.04079651 -0.30819651 -0.29411691
+0.00161265 -0.05001711 -0.27619711
+-3.86E-05 0.12149162 -0.19142993
+8.14E-05 -0.03143585 -0.1722201
+0.00011461 -0.0200471 -0.16269538
+-0.00097112 0.04210164 -0.08100448
+-0.00292439 0.04302894 -0.07395481
+-0.00268736 -0.03111265 -0.04809133
+0.00064082 -0.04201251 -0.04531356
+0.00023222 -0.03917502 -0.01722297
+0.00023222 -0.03917502 -0.01722297
+-0.00151555 -0.03615298 -0.01096613
+-0.00170292 0.06163207 0.07928634
+-0.00395607 0.16723706 0.08255546
+-0.00963471 -0.29681987 0.11932863
+0.00029727 -0.04041979 -0.27270219
+-0.00169905 -0.05064812 -0.27613902
+-0.00117267 -0.0366094 -0.27030572
+-0.00140835 0.01099742 -0.24618904
+-0.00129803 0.05638606 -0.22364764
+-0.00118706 0.06981459 -0.21698155
+-0.00110918 0.08576365 -0.20899361
+-0.00050577 0.11343279 -0.19519693
+0.0009412 0.13077146 -0.18626736
+-3.86E-05 0.12149162 -0.19142993
+0.00029458 0.13820754 -0.18331443
+-0.00141023 0.13413928 -0.18408036
+0.00092314 0.14756306 -0.17789607
+-0.00849884 0.03981012 -0.09971263
+-0.00220912 0.03774671 -0.07000855
+-0.00229819 0.01585639 -0.0569789
+-0.00235405 0.00304213 -0.05308848
+-0.00525302 -0.03694043 -0.04700176
+-9.022E-05 0.14879587 -0.03849568
+0.00105784 -0.04236928 -0.03516143
+0.0013333 -0.0404003 -0.02518807
+-0.0008348 -0.04013621 -0.02561004
+-0.00096497 0.12503402 0.07090206
+-0.00194102 0.09529235 0.07469071
+-0.00169235 0.18252914 0.09675463
+-0.00062587 0.2330925 0.13803867
+-0.02774961 -0.29337385 0.22480947
+0.00280669 0.18333301 0.46326056
+-0.037132 -0.2915394 -0.4989486
+-0.03962727 -0.30961159 -0.47161394
+-0.01805101 -0.07235801 -0.27369019
+-0.00117267 -0.0366094 -0.27030572
+0.00029727 -0.04041979 -0.27270219
+-0.00118706 0.06981459 -0.21698155
+-0.00129803 0.05638606 -0.22364764
+-0.0294811 -0.30705842 -0.20791976
+7.22E-05 0.1497955 -0.1687171
+-0.0036411 0.03784164 -0.11173155
+-0.00849884 0.03981012 -0.09971263
+-0.00924636 0.04219322 -0.07737868
+-0.01039481 -0.01661939 -0.05052939
+0.00064082 -0.04201251 -0.04531356
+-0.00525302 -0.03694043 -0.04700176
+-0.00643097 -0.03154564 -0.00446069
+-0.01393099 0.13337657 0.07570479
+-0.01081427 0.17392661 0.0896553
+-0.05092851 -0.29319614 0.25925195
+-0.02238626 -0.29167217 0.33384684
+-0.01146407 -0.2398248 -0.49830911
+-0.01232153 -0.24159306 -0.49968675
+-0.02009084 -0.11951539 -0.2702015
+-0.00895714 -0.00426652 -0.2470724
+-0.00123157 -0.00573315 -0.25470251
+-0.00110729 -0.01925822 -0.26170829
+-0.00140835 0.01099742 -0.24618904
+-0.01571598 0.04087856 -0.08148534
+-0.01445023 -0.00302142 -0.05419499
+-0.01712 -0.02765478 -0.04839949
+-0.01209132 -0.03131818 -0.04806193
+-9.022E-05 0.14879587 -0.03849568
+-0.00125209 0.14870602 -0.03985409
+-0.01376163 0.15078691 0.07285898
+-0.01195139 0.10297398 0.07762489
+-0.01561807 0.03412515 0.08788395
+-0.01598798 0.0161675 0.09082853
+-0.01701848 0.00648055 0.09725359
+-0.02931406 -0.00729902 0.10742209
+-0.02238626 -0.29167217 0.33384684
+-0.05654276 -0.28181025 -0.49951965
+-0.02702992 -0.09928915 -0.27101299
+-0.03179206 -0.17794208 -0.26643169
+-0.02107843 0.10517791 -0.17925125
+-0.0385473 -0.30457759 -0.13279946
+-0.012821 0.04035512 -0.10315785
+-0.01529974 0.0402977 -0.08661588
+-0.01529974 0.0402977 -0.08661588
+-0.01209132 -0.03131818 -0.04806193
+-0.01856379 -0.02560222 -0.03505938
+-0.02821442 -0.01503744 -0.01535481
+-0.03985626 -0.29976478 0.07164031
+-0.01860456 0.07391863 0.08407305
+-0.0152884 0.2095405 0.12404136
+-0.06281135 -0.29618421 0.13587439
+-0.02592919 -0.29259807 0.33140907
+-0.00536951 0.18672839 0.46185899
+-0.00998007 0.19120499 0.45245895
+-0.01558426 0.17638732 0.44975129
+-0.00983819 0.1770848 0.45752677
+-0.0051186 0.18290928 0.46173912
+-0.02979404 -0.23635994 -0.49786994
+-0.03250543 -0.24621475 -0.49989161
+-0.04518747 -0.30996427 -0.4974077
+-0.03737273 -0.15375035 -0.2673015
+-0.01731955 0.04249344 -0.10501542
+-0.01799233 0.03749276 -0.0796534
+-0.02381164 -0.00749737 -0.05466142
+-0.02093133 -0.01938765 -0.05043992
+-0.01712 -0.02765478 -0.04839949
+-0.04443706 -0.29941046 0.08261088
+-0.05040342 -0.29316181 0.22347102
+-0.01860704 0.16357341 0.44909531
+-0.0125999 0.16937158 0.4542321
+-0.04378911 -0.03457969 -0.23209466
+-0.03463483 0.01986639 -0.2128012
+-0.03422797 0.04592985 -0.19963875
+-0.02104507 0.04558513 -0.11275376
+-0.01900345 0.04523958 -0.09937798
+-0.01903338 0.04764869 -0.07947636
+-0.01571598 0.04087856 -0.08148534
+-0.01903338 0.04764869 -0.07947636
+-0.02145877 0.0285464 -0.07232406
+-0.02653275 -0.0208791 -0.04457472
+-0.01323678 0.05381616 0.02779566
+-0.04071227 -0.3013306 -0.02202685
+-0.05495304 -0.08638648 0.03280436
+-0.04071341 0.15020882 0.08120836
+-0.02636337 0.11094305 0.0835022
+-0.02737163 0.0314072 0.09276605
+-0.02276014 0.01457199 0.09316078
+-0.01414251 0.19007333 0.44628176
+-0.04221204 -0.2398202 -0.4990496
+-0.04518747 -0.30996427 -0.4974077
+-0.03559525 -0.0935133 -0.27048221
+-0.02744013 0.05983784 -0.06881566
+-0.01903338 0.04764869 -0.07947636
+-0.024758 0.04411616 -0.06877336
+-0.01799233 0.03749276 -0.0796534
+-0.02005663 0.03081409 -0.07493264
+-0.02145877 0.0285464 -0.07232406
+-0.02564849 0.00958534 -0.06186955
+-0.0254935 -0.00715436 -0.05409874
+-0.02653275 -0.0208791 -0.04457472
+-0.01746369 0.02958813 0.04012642
+-0.01903296 0.02608763 0.03983106
+-0.03218295 0.13291942 0.08123234
+-0.02666304 0.17867573 0.09085751
+-0.02827428 0.23526317 0.15196626
+-0.04986793 -0.29318532 0.2897436
+-0.02424076 -0.29316476 0.33658203
+-0.02725304 0.18149377 0.43102136
+-0.04076237 -0.12563896 -0.26850259
+-0.03137963 0.06659719 -0.07841828
+-0.03272393 0.06919577 -0.06582214
+-0.03272393 0.06919577 -0.06582214
+-0.03304482 0.04743174 -0.05298017
+-0.02769073 0.02895197 -0.0600577
+-0.02360307 0.01632823 -0.06620547
+-0.02564849 0.00958534 -0.06186955
+-0.03928644 -0.00507159 -0.01168355
+-0.03605861 0.0197165 0.02344144
+-0.0317457 0.02173957 0.02819072
+-0.04071341 0.15020882 0.08120836
+-0.04481624 0.14782092 0.08226631
+-0.03253125 0.16684102 0.0882208
+-0.03696731 0.00936608 0.09937403
+-0.04557277 -0.10476961 -0.26884663
+-0.04578858 -0.01120785 -0.21879742
+-0.03002351 0.00401994 -0.05236568
+-0.03102668 -0.00975791 -0.04651657
+-0.03102668 -0.00975791 -0.04651657
+-0.0321244 -0.01594158 -0.0407218
+-0.0321244 -0.01594158 -0.0407218
+-0.0366495 -0.01119268 -0.03102469
+-0.0317457 0.02173957 0.02819072
+-0.03922633 0.08917433 0.09176645
+-0.03849981 0.0621042 0.09450575
+-0.04293693 0.20158759 0.1065871
+-0.04245242 -0.00053462 0.10486556
+-0.04784263 -0.2930328 0.33551392
+-0.03559525 -0.0935133 -0.27048221
+-0.0373039 0.07716142 -0.06404194
+-0.04343537 0.06800403 -0.04539499
+-0.03728466 0.04672226 -0.04431733
+-0.03593487 0.03155658 -0.04194172
+-0.03363891 -0.00541663 -0.04179206
+-0.0321244 -0.01594158 -0.0407218
+-0.0366495 -0.01119268 -0.03102469
+-0.04526724 0.17161976 0.0961645
+-0.05467635 0.06752262 0.10132036
+-0.03869401 0.19396736 0.10121828
+-0.05122957 -0.29511023 0.17011026
+-0.03178772 -0.29343945 0.36937582
+-0.04607918 0.02260504 -0.20194504
+-0.04641428 0.0735449 -0.12966195
+-0.04065453 0.08134628 -0.06877287
+-0.04356818 0.08807644 -0.0608635
+-0.0373039 0.07716142 -0.06404194
+-0.04070133 0.03570865 -0.03132647
+-0.03913224 0.01594551 -0.03026782
+-0.04028331 0.01140105 -0.02435849
+-0.038945 -0.00618593 -0.02423655
+-0.038945 -0.00618593 -0.02423655
+-0.03905148 0.01596553 0.01655763
+-0.03905148 0.01596553 0.01655763
+-0.04913609 0.0960959 0.09355735
+-0.13335608 -0.29856694 0.09255524
+-0.04913725 0.00160704 0.10490262
+-0.02827428 0.23526317 0.15196626
+-0.03602571 0.22989021 0.14947434
+-0.04767604 0.23844188 0.16400999
+-0.03991539 -0.2929948 0.37812161
+-0.03779141 -0.29314157 0.39483652
+-0.08365904 -0.30895466 -0.37712198
+-0.05544948 -0.14831769 -0.26682073
+-0.05532607 -0.17518845 -0.26653811
+-0.0424703 -0.17839499 -0.267212
+-0.04569982 0.08463125 -0.08449803
+-0.05114603 0.09656496 -0.0681767
+-0.06851054 -0.30292815 -0.07768105
+-0.04356818 0.08807644 -0.0608635
+-0.04415488 0.07400151 -0.04881206
+-0.04187006 0.05046209 -0.03571549
+-0.04151928 0.03831485 -0.02142761
+-0.03928644 -0.00507159 -0.01168355
+-0.0410208 0.02846107 -0.00917469
+-0.03954502 -0.00098174 -3.18E-05
+-0.07161093 -0.3002764 0.03015729
+-0.06495337 0.03632024 0.1101057
+-0.06185439 0.02416685 0.1096393
+-0.04818159 0.20667326 0.11023483
+-0.10562085 -0.29699469 0.11803164
+-0.04254307 0.23135756 0.15278697
+-0.04273539 -0.2933338 0.41000402
+-0.04537798 -0.2414515 0.46993303
+-0.04525744 -0.24617212 0.47289103
+-0.04168422 -0.26437581 0.47597092
+-0.04393939 -0.26740193 0.47525898
+-0.06365577 -0.23389111 -0.49706689
+-0.08325642 -0.24404286 -0.49975291
+-0.05848522 -0.11983183 -0.26707652
+-0.05539668 0.09046303 -0.10704556
+-0.05315548 0.09266727 -0.08919681
+-0.04862522 0.09590523 -0.0577027
+-0.04862522 0.09590523 -0.0577027
+-0.04720131 0.08980954 -0.054593
+-0.05765088 0.00940983 0.10814968
+-0.04818159 0.20667326 0.11023483
+-0.05616648 -0.29302552 0.3581
+-0.05031356 -0.25715598 0.47264209
+-0.0536326 -0.27049068 0.47284889
+-0.04788996 -0.29807416 0.47810748
+-0.0447197 -0.29171053 0.47765967
+-0.045742 -0.3040919 0.48225963
+-0.06314859 0.07526008 -0.1501278
+-0.05968635 0.08406197 -0.14101072
+-0.05680844 0.08556104 -0.12819417
+-0.05575233 0.08966732 -0.1094256
+-0.06434272 0.12158035 0.09280238
+-0.05929157 0.18528382 0.10810918
+-0.06061886 -0.00523021 0.11004524
+-0.04996648 -0.29301724 0.43394661
+-0.05314773 -0.2967425 0.4768447
+-0.05510724 -0.31367999 0.49811617
+-0.06765369 -0.13088155 -0.26639062
+-0.07734167 -0.15701851 -0.26585835
+-0.07943674 -0.17546365 -0.26732576
+-0.06892239 -0.06690992 -0.22652349
+-0.06949224 -0.04407355 -0.21443219
+-0.10178088 -0.30626285 -0.20740901
+-0.07980721 -0.30434364 -0.14391874
+-0.05315548 0.09266727 -0.08919681
+-0.06662286 0.14970911 0.08873144
+-0.04071341 0.15020882 0.08120836
+-0.06267191 0.20302656 0.11531294
+-0.05992278 0.00022949 0.10890191
+-0.09016859 -0.29460049 0.19797857
+-0.07128931 -0.29316247 0.23628293
+-0.05272025 -0.29243726 0.44300288
+-0.05827133 -0.28935406 0.47338131
+-0.05314773 -0.2967425 0.4768447
+-0.045742 -0.3040919 0.48225963
+-0.060374 -0.30561402 0.48833165
+-0.11381873 -0.3089906 -0.47602737
+-0.09075341 -0.30910343 -0.43615517
+-0.05848522 -0.11983183 -0.26707652
+-0.06094718 0.07989022 -0.14724392
+-0.05680844 0.08556104 -0.12819417
+-0.05575233 0.08966732 -0.1094256
+-0.05929157 0.18528382 0.10810918
+-0.05610651 -0.29273915 0.45379201
+-0.06099205 -0.29202983 0.47305125
+-0.07417772 -0.30958387 -0.4977493
+-0.07153963 0.02426907 -0.17601046
+-0.07044888 0.0309336 -0.17239687
+-0.0647209 0.06351859 -0.15649259
+-0.06094718 0.07989022 -0.14724392
+-0.08402418 0.14760211 0.09322803
+-0.07218889 0.07478035 0.10537154
+-0.07775396 0.00673217 0.11760555
+-0.05863433 -0.2934061 0.46577042
+-0.06352235 -0.29248139 0.46757016
+-0.06099205 -0.29202983 0.47305125
+-0.06687941 -0.29643437 0.48024005
+-0.07362705 -0.3115603 0.49646136
+-0.11553787 -0.26512054 -0.49976662
+-0.07836752 -0.1711154 -0.26632673
+-0.07373963 0.01085434 -0.18202619
+-0.07044888 0.0309336 -0.17239687
+-0.06663441 0.05397485 -0.16080905
+-0.0647209 0.06351859 -0.15649259
+-0.08581025 -0.30169937 -0.0367051
+-0.07858777 0.18427783 0.11194628
+-0.07230549 0.20265004 0.11841951
+-0.08432643 -0.29403347 0.29508197
+-0.0754624 -0.2916916 0.47123909
+-0.07417772 -0.30958387 -0.4977493
+-0.1039492 -0.30953163 -0.49741271
+-0.08539037 -0.05309795 -0.20561078
+-0.11522637 -0.29930574 0.08273929
+-0.08480261 0.12782094 0.097327
+-0.09102404 0.03700248 0.11814664
+-0.075852 0.21722078 0.12030984
+-0.08970346 -0.29394528 0.22680579
+-0.10981946 -0.29431719 0.25116062
+-0.08226716 -0.29241362 0.46078217
+-0.07399115 -0.29231554 0.47489521
+-0.08246146 -0.29633534 0.48381352
+-0.07062083 -0.30782896 0.49188691
+-0.09012589 -0.15283695 -0.26523241
+-0.09184326 -0.08536453 -0.21942604
+-0.0843893 -0.03451556 -0.19640452
+-0.08145361 -0.02176714 -0.19336374
+-0.08134501 0.18759879 0.11362972
+-0.08345333 0.01681764 0.11896137
+-0.09140982 -0.29375225 0.36007091
+-0.07081494 0.05482638 0.39311719
+-0.08783733 -0.29250583 0.4377012
+-0.11039925 -0.24303609 -0.49957418
+-0.0753078 0.00482508 -0.18440132
+-0.09973034 -0.30358911 -0.11256711
+-0.12142962 -0.2997444 0.06729079
+-0.08867239 0.17383 0.10963736
+-0.08119966 0.00223822 0.12010174
+-0.09942588 -0.29359502 0.40097582
+-0.08226597 -0.29040867 0.46826872
+-0.10546327 -0.28845677 -0.49926186
+-0.09213177 -0.17332102 -0.26605934
+-0.10293031 -0.106174 -0.22379746
+-0.10308845 -0.30077037 0.00541093
+-0.0976852 0.16251746 0.10607699
+-0.07754517 -0.00281748 0.11746284
+-0.07639126 -0.01333249 0.10563493
+-0.08762614 -0.01645097 0.11719687
+-0.0845615 -0.00315339 0.12682645
+-0.0862141 0.26444283 0.17943883
+-0.0813319 0.07672811 0.39741558
+-0.09344125 -0.29162931 0.4761681
+-0.1000721 -0.30932832 0.49445376
+-0.08366462 -0.03085898 -0.19518945
+-0.08010124 -0.08210877 0.03478659
+-0.08025949 -0.0860196 0.03139853
+-0.08700135 -0.0894019 0.03511471
+-0.08009215 -0.05936095 0.05873577
+-0.07774387 -0.03054472 0.08760761
+-0.07849466 -0.03921688 0.07872061
+-0.09647717 0.06111725 0.11503696
+-0.09720057 0.19704138 0.11177465
+-0.0894232 0.02659017 0.11989009
+-0.0845615 -0.00315339 0.12682645
+-0.08033956 0.27116674 0.21816164
+-0.08568155 0.27222136 0.21147507
+-0.08216607 0.26829511 0.21864632
+-0.11576922 -0.29458502 0.21089655
+-0.08034451 0.27195594 0.22964153
+-0.08216607 0.26829511 0.21864632
+-0.08842528 0.25911367 0.21514566
+-0.08874473 0.26325762 0.23725931
+-0.09472382 -0.29296809 0.41617399
+-0.08588529 -0.28001514 0.46613649
+-0.08457618 -0.2925835 0.44904944
+-0.08226716 -0.29241362 0.46078217
+-0.08396297 -0.28842542 0.4664593
+-0.08396297 -0.28842542 0.4664593
+-0.09018829 -0.29024321 0.47052971
+-0.09927791 -0.04288131 -0.18861528
+-0.11845823 -0.30264494 -0.07393533
+-0.07925757 -0.04769545 0.0701456
+-0.1055034 0.10103075 0.10937918
+-0.10132657 0.08312135 0.11212635
+-0.09675785 0.01315997 0.13656388
+-0.09921097 -0.00568382 0.14500012
+-0.08842528 0.25911367 0.21514566
+-0.12160715 -0.29456422 0.29000637
+-0.12575598 -0.29440105 0.32632935
+-0.08893804 0.03700301 0.35976276
+-0.09397623 0.08888467 0.39185119
+-0.09006497 -0.27976096 0.44759834
+-0.08783733 -0.29250583 0.4377012
+-0.09114181 -0.26617226 0.46946168
+-0.09052713 -0.26877618 0.470047
+-0.09018829 -0.29024321 0.47052971
+-0.09502359 -0.29710487 0.48523048
+-0.09861164 -0.30167586 0.4893606
+-0.1039492 -0.30953163 -0.49741271
+-0.11073843 -0.17214011 -0.26443517
+-0.10219523 -0.0513433 -0.19135964
+-0.11881493 -0.30534071 -0.17740211
+-0.1022631 0.14551809 0.09822062
+-0.10438275 0.15498878 0.10403781
+-0.1042558 0.17443988 0.10734306
+-0.10291265 -0.00324929 0.14980404
+-0.09921097 -0.00568382 0.14500012
+-0.12977116 -0.29599756 0.14358947
+-0.09778893 0.24771248 0.20809801
+-0.09483241 -0.28168514 0.42949563
+-0.09298959 -0.2729288 0.47493079
+-0.09616128 -0.25313139 0.47575286
+-0.09344125 -0.29162931 0.4761681
+-0.09638287 -0.29483753 0.48284093
+-0.12356947 -0.30903301 -0.4211323
+-0.10302629 -0.16203612 -0.26350105
+-0.10621125 -0.067821 -0.19821857
+-0.10736926 -0.05108033 0.10484778
+-0.1143585 0.13681084 0.10340504
+-0.11021361 0.11852263 0.1067275
+-0.1150388 0.0309542 0.15303828
+-0.08956229 0.27527893 0.20488466
+-0.09437296 0.27813649 0.19638593
+-0.09270091 0.26357371 0.20573214
+-0.10659327 -0.29385641 0.37859449
+-0.09472382 -0.29296809 0.41617399
+-0.10351162 -0.25984758 0.43193844
+-0.10858714 -0.24081478 0.44639012
+-0.10078578 -0.24639338 0.46824163
+-0.09664625 -0.26753739 0.48222828
+-0.09638287 -0.29483753 0.48284093
+-0.09933662 -0.29945353 0.48932043
+-0.09933662 -0.29945353 0.48932043
+-0.09502359 -0.29710487 0.48523048
+-0.09861164 -0.30167586 0.4893606
+-0.11073843 -0.17214011 -0.26443517
+-0.11137357 -0.09050826 -0.20817313
+-0.1022631 0.14551809 0.09822062
+-0.10822362 0.0494986 0.13642411
+-0.09981994 0.28023809 0.1873894
+-0.11270885 -0.29418734 0.3607513
+-0.10816326 -0.27913827 0.39029205
+-0.09942588 -0.29359502 0.40097582
+-0.10096173 -0.23911527 0.48521715
+-0.10135188 -0.25471961 0.49093398
+-0.10109495 -0.28221473 0.49418461
+-0.1000721 -0.30932832 0.49445376
+-0.11937189 -0.28567255 -0.49957311
+-0.11830592 -0.30866483 -0.49769869
+-0.13038656 -0.30818889 -0.30901542
+-0.11473334 0.14401941 0.10150553
+-0.124562 0.19532135 0.1058174
+-0.11857239 0.21386495 0.10994792
+-0.11032052 -0.00622972 0.15886585
+-0.11654644 0.08553238 0.34822398
+-0.10900681 0.07168548 0.34302598
+-0.11957435 0.09576914 0.35931107
+-0.11166137 0.11672024 0.37143192
+-0.09520885 0.12052482 0.38841218
+-0.09959176 0.09366339 0.38704094
+-0.10659327 -0.29385641 0.37859449
+-0.11503398 -0.25178432 0.40246964
+-0.11442338 -0.23387994 0.43493137
+-0.10650307 -0.22813527 0.48162881
+-0.10325383 -0.23182164 0.49401537
+-0.10311537 -0.251212 0.49616042
+-0.10284939 -0.23244807 0.4957715
+-0.11215265 -0.24164551 -0.49852577
+-0.11651696 -0.17132595 -0.26271471
+-0.11539274 -0.11008445 -0.21784359
+-0.10219523 -0.0513433 -0.19135964
+-0.11473334 0.14401941 0.10150553
+-0.11695071 0.16268359 0.10303158
+-0.12062265 0.17514884 0.10414983
+-0.11250107 0.08969875 0.12409367
+-0.11709105 0.23306122 0.2346379
+-0.11748026 -0.29432195 0.34857681
+-0.115004 0.06712414 0.32609704
+-0.11615809 0.09884378 0.36939102
+-0.11142979 -0.22422598 0.4677301
+-0.11570085 -0.2580179 -0.49856791
+-0.10825965 -0.23152556 -0.49441189
+-0.1094356 -0.23412193 -0.49633753
+-0.11215265 -0.24164551 -0.49852577
+-0.10621125 -0.067821 -0.19821857
+-0.11137357 -0.09050826 -0.20817313
+-0.11416439 -0.08219562 -0.19362324
+-0.12021692 -0.07892668 -0.17449199
+-0.12200269 0.11866067 0.12161291
+-0.11559937 -0.00594157 0.16454862
+-0.1151952 -0.00799417 0.16313949
+-0.11421233 -0.0112562 0.18150504
+-0.11368905 -0.01798646 0.20253545
+-0.1135885 -0.02250378 0.22295794
+-0.11368905 -0.01798646 0.20253545
+-0.11305296 -0.02457722 0.23083253
+-0.11242829 -0.0272244 0.26372811
+-0.11945572 -0.01675336 0.25955486
+-0.11242829 -0.0272244 0.26372811
+-0.11305296 -0.02457722 0.23083253
+-0.11288211 -0.02900088 0.24549352
+-0.11167324 -0.02955784 0.26565197
+-0.11252466 -0.03003732 0.28249115
+-0.11167324 -0.02955784 0.26565197
+-0.11252466 -0.03003732 0.28249115
+-0.11121909 -0.02849355 0.28672096
+-0.11346781 0.04240416 0.31103396
+-0.11554275 -0.22116147 0.45731252
+-0.11921848 -0.27596441 -0.49848729
+-0.11830592 -0.30866483 -0.49769869
+-0.12413049 -0.3088578 -0.49540693
+-0.11570085 -0.2580179 -0.49856791
+-0.11187719 -0.22046761 -0.45121336
+-0.11477286 -0.21533264 -0.42898041
+-0.11810293 0.15800512 0.10343238
+-0.11810293 0.15800512 0.10343238
+-0.11748412 0.13888042 0.1062946
+-0.12414651 0.19963819 0.10657816
+-0.13044618 -0.07103468 0.11213285
+-0.13537231 0.06466409 0.16609307
+-0.11968365 0.00075246 0.16758509
+-0.11559937 -0.00594157 0.16454862
+-0.11559937 -0.00594157 0.16454862
+-0.11411675 -0.01128331 0.1772722
+-0.11421233 -0.0112562 0.18150504
+-0.12024318 -0.03604261 0.20924667
+-0.12172738 -0.00747088 0.22189826
+-0.1264527 -0.05674713 0.22232947
+-0.11883301 -0.04174577 0.23544082
+-0.12172192 0.22675928 0.23567477
+-0.1244311 -0.05792692 0.23923223
+-0.11993185 -0.05109986 0.26520491
+-0.13912828 -0.29479766 0.25928333
+-0.11693732 -0.04039452 0.29038
+-0.125009 0.03194409 0.28692636
+-0.12702909 0.05163224 0.29364824
+-0.12219346 0.07352856 0.31798664
+-0.12097294 0.16819668 0.33773685
+-0.12196358 0.10060856 0.36178786
+-0.11748026 -0.29432195 0.34857681
+-0.1257126 -0.25264734 0.36804986
+-0.12064959 -0.21642914 0.44304982
+-0.12310573 -0.29844919 -0.49795541
+-0.12413049 -0.3088578 -0.49540693
+-0.12365043 -0.26359063 -0.4673602
+-0.11921848 -0.27596441 -0.49848729
+-0.13272454 -0.30884302 -0.4661229
+-0.12762284 -0.24280666 -0.42058468
+-0.11617601 -0.20755805 -0.40270868
+-0.1168851 -0.20377436 -0.38921368
+-0.11539274 -0.11008445 -0.21784359
+-0.12437373 -0.1074419 -0.19606493
+-0.12326828 -0.06585364 -0.1505345
+-0.12781061 0.21094415 0.10748912
+-0.12594207 -0.02925113 0.15175171
+-0.13521364 0.02286549 0.17901368
+-0.11968365 0.00075246 0.16758509
+-0.12337667 0.00679911 0.17946152
+-0.12896201 0.00042983 0.25149709
+-0.13123566 0.07185626 0.29883847
+-0.12681672 -0.29416648 0.32577959
+-0.12638012 0.14567991 0.33481255
+-0.12558942 -0.23734033 0.38548928
+-0.12351097 -0.23338756 0.39829674
+-0.12431566 -0.2880083 -0.48696154
+-0.12310573 -0.29844919 -0.49795541
+-0.12707637 -0.30866569 -0.48840412
+-0.13087909 -0.26926535 -0.44139495
+-0.12782463 -0.24726711 -0.4288891
+-0.12704755 -0.21312803 -0.36701432
+-0.11861277 -0.19967093 -0.37180987
+-0.12881204 -0.20439468 -0.33972895
+-0.11869483 -0.12836441 -0.22849599
+-0.12094638 -0.13787617 -0.23419651
+-0.13096346 -0.14478736 -0.21850041
+-0.13545677 -0.30026722 0.03262677
+-0.13380089 0.24633791 0.111811
+-0.13062727 0.22702262 0.10933077
+-0.12062265 0.17514884 0.10414983
+-0.13607252 0.27028269 0.11460367
+-0.13580394 0.26042902 0.11347701
+-0.13515864 0.13179104 0.13286974
+-0.13224992 0.25197473 0.15929456
+-0.1261916 0.0101661 0.17243353
+-0.12562503 -0.06379597 0.25375688
+-0.12789528 -0.06835701 0.25955465
+-0.12600222 -0.06017083 0.29205275
+-0.13310342 -0.29473251 0.30888918
+-0.12774408 0.15623188 0.32717672
+-0.12628159 0.1009057 0.35088125
+-0.12942521 -0.26766089 0.34332451
+-0.13430592 -0.20460336 0.40504912
+-0.12576938 -0.21203229 0.42786786
+-0.12413049 -0.3088578 -0.49540693
+-0.12707637 -0.30866569 -0.48840412
+-0.13104895 -0.29420102 -0.46248516
+-0.15698685 -0.30905852 -0.36990216
+-0.13525809 -0.22033927 -0.34007099
+-0.1311067 -0.19857566 -0.31794691
+-0.12636107 -0.18031877 -0.29593584
+-0.16782326 -0.30749971 -0.27078232
+-0.13749841 -0.09966386 -0.15362962
+-0.17432588 -0.30505395 -0.17015928
+-0.14282236 -0.30175018 -0.03829798
+-0.12781061 0.21094415 0.10748912
+-0.124562 0.19532135 0.1058174
+-0.12975019 0.18861707 0.11508787
+-0.14158164 0.30061346 0.1179501
+-0.13372052 -0.04470434 0.14422314
+-0.12330184 0.29264587 0.14902318
+-0.1357584 0.28051007 0.13804224
+-0.13459267 -0.06619225 0.19837452
+-0.13210995 0.00787194 0.24363664
+-0.1317018 -0.07805209 0.23316406
+-0.13780093 -0.29503286 0.29626238
+-0.13060535 0.17805497 0.30402336
+-0.13514709 0.07925443 0.29783151
+-0.13098036 -0.20760161 0.41363832
+-0.13272454 -0.30884302 -0.4661229
+-0.14136754 -0.30905485 -0.4299337
+-0.13365227 -0.18818508 -0.28424135
+-0.13299088 -0.16691369 -0.23950793
+-0.15035275 -0.30633044 -0.21522626
+-0.17124453 -0.30357563 -0.11505513
+-0.13062502 -0.11526272 0.05935588
+-0.14250849 -0.12200017 0.06785835
+-0.14057733 0.23579662 0.12312809
+-0.13062727 0.22702262 0.10933077
+-0.13750878 0.17376399 0.1294262
+-0.14168517 0.1155231 0.15031123
+-0.13026676 0.29715022 0.13718542
+-0.14685895 0.09356586 0.16850519
+-0.1203471 0.25227922 0.17537385
+-0.13224992 0.25197473 0.15929456
+-0.13730478 0.22869664 0.16721824
+-0.12152381 0.23640329 0.18396758
+-0.1378236 0.03023638 0.20042597
+-0.13694257 -0.0780725 0.20703962
+-0.13720591 0.01225748 0.25489047
+-0.14073741 0.03831974 0.26656291
+-0.14369425 -0.29503679 0.28205645
+-0.14343382 0.09433641 0.29830298
+-0.12681672 -0.29416648 0.32577959
+-0.13236991 0.10162 0.33616182
+-0.13420849 -0.23031533 0.36857721
+-0.13959466 -0.29416031 -0.42738444
+-0.14716339 -0.30906051 -0.40750757
+-0.13758652 -0.25319999 -0.39306554
+-0.14081444 -0.23584974 -0.34380361
+-0.16601358 -0.30888182 -0.33847845
+-0.13916087 -0.14601728 -0.19975206
+-0.1449398 -0.12918885 -0.166831
+-0.13915157 0.27905613 0.11571268
+-0.13380089 0.24633791 0.111811
+-0.14674316 -0.08342753 0.11804607
+-0.14909391 0.17229207 0.14685819
+-0.14719211 0.06633744 0.17943691
+-0.14176732 0.20166321 0.18208334
+-0.14118552 0.03073476 0.22471364
+-0.13620095 -0.0884902 0.22675711
+-0.155378 -0.29505327 0.21494994
+-0.1391295 0.02262031 0.23925674
+-0.14241128 0.05108887 0.26950026
+-0.14888026 -0.29523775 0.27014741
+-0.14345524 0.07232948 0.27853489
+-0.13310342 -0.29473251 0.30888918
+-0.13733242 0.10248651 0.32496348
+-0.14114933 -0.2366917 0.34180513
+-0.13897921 -0.20048112 0.3932651
+-0.14136754 -0.30905485 -0.4299337
+-0.14659002 -0.28527039 -0.39223126
+-0.15138294 -0.30907795 -0.39207208
+-0.14623775 -0.22400092 -0.29499802
+-0.14542302 -0.21170419 -0.27547637
+-0.14136291 -0.19767576 -0.26656541
+-0.14287415 -0.18907385 -0.24011648
+-0.14243381 -0.17805955 -0.22681591
+-0.14489828 -0.15727225 -0.19628623
+-0.16308713 -0.30093488 0.00137966
+-0.19111854 -0.30010945 0.07557504
+-0.15493117 -0.10797437 0.10087921
+-0.14328158 0.29889882 0.11839229
+-0.13915157 0.27905613 0.11571268
+-0.14946726 0.20590012 0.14232527
+-0.14372209 0.28889921 0.12430186
+-0.14904068 0.08351804 0.17626907
+-0.14773615 -0.09157668 0.17993137
+-0.16196445 -0.29559031 0.17509779
+-0.14379898 -0.10371916 0.2151379
+-0.14180332 0.01742116 0.25857663
+-0.14304952 -0.09881566 0.29501054
+-0.14483801 0.08984463 0.28821677
+-0.14771728 0.10678361 0.30133912
+-0.14494202 -0.20344362 0.36895281
+-0.15138294 -0.30907795 -0.39207208
+-0.14676972 -0.09322533 -0.12402073
+-0.14328158 0.29889882 0.11839229
+-0.14494744 0.28701869 0.12342261
+-0.15018678 0.26131192 0.13505459
+-0.15270422 0.12394749 0.16152495
+-0.15013056 0.04531661 0.1888753
+-0.14248523 0.03323263 0.18393317
+-0.15013991 0.04865193 0.20878941
+-0.14427632 0.03170912 0.23744179
+-0.1524826 0.18756519 0.24038427
+-0.14680429 0.02662195 0.25411427
+-0.15467203 -0.295277 0.25639066
+-0.14582103 0.18403399 0.26104838
+-0.15104559 0.15384421 0.27112296
+-0.14993486 0.10374065 0.29566845
+-0.1489538 -0.20837975 0.3510507
+-0.14301337 -0.19723804 0.38319519
+-0.14716339 -0.30906051 -0.40750757
+-0.15018804 -0.2086333 -0.24620908
+-0.15258501 -0.20054697 -0.22364096
+-0.15276419 -0.14447169 -0.16379102
+-0.19612819 -0.30054444 0.03699057
+-0.14727157 0.27528188 0.12909234
+-0.15058489 -0.11740144 0.20252168
+-0.1622503 0.06586616 0.21914068
+-0.15135476 0.03575314 0.2502141
+-0.16093095 0.06492477 0.24734822
+-0.15659918 0.07930749 0.26072934
+-0.15066352 0.0915233 0.2782276
+-0.15606265 0.12959222 0.27388972
+-0.15397184 -0.21851732 0.3237994
+-0.14846644 -0.19305788 0.3708173
+-0.15382615 -0.30649436 -0.38181531
+-0.1545907 -0.28199741 -0.35808134
+-0.15939005 -0.25377461 -0.29736423
+-0.15397514 -0.22550459 -0.26425114
+-0.15850991 -0.11202225 -0.11726755
+-0.15490726 -0.08577359 0.12448561
+-0.16103673 -0.09835929 0.11837667
+-0.15246505 0.24834436 0.14070439
+-0.15529044 0.2337864 0.14708649
+-0.16198677 0.19358395 0.16339317
+-0.15865071 0.15084705 0.16637065
+-0.15798464 0.21816342 0.15353039
+-0.17178077 0.0925322 0.20041855
+-0.15848881 0.05848617 0.19473293
+-0.16008632 0.18329966 0.20693682
+-0.1555023 0.05005579 0.23355319
+-0.1567075 0.04562188 0.24645297
+-0.15461035 0.17278136 0.24746725
+-0.15631916 0.09041099 0.2669487
+-0.16242321 0.09936521 0.26359165
+-0.15566477 -0.18847926 0.35409129
+-0.15685935 -0.29984048 -0.36435711
+-0.15698685 -0.30905852 -0.36990216
+-0.17649253 -0.3080343 -0.30182636
+-0.16188093 -0.24025178 -0.26134238
+-0.16146807 -0.14098543 -0.14079031
+-0.21294048 -0.30208609 -0.05836558
+-0.15798464 0.21816342 0.15353039
+-0.16045293 0.20444287 0.15932435
+-0.17425691 0.11611987 0.1953897
+-0.16744733 0.10370257 0.19154437
+-0.15624818 -0.12217585 0.18615989
+-0.16302273 0.06607587 0.19798021
+-0.16085628 -0.13534686 0.19156732
+-0.15848881 0.05848617 0.19473293
+-0.17103127 -0.29560304 0.22100027
+-0.16457768 -0.29560441 0.23495771
+-0.1625856 0.17689388 0.22410998
+-0.1625856 0.17689388 0.22410998
+-0.16061462 0.14034647 0.25614125
+-0.15441735 -0.12342923 0.29596964
+-0.15741259 0.10531042 0.28078997
+-0.16152351 -0.21686411 -0.22127101
+-0.18720599 -0.30703801 -0.23958914
+-0.16532965 -0.21159059 -0.20454654
+-0.16240323 -0.17864072 -0.17750482
+-0.19895613 -0.3012166 -0.01398276
+-0.16522561 0.17701152 0.1719867
+-0.164342 -0.12956679 0.16434506
+-0.17912692 -0.29585889 0.18659961
+-0.16275233 0.05694417 0.24122599
+-0.16560517 -0.26032096 0.25969866
+-0.16816972 -0.2125738 0.29289034
+-0.16210915 -0.19982135 0.31935748
+-0.16601358 -0.30888182 -0.33847845
+-0.16436911 -0.29259554 -0.33170658
+-0.19747426 -0.30657327 -0.20751013
+-0.16981511 -0.16557372 -0.14890601
+-0.17421372 -0.12572564 0.10461016
+-0.16756645 -0.11189506 0.1116544
+-0.16397589 0.18630685 0.16779397
+-0.16641314 0.13360852 0.18154506
+-0.16867502 -0.14840175 0.17641184
+-0.16933866 0.07589592 0.20241155
+-0.16008632 0.18329966 0.20693682
+-0.16491279 0.17506072 0.1854353
+-0.16457266 0.17308336 0.20481881
+-0.16302273 0.06607587 0.19798021
+-0.1728133 0.08118886 0.21107124
+-0.15755284 0.1898836 0.22628087
+-0.16457266 0.17308336 0.20481881
+-0.16555692 0.06305248 0.23719746
+-0.17458379 0.12890512 0.23029684
+-0.1691833 0.09058597 0.24456185
+-0.16376373 0.10530566 0.26656595
+-0.16376373 0.10530566 0.26656595
+-0.1660517 -0.15173659 0.28516281
+-0.16153575 -0.13959952 0.29668245
+-0.17553841 -0.18638587 0.2950795
+-0.18223864 -0.30796918 -0.28133383
+-0.17030013 -0.20604797 -0.1872701
+-0.17014483 -0.13925916 -0.12171287
+-0.17053171 -0.12757193 0.12960809
+-0.1673751 0.17222774 0.17731577
+-0.17105834 0.15912972 0.18612063
+-0.16819732 -0.15476218 0.19948608
+-0.16967484 0.16092892 0.19667344
+-0.16933866 0.07589592 0.20241155
+-0.1698122 0.15806717 0.2198457
+-0.17719999 -0.29587513 0.20750517
+-0.16985589 0.06950527 0.23471953
+-0.17451026 0.07773326 0.23118114
+-0.16873544 0.10540666 0.25559863
+-0.16858968 -0.15568532 0.29770318
+-0.17402832 -0.18219508 0.3017894
+-0.16727352 -0.1786593 0.32588461
+-0.17649253 -0.3080343 -0.30182636
+-0.17225033 -0.14448272 0.1489331
+-0.17212075 -0.15219834 0.15862626
+-0.17221665 -0.1615748 0.17589897
+-0.1673751 0.17222774 0.17731577
+-0.17471667 0.14768323 0.19398987
+-0.17462912 -0.17435427 0.19404908
+-0.17219287 -0.16665751 0.20817183
+-0.17674236 0.08617758 0.21660413
+-0.16985589 0.06950527 0.23471953
+-0.17451026 0.07773326 0.23118114
+-0.16555692 0.06305248 0.23719746
+-0.17764607 0.09709464 0.23227429
+-0.17700876 -0.23147437 0.25661585
+-0.17064743 -0.17625421 0.31808102
+-0.18401143 -0.24654673 -0.20273061
+-0.17743412 -0.14132166 0.11666216
+-0.17609084 -0.15508346 0.13803585
+-0.17495285 -0.17197429 0.17441484
+-0.17912742 0.13332614 0.20215669
+-0.18116501 0.12275058 0.20561871
+-0.17792766 0.08943108 0.20846452
+-0.18420891 -0.29597116 0.19080426
+-0.17471667 0.14768323 0.19398987
+-0.1776899 0.13641372 0.21659151
+-0.17792766 0.08943108 0.20846452
+-0.17985395 0.08752281 0.22512476
+-0.17587206 0.1065517 0.23986095
+-0.18486857 -0.24504218 0.22720033
+-0.18778181 -0.2913343 -0.24909875
+-0.18768927 -0.30762002 -0.2628943
+-0.18001242 -0.14813279 0.10883738
+-0.1796346 -0.18104939 0.14890888
+-0.18017036 -0.19136275 0.16603337
+-0.18619172 0.11147745 0.21281181
+-0.17912742 0.13332614 0.20215669
+-0.18466529 0.11759058 0.21289156
+-0.18060988 -0.20455813 0.26892608
+-0.18223864 -0.30796918 -0.28133383
+-0.18768927 -0.30762002 -0.2628943
+-0.18633729 -0.13334297 -0.08086921
+-0.18485364 -0.11922977 -0.06740541
+-0.18443091 -0.1383481 0.04460986
+-0.18292409 -0.1427256 0.06665284
+-0.18217337 -0.14640789 0.09405045
+-0.1850016 -0.1719296 0.10885323
+-0.18527415 -0.1938227 0.12778714
+-0.18556723 -0.20483571 0.14258334
+-0.1871967 -0.21231054 0.16469139
+-0.19269612 -0.29637101 0.17303872
+-0.18590379 -0.29548001 0.18868102
+-0.18466529 0.11759058 0.21289156
+-0.18713915 0.10641354 0.21510535
+-0.18590379 -0.29548001 0.18868102
+-0.17719999 -0.29587513 0.20750517
+-0.18526471 0.1003366 0.21606033
+-0.19895892 -0.24406943 0.19707906
+-0.18526471 0.1003366 0.21606033
+-0.18619172 0.11147745 0.21281181
+-0.18713915 0.10641354 0.21510535
+-0.18324938 0.09728576 0.22094476
+-0.18517034 0.1054217 0.22046243
+-0.18517034 0.1054217 0.22046243
+-0.18746231 -0.20127414 0.253252
+-0.18953209 -0.20914572 0.24248926
+-0.18421966 -0.19028443 0.26965442
+-0.19660565 -0.3073636 -0.23474862
+-0.19249013 -0.27985501 -0.22457613
+-0.19419315 -0.16746762 -0.09741057
+-0.18578851 -0.13464557 0.02316329
+-0.18674214 -0.13539952 0.02114349
+-0.19062002 -0.17069644 0.05204264
+-0.18876442 -0.17271446 0.07752589
+-0.18784732 -0.20149335 0.12271949
+-0.19305617 -0.22812387 0.1453882
+-0.19102877 -0.22155266 0.19264336
+-0.18713915 0.10641354 0.21510535
+-0.19296372 -0.13099885 -0.06364283
+-0.19561219 -0.29540828 0.16861399
+-0.20391552 -0.30695611 -0.21144274
+-0.20056835 -0.28063333 -0.2012926
+-0.19880675 -0.2656115 -0.18688157
+-0.21903475 -0.30461225 -0.16304724
+-0.19848427 -0.24457499 -0.16502145
+-0.19952814 -0.14226559 -0.05803592
+-0.19679393 -0.18952851 0.03487898
+-0.2252122 -0.30028263 0.0507154
+-0.19663222 -0.20167303 0.06952398
+-0.19862631 -0.2398465 0.12306341
+-0.198598 -0.24390627 0.17541473
+-0.20251422 -0.25615907 0.18093038
+-0.19561219 -0.29540828 0.16861399
+-0.20559435 -0.16053072 -0.0627244
+-0.20158139 -0.19692551 0.01392426
+-0.22319184 -0.30010006 0.08323377
+-0.2051319 -0.23804562 0.10646982
+-0.20169508 -0.2521587 0.1549571
+-0.20615096 -0.2663362 0.16602135
+-0.21108104 -0.30591902 -0.18756698
+-0.20973827 -0.19298945 -0.08458299
+-0.20745912 -0.24502072 0.07734082
+-0.20752062 -0.24693757 0.09371484
+-0.20332095 -0.25349656 0.12117533
+-0.20976245 -0.29764593 0.13739833
+-0.20156725 -0.29550758 0.15660283
+-0.21311165 -0.2351682 0.01449373
+-0.21095057 -0.26764062 0.11319365
+-0.21587949 -0.29818201 0.12451109
+-0.21100129 -0.17870852 -0.06656377
+-0.21319422 -0.26592746 0.08475864
+-0.21018603 -0.27562666 0.15062988
+-0.20586835 -0.29668805 0.14700903
+-0.22149512 -0.23742081 -0.09772262
+-0.24071321 -0.30169952 -0.09934574
+-0.21784464 -0.20060323 -0.07028817
+-0.23242702 -0.30059281 -0.00974004
+-0.21733899 -0.28182217 0.09583756
+-0.2146071 -0.28608397 0.13361356
+-0.21587949 -0.29818201 0.12451109
+-0.20976245 -0.29764593 0.13739833
+-0.22475553 -0.25924718 -0.11012667
+-0.22455953 -0.22276159 -0.07443343
+-0.22265027 -0.26852253 0.01735685
+-0.22912738 -0.3004002 0.02412983
+-0.22002955 -0.27495041 0.05484763
+-0.21740741 -0.29385257 0.12312253
+-0.23403698 -0.30085665 -0.02539743
+-0.2252541 -0.29212713 0.06036588
+-0.22187644 -0.29872888 0.10638178
+-0.22035979 -0.29894632 0.11411223
+-0.22167961 -0.29979396 0.10433379
+-0.22600181 -0.30372441 -0.14268847
+-0.23283404 -0.30273896 -0.12456203
+-0.23495211 -0.25798631 -0.08114813
+-0.23441857 -0.30127376 -0.04853598
+-0.23296666 -0.25788048 -0.06589676
+-0.2302331 -0.27327517 -0.02400281
+-0.22946815 -0.29473448 0.03060412
+-0.22508873 -0.29575056 0.07111704
+-0.22497688 -0.29842028 0.07145552
+-0.22319184 -0.30010006 0.08323377
+-0.23574241 -0.29532787 -0.11515667
+-0.23941401 -0.30132419 -0.07121283
+-0.23273626 -0.29179907 -0.00460267
+-0.22879767 -0.29867139 0.03471945
+-0.22912738 -0.3004002 0.02412983
+-0.23342071 -0.3019821 -0.12223391
+-0.24104305 -0.29492185 -0.10129299
+-0.24071321 -0.30169952 -0.09934574
+-0.2363731 -0.30042732 -0.04414083
+-0.2373863 -0.29194558 -0.03817116
+-0.23403698 -0.30085665 -0.02539743
+-0.23242702 -0.30059281 -0.00974004
+-0.23327003 -0.29691857 -0.00402142
+-0.24085185 -0.3007167 -0.10262185
+-0.24147668 -0.27951142 -0.08548186
+-0.24133947 -0.30047482 -0.07227621
+-0.23727618 -0.29501367 -0.03371476
+-0.2363731 -0.30042732 -0.04414083
+-0.24085185 -0.3007167 -0.10262185
+-0.24545972 -0.30035233 -0.09112671
+-0.24190955 -0.29186612 -0.06549197
+-0.2406839 -0.29535025 -0.05483063
+-0.2462128 -0.29541191 -0.08895677
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/public/epi_all_colors.svg	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="1024px" viewBox="0 0 1024 1024" enable-background="new 0 0 1024 1024" xmlns:bx="https://boxy-svg.com" height="1024px"><defs><bx:export><bx:file format="svg"/></bx:export></defs><path fill="#010101" opacity="1.000000" stroke="none" d=" M535.000000,1025.000000 C516.645752,1025.000000 498.291534,1025.000000 479.280426,1024.619385 C466.031403,1023.098206 453.392731,1022.328064 440.855042,1020.753784 C381.179901,1013.260254 324.822205,995.180603 271.637085,967.139282 C189.196091,923.673218 122.930138,862.697815 74.439957,783.052063 C32.172619,713.627380 9.262264,637.809570 2.800023,556.902527 C2.454882,552.581299 1.611466,548.299927 1.000003,544.000000 C1.000000,524.645752 1.000000,505.291534 1.401654,485.345032 C1.951686,483.942108 2.184630,483.136841 2.236200,482.320099 C3.947768,455.212982 7.085907,428.292328 13.063467,401.765533 C33.870361,309.430176 75.768631,228.284424 141.671722,159.938904 C144.396271,157.113388 145.677338,154.250854 145.839554,150.309723 C146.561646,132.764755 148.707397,115.448013 156.881882,99.535263 C164.578705,84.552292 176.924042,76.249771 193.853088,77.177376 C202.652634,77.659523 211.379532,80.477829 219.994339,82.782516 C223.081757,83.608475 225.245346,83.909264 228.169937,82.049797 C264.684875,58.833427 303.341705,40.074615 344.614716,26.888029 C385.996948,13.666553 428.343750,5.401106 471.691559,2.300964 C473.151245,2.196569 474.564880,1.448201 476.000000,1.000001 C494.354218,1.000000 512.708435,1.000000 531.720337,1.386674 C540.835999,2.447542 549.310303,2.961302 557.749329,3.821613 C618.778625,10.043171 677.136719,26.039249 731.887451,53.752857 C842.229431,109.605453 922.298462,194.454224 970.974915,308.167511 C1011.029541,401.739471 1022.032166,499.285156 1005.976135,599.633484 C990.034790,699.264709 948.129639,786.804993 879.431885,860.871826 C789.081360,958.283752 677.355591,1012.311768 544.869629,1023.270630 C541.554749,1023.544800 538.288818,1024.410400 535.000000,1025.000000 M159.070709,378.068359 C157.093475,374.410004 155.469345,370.483215 152.982803,367.211975 C151.823502,365.686829 148.493729,364.207855 147.007370,364.814423 C140.787003,367.352753 134.892395,370.689301 128.242294,373.998596 C120.850273,379.378723 114.431801,385.684235 111.434563,394.522491 C109.280052,400.875702 108.437088,407.427917 113.974190,413.775055 C114.450134,412.045502 114.542465,410.883575 115.061394,409.961853 C117.877716,404.959534 120.443855,399.746246 123.891769,395.210419 C124.989601,393.766174 129.269394,393.070770 130.737045,394.054932 C132.158691,395.008331 132.341904,398.607910 132.126892,400.959076 C131.942139,402.979675 130.174423,404.802246 129.557587,406.848328 C128.465378,410.471252 127.662781,414.185577 126.837814,417.883698 C126.083885,421.263397 127.919701,423.133667 130.987106,423.255798 C136.084167,423.458771 141.202194,423.204834 146.309113,423.061981 C148.930832,422.988617 149.636063,421.551208 150.068619,418.924103 C150.839600,414.241638 151.935638,409.422974 154.032822,405.229980 C155.056656,403.182953 158.891037,401.003479 161.009491,401.380127 C164.775970,402.049744 164.620590,405.874786 164.011719,409.200226 C163.490005,412.049438 163.138168,414.929779 162.570786,418.739075 C168.736694,417.139557 173.828278,415.783203 178.939255,414.504425 C182.830292,413.530884 183.321014,411.740784 180.917694,408.516602 C173.573700,398.664368 166.390228,388.692444 159.070709,378.068359 M224.029739,436.386749 C223.685303,436.333405 223.340851,436.280090 222.244385,435.975281 C215.388962,435.027527 208.274429,432.442444 201.732849,433.477722 C188.687485,435.542358 175.719421,438.875916 163.160812,443.022247 C149.812637,447.429199 137.465714,454.057678 129.571655,466.632385 C126.090698,472.177338 124.603340,479.273163 126.255760,483.819519 C127.340340,481.974243 128.288452,480.242340 129.347321,478.581024 C133.137466,472.634521 137.241440,466.845062 144.171646,464.369995 C146.093033,463.683807 149.572891,464.100891 150.726639,465.420471 C151.939041,466.807098 151.770462,470.035400 151.179947,472.176025 C150.647629,474.105835 148.628464,475.586945 147.441147,477.382355 C144.707001,481.516907 141.034485,485.395721 139.608734,489.961029 C135.612610,502.757111 136.640900,505.770142 150.819183,507.316772 C152.784821,507.531158 154.807251,507.166321 156.792557,507.272308 C160.165329,507.452271 161.280441,506.076263 161.421188,502.619751 C161.785858,493.663269 165.921478,486.418762 172.786255,480.751251 C175.351364,478.633514 178.372665,477.113800 181.334351,479.687592 C184.349319,482.307648 182.867706,485.266235 181.326782,488.255768 C179.295013,492.197632 177.431686,496.263123 175.936920,500.433533 C174.706390,503.866638 176.522797,505.378296 180.023224,505.164246 C198.946625,504.007019 217.871490,502.873444 237.723267,501.889008 C249.400482,501.592346 260.913391,500.783264 272.053802,496.484222 C281.192871,492.957428 290.691376,490.343292 300.082428,487.495728 C305.331665,485.904053 310.686554,484.660919 316.972565,483.002502 C314.816833,481.735962 313.765594,480.884979 312.563782,480.448181 C299.855743,475.828888 288.861786,468.267700 278.648163,459.725311 C262.719879,446.403442 243.084106,442.450287 224.030334,436.951355 C224.030334,436.951355 224.108261,436.931396 224.029739,436.386749 M396.206116,393.972046 C402.073944,406.132385 397.715027,416.475189 389.679626,425.485840 C385.216736,430.490387 379.382904,434.293335 374.063568,438.507294 C368.754211,442.713379 368.849731,446.163971 374.606323,449.642822 C375.591431,450.238098 376.682373,450.690887 377.771637,451.075928 C385.868866,453.938354 392.742004,451.789429 398.774811,445.986908 C401.380615,443.480560 404.373627,442.831207 407.210236,445.491028 C409.884705,447.998810 409.209442,450.915680 407.394897,453.633881 C406.085083,455.595978 404.602631,457.442932 402.655396,460.072968 C413.366638,456.705383 423.301941,453.677094 427.523804,443.041687 C430.746063,434.924377 433.251617,426.505920 435.735626,418.120605 C436.694824,414.882629 437.972931,412.289642 441.579010,412.571198 C445.321350,412.863403 446.929932,415.528687 446.906982,419.192841 C446.898438,420.553864 446.905548,421.914948 446.905548,424.757477 C450.087494,419.446136 452.546356,415.544220 454.809753,411.531952 C473.574982,378.266937 497.495911,350.242462 533.117676,333.970886 C534.293213,333.433929 535.496643,331.560272 535.575684,330.243042 C536.162354,320.458313 536.467590,310.656677 537.027100,299.990234 C536.285339,286.587219 533.866089,273.535767 528.168518,261.301392 C517.173584,237.692184 502.450226,216.583313 484.309296,197.949646 C473.515259,186.862411 462.606812,175.733322 447.350098,170.553940 C446.346863,170.213379 445.535187,169.308716 443.757019,168.040863 C447.024841,164.693405 449.956573,161.690247 453.506714,159.105255 C477.757477,171.218582 498.423523,187.582916 513.947327,210.757660 C518.199463,215.370987 522.451599,219.984329 527.078613,225.004395 C528.022766,223.330276 529.155212,221.740555 529.875793,219.982056 C541.155945,192.452957 541.535461,164.090988 534.662292,135.712723 C531.108582,121.039970 521.677979,110.163254 506.210846,106.401833 C494.629974,103.585510 483.348022,105.451378 472.631348,110.515167 C454.333221,119.161285 440.216187,132.439575 429.610413,149.590225 C424.431946,157.964310 423.137573,158.244537 413.846619,154.469376 C409.983124,152.899521 408.978485,150.661469 411.396790,147.201004 C413.934662,143.569412 416.576721,140.010620 419.373352,136.143356 C375.429138,117.517593 331.986755,120.544395 288.198120,136.102112 C290.947632,140.337418 293.634949,144.147705 295.980927,148.157684 C301.209045,157.094101 300.328278,159.305298 290.678131,162.389572 C289.568604,162.744171 288.409607,162.975098 287.343079,163.427368 C283.720978,164.963364 281.095764,163.764114 279.552460,160.380646 C273.815613,147.803284 264.437225,138.143524 254.516693,128.923233 C239.879623,115.319351 224.248306,103.348236 204.297043,98.464676 C187.927948,94.457924 176.469101,99.624420 168.745407,114.708046 C167.611694,116.922089 166.490082,119.189560 165.757339,121.554527 C156.410751,151.721695 156.021805,182.162720 163.481659,212.725723 C164.947800,218.732559 167.453568,224.485626 169.648865,230.845352 C174.827072,223.665787 179.388123,217.341919 184.578171,210.758377 C192.676117,202.217911 200.481995,193.374756 208.943344,185.210938 C220.426682,174.131424 234.542664,167.028580 249.572159,160.786499 C251.088272,162.951187 252.636612,165.094208 254.112305,167.286118 C255.918121,169.968338 255.420609,171.637024 252.167679,172.836624 C248.135147,174.323700 243.697540,175.610733 240.484161,178.257874 C229.369125,187.414383 217.892105,196.353409 208.055252,206.791107 C190.267090,225.665848 179.656815,249.138977 169.280060,272.568756 C165.241226,281.688049 164.224457,291.373016 164.451233,302.122375 C163.679489,324.126404 167.822495,345.204651 177.407364,364.986053 C188.705978,388.304352 205.439453,405.933807 230.749313,414.468567 C246.599579,419.813477 262.180450,425.957214 277.546082,431.618713 C277.161926,429.874969 276.374542,427.031067 275.939301,424.134216 C275.430878,420.750397 275.162903,416.926788 279.497711,416.009888 C283.731354,415.114349 284.923523,418.576782 286.183075,421.859192 C288.619415,428.208160 291.274017,434.478546 294.005829,440.707947 C299.237518,452.638000 310.434540,455.627899 321.977570,459.503845 C320.082428,456.608337 318.026062,454.592590 317.426544,452.210266 C316.904907,450.137115 317.277527,446.789032 318.644318,445.596039 C319.922699,444.480194 323.134430,445.056305 325.291443,445.640442 C326.932220,446.084747 328.230713,447.740723 329.721130,448.801971 C335.664246,453.033783 341.972839,453.797363 348.476471,450.327454 C355.625610,446.513214 355.627045,442.538483 349.088470,437.856079 C343.304626,433.714233 337.239685,429.691132 332.392029,424.578979 C324.844849,416.620026 321.780304,407.007965 326.559967,395.675598 C330.204529,392.198639 333.338623,387.824036 337.586700,385.408447 C351.918152,377.259155 380.623138,376.461517 396.206116,393.972046 M241.917694,742.852051 C243.031845,747.184326 243.863205,751.615051 245.328262,755.825256 C247.385559,761.737305 248.907562,768.201050 252.437149,773.163940 C261.502197,785.910278 271.341034,798.128296 281.252563,810.245056 C293.881165,825.683594 311.212189,834.684875 328.648712,844.319275 C329.068604,841.781189 329.438293,839.857361 329.698639,837.918823 C330.844513,829.386475 331.737640,829.303711 339.818878,832.086060 C352.041840,836.294434 364.464966,839.998657 376.966583,843.297241 C387.885895,846.178284 399.049377,848.123291 410.067200,850.646790 C414.415497,851.642639 416.168976,854.760742 416.207184,859.158325 C416.274139,866.865967 412.981476,870.713562 404.544800,871.848572 C397.783600,872.758179 390.953735,873.156860 384.192108,874.063782 C381.295258,874.452393 378.494202,875.555176 375.649597,876.333435 C375.585999,877.193054 375.522400,878.052734 375.458771,878.912415 C380.057281,880.790710 384.511597,883.229980 389.277954,884.455261 C417.789398,891.784485 446.814606,892.851929 476.074219,891.327393 C508.601746,889.632568 540.808960,885.875061 572.073547,876.406372 C601.756348,867.416748 629.386597,853.961365 655.049805,836.514526 C688.208252,813.972107 716.510559,786.481995 738.790466,753.091125 C758.582703,723.428650 770.686279,690.695129 776.086975,655.464355 C779.224915,634.994690 781.507568,614.568359 777.024841,593.917908 C775.922729,588.840881 776.319641,583.306152 776.802490,578.053101 C777.325989,572.356934 781.128845,568.677490 785.765686,568.143982 C791.160950,567.523315 794.902466,569.733276 797.111755,575.757446 C799.108704,581.202576 800.841125,586.810242 801.996887,592.487305 C808.714539,625.483337 804.167480,657.798035 795.499817,689.773621 C792.998962,698.999329 789.867859,708.054260 787.025696,717.187439 C787.416626,717.501404 787.807617,717.815308 788.198547,718.129211 C798.392517,708.603271 809.447327,699.836426 818.631531,689.420166 C858.488831,644.215942 876.802795,590.369507 879.780945,530.897278 C881.112305,504.311432 877.375916,478.068909 871.922119,452.081818 C865.852844,423.161438 857.626099,394.913818 844.040039,368.540466 C819.047607,320.025177 783.532349,280.136444 741.186523,246.322235 C699.221863,212.812332 652.578308,187.434570 601.603821,170.324646 C589.715942,166.334427 577.466919,163.420532 565.025391,159.910217 C564.758057,162.535538 564.436707,164.328873 564.414124,166.125961 C564.213989,182.032379 561.711548,197.607025 557.768738,212.979065 C555.968811,219.996567 555.174744,227.505661 552.076477,233.895813 C548.418152,241.441071 546.312317,247.424667 550.795959,255.924118 C558.666260,270.843292 560.189209,287.665527 561.206665,304.361053 C561.442993,308.239960 562.067688,312.095184 562.519714,316.013153 C567.764221,314.677704 572.107666,313.580688 576.446472,312.465393 C600.146118,306.373138 624.116089,304.506348 648.186768,309.424255 C679.808289,315.884857 706.891052,331.457794 730.754456,352.778076 C734.336365,355.978241 736.789612,360.575500 739.228943,364.833557 C739.900818,366.006439 739.243103,368.946533 738.156006,369.953308 C732.427246,375.259033 721.287292,375.560364 715.106018,370.796021 C710.755127,367.442505 706.667053,363.746368 702.296387,360.420319 C678.257874,342.126587 651.564087,330.737030 620.993286,330.038605 C601.965210,329.603882 583.759888,333.551788 566.077148,340.693054 C506.569153,364.725769 470.178955,416.503662 468.108124,481.703369 C467.239716,509.044098 472.958466,535.236572 482.303345,560.775879 C484.035858,565.510803 485.299072,570.417480 486.951874,575.809204 C471.057434,572.435242 467.506104,572.380249 458.812866,562.517517 C456.780579,560.211792 453.331146,558.619385 450.248016,557.862244 C429.641571,552.801880 408.716400,550.212097 387.464844,551.085938 C384.339417,551.214417 381.254913,552.339294 378.151459,553.003113 C378.114594,553.541748 378.077698,554.080322 378.040802,554.618896 C379.657532,555.477966 381.195801,556.560303 382.903534,557.160278 C395.147003,561.461182 407.414490,565.694641 419.693848,569.892456 C458.443451,583.139221 497.361389,595.677795 537.918091,602.489380 C574.475891,608.629395 610.105286,604.137939 644.827026,592.851379 C669.843018,584.719604 692.706116,572.013855 712.036987,553.597839 C714.806396,550.959534 718.632019,549.063904 722.306763,547.836853 C726.625061,546.394958 733.488281,549.390930 735.500000,553.029358 C737.962097,557.482300 734.761658,560.531677 732.354309,563.682800 C731.647156,564.608459 730.894531,565.507507 730.091492,566.350769 C709.488098,587.988281 685.862671,604.886719 657.548096,615.400696 C614.211731,631.492676 569.822754,634.169983 524.804932,626.408264 C493.121765,620.945618 462.627441,610.526428 432.232788,600.147827 C420.332550,596.084473 408.602295,591.523254 396.406067,587.046143 C396.685364,589.915894 396.921204,592.338989 397.014557,595.606934 C396.290222,600.642273 393.002441,599.753906 389.965179,598.380127 C378.057159,592.993774 367.887756,585.299194 360.692993,574.285095 C347.855957,554.633606 341.269531,533.285278 344.042572,509.544373 C344.918640,502.043884 343.302185,500.412476 335.747162,501.996765 C328.784180,503.456848 321.783081,505.192352 315.163483,507.750397 C291.850281,516.759583 273.330414,532.340332 258.145325,551.792847 C238.045776,577.541016 223.801102,606.043213 221.030945,639.167419 C217.996979,675.445862 226.557175,709.488342 241.917694,742.852051 M367.319305,522.732239 C367.319305,526.293152 367.319305,529.854126 367.319305,533.733704 C394.973053,522.046143 421.714508,530.753296 448.395935,533.443848 C443.698303,510.436676 443.741302,487.123901 444.122742,463.863434 C435.789124,468.488434 428.310760,473.102844 420.440247,476.905823 C405.985931,483.890015 390.563385,487.990479 374.796722,490.750977 C372.054657,491.231049 370.713501,492.227264 370.419556,495.077271 C369.499298,503.999390 368.387604,512.901733 367.319305,522.732239 M372.317352,406.045105 C373.711975,405.525726 375.329346,405.290710 376.445862,404.416229 C377.897705,403.279205 378.951508,401.634003 380.176636,400.207489 C378.919464,399.275269 377.794403,397.947479 376.383270,397.476257 C368.363068,394.798035 360.076965,394.146515 351.877991,396.096893 C349.065308,396.765961 346.700806,399.319214 344.131561,401.011658 C346.670227,402.902405 349.180817,404.833313 351.772858,406.647766 C352.253113,406.983948 353.065430,406.943085 353.718811,406.919342 C359.652222,406.703766 365.584351,406.453217 372.317352,406.045105 M359.370453,458.943848 C355.660339,461.194794 351.950226,463.445770 347.191925,466.332642 C357.731384,466.332642 367.221100,466.332642 377.062714,466.332642 C371.876373,463.232788 367.308044,460.417053 362.624481,457.808136 C362.022797,457.472931 360.822876,458.211639 359.370453,458.943848 z"/><path fill="#DE7E4A" opacity="1.000000" stroke="none" d=" M397.157043,594.762024 C396.921204,592.338989 396.685364,589.915894 396.406067,587.046143 C408.602295,591.523254 420.332550,596.084473 432.232788,600.147827 C462.627441,610.526428 493.121765,620.945618 524.804932,626.408264 C569.822754,634.169983 614.211731,631.492676 657.548096,615.400696 C685.862671,604.886719 709.488098,587.988281 730.091492,566.350769 C730.894531,565.507507 731.647156,564.608459 732.354309,563.682800 C734.761658,560.531677 737.962097,557.482300 735.500000,553.029358 C733.488281,549.390930 726.625061,546.394958 722.306763,547.836853 C718.632019,549.063904 714.806396,550.959534 712.036987,553.597839 C692.706116,572.013855 669.843018,584.719604 644.827026,592.851379 C610.105286,604.137939 574.475891,608.629395 537.918091,602.489380 C497.361389,595.677795 458.443451,583.139221 419.693848,569.892456 C407.414490,565.694641 395.147003,561.461182 382.903534,557.160278 C381.195801,556.560303 379.657532,555.477966 378.040802,554.618896 C378.077698,554.080322 378.114594,553.541748 378.151459,553.003113 C381.254913,552.339294 384.339417,551.214417 387.464844,551.085938 C408.716400,550.212097 429.641571,552.801880 450.248016,557.862244 C453.331146,558.619385 456.780579,560.211792 458.812866,562.517517 C467.506104,572.380249 471.057434,572.435242 486.951874,575.809204 C485.299072,570.417480 484.035858,565.510803 482.303345,560.775879 C472.958466,535.236572 467.239716,509.044098 468.108124,481.703369 C470.178955,416.503662 506.569153,364.725769 566.077148,340.693054 C583.759888,333.551788 601.965210,329.603882 620.993286,330.038605 C651.564087,330.737030 678.257874,342.126587 702.296387,360.420319 C706.667053,363.746368 710.755127,367.442505 715.106018,370.796021 C721.287292,375.560364 732.427246,375.259033 738.156006,369.953308 C739.243103,368.946533 739.900818,366.006439 739.228943,364.833557 C736.789612,360.575500 734.336365,355.978241 730.754456,352.778076 C706.891052,331.457794 679.808289,315.884857 648.186768,309.424255 C624.116089,304.506348 600.146118,306.373138 576.446472,312.465393 C572.107666,313.580688 567.764221,314.677704 562.519714,316.013153 C562.067688,312.095184 561.442993,308.239960 561.206665,304.361053 C560.189209,287.665527 558.666260,270.843292 550.795959,255.924118 C546.312317,247.424667 548.418152,241.441071 552.076477,233.895813 C555.174744,227.505661 555.968811,219.996567 557.768738,212.979065 C561.711548,197.607025 564.213989,182.032379 564.414124,166.125961 C564.436707,164.328873 564.758057,162.535538 565.025391,159.910217 C577.466919,163.420532 589.715942,166.334427 601.603821,170.324646 C652.578308,187.434570 699.221863,212.812332 741.186523,246.322235 C783.532349,280.136444 819.047607,320.025177 844.040039,368.540466 C857.626099,394.913818 865.852844,423.161438 871.922119,452.081818 C877.375916,478.068909 881.112305,504.311432 879.780945,530.897278 C876.802795,590.369507 858.488831,644.215942 818.631531,689.420166 C809.447327,699.836426 798.392517,708.603271 788.198547,718.129211 C787.807617,717.815308 787.416626,717.501404 787.025696,717.187439 C789.867859,708.054260 792.998962,698.999329 795.499817,689.773621 C804.167480,657.798035 808.714539,625.483337 801.996887,592.487305 C800.841125,586.810242 799.108704,581.202576 797.111755,575.757446 C794.902466,569.733276 791.160950,567.523315 785.765686,568.143982 C781.128845,568.677490 777.325989,572.356934 776.802490,578.053101 C776.319641,583.306152 775.922729,588.840881 777.024841,593.917908 C781.507568,614.568359 779.224915,634.994690 776.086975,655.464355 C770.686279,690.695129 758.582703,723.428650 738.790466,753.091125 C716.510559,786.481995 688.208252,813.972107 655.049805,836.514526 C629.386597,853.961365 601.756348,867.416748 572.073547,876.406372 C540.808960,885.875061 508.601746,889.632568 476.074219,891.327393 C446.814606,892.851929 417.789398,891.784485 389.277954,884.455261 C384.511597,883.229980 380.057281,880.790710 375.458771,878.912415 C375.522400,878.052734 375.585999,877.193054 375.649597,876.333435 C378.494202,875.555176 381.295258,874.452393 384.192108,874.063782 C390.953735,873.156860 397.783600,872.758179 404.544800,871.848572 C412.981476,870.713562 416.274139,866.865967 416.207184,859.158325 C416.168976,854.760742 414.415497,851.642639 410.067200,850.646790 C399.049377,848.123291 387.885895,846.178284 376.966583,843.297241 C364.464966,839.998657 352.041840,836.294434 339.818878,832.086060 C331.737640,829.303711 330.844513,829.386475 329.698639,837.918823 C329.438293,839.857361 329.068604,841.781189 328.648712,844.319275 C311.212189,834.684875 293.881165,825.683594 281.252563,810.245056 C271.341034,798.128296 261.502197,785.910278 252.437149,773.163940 C248.907562,768.201050 247.385559,761.737305 245.328262,755.825256 C243.863205,751.615051 243.031845,747.184326 242.290451,742.479370 C245.532410,743.410278 248.387833,744.745300 251.273102,746.012268 C269.152588,753.863525 285.991211,743.210999 285.700500,723.758545 C285.597443,716.863342 283.624390,709.999329 282.548828,703.114197 C281.729187,697.867310 280.812622,692.625305 280.309357,687.345886 C280.176361,685.950989 281.051117,683.701355 282.123199,683.165955 C283.171936,682.642151 285.326721,683.437134 286.531403,684.301086 C289.361420,686.330627 291.667908,689.160095 294.628510,690.923340 C301.422028,694.969543 308.087311,699.912537 315.509033,702.084900 C332.650116,707.101990 346.092712,696.062561 345.941101,678.246948 C345.918549,675.596130 345.623169,672.938599 345.311646,670.300964 C344.240570,661.232849 342.563324,652.196960 342.149750,643.101868 C341.741211,634.116821 346.351379,631.579895 354.614868,635.130554 C359.181213,637.092651 363.738739,639.296021 368.526215,640.466309 C374.352478,641.890625 377.896149,638.704590 377.833740,632.692627 C377.799530,629.394531 377.128662,626.104431 376.768524,622.808044 C376.292603,618.451538 378.306610,616.413879 382.632324,615.937378 C386.402679,615.522095 390.339844,615.117249 393.803009,613.717529 C402.032776,610.391174 403.614929,600.483521 397.157043,594.762024 z"/><path fill="#DF7E4A" opacity="1.000000" stroke="none" d=" M183.949158,211.018036 C179.388123,217.341919 174.827072,223.665787 169.648865,230.845352 C167.453568,224.485626 164.947800,218.732559 163.481659,212.725723 C156.021805,182.162720 156.410751,151.721695 165.757339,121.554527 C166.490082,119.189560 167.611694,116.922089 168.745407,114.708046 C176.469101,99.624420 187.927948,94.457924 204.297043,98.464676 C224.248306,103.348236 239.879623,115.319351 254.516693,128.923233 C264.437225,138.143524 273.815613,147.803284 279.552460,160.380646 C281.095764,163.764114 283.720978,164.963364 287.343079,163.427368 C288.409607,162.975098 289.568604,162.744171 290.678131,162.389572 C300.328278,159.305298 301.209045,157.094101 295.980927,148.157684 C293.634949,144.147705 290.947632,140.337418 288.198120,136.102112 C331.986755,120.544395 375.429138,117.517593 419.373352,136.143356 C416.576721,140.010620 413.934662,143.569412 411.396790,147.201004 C408.978485,150.661469 409.983124,152.899521 413.846619,154.469376 C423.137573,158.244537 424.431946,157.964310 429.610413,149.590225 C440.216187,132.439575 454.333221,119.161285 472.631348,110.515167 C483.348022,105.451378 494.629974,103.585510 506.210846,106.401833 C521.677979,110.163254 531.108582,121.039970 534.662292,135.712723 C541.535461,164.090988 541.155945,192.452957 529.875793,219.982056 C529.155212,221.740555 528.022766,223.330276 527.078613,225.004395 C522.451599,219.984329 518.199463,215.370987 514.243103,210.178772 C518.428528,195.392960 519.647705,180.889191 518.726624,166.255554 C518.100708,156.312729 514.748596,147.150711 508.974121,138.937241 C505.222137,133.600494 500.737488,130.311081 493.605042,130.874817 C474.600128,132.376892 463.037018,144.413925 452.888306,158.687073 C449.956573,161.690247 447.024841,164.693405 443.757019,168.040863 C445.535187,169.308716 446.346863,170.213379 447.350098,170.553940 C462.606812,175.733322 473.515259,186.862411 484.309296,197.949646 C502.450226,216.583313 517.173584,237.692184 528.168518,261.301392 C533.866089,273.535767 536.285339,286.587219 536.557068,300.442749 C530.156921,303.014038 524.226868,305.132812 517.825745,307.183899 C506.613586,306.627197 494.047699,313.455109 489.628235,322.001862 C465.677032,334.384247 444.103149,349.657623 423.879089,366.975708 C420.113708,362.706696 416.786621,358.416565 412.886047,354.733856 C411.635437,353.553101 408.868958,353.977875 406.407959,353.441101 C401.438202,350.218018 397.223206,346.210815 392.213776,344.394012 C364.724487,334.424408 338.023987,333.713440 313.355774,352.973389 C310.691467,353.517029 307.674927,353.476868 306.129089,354.964691 C301.520172,359.400787 297.488373,364.436523 292.912231,369.081818 C263.056274,343.499359 230.508484,322.952911 193.959366,309.206512 C184.537811,305.662994 174.462250,303.858276 164.687134,301.254761 C164.224457,291.373016 165.241226,281.688049 169.280060,272.568756 C179.656815,249.138977 190.267090,225.665848 208.055252,206.791107 C217.892105,196.353409 229.369125,187.414383 240.484161,178.257874 C243.697540,175.610733 248.135147,174.323700 252.167679,172.836624 C255.420609,171.637024 255.918121,169.968338 254.112305,167.286118 C252.636612,165.094208 251.088272,162.951187 249.211151,160.296509 C245.804932,155.731094 243.004105,151.441772 239.663452,147.624939 C232.772385,139.751572 224.602417,133.603683 214.358047,130.663254 C200.154968,126.586586 189.537598,131.743729 185.066147,145.831909 C182.783630,153.023438 181.848846,160.687653 180.762939,168.204407 C178.672211,182.676422 181.243195,196.867203 183.949158,211.018036 M297.345703,315.989899 C284.852203,317.148651 272.704834,315.420624 261.212616,310.541138 C254.358032,307.630737 247.982986,303.600586 241.347839,300.159637 C238.073395,298.461517 234.603577,297.618774 231.757675,300.799042 C229.116394,303.750610 229.090759,312.727417 231.386002,315.219543 C241.682922,326.399841 253.956223,334.220245 268.955688,337.474792 C281.622528,340.223145 294.013245,340.178864 305.841003,334.041473 C309.234924,332.280334 311.249084,329.586884 310.902100,325.636200 C310.541595,321.531830 308.633606,318.213470 304.679352,316.738708 C302.726044,316.010162 300.430573,316.198975 297.345703,315.989899 M457.962616,308.561462 C444.065094,315.408203 428.955811,316.613831 413.895508,318.157135 C410.791656,318.475159 406.849518,317.842041 405.636261,322.174011 C404.449127,326.412872 405.316223,330.504608 408.929535,332.904114 C412.840576,335.501343 417.209076,338.223389 421.700989,338.984100 C436.952942,341.566925 451.202759,337.223846 464.197601,329.688141 C470.952057,325.771210 476.858246,320.111877 482.417694,314.514648 C485.972198,310.935974 484.439026,306.675201 480.176880,301.732178 C476.755310,297.764008 473.613342,299.069061 470.130768,301.229248 C466.318817,303.593781 462.464233,305.889557 457.962616,308.561462 M393.153229,288.171661 C390.609802,302.664429 400.709290,309.587921 411.724213,307.798370 C424.470215,305.727600 434.739258,298.834625 440.609467,287.123993 C445.960297,276.449524 439.124817,265.890106 427.189575,265.192841 C414.107574,264.428589 397.903290,275.058960 393.153229,288.171661 M278.641998,266.887115 C271.038116,271.530670 268.243530,278.545166 272.104858,285.937805 C278.383087,297.957794 288.275635,305.854889 301.931702,307.680664 C314.639923,309.379639 323.259613,298.669830 319.355469,286.781189 C314.698486,272.600037 293.462677,261.853668 278.641998,266.887115 M389.194366,163.128357 C394.863556,159.565842 396.831146,155.400208 395.418091,149.951859 C394.005188,144.503967 389.439545,140.539703 384.161499,140.178009 C379.711182,139.873062 374.831970,142.839233 373.180481,147.239838 C371.460114,151.823944 371.473572,156.451599 374.847137,160.358215 C378.538727,164.633102 383.332275,165.030701 389.194366,163.128357 z"/><path fill="#FEFDFD" opacity="1.000000" stroke="none" d=" M397.085815,595.184448 C403.614929,600.483521 402.032776,610.391174 393.803009,613.717529 C390.339844,615.117249 386.402679,615.522095 382.632324,615.937378 C378.306610,616.413879 376.292603,618.451538 376.768524,622.808044 C377.128662,626.104431 377.799530,629.394531 377.833740,632.692627 C377.896149,638.704590 374.352478,641.890625 368.526215,640.466309 C363.738739,639.296021 359.181213,637.092651 354.614868,635.130554 C346.351379,631.579895 341.741211,634.116821 342.149750,643.101868 C342.563324,652.196960 344.240570,661.232849 345.311646,670.300964 C345.623169,672.938599 345.918549,675.596130 345.941101,678.246948 C346.092712,696.062561 332.650116,707.101990 315.509033,702.084900 C308.087311,699.912537 301.422028,694.969543 294.628510,690.923340 C291.667908,689.160095 289.361420,686.330627 286.531403,684.301086 C285.326721,683.437134 283.171936,682.642151 282.123199,683.165955 C281.051117,683.701355 280.176361,685.950989 280.309357,687.345886 C280.812622,692.625305 281.729187,697.867310 282.548828,703.114197 C283.624390,709.999329 285.597443,716.863342 285.700500,723.758545 C285.991211,743.210999 269.152588,753.863525 251.273102,746.012268 C248.387833,744.745300 245.532410,743.410278 242.296967,742.098022 C226.557175,709.488342 217.996979,675.445862 221.030945,639.167419 C223.801102,606.043213 238.045776,577.541016 258.145325,551.792847 C273.330414,532.340332 291.850281,516.759583 315.163483,507.750397 C321.783081,505.192352 328.784180,503.456848 335.747162,501.996765 C343.302185,500.412476 344.918640,502.043884 344.042572,509.544373 C341.269531,533.285278 347.855957,554.633606 360.692993,574.285095 C367.887756,585.299194 378.057159,592.993774 389.965179,598.380127 C393.002441,599.753906 396.290222,600.642273 397.085815,595.184448 z"/><path fill="#FDFDFD" opacity="1.000000" stroke="none" d=" M164.569183,301.688568 C174.462250,303.858276 184.537811,305.662994 193.959366,309.206512 C230.508484,322.952911 263.056274,343.499359 292.822357,369.407654 C291.359741,372.941772 289.415222,375.885193 288.044495,379.075134 C286.542664,382.570282 285.295105,386.234589 284.507263,389.946259 C284.206116,391.365234 285.485107,393.119598 286.044006,394.721100 C287.403381,393.946686 289.005829,393.409454 290.056091,392.333344 C291.183014,391.178680 291.768524,389.503906 292.628998,388.079498 C296.322296,381.965668 299.855804,375.745575 303.786652,369.787964 C306.986359,364.938446 310.668121,360.407013 314.502014,355.843933 C316.240234,362.002472 317.594177,368.055847 318.989563,374.099670 C320.726349,381.622040 320.747925,389.695648 326.013336,396.092010 C321.780304,407.007965 324.844849,416.620026 332.392029,424.578979 C337.239685,429.691132 343.304626,433.714233 349.088470,437.856079 C355.627045,442.538483 355.625610,446.513214 348.476471,450.327454 C341.972839,453.797363 335.664246,453.033783 329.721130,448.801971 C328.230713,447.740723 326.932220,446.084747 325.291443,445.640442 C323.134430,445.056305 319.922699,444.480194 318.644318,445.596039 C317.277527,446.789032 316.904907,450.137115 317.426544,452.210266 C318.026062,454.592590 320.082428,456.608337 321.977570,459.503845 C310.434540,455.627899 299.237518,452.638000 294.005829,440.707947 C291.274017,434.478546 288.619415,428.208160 286.183075,421.859192 C284.923523,418.576782 283.731354,415.114349 279.497711,416.009888 C275.162903,416.926788 275.430878,420.750397 275.939301,424.134216 C276.374542,427.031067 277.161926,429.874969 277.546082,431.618713 C262.180450,425.957214 246.599579,419.813477 230.749313,414.468567 C205.439453,405.933807 188.705978,388.304352 177.407364,364.986053 C167.822495,345.204651 163.679489,324.126404 164.569183,301.688568 z"/><path fill="#FCFCFB" opacity="1.000000" stroke="none" d=" M424.095093,367.190094 C444.103149,349.657623 465.677032,334.384247 489.555481,322.357605 C488.542969,332.153717 495.747284,339.061920 504.585327,335.876740 C510.007965,333.922455 515.139709,330.384644 519.520691,326.550720 C523.342285,323.206329 525.060303,318.129181 522.710388,312.939026 C521.747742,310.812927 519.797668,309.133942 518.296753,307.251587 C524.226868,305.132812 530.156921,303.014038 536.474121,300.877808 C536.467590,310.656677 536.162354,320.458313 535.575684,330.243042 C535.496643,331.560272 534.293213,333.433929 533.117676,333.970886 C497.495911,350.242462 473.574982,378.266937 454.809753,411.531952 C452.546356,415.544220 450.087494,419.446136 446.905548,424.757477 C446.905548,421.914948 446.898438,420.553864 446.906982,419.192841 C446.929932,415.528687 445.321350,412.863403 441.579010,412.571198 C437.972931,412.289642 436.694824,414.882629 435.735626,418.120605 C433.251617,426.505920 430.746063,434.924377 427.523804,443.041687 C423.301941,453.677094 413.366638,456.705383 402.655396,460.072968 C404.602631,457.442932 406.085083,455.595978 407.394897,453.633881 C409.209442,450.915680 409.884705,447.998810 407.210236,445.491028 C404.373627,442.831207 401.380615,443.480560 398.774811,445.986908 C392.742004,451.789429 385.868866,453.938354 377.771637,451.075928 C376.682373,450.690887 375.591431,450.238098 374.606323,449.642822 C368.849731,446.163971 368.754211,442.713379 374.063568,438.507294 C379.382904,434.293335 385.216736,430.490387 389.679626,425.485840 C397.715027,416.475189 402.073944,406.132385 396.458435,393.395020 C397.164703,391.249573 397.780273,389.708038 398.046295,388.108337 C399.717926,378.056610 401.201752,367.971710 403.047638,357.953003 C403.330811,356.416107 405.164459,355.164856 406.407959,354.034515 C407.274292,355.917847 407.755676,357.740875 408.802155,359.141876 C411.781311,363.130310 414.802826,367.121857 418.189117,370.756805 C419.877533,372.569122 422.399475,373.604889 424.544373,374.991943 C424.394623,372.391327 424.244873,369.790710 424.095093,367.190094 z"/><path fill="#FCFCFB" opacity="1.000000" stroke="none" d=" M236.795837,501.731689 C217.871490,502.873444 198.946625,504.007019 180.023224,505.164246 C176.522797,505.378296 174.706390,503.866638 175.936920,500.433533 C177.431686,496.263123 179.295013,492.197632 181.326782,488.255768 C182.867706,485.266235 184.349319,482.307648 181.334351,479.687592 C178.372665,477.113800 175.351364,478.633514 172.786255,480.751251 C165.921478,486.418762 161.785858,493.663269 161.421188,502.619751 C161.280441,506.076263 160.165329,507.452271 156.792557,507.272308 C154.807251,507.166321 152.784821,507.531158 150.819183,507.316772 C136.640900,505.770142 135.612610,502.757111 139.608734,489.961029 C141.034485,485.395721 144.707001,481.516907 147.441147,477.382355 C148.628464,475.586945 150.647629,474.105835 151.179947,472.176025 C151.770462,470.035400 151.939041,466.807098 150.726639,465.420471 C149.572891,464.100891 146.093033,463.683807 144.171646,464.369995 C137.241440,466.845062 133.137466,472.634521 129.347321,478.581024 C128.288452,480.242340 127.340340,481.974243 126.255760,483.819519 C124.603340,479.273163 126.090698,472.177338 129.571655,466.632385 C137.465714,454.057678 149.812637,447.429199 163.160812,443.022247 C175.719421,438.875916 188.687485,435.542358 201.732849,433.477722 C208.274429,432.442444 215.388962,435.027527 222.703186,436.341705 C223.477417,436.782562 223.792831,436.856995 224.108261,436.931396 C224.108261,436.931396 224.030334,436.951355 224.110275,437.245331 C242.760330,456.385010 247.146881,478.722931 236.795837,501.731689 z"/><path fill="#DD7C49" opacity="1.000000" stroke="none" d=" M367.334686,522.271973 C368.387604,512.901733 369.499298,503.999390 370.419556,495.077271 C370.713501,492.227264 372.054657,491.231049 374.796722,490.750977 C390.563385,487.990479 405.985931,483.890015 420.440247,476.905823 C428.310760,473.102844 435.789124,468.488434 444.122742,463.863434 C443.741302,487.123901 443.698303,510.436676 448.395935,533.443848 C421.714508,530.753296 394.973053,522.046143 367.319305,533.733704 C367.319305,529.854126 367.319305,526.293152 367.334686,522.271973 z"/><path fill="#EBBA81" opacity="1.000000" stroke="none" d=" M406.281006,353.781494 C405.164459,355.164856 403.330811,356.416107 403.047638,357.953003 C401.201752,367.971710 399.717926,378.056610 398.046295,388.108337 C397.780273,389.708038 397.164703,391.249573 396.392395,393.046265 C380.623138,376.461517 351.918152,377.259155 337.586700,385.408447 C333.338623,387.824036 330.204529,392.198639 326.286652,395.883789 C320.747925,389.695648 320.726349,381.622040 318.989563,374.099670 C317.594177,368.055847 316.240234,362.002472 314.406189,355.525208 C313.854919,354.427368 313.765350,353.757690 313.675781,353.088013 C338.023987,333.713440 364.724487,334.424408 392.213776,344.394012 C397.223206,346.210815 401.438202,350.218018 406.264801,353.418823 C406.509674,353.623596 406.281006,353.781494 406.281006,353.781494 z"/><path fill="#F1BEAF" opacity="1.000000" stroke="none" d=" M184.263672,210.888214 C181.243195,196.867203 178.672211,182.676422 180.762939,168.204407 C181.848846,160.687653 182.783630,153.023438 185.066147,145.831909 C189.537598,131.743729 200.154968,126.586586 214.358047,130.663254 C224.602417,133.603683 232.772385,139.751572 239.663452,147.624939 C243.004105,151.441772 245.804932,155.731094 248.879059,160.131317 C234.542664,167.028580 220.426682,174.131424 208.943344,185.210938 C200.481995,193.374756 192.676117,202.217911 184.263672,210.888214 z"/><path fill="#F0BEAE" opacity="1.000000" stroke="none" d=" M453.197510,158.896164 C463.037018,144.413925 474.600128,132.376892 493.605042,130.874817 C500.737488,130.311081 505.222137,133.600494 508.974121,138.937241 C514.748596,147.150711 518.100708,156.312729 518.726624,166.255554 C519.647705,180.889191 518.428528,195.392960 514.236328,209.830627 C498.423523,187.582916 477.757477,171.218582 453.197510,158.896164 z"/><path fill="#DF7F4B" opacity="1.000000" stroke="none" d=" M237.259552,501.810333 C247.146881,478.722931 242.760330,456.385010 224.111923,437.205139 C243.084106,442.450287 262.719879,446.403442 278.648163,459.725311 C288.861786,468.267700 299.855743,475.828888 312.563782,480.448181 C313.765594,480.884979 314.816833,481.735962 316.972565,483.002502 C310.686554,484.660919 305.331665,485.904053 300.082428,487.495728 C290.691376,490.343292 281.192871,492.957428 272.053802,496.484222 C260.913391,500.783264 249.400482,501.592346 237.259552,501.810333 z"/><path fill="#FAFAF9" opacity="1.000000" stroke="none" d=" M159.144287,378.767090 C166.390228,388.692444 173.573700,398.664368 180.917694,408.516602 C183.321014,411.740784 182.830292,413.530884 178.939255,414.504425 C173.828278,415.783203 168.736694,417.139557 162.570786,418.739075 C163.138168,414.929779 163.490005,412.049438 164.011719,409.200226 C164.620590,405.874786 164.775970,402.049744 161.009491,401.380127 C158.891037,401.003479 155.056656,403.182953 154.032822,405.229980 C151.935638,409.422974 150.839600,414.241638 150.068619,418.924103 C149.636063,421.551208 148.930832,422.988617 146.309113,423.061981 C141.202194,423.204834 136.084167,423.458771 130.987106,423.255798 C127.919701,423.133667 126.083885,421.263397 126.837814,417.883698 C127.662781,414.185577 128.465378,410.471252 129.557587,406.848328 C130.174423,404.802246 131.942139,402.979675 132.126892,400.959076 C132.341904,398.607910 132.158691,395.008331 130.737045,394.054932 C129.269394,393.070770 124.989601,393.766174 123.891769,395.210419 C120.443855,399.746246 117.877716,404.959534 115.061394,409.961853 C114.542465,410.883575 114.450134,412.045502 113.974190,413.775055 C108.437088,407.427917 109.280052,400.875702 111.434563,394.522491 C114.431801,385.684235 120.850273,379.378723 129.028992,373.912811 C139.979584,373.172089 149.597763,375.756866 159.144287,378.767090 z"/><path fill="#F4F5F5" opacity="1.000000" stroke="none" d=" M371.917114,406.129028 C365.584351,406.453217 359.652222,406.703766 353.718811,406.919342 C353.065430,406.943085 352.253113,406.983948 351.772858,406.647766 C349.180817,404.833313 346.670227,402.902405 344.131561,401.011658 C346.700806,399.319214 349.065308,396.765961 351.877991,396.096893 C360.076965,394.146515 368.363068,394.798035 376.383270,397.476257 C377.794403,397.947479 378.919464,399.275269 380.176636,400.207489 C378.951508,401.634003 377.897705,403.279205 376.445862,404.416229 C375.329346,405.290710 373.711975,405.525726 371.917114,406.129028 z"/><path fill="#DA7E4C" opacity="1.000000" stroke="none" d=" M159.107498,378.417725 C149.597763,375.756866 139.979584,373.172089 129.347061,373.780212 C134.892395,370.689301 140.787003,367.352753 147.007370,364.814423 C148.493729,364.207855 151.823502,365.686829 152.982803,367.211975 C155.469345,370.483215 157.093475,374.410004 159.107498,378.417725 z"/><path fill="#E5E6E6" opacity="1.000000" stroke="none" d=" M359.635254,458.698364 C360.822876,458.211639 362.022797,457.472931 362.624481,457.808136 C367.308044,460.417053 371.876373,463.232788 377.062714,466.332642 C367.221100,466.332642 357.731384,466.332642 347.191925,466.332642 C351.950226,463.445770 355.660339,461.194794 359.635254,458.698364 z"/><path fill="#DF7F4B" opacity="1.000000" stroke="none" d=" M224.069000,436.659088 C223.792831,436.856995 223.477417,436.782562 223.079193,436.467438 C223.340851,436.280090 223.685303,436.333405 224.069000,436.659088 z"/><path fill="#050302" opacity="1.000000" stroke="none" d=" M297.817810,315.981323 C300.430573,316.198975 302.726044,316.010162 304.679352,316.738708 C308.633606,318.213470 310.541595,321.531830 310.902100,325.636200 C311.249084,329.586884 309.234924,332.280334 305.841003,334.041473 C294.013245,340.178864 281.622528,340.223145 268.955688,337.474792 C253.956223,334.220245 241.682922,326.399841 231.386002,315.219543 C229.090759,312.727417 229.116394,303.750610 231.757675,300.799042 C234.603577,297.618774 238.073395,298.461517 241.347839,300.159637 C247.982986,303.600586 254.358032,307.630737 261.212616,310.541138 C272.704834,315.420624 284.852203,317.148651 297.817810,315.981323 z"/><path fill="#050302" opacity="1.000000" stroke="none" d=" M458.295410,308.388367 C462.464233,305.889557 466.318817,303.593781 470.130768,301.229248 C473.613342,299.069061 476.755310,297.764008 480.176880,301.732178 C484.439026,306.675201 485.972198,310.935974 482.417694,314.514648 C476.858246,320.111877 470.952057,325.771210 464.197601,329.688141 C451.202759,337.223846 436.952942,341.566925 421.700989,338.984100 C417.209076,338.223389 412.840576,335.501343 408.929535,332.904114 C405.316223,330.504608 404.449127,326.412872 405.636261,322.174011 C406.849518,317.842041 410.791656,318.475159 413.895508,318.157135 C428.955811,316.613831 444.065094,315.408203 458.295410,308.388367 z"/><path fill="#FDFCFB" opacity="1.000000" stroke="none" d=" M393.271027,287.769257 C397.903290,275.058960 414.107574,264.428589 427.189575,265.192841 C439.124817,265.890106 445.960297,276.449524 440.609467,287.123993 C434.739258,298.834625 424.470215,305.727600 411.724213,307.798370 C400.709290,309.587921 390.609802,302.664429 393.271027,287.769257 z"/><path fill="#FDFCFB" opacity="1.000000" stroke="none" d=" M278.985291,266.706360 C293.462677,261.853668 314.698486,272.600037 319.355469,286.781189 C323.259613,298.669830 314.639923,309.379639 301.931702,307.680664 C288.275635,305.854889 278.383087,297.957794 272.104858,285.937805 C268.243530,278.545166 271.038116,271.530670 278.985291,266.706360 z"/><path fill="#E3B37C" opacity="1.000000" stroke="none" d=" M517.825745,307.183899 C519.797668,309.133942 521.747742,310.812927 522.710388,312.939026 C525.060303,318.129181 523.342285,323.206329 519.520691,326.550720 C515.139709,330.384644 510.007965,333.922455 504.585327,335.876740 C495.747284,339.061920 488.542969,332.153717 489.917511,322.341003 C494.047699,313.455109 506.613586,306.627197 517.825745,307.183899 z"/><path fill="#080503" opacity="1.000000" stroke="none" d=" M388.831726,163.305695 C383.332275,165.030701 378.538727,164.633102 374.847137,160.358215 C371.473572,156.451599 371.460114,151.823944 373.180481,147.239838 C374.831970,142.839233 379.711182,139.873062 384.161499,140.178009 C389.439545,140.539703 394.005188,144.503967 395.418091,149.951859 C396.831146,155.400208 394.863556,159.565842 388.831726,163.305695 z"/><path fill="#100F0D" opacity="1.000000" stroke="none" d=" M313.355774,352.973389 C313.765350,353.757690 313.854919,354.427368 314.040283,355.415802 C310.668121,360.407013 306.986359,364.938446 303.786652,369.787964 C299.855804,375.745575 296.322296,381.965668 292.628998,388.079498 C291.768524,389.503906 291.183014,391.178680 290.056091,392.333344 C289.005829,393.409454 287.403381,393.946686 286.044006,394.721100 C285.485107,393.119598 284.206116,391.365234 284.507263,389.946259 C285.295105,386.234589 286.542664,382.570282 288.044495,379.075134 C289.415222,375.885193 291.359741,372.941772 293.141235,369.563843 C297.488373,364.436523 301.520172,359.400787 306.129089,354.964691 C307.674927,353.476868 310.691467,353.517029 313.355774,352.973389 z"/><path fill="#0F0D0C" opacity="1.000000" stroke="none" d=" M406.407959,354.034515 C406.281006,353.781494 406.509674,353.623596 406.652832,353.645844 C408.868958,353.977875 411.635437,353.553101 412.886047,354.733856 C416.786621,358.416565 420.113708,362.706696 423.879089,366.975708 C424.244873,369.790710 424.394623,372.391327 424.544373,374.991943 C422.399475,373.604889 419.877533,372.569122 418.189117,370.756805 C414.802826,367.121857 411.781311,363.130310 408.802155,359.141876 C407.755676,357.740875 407.274292,355.917847 406.407959,354.034515 z"/></svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/public/epi_favicon.svg	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M480 61.676c-65.352 3.638-138.815 25.227-196 57.6-11.861 6.715-27 16.474-27 17.405 0 .237 2.137 1.368 4.75 2.512 14.222 6.231 42.394 31.71 48.988 44.307 5.495 10.494 4.881 10.123 12.522 7.58 3.624-1.206 7.106-2.816 7.737-3.577 1.435-1.729-1.38-8.514-6.475-15.605l-3.469-4.829 6.723-1.972c32.582-9.556 57.173-11.806 78.724-7.203 11.98 2.559 26.998 6.779 30.323 8.521l2.402 1.259-2.934 3.413c-8.126 9.454-8.169 11.028-.366 13.39 7.393 2.239 8.071 1.964 11.901-4.822 9.554-16.93 30.233-34.024 46.145-38.148 25.494-6.606 44.109 5.197 49.67 31.493 2.418 11.433 2.48 36.884.12 49.5-2.313 12.364-9.761 30.151-9.761 23.31 0-.654-2.312-3.326-5.137-5.937l-5.138-4.748 1.787-6.812c2.295-8.75 3.114-29.676 1.528-39.076-2.24-13.282-10.827-26.014-17.793-26.382-14.95-.791-25.126 4.922-39.651 22.261-4.728 5.644-8.596 10.778-8.596 11.409 0 .631 2.601 1.87 5.781 2.754 11.487 3.194 38.237 29.194 52.698 51.221 21.515 32.772 26.077 48.378 23.968 82l-.69 11-7.628 3.737c-13.344 6.536-20.277 11.78-34.636 26.198-14.424 14.485-15.155 15.48-30.676 41.762-19.022 32.21-28.896 39.661-60.709 45.811-9.418 1.821-17.405 3.028-17.751 2.682-1.119-1.119 2.629-5.69 4.666-5.69 2.193 0 2.54-1.037.898-2.679-.594-.594-1.509-2.992-2.035-5.331-1.51-6.723.144-10.107 7.015-14.348 14.951-9.229 22.589-26.208 16.511-36.706-8.069-13.936-39.102-17.863-55.473-7.019-15.981 10.586-11.123 31.762 10.061 43.853 8.596 4.906 9.786 7.664 6.394 14.813-6.421 13.531-36.628 8.633-56.586-9.176-10.288-9.179-19.186-13.709-40.291-20.507-12.951-4.172-21.531-7.583-27-10.733-26.918-15.504-44.949-51.465-44.961-89.667-.007-19.581 1.256-25.168 9.493-42 14.633-29.902 21.691-40.528 36.886-55.539 14.879-14.698 22.735-20.004 34.908-23.575 2.649-.778-8.235-16.649-17.501-25.522-12.791-12.248-27.567-15.952-37.476-9.394-10.29 6.809-14.653 32.459-10.364 60.919 1.487 9.862 1.485 9.894-.756 12.101-1.235 1.217-3.996 5.034-6.136 8.482l-3.89 6.268-1.197-2.87c-7.317-17.536-9.437-29.656-9.513-54.37-.056-18.431.146-18.327-11.882-6.13-84.423 85.612-132.212 208.921-129.84 335.023.296 15.734 1.005 31.532 1.574 35.107.57 3.575 1.779 12.125 2.688 19 2.7 20.416 12.262 61.766 18.27 79 3.73 10.7 21.351 54.395 24.258 60.155 26.073 51.65 63.635 101.432 102.512 135.859 112.842 99.93 275.616 136.433 422.851 94.827 62.631-17.698 121.569-48.458 165.006-86.116 50.075-43.413 80.734-82.379 108.367-137.725 45.51-91.152 60.845-182.62 46.729-278.719-16.696-113.662-77.415-222.37-161.043-288.322C706.95 87.914 598.564 55.077 480 61.676m-77.5 110.218c-6.584 2.864-8.364 12.697-3.227 17.833 3.988 3.988 11.466 3.988 15.454 0 8.189-8.189-1.594-22.457-12.227-17.833m165.829 26.677c-.203 11.355-1.424 19.512-5.498 36.708-2.478 10.464-2.797 13.057-1.76 14.307.875 1.054.909 1.432.11 1.22-.637-.168-2.895 3.228-5.018 7.547l-3.859 7.852 2.89 5.337c5.631 10.396 9.539 27.43 10.499 45.755.537 10.264.825 11.713 2.212 11.146 3.369-1.376 8.023-2.561 20.095-5.118 43.382-9.186 83.883 1.289 121.631 31.459 11.243 8.986 13.709 11.685 15.424 16.881 1.432 4.341.557 5.382-6.483 7.707-8.671 2.864-10.496 2.386-19.229-5.047-43.361-36.902-91.568-43.282-140.752-18.629-67.455 33.813-93.641 110.336-64.599 188.782 5.456 14.739 6.129 18.181 3.258 16.673-.962-.505-3.775-1.25-6.25-1.655-6.359-1.04-11.233-3.772-15.157-8.496-4.07-4.9-7.561-6.227-23.485-8.925-28.18-4.774-55.527-4.348-49.808.776 1.397 1.252 63.877 22.527 78.45 26.714 6.875 1.975 16.1 4.674 20.5 5.997 7.561 2.274 24.123 5.969 40.245 8.98 14.427 2.694 30.448 3.61 43.444 2.484 24.412-2.117 52.155-8.086 62.565-13.462 2.61-1.348 7.221-3.414 10.246-4.592 13.501-5.253 24.785-12.554 40.53-26.222 9.041-7.849 13.959-8.917 20.565-4.465 6.319 4.258 4.503 8.16-10.39 22.333-23.864 22.71-45.207 34.015-82.705 43.807-29.153 7.613-68.643 7.834-100.888.563-28.457-6.416-84.426-24.209-106.004-33.699-1.112-.489-1.252.132-.696 3.093 1.948 10.384-2.174 10.406-17.938.094-19.536-12.779-33.427-48.046-29.029-73.702 1.062-6.201-1.052-7.241-10.636-5.232-39.021 8.18-73.803 42.13-92.366 90.159-12.866 33.29-9.733 76.033 8.672 118.299 3.233 7.425 5.88 14.881 5.882 16.568.005 5.298 2.835 12.898 6.741 18.109 29.585 39.467 32.761 42.629 56.923 56.671l11.162 6.486.665-5.732c1.026-8.841.945-8.811 11.621-4.277 12.007 5.1 17.126 6.521 34.891 9.686 29.65 5.283 31 5.891 31 13.965 0 8.837-4.178 11.009-23.34 12.133-27.862 1.636-7.167 11.636 31.764 15.349 32.58 3.108 83.367-.759 117.148-8.918 82.76-19.99 158.557-84.659 185.236-158.04 10.984-30.213 17.063-74.127 12.832-92.697-4.221-18.523-1.206-29.303 8.194-29.303 5.223 0 8.413 3.692 11.05 12.791 9.334 32.199 5.8 72.506-10.361 118.157l-1.574 4.449 2.275-2.049c1.252-1.127 6.389-5.483 11.417-9.68 38.033-31.752 64.557-87.69 69.446-146.457 3.768-45.289-9.505-111.996-30.729-154.445C792.625 323.3 739.829 268.802 683 236.013c-4.125-2.38-11.55-6.697-16.5-9.593-16.836-9.849-45.322-22.184-67.5-29.229-5.544-1.761-29.307-8.202-30.2-8.185-.165.003-.377 4.307-.471 9.565M270.972 314.533c-.699.843-1.491 3.818-1.76 6.611l-.488 5.077 6.888 6.497c13.291 12.536 34.395 19.184 50.345 15.858 13.558-2.827 18.262-7.612 14.848-15.104-1.933-4.242-5.639-5.538-13.991-4.891-13.667 1.059-29.042-3.054-41.44-11.085-7.275-4.713-12.121-5.71-14.402-2.963m211.1 2.104c-12.012 8.09-24.057 11.762-43.42 13.237-11.93.908-12.612 1.302-12.637 7.298-.02 4.825 5.865 10.12 13.205 11.881 14.461 3.469 39.169-4.646 52.03-17.088 6.892-6.668 7.393-9.516 2.677-15.237-3.815-4.629-5.101-4.639-11.855-.091m-291.247 56.806c-28.105 11.678-38.549 38.155-18.825 47.726 9.221 4.474 10.895 4.608 11.631.927.826-4.129 3.326-4.665 12.71-2.724 8.08 1.671 13.193 1.265 24.68-1.958 7.911-2.22 7.899-2.075.871-10.036-7.463-8.455-13.377-17.308-18.788-28.128-4.595-9.187-4.385-9.088-12.279-5.807m188.472 26.543c-9.263 1.969-10.571 4.869-3.797 8.413 7.789 4.076 26.631 1.35 28.269-4.09 1.049-3.483-15.047-6.326-24.472-4.323m-145.13 35.115c-39.091 8.207-58.828 22.807-58.448 43.234.164 8.829 2.685 12.802 11.368 17.915 8.627 5.081 11.312 5.069 10.448-.045-.767-4.536.648-8.715 4.216-12.455 5.397-5.657 12.663-2.586 16.98 7.178 3.07 6.944 3.428 7.16 10.769 6.523 3.3-.286 19.422-1.176 35.827-1.978 27.587-1.348 30.367-1.653 37-4.055 13.369-4.84 35.15-11.412 39.923-12.045 6.432-.854 6.052-1.471-3.281-5.325-7.398-3.054-15.515-8.422-31.639-20.925-5.548-4.302-8.527-5.557-29.538-12.454-26.218-8.604-28.048-8.838-43.625-5.568m223.113 27.317c-9.416 7.923-33.235 17.849-50.78 21.162-4.95.935-9.562 1.847-10.25 2.028-.773.204-1.263 2.153-1.285 5.111-.019 2.629-.679 7.706-1.465 11.281-1.448 6.584-2.013 20.154-.885 21.281.338.338 1.705-.1 3.038-.973 3.813-2.499 13.084-4.276 22.347-4.284 10.711-.01 43.521 3.944 46.136 5.56.816.504 1.006.228.589-.858-2.549-6.643-5.051-39.823-4.058-53.816.701-9.872.679-9.913-3.387-6.492" fill-rule="evenodd"/></svg>
\ No newline at end of file
Binary file mrjunejune/src/public/logo_black.png has changed
Binary file mrjunejune/src/public/logo_white.png has changed
Binary file mrjunejune/src/public/logo_white_og.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/public/paw.svg	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,221 @@
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="100%" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M153.468658,513.000000 
+	C143.572128,508.965057 133.713303,506.242828 123.898102,503.370850 
+	C108.193962,498.775696 91.915749,498.246613 75.822357,496.358307 
+	C56.040764,494.037262 40.920902,484.076202 30.702333,467.171417 
+	C15.664720,442.294342 20.364811,410.843903 40.623363,391.335785 
+	C49.224560,383.053131 59.361790,377.640808 71.174164,375.724548 
+	C74.804306,375.135651 76.640869,373.494568 77.659599,369.993286 
+	C84.671852,345.893219 100.320251,330.411407 124.917580,325.224487 
+	C157.758057,318.299255 192.127182,339.521423 197.470306,374.921753 
+	C198.496719,381.722076 198.874847,388.428009 197.515686,395.187256 
+	C196.961609,397.942780 198.452988,399.492889 200.619156,400.825653 
+	C215.990936,410.283203 225.004807,424.190186 227.748581,441.805511 
+	C230.309601,458.247589 227.635315,473.918091 217.894028,487.882355 
+	C215.411148,491.441589 209.280716,492.600555 205.197006,490.450531 
+	C202.085602,488.812378 200.301041,483.504974 201.482468,479.496338 
+	C202.950714,474.514465 206.473938,470.548737 207.951248,465.482635 
+	C214.207230,444.028931 205.111969,426.184082 190.782455,416.857605 
+	C185.106873,413.163574 180.793503,408.688507 179.249527,401.870911 
+	C178.530548,398.696198 178.712112,395.607178 179.216034,392.459961 
+	C182.642746,371.059723 169.766174,350.603088 149.036987,344.478149 
+	C126.792046,337.905365 103.120193,350.759766 96.445190,373.009247 
+	C95.538498,376.031464 94.847801,379.198761 93.415527,381.966949 
+	C90.070633,388.431702 84.560333,392.035492 77.364769,393.415833 
+	C58.981342,396.942383 46.672470,407.395081 42.065678,425.824432 
+	C35.896412,450.504364 53.261219,475.537323 78.625305,477.655029 
+	C104.624481,479.825745 130.041580,484.200409 154.677383,492.957153 
+	C163.421875,496.065369 172.353546,495.540833 181.165558,492.693665 
+	C183.992966,491.780090 186.754883,490.766968 189.915588,491.567413 
+	C194.288528,492.674866 196.928024,495.152924 197.099335,499.699127 
+	C197.267090,504.150818 194.903549,507.431885 191.017899,509.125275 
+	C187.398987,510.702423 183.446716,511.514587 179.320602,512.831787 
+	C170.645767,513.000000 162.291534,513.000000 153.468658,513.000000 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M393.539368,0.999999 
+	C394.605072,1.570405 395.260406,2.096603 395.807251,2.718235 
+	C400.224976,7.739906 399.845123,14.288932 393.908325,16.997559 
+	C382.539551,22.184507 380.066650,32.493774 377.545502,42.847736 
+	C375.925018,49.502674 375.719482,56.324409 377.350128,63.128555 
+	C380.270721,75.315025 392.475220,82.902061 404.396881,79.809402 
+	C417.150848,76.500839 424.353485,64.105019 420.794128,51.704617 
+	C418.690948,44.377327 414.847748,38.003178 410.316040,31.977602 
+	C409.016846,30.250101 407.601898,28.577702 406.541809,26.708841 
+	C404.235046,22.642160 404.904541,17.000443 407.767731,14.765298 
+	C411.574432,11.793603 417.914246,11.649548 421.095886,15.363561 
+	C431.962799,28.048811 440.479340,41.884590 440.346008,59.447960 
+	C440.207855,77.647087 426.690277,94.403214 408.990570,98.228348 
+	C385.866272,103.225807 365.155487,91.012474 359.243958,68.117348 
+	C355.389771,53.190273 358.205902,38.531433 363.367371,24.237307 
+	C366.867981,14.542739 372.591431,6.735234 381.827179,1.287534 
+	C385.692902,1.000000 389.385834,1.000000 393.539368,0.999999 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M472.444702,172.464951 
+	C486.449951,185.316879 493.501495,201.115891 493.230621,219.600952 
+	C492.773346,250.808380 468.152069,277.240997 438.747375,279.419617 
+	C413.861633,281.263428 389.800842,286.585388 366.118988,294.682556 
+	C332.851288,306.057281 295.764862,284.963226 288.118164,250.622971 
+	C283.216949,228.612320 288.781311,208.832733 304.553802,192.391800 
+	C307.385284,189.440338 310.989594,187.172638 314.436157,184.889801 
+	C316.638184,183.431290 317.311005,182.157669 316.961700,179.263702 
+	C314.934174,162.465164 317.168396,146.439163 327.766632,132.585571 
+	C331.496887,127.709602 335.409271,121.159866 342.894806,124.070282 
+	C347.240295,125.759819 349.632996,124.268829 352.846863,122.521957 
+	C355.813385,120.909531 357.719879,119.337151 357.898254,115.432831 
+	C358.089111,111.254898 361.778503,109.409042 365.560089,108.757492 
+	C387.160187,105.035896 405.886230,110.516220 421.604034,126.116150 
+	C429.154816,133.610275 433.954712,142.477356 436.523529,152.659302 
+	C437.272461,155.627792 438.553741,157.906693 441.852295,158.338562 
+	C453.393188,159.849609 463.301544,164.904449 472.444702,172.464951 
+M374.806335,126.375679 
+	C370.173706,127.719559 365.149200,126.533028 360.607330,128.659485 
+	C359.157623,129.338226 357.645782,128.700775 356.479980,127.590691 
+	C354.182922,125.403404 353.036713,126.448570 351.546173,128.775085 
+	C349.033966,132.696243 348.627319,137.493515 345.363220,141.168381 
+	C335.838318,151.891876 333.507690,164.683487 335.807556,178.517670 
+	C336.255951,181.214874 336.054810,183.747269 335.488190,186.406067 
+	C333.924164,193.745255 328.609192,197.795670 322.971466,201.868378 
+	C306.129364,214.035141 300.520721,235.953308 309.298615,254.355286 
+	C318.327026,273.282410 339.439545,283.580444 359.379242,276.950439 
+	C384.794250,268.499878 410.586884,262.981476 437.251770,260.564514 
+	C459.031281,258.590363 474.734314,239.757874 474.347198,218.012558 
+	C473.919647,193.998489 456.948120,179.733871 439.577148,176.938202 
+	C427.944916,175.066116 421.619507,168.601212 418.287170,157.465179 
+	C412.276886,137.379990 396.579712,126.313797 374.806335,126.375679 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M333.113281,31.899879 
+	C344.617462,44.198868 353.124786,57.868290 354.098358,74.612717 
+	C355.129639,92.350670 344.038422,110.929802 323.218597,116.222633 
+	C296.586182,122.993164 271.882690,103.628372 271.562256,76.109581 
+	C271.398804,62.068886 273.572388,48.713394 279.899994,36.117767 
+	C284.785431,26.392902 291.801514,19.350805 303.203766,18.290316 
+	C313.014099,17.377880 321.217133,21.384403 328.569672,27.456839 
+	C330.104218,28.724215 331.434601,30.238819 333.113281,31.899879 
+M291.076904,62.502411 
+	C289.725433,67.749565 289.985229,73.120628 290.465088,78.383026 
+	C291.580322,90.613556 302.262207,99.396042 314.600250,98.660866 
+	C325.521057,98.010139 335.518768,87.374695 335.598389,76.323227 
+	C335.683472,64.514656 321.275818,42.749695 310.328369,38.149014 
+	C305.577209,36.152328 302.136749,37.035389 299.017517,41.355125 
+	C294.641754,47.415051 292.456696,54.361816 291.076904,62.502411 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M171.940475,322.070496 
+	C154.921082,303.178589 157.024323,282.763885 168.388214,263.561859 
+	C173.973434,254.124313 180.668655,245.582886 190.126694,239.385620 
+	C206.353638,228.753143 222.372391,233.243378 231.470673,248.723740 
+	C241.804230,266.305908 245.905273,285.492188 239.578018,305.512177 
+	C231.261383,331.826752 198.929611,341.907532 176.592209,325.580444 
+	C175.119858,324.504242 173.658691,323.412750 171.940475,322.070496 
+M192.780182,312.871674 
+	C204.458984,318.299835 219.116241,310.238220 222.049164,299.009705 
+	C225.957443,284.047058 222.750793,269.986206 214.443954,257.219360 
+	C210.803955,251.625046 207.415085,251.232681 201.716339,254.707413 
+	C191.014832,261.232544 184.516266,271.229523 180.282150,282.636139 
+	C175.393051,295.807312 179.634003,305.935638 192.780182,312.871674 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M73.599136,279.204651 
+	C71.704895,272.179749 73.410027,265.833893 75.687515,259.854828 
+	C82.146591,242.897903 91.464668,227.962967 108.360283,219.479050 
+	C121.172752,213.045410 135.253952,216.991226 143.422379,228.851929 
+	C151.365677,240.385742 154.763855,253.367065 155.334854,267.191589 
+	C155.763580,277.571014 155.315018,287.757050 149.238785,296.859283 
+	C139.512009,311.430115 123.372482,318.491974 106.399155,315.223175 
+	C102.068443,314.389130 99.499382,311.411499 98.720612,307.069122 
+	C97.639534,301.041077 94.598663,298.720428 88.906189,299.994354 
+	C83.549995,301.193024 80.226265,298.294464 77.828789,294.295074 
+	C75.170090,289.859894 73.687904,284.910858 73.599136,279.204651 
+M92.176712,272.770050 
+	C90.120392,281.702087 99.122078,287.966827 97.613190,296.311340 
+	C104.544853,297.858459 111.061203,292.952759 117.743111,296.430054 
+	C118.463181,296.804779 119.714859,296.386810 120.643898,296.094727 
+	C127.760452,293.857452 133.504623,289.406860 135.282471,282.264587 
+	C139.020630,267.247070 136.511719,252.830429 127.864937,239.878555 
+	C124.267845,234.490540 120.319901,233.928955 115.021271,237.503220 
+	C102.728134,245.795761 95.223610,257.379456 92.176712,272.770050 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M482.703461,59.745571 
+	C495.982513,61.650131 502.451721,70.216209 506.264832,81.670670 
+	C511.117676,96.248329 512.749146,111.126732 509.270844,126.145912 
+	C504.161835,148.206528 480.207367,160.654541 458.510132,152.117371 
+	C443.877930,146.360062 435.781647,135.519684 434.478455,119.290733 
+	C433.290039,104.491745 440.167725,93.111618 448.076965,81.970276 
+	C452.892548,75.186790 458.602020,69.170891 465.871674,64.828369 
+	C470.945801,61.797318 476.292938,59.768661 482.703461,59.745571 
+M492.569641,113.166168 
+	C492.290344,102.974121 491.529785,92.851372 486.617371,83.624962 
+	C483.807587,78.347679 480.858490,77.507446 476.129150,80.801247 
+	C465.391998,88.279335 457.969055,98.464798 453.991821,110.811150 
+	C450.405731,121.943413 457.238129,133.391953 467.950836,135.536453 
+	C479.617157,137.871826 490.085541,130.338913 491.710785,118.458626 
+	C491.913544,116.976723 492.228149,115.510117 492.569641,113.166168 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M290.300568,354.785889 
+	C288.783173,367.647064 285.728912,379.550446 280.101654,390.832397 
+	C268.825745,413.439209 241.112350,418.914612 222.104935,405.637390 
+	C211.513412,398.238831 205.130524,381.864563 207.107880,369.291443 
+	C209.887955,351.614105 221.883011,341.768036 235.967499,333.639313 
+	C245.503662,328.135620 255.483536,324.240540 267.061584,324.451782 
+	C278.874786,324.667267 286.690186,332.496796 289.100037,342.999695 
+	C289.934357,346.635925 290.860687,350.456085 290.300568,354.785889 
+M266.025299,343.094604 
+	C250.168320,344.570740 237.891235,352.405090 228.399948,364.783661 
+	C225.735535,368.258575 224.857529,372.672485 225.673218,377.131470 
+	C227.274796,385.886536 233.226318,392.267426 240.913376,393.648743 
+	C249.625931,395.214355 257.344635,391.768921 262.170776,383.944824 
+	C267.877472,374.693237 270.587280,364.405670 271.423370,353.719543 
+	C271.725006,349.864288 272.011932,345.108124 266.025299,343.094604 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M289.770996,192.019424 
+	C268.455048,203.983719 241.560104,196.361465 230.804596,168.193100 
+	C226.187256,156.100433 223.448639,143.738800 224.723846,130.767014 
+	C225.768021,120.145340 232.775620,110.121201 245.626007,109.440903 
+	C253.867233,109.004608 261.307343,110.750862 268.714874,113.660057 
+	C281.474854,118.671371 292.711884,126.151878 300.853302,137.134003 
+	C312.062927,152.254913 309.923584,177.660858 292.121277,190.383209 
+	C291.445740,190.865982 290.768066,191.345734 289.770996,192.019424 
+M282.729614,144.782272 
+	C274.045776,136.685852 264.176361,130.676590 252.448685,128.240036 
+	C246.223221,126.946625 243.533508,129.096710 243.271759,135.291199 
+	C242.733109,148.038925 246.527115,159.634094 253.446915,170.175720 
+	C256.798309,175.281235 261.805573,178.333801 268.042511,178.641693 
+	C276.505432,179.059448 283.116821,175.487442 286.817749,167.920761 
+	C290.793671,159.791870 289.387024,152.056198 282.729614,144.782272 
+z"/>
+<path fill="#000000" opacity="1.000000" stroke="none" 
+	d="
+M2.981719,330.624420 
+	C3.469299,315.914185 4.234450,301.703766 12.419411,289.158325 
+	C20.108347,277.373199 34.715473,273.579742 46.325615,281.427185 
+	C64.180710,293.495697 76.525635,309.613647 80.078362,331.486633 
+	C82.664780,347.410400 69.277794,366.040131 51.659126,371.046875 
+	C28.319597,377.679382 4.147215,359.769440 3.631967,335.488342 
+	C3.600584,334.009430 3.296778,332.536316 2.981719,330.624420 
+M52.085789,312.415131 
+	C48.734608,308.058197 45.337826,303.726013 40.902565,300.397430 
+	C32.745247,294.275421 28.856056,295.316284 25.463673,304.870850 
+	C22.029230,314.543854 20.939116,324.525879 22.171757,334.793640 
+	C23.150904,342.949860 27.025640,348.828491 34.628159,352.010925 
+	C42.207897,355.183807 49.125015,353.348511 54.969864,348.124329 
+	C61.361965,342.410980 62.284939,334.992645 59.929329,327.058899 
+	C58.396729,321.897125 55.511456,317.404541 52.085789,312.415131 
+z"/>
+</svg>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/resume.css	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,161 @@
+:root {
+  --text: var(--black);
+  --graytext: var(--gray);
+  --lighttext: var(--lightgray);
+}
+
+.sub-header {
+  display: flex;
+  margin-top: 20px;
+  align-items: center;
+  gap: 5px;
+}
+
+.line {
+  flex-grow: 1;
+  border-bottom: 1px solid var(--darkgray);
+}
+
+.header-firstname-style {
+    font-size: 32pt;
+    font-family: "Roboto Light", sans-serif;
+    color: var(--graytext);
+}
+
+.header-lastname-style {
+    font-size: 32pt;
+    font-family: "Roboto", sans-serif;
+    font-weight: bold;
+    color: var(--text);
+}
+
+.header-position-style {
+    font-size: 7.6pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-variant: small-caps;
+    color: var(--awesome);
+}
+
+.header-address-style {
+    font-size: 8pt;
+    font-family: "Roboto", sans-serif;
+    font-style: italic;
+    color: var(--lighttext);
+}
+
+.header-social-style {
+    font-size: 10pt;
+    font-family: "Roboto", sans-serif;
+    color: var(--text);
+}
+
+.header-quote-style {
+    font-size: 9pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-style: italic;
+    color: var(--darktext);
+}
+
+.footer-style {
+    font-size: 8pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-variant: small-caps;
+    color: var(--lighttext);
+}
+
+.section-style {
+    font-size: 16pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-weight: bold;
+    color: var(--text);
+}
+
+.subsection-style {
+    font-size: 12pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-variant: small-caps;
+    color: var(--text);
+}
+
+.paragraph-style {
+    font-size: 9pt;
+    font-family: "Source Sans Pro Light", sans-serif;
+    color: var(--text);
+}
+
+.entry-title-style {
+    font-size: 10pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-weight: bold;
+    color: var(--darktext);
+}
+
+.entry-position-style {
+    font-size: 8pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-variant: small-caps;
+    color: var(--graytext);
+}
+
+.entry-date-style {
+    font-size: 8pt;
+    font-family: "Source Sans Pro Light", sans-serif;
+    font-style: italic;
+    color: var(--graytext);
+}
+
+.entry-location-style {
+    font-size: 9pt;
+    font-family: "Source Sans Pro Light", sans-serif;
+    font-style: italic;
+    color: var(--awesome);
+}
+
+.description-style {
+    font-size: 9pt;
+    font-family: "Source Sans Pro Light", sans-serif;
+    color: var(--text);
+}
+
+.subentry-title-style {
+    font-size: 8pt;
+    font-family: "Source Sans Pro", sans-serif;
+    color: var(--graytext);
+}
+
+.subentry-position-style {
+    font-size: 7pt;
+    font-family: "Source Sans Pro", sans-serif;
+    font-variant: small-caps;
+    color: var(--graytext);
+}
+
+.honor-title-style,
+.honor-position-style,
+.honor-date-style,
+.honor-location-style,
+.skill-type-style,
+.skill-set-style {
+    font-size: 9pt;
+    font-family: "Source Sans Pro", sans-serif;
+    color: var(--graytext);
+}
+
+.letter-section-style,
+.recipient-title-style,
+.letter-title-style,
+.letter-date-style,
+.letter-text-style,
+.letter-name-style,
+.letter-enclosure-style {
+    font-family: "Source Sans Pro", sans-serif;
+}
+
+.info {
+  text-align: center;
+}
+
+.flex-box {
+  display: flex;
+  justify-content: space-between;
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/resume/index.html	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,237 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    {{/parts/base_head.html}}
+    <link rel="preload" href="resume.css" as="style" />
+    <link rel="stylesheet" href="resume.css" />
+  </head>
+  <body>
+    <main>
+      <div class="info">
+        <p><span class="header-firstname-style"> JUNTAE </span><span class="header-lastname-style">PARK</span><p>
+        <p class="header-position-style"> SOFTWARE ENGINEER </p>
+        <div class="header-address-style"> 
+          Bay Area, CA, USA
+        </div>
+        <div class="header-social-style">
+          <p> <a href="tel:+016505311728">(US) 650-531-1728</a> | <a href="tel:+014375808026">(CA) 437-580-8026</a> | <a href="mailto:[email protected]"> [email protected] </a>| <a href="https://github.com/mrjunejune"> 
+               <svg viewBox="0 0 16 16" aria-hidden="true" width="12" height="12">
+                 <path
+		 			fill="currentColor"
+		 			d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"
+                       ></path>
+               </svg> mrjunejune
+          </a>| <a href="https://www.linkedin.com/in/junepark"> 
+             <svg width="12" height="12" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
+               <path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
+             </svg>
+            junepark
+            </a>
+          </p>
+        </div>
+      </div>
+
+      <div class="sub-header">
+        <h2 class="section-style"> Summary </h2>
+        <div class="line"></div>
+      </div>
+      <p class="paragraph-style">Software Engineer with 9 years of hands-on experience across diverse tech stacks, from early-stage startups to FANG-scale systems. Adept in designing and delivering robust software solutions using modern languages, frameworks, and cloud platforms. <br><br> Open to impactful work.</p>
+      <div class="sub-header">
+
+        <h2 class="section-style"> Skills </h2>
+        <div class="line"></div>
+      </div>
+      <div class="paragraph-style">
+        <p>
+          <span class="entry-title-style"> Programming Languages:</span>
+          <span class="skill-type-style"> TypeScript, Python, C/C++, Ruby, Java, MATLAB </span>
+        </p>
+        <p> 
+          <span class="entry-title-style">Tools & Platforms:</span>
+          <span class="skill-type-style">Bazel, PostgresSQL, Mercurial, Git, Pands, Raylib, XCode</span>
+        </p>
+        <p>
+          <span class="entry-title-style"> Web Frameworks: </span>
+          <span class="skill-type-style"> Django, Rails, React, Flask</span>
+        </p>
+        <p>
+          <span class="entry-title-style"> DevOp:</span>
+          <span class="skill-type-style"> Plummi, Heroku, DigitalOcean, AWS, Google Cloud </span>
+        </p>
+        <p>
+          <span class="entry-title-style"> Language:</span>
+          <span class="skill-type-style"> English, Korean, Japanese </span>
+        </p>
+      </div>
+
+      <!-- Experiences -->
+     <div class="sub-header">
+        <h2 class="section-style"> Experience </h2>
+        <div class="line"></div>
+      </div>
+      <div class="flex-box">
+        <p class="entry-title-style">
+          <a href="https://www.meta.com/">Meta</a>
+        </p>
+        <p class="entry-location-style">San Francisco, CA, USA</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">SOFTWARE ENGINEER</p>
+        <p class="entry-date-style">Oct, 2024 - Present</p>
+      </div>
+      <ul class="description-style">
+        <li>
+          Took initiative on Channel Value Rule, targeting the 16% of ad traffic with both app and web destinations to improve value attribution and ROI.
+        </li>
+        <li>
+          Built full-stack features using React and Hack/GraphQL, contributing to scalable, production-ready systems.
+        </li>
+        <li>
+          Partnered with data science to design A/B tests and analyze revenue impact of ads destination.
+        </li>
+        <li>
+          Proposed and implemented alpha improvements to internal testing infrastructure, reducing test time by 50% and enhancing developer velocity.
+        </li>
+      </ul>
+      <div class="flex-box">
+        <p class="entry-title-style">
+          <a href="https://www.wmg.com/">Warner Music Group</a>
+        </p>
+        <p class="entry-location-style">Toronto, ON, Canada</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">TECHNICAL LEAD ENGINEER</p>
+        <p class="entry-date-style">July, 2023 - Sept, 2024</p>
+      </div>
+      <ul class="description-style">
+        <li>
+          Implements <a href="https://bazel.build/">bazel </a>structure for the company for TypeScript and JavaScript code base for hermiticity and stablishing standards for JavaScript and
+        </li>
+        <li>
+          TypeScript testing and code structures.
+        </li>
+        <li>
+          Led a team of five engineers in building GraphQL endpoints for client-facing applications using Apollo and AppSync, supporting over 2000 RPS and auto scaling depending on request values.
+        </li>
+        <li>
+          Improved application response times by up to 85% for graphQL response by updating database schema and SQL queries, eliminating N+1 queries and lack of indexes.
+        </li>
+        <li>
+          Developed CI/CD pipelines for backend structures.
+        </li>
+        <li>
+          Designed infrastructure for pub/sub, caching, and media processing logic.
+        </li>
+      </ul>
+
+      <div class="flex-box">
+        <p class="entry-title-style">
+          <a href="https://www.google.com/">Google</a>
+        </p>
+        <p class="entry-location-style">Toronto, ON, Canada</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">SOFTWARE ENGINEER</p>
+        <p class="entry-date-style">Feb, 2022 - July 2023</p>
+      </div>
+      <ul class="description-style">
+        <li>
+          Implements and maintained new features relating to App Script across google workspace platform including Gmail, sheets, and Docs.</li>
+        <li>
+          Improved a response time and render time of App Script hover card components.</li>
+        <li>
+          Collaborated with a team of developers to ensure timely and accurate delivery of features.</li>
+        <li>
+          Conducted user testing and gathered feedback to iterate on features for optimal user experience.</li>
+      </ul>
+
+      <div class="flex-box">
+        <p class="entry-title-style">
+          <a href="https://www.everlywell.com/">Everlywell</a>
+        </p>
+        <p class="entry-location-style">Toronto, ON, Canada</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">SOFTWARE ENGINEER</p>
+        <p class="entry-date-style">December, 2020 - Jan, 2022</p>
+      </div>
+      <ul class="description-style">
+        <li>
+          Maintained Amazon amplify apps to create and deploy React web applications for companies such as <a href="https://brooklynnets.everlywell.com/">NBA</a>, <a href="https://tinder.everlywell.com/">Tinder</a>, and other companies for COVID-19 at-home test kits.</li>
+        <li>
+          Implemented a script that helps accurately access and refund unused covid test kits; helping company save up to 200,000 USD.</li>
+        <li>
+          Created several Rails controllers for internal purposes; mocking end to end user experience for QA, mass refund features for CX department, and more, ultimately reducing support tickets amount by 50 percent.</li>
+        <li>
+          Implemented an audit table to help debug problems and logged which process was responsible for the change of the record using PaperTrail gems</li>
+      </ul>
+
+      <div class="flex-box">
+        <p class="entry-title-style">
+          <a href="https://www.spiria.com/">Spiria</a>
+        </p>
+        <p class="entry-location-style">Oakville, ON, Canada</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">SOFTWARE ENGINEER</p>
+        <p class="entry-date-style">October, 2018 - October, 2020</p>
+      </div>
+      <ul class="description-style">
+        <li>
+          Constructed RESTful API endpoints in multiple different frameworks such as Django, Ruby on Rails, and Flask and automated API documentation process using swagger.
+        </li>
+        <li>
+          Designed custom rake tasks for importing production data into newly updated data structure to meet client's needs.
+        </li>
+        <li>
+          Maintained or updated staging/productions servers. Debugged problems in production postgres database using ssh and postgres console on Heroku or AWS servers
+        </li>
+        <li>
+          Collaborated in creating automation python scripts for websites and application using selenium covering for QA eliminating 80% of QA's manual work
+        </li>
+      </ul>
+
+      <div class="flex-box">
+        <p class="entry-title-style">
+          <a href="https://www.apexscore.ai/">Apex Score</a>
+        </p>
+        <p class="entry-location-style">Oakville, ON, Canada</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">SOFTWARE ENGINEER</p>
+        <p class="entry-date-style">September, 2019 - October, 2020</p>
+      </div>
+      <ul class="description-style">
+        <li>
+          Developed custom Shapley value regression model to calculate importance of independent variables of data sets using sklearn, pandas, and numpy.
+        </li>
+        <li>
+          Created custom image uploader to Amazon s3 bucket using boto3 library.
+        </li>
+        <li>
+          Built RESTful API application using Flask framework and automated extensive API documentation pages using flask-restplus, pytest, and swagger, covering 95% of the code base.
+        </li>
+        <li>
+          Created an interactive graph using D3.js in Vue.js with data from Flask backend API. 
+        </li>
+      </ul>
+
+     <div class="sub-header">
+        <h2 class="section-style"> Education </h2>
+        <div class="line"></div>
+      </div>
+      <div class="flex-box">
+        <p class="entry-title-style">
+          University of British Columbia
+        </p>
+        <p class="entry-location-style">Kelowna, British Columbia</p>
+      </div>
+      <div class="flex-box">
+        <p class="entry-position-style">BACHELOR OF SCIENCE IN PHYSICS</p>
+        <p class="entry-date-style">2014 - 2018</p>
+      </div>
+      <div id="footer"></div>
+    </main>
+    <script href="index.js"></script>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/resume/index.js	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,8 @@
+function loadComponent(ele, file_path)
+{
+  fetch(file_path)
+    .then(response => response.text())
+    .then(data => ele.innerHTML = data)
+}
+loadComponent(header, 'header.html');
+loadComponent(footer, 'footer.html');
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/tools/index.css	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,55 @@
+.title {
+  color: var(--darkgray);
+}
+
+.nav-list {
+  list-style: none;
+  padding: 0;
+}
+
+.nav-list li {
+  display: flex;
+  align-items: center;
+  margin-bottom: 20px;
+  cursor: pointer;
+  group; 
+}
+
+/* The Mini Sphere */
+.sphere {
+  width: 12px;
+  height: 12px;
+  border-radius: 50%;
+  margin-right: 15px;
+  background: var(--darkgray);
+  box-shadow: 0 0 10px rgba(68, 136, 255, 0.5);
+  transition: all 0.3s ease;
+  opacity: 0.5; /* Dim when not active */
+}
+
+/* The Text */
+.nav-list a {
+  color: var(--darkgray);
+  text-decoration: none;
+  font-size: 1.2rem;
+  transition: color 0.3s ease;
+}
+
+/* Hover Effects */
+.nav-list li:hover .sphere {
+  opacity: 1;
+  transform: scale(1.5);
+  box-shadow: 0 0 20px var(--awesome);
+  animation: pulse 1.5s infinite; /* Only pulses on hover */
+}
+
+.nav-list li:hover a {
+  color: var(--awesome);
+}
+
+/* Simple pulse animation for the list version */
+@keyframes pulse {
+  0% { box-shadow: 0 0 0 0 rgba(68, 136, 255, 0.7); }
+  70% { box-shadow: 0 0 0 10px rgba(68, 136, 255, 0); }
+  100% { box-shadow: 0 0 0 0 rgba(68, 136, 255, 0); }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/tools/index.html	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    {{/parts/base_head.html}}
+    <link rel="stylesheet" href="/tools/index.css" />
+  </head>
+  <body>
+      {{/parts/header.html}}
+     <main>
+       <h1 class="title"> Tools </h1>
+       <ul class="nav-list">
+         <li><div class="sphere"></div><a href="/tools/markdown_to_html">MarkDown to HTML</a></li>
+       </ul>
+     </main>
+  </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/tools/markdown_to_html/index.css	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,183 @@
+* {
+  margin: 0;
+  padding: 0;
+  box-sizing: border-box;
+}
+
+body {
+  line-height: 1.6;
+  padding: 20px;
+  max-width: 1200px;
+  margin: 0 auto;
+  background: rgb(var(--gray-light));
+}
+
+button {
+  background: var(--accent);
+  color: var(--white);
+  border: none;
+  padding: 10px 20px;
+  border-radius: 4px;
+  cursor: pointer;
+  font-size: 16px;
+  margin-top: 10px;
+}
+
+.title button {
+  margin-top: 0px;
+}
+
+button:hover {
+  background: var(--accent-dark);
+}
+
+h1 {
+  color: var(--darkgray);
+  margin-bottom: 20px;
+}
+
+textarea {
+  width: 100%;
+  height: 500px;
+  padding: 15px;
+  border: 1px solid rgb(var(--gray-light));
+  border-radius: 4px;
+  font-family: 'Courier New', monospace;
+  font-size: 14px;
+  resize: vertical;
+}
+
+.container {
+  display: grid;
+  grid-template-columns: 1fr 1fr;
+  gap: 20px;
+  margin-top: 20px;
+}
+
+.title {
+  display: grid;
+  place-items: center;
+  grid-template-columns: 1fr 1fr;
+  margin-bottom: 10px;
+}
+
+.panel {
+  background: var(--white);
+  border-radius: 8px;
+  padding: 20px;
+  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
+}
+
+#output {
+  min-height: 500px;
+  padding: 15px;
+  border: 1px solid rgb(var(--gray-light));
+  border-radius: 4px;
+  background: rgb(var(--gray-light));
+}
+
+#output h1, #output h2, #output h3, #output h4, #output h5, #output h6 {
+  margin: 20px 0 10px 0;
+  color: var(--darkgray);
+}
+
+#output h1 { font-size: 2em; }
+#output h2 { font-size: 1.5em; }
+#output h3 { font-size: 1.3em; }
+
+#output p {
+  margin: 10px 0;
+}
+
+#output ul, #output ol {
+  margin: 10px 0;
+  padding-left: 30px;
+}
+
+#output li {
+  margin: 5px 0;
+}
+
+#output code {
+  background: rgb(var(--gray-light));
+  padding: 2px 6px;
+  border-radius: 3px;
+  font-family: 'Courier New', monospace;
+  font-size: 0.9em;
+}
+
+#output pre {
+  background: #282c34;
+  color: #abb2bf;
+  padding: 15px;
+  border-radius: 4px;
+  overflow-x: auto;
+  margin: 10px 0;
+}
+
+#output pre code {
+  background: none;
+  color: inherit;
+  padding: 0;
+}
+
+#output blockquote {
+  border-left: 4px solid rgb(var(--gray-light));
+  padding-left: 15px;
+  margin: 10px 0;
+  color: var(--gray);
+  font-style: italic;
+}
+
+#output a {
+  color: var(--accent);
+  text-decoration: none;
+}
+
+#output a:hover {
+  text-decoration: underline;
+}
+
+#output hr {
+  border: none;
+  border-top: 2px solid rgb(var(--gray-light));
+  margin: 20px 0;
+}
+
+#output img {
+  max-width: 100%;
+  height: auto;
+}
+
+#output strong {
+  font-weight: bold;
+}
+
+#output em {
+  font-style: italic;
+}
+
+#output del {
+  text-decoration: line-through;
+}
+
+.header {
+  text-align: center;
+  margin-bottom: 30px;
+}
+
+.label {
+  font-weight: bold;
+  margin-bottom: 10px;
+  color: var(--gray);
+}
+
+.title .label {
+  margin-bottom: 0px;
+}
+
+@media (max-width: 768px) {
+  .container {
+    grid-template-columns: 1fr;
+  }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mrjunejune/src/tools/markdown_to_html/index.html	Thu Jan 01 13:01:10 2026 -0800
@@ -0,0 +1,101 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Markdown to HTML Converter</title>
+    {{/parts/base_head.html}}
+    <link rel="stylesheet" href="markdown_to_html/index.css" />
+</head>
+<body>
+    {{/parts/header.html}}
+    <div class="header">
+        <h1>Markdown to HTML Converter</h1>
+    </div>
+    
+    <div class="container">
+        <div class="panel">
+            <div class="label">Markdown Input</div>
+            <textarea id="input" placeholder="Type your markdown here..."># Welcome to Markdown Converter
+
+## Features
+
+This converter supports:
+
+- **Bold text** and *italic text*
+- [Links](https://example.com)
+- `inline code`
+- ~~strikethrough~~
+
+### Lists
+
+1. Ordered lists
+2. Like this one
+3. With numbers
+
+- Unordered lists
+- Use dashes
+- Or asterisks
+
+### Code Blocks
+
+```
+function example() {
+    return "Hello World";
+}
+```
+
+### Blockquotes
+
+> This is a blockquote
+> It can span multiple lines
+
+---
+
+### Images
+
+![Alt text](https://via.placeholder.com/150)
+
+**Try editing this text!**</textarea>
+        </div>
+        
+        <div class="panel">
+            <div class="title">
+              <div class="label">HTML Output</div>
+              <button id="copy"> Copy </button>
+            </div>
+            <div id="output"></div>
+        </div>
+    </div>
+
+    <script src="/markdown_to_html.js"></script>
+    <script>
+        function convert() {
+          output.innerHTML = '';
+          const markdown = input.value;
+          renderMarkdown(output, markdown);
+        }
+        input.addEventListener('input', convert);
+        
+        convert();
+
+        copy.addEventListener('click', () => {
+          const htmlBlob = new Blob([output.innerHTML], { type: 'text/html'});
+          const textBlob = new Blob([output.innerText], { type: 'text/plain'});
+          const data = [new ClipboardItem({
+            'text/html': htmlBlob,
+            'text/plain': textBlob
+          })];
+          navigator.clipboard.write(data).then(() => {
+            copy.textContent = "Copied!";
+            setTimeout(() => {
+              copy.textContent = "Copy";
+              copy.classList.remove('success');
+            }, 1000);
+          }).catch(err => {
+            console.error('Failed to copy: ', err);
+          });
+        });
+    </script>
+</body>
+</html>