mirror of
				https://code.rhodecode.com/u/OOOOOOOOOOOOOOOO/OOOOOOOOOOOOOOOO/0080-0-8-088-00-080-00-880-8-0-0800
				synced 2025-10-25 23:10:57 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19142 lines
		
	
	
		
			697 KiB
		
	
	
	
		
			Mathematica
		
	
	
	
	
	
			
		
		
	
	
			19142 lines
		
	
	
		
			697 KiB
		
	
	
	
		
			Mathematica
		
	
	
	
	
	
| (* Content-type: application/vnd.wolfram.mathematica *)
 | |
| 
 | |
| (*** Wolfram Notebook File ***)
 | |
| (* http://www.wolfram.com/nb *)
 | |
| 
 | |
| (* CreatedBy='Mathematica 12.1' *)
 | |
| 
 | |
| (*CacheID: 234*)
 | |
| (* Internal cache information:
 | |
| NotebookFileLineBreakTest
 | |
| NotebookFileLineBreakTest
 | |
| NotebookDataPosition[       158,          7]
 | |
| NotebookDataLength[    694417,      19133]
 | |
| NotebookOptionsPosition[    693185,      19103]
 | |
| NotebookOutlinePosition[    694121,      19130]
 | |
| CellTagsIndexPosition[    694078,      19127]
 | |
| WindowFrame->Normal*)
 | |
| 
 | |
| (* Beginning of Notebook Content *)
 | |
| Notebook[{
 | |
| Cell[BoxData[{
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{"FabiusF", "::", "usage"}], "=", 
 | |
|    "\"\<FabiusF[x] gives the value of the Fabius function F(x) for a \
 | |
| non-negative real argument x.\>\""}], ";"}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{"Macros`SetArgumentCount", "[", 
 | |
|    RowBox[{"FabiusF", ",", "1"}], "]"}], ";"}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{"SyntaxInformation", "[", "FabiusF", "]"}], "=", 
 | |
|    RowBox[{"{", 
 | |
|     RowBox[{"\"\<ArgumentsPattern\>\"", "\[Rule]", 
 | |
|      RowBox[{"{", "_", "}"}]}], "}"}]}], ";"}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{"SetAttributes", "[", 
 | |
|    RowBox[{"FabiusF", ",", 
 | |
|     RowBox[{"{", 
 | |
|      RowBox[{"NumericFunction", ",", "Listable"}], "}"}]}], "]"}], 
 | |
|   ";"}], "\[IndentingNewLine]", 
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{
 | |
|     RowBox[{"Derivative", "[", "n_Integer", "]"}], "[", "FabiusF", "]"}], ":=", 
 | |
|    RowBox[{
 | |
|     RowBox[{
 | |
|      RowBox[{"2", "^", 
 | |
|       RowBox[{"(", 
 | |
|        RowBox[{"n", " ", 
 | |
|         RowBox[{
 | |
|          RowBox[{"(", 
 | |
|           RowBox[{"n", "+", "1"}], ")"}], "/", "2"}]}], ")"}]}], " ", 
 | |
|      RowBox[{"FabiusF", "[", 
 | |
|       RowBox[{
 | |
|        RowBox[{"2", "^", "n"}], " ", "#"}], "]"}]}], "&"}]}], 
 | |
|   "\[IndentingNewLine]", 
 | |
|   RowBox[{"(*", 
 | |
|    RowBox[{
 | |
|     RowBox[{"https", ":"}], "//", 
 | |
|     RowBox[{
 | |
|      RowBox[{
 | |
|       RowBox[{"mathematica", ".", "stackexchange", ".", "com"}], "/", "a"}], 
 | |
|      "/", "13245"}]}], "*)"}]}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{"powerOfTwoQ", "[", "n_", "]"}], ":=", 
 | |
|   RowBox[{
 | |
|    RowBox[{"IntegerQ", "[", "n", "]"}], "&&", 
 | |
|    RowBox[{
 | |
|     RowBox[{"BitAnd", "[", 
 | |
|      RowBox[{"n", ",", 
 | |
|       RowBox[{"n", "-", "1"}]}], "]"}], "\[Equal]", 
 | |
|     "0"}]}]}], "\[IndentingNewLine]", 
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{"FabiusF", "[", "Infinity", "]"}], "=", 
 | |
|    RowBox[{"Interval", "[", 
 | |
|     RowBox[{"{", 
 | |
|      RowBox[{
 | |
|       RowBox[{"-", "1"}], ",", "1"}], "}"}], "]"}]}], ";"}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{"FabiusF", "[", 
 | |
|     RowBox[{"x_", "?", "NumberQ"}], "]"}], "/;", 
 | |
|    RowBox[{"If", "[", 
 | |
|     RowBox[{
 | |
|      RowBox[{
 | |
|       RowBox[{"0", "\[LessEqual]", 
 | |
|        RowBox[{"Re", "[", "x", "]"}]}], "&&", 
 | |
|       RowBox[{
 | |
|        RowBox[{"Im", "[", "x", "]"}], "\[Equal]", "0"}]}], ",", 
 | |
|      RowBox[{"powerOfTwoQ", "[", 
 | |
|       RowBox[{"Denominator", "[", "x", "]"}], "]"}], ",", 
 | |
|      RowBox[{
 | |
|       RowBox[{"Message", "[", 
 | |
|        RowBox[{
 | |
|         RowBox[{"FabiusF", "::", "realnn"}], ",", "x"}], "]"}], ";", 
 | |
|       "False"}]}], "]"}]}], ":=", 
 | |
|   RowBox[{"iFabiusF", "[", "x", "]"}]}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{"ariasD", "[", "0", "]"}], "=", "1"}], ";"}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{
 | |
|    RowBox[{"ariasD", "[", 
 | |
|     RowBox[{"n_Integer", "?", "Positive"}], "]"}], ":=", 
 | |
|    RowBox[{
 | |
|     RowBox[{"ariasD", "[", "n", "]"}], "=", 
 | |
|     RowBox[{
 | |
|      RowBox[{"Sum", "[", 
 | |
|       RowBox[{
 | |
|        RowBox[{
 | |
|         RowBox[{"2", "^", 
 | |
|          RowBox[{"(", 
 | |
|           RowBox[{
 | |
|            RowBox[{"(", 
 | |
|             RowBox[{
 | |
|              RowBox[{"k", " ", 
 | |
|               RowBox[{"(", 
 | |
|                RowBox[{"k", "-", "1"}], ")"}]}], "-", 
 | |
|              RowBox[{"n", " ", 
 | |
|               RowBox[{"(", 
 | |
|                RowBox[{"n", "-", "1"}], ")"}]}]}], ")"}], "/", "2"}], ")"}]}],
 | |
|          " ", 
 | |
|         RowBox[{
 | |
|          RowBox[{"ariasD", "[", "k", "]"}], "/", 
 | |
|          RowBox[{
 | |
|           RowBox[{"(", 
 | |
|            RowBox[{"n", "-", "k", "+", "1"}], ")"}], "!"}]}]}], ",", 
 | |
|        RowBox[{"{", 
 | |
|         RowBox[{"k", ",", "0", ",", 
 | |
|          RowBox[{"n", "-", "1"}]}], "}"}]}], "]"}], "/", 
 | |
|      RowBox[{"(", 
 | |
|       RowBox[{
 | |
|        RowBox[{"2", "^", "n"}], "-", "1"}], ")"}]}]}]}], 
 | |
|   ";"}], "\[IndentingNewLine]", 
 | |
|  RowBox[{
 | |
|   RowBox[{"tri", "[", "x_", "]"}], ":=", 
 | |
|   RowBox[{"Piecewise", "[", 
 | |
|    RowBox[{
 | |
|     RowBox[{"{", 
 | |
|      RowBox[{"{", 
 | |
|       RowBox[{
 | |
|        RowBox[{"2", "-", "x"}], ",", 
 | |
|        RowBox[{"x", ">", "1"}]}], "}"}], "}"}], ",", "x"}], "]"}]}], "\n", 
 | |
|  RowBox[{
 | |
|   RowBox[{"iFabiusF", "[", "x_", "]"}], ":=", 
 | |
|   RowBox[{"Module", "[", 
 | |
|    RowBox[{
 | |
|     RowBox[{"{", 
 | |
|      RowBox[{
 | |
|       RowBox[{"prec", "=", 
 | |
|        RowBox[{"Precision", "[", "x", "]"}]}], ",", 
 | |
|       RowBox[{"s", "=", "1"}], ",", 
 | |
|       RowBox[{"y", "=", "0"}], ",", 
 | |
|       RowBox[{"z", "=", 
 | |
|        RowBox[{"SetPrecision", "[", 
 | |
|         RowBox[{"x", ",", "Infinity"}], "]"}]}], ",", "n", ",", "p", ",", "q",
 | |
|        ",", "tol", ",", "w"}], "}"}], ",", 
 | |
|     RowBox[{
 | |
|      RowBox[{"z", "=", 
 | |
|       RowBox[{"If", "[", 
 | |
|        RowBox[{
 | |
|         RowBox[{"0", "\[LessEqual]", "z", "\[LessEqual]", "2"}], ",", 
 | |
|         RowBox[{"tri", "[", "z", "]"}], ",", 
 | |
|         RowBox[{
 | |
|          RowBox[{"q", "=", 
 | |
|           RowBox[{"Quotient", "[", 
 | |
|            RowBox[{"z", ",", "2"}], "]"}]}], ";", "\[IndentingNewLine]", 
 | |
|          RowBox[{"(*", 
 | |
|           RowBox[{
 | |
|            RowBox[{"can", " ", "replace", " ", 
 | |
|             RowBox[{"ThueMorse", "[", "]"}], " ", "with", " ", "the", " ", 
 | |
|             "implementation", " ", "in", " ", 
 | |
|             RowBox[{"https", ":"}]}], "//", 
 | |
|            RowBox[{
 | |
|             RowBox[{
 | |
|              RowBox[{"mathematica", ".", "stackexchange", ".", "com"}], "/", 
 | |
|              "a"}], "/", "89351"}]}], "*)"}], 
 | |
|          RowBox[{"If", "[", 
 | |
|           RowBox[{
 | |
|            RowBox[{
 | |
|             RowBox[{"ThueMorse", "[", "q", "]"}], "\[Equal]", "1"}], ",", 
 | |
|            RowBox[{"s", "=", 
 | |
|             RowBox[{"-", "1"}]}]}], "]"}], ";", 
 | |
|          RowBox[{"tri", "[", 
 | |
|           RowBox[{"z", "-", 
 | |
|            RowBox[{"2", " ", "q"}]}], "]"}]}]}], "]"}]}], ";", 
 | |
|      "\[IndentingNewLine]", 
 | |
|      RowBox[{"tol", "=", 
 | |
|       RowBox[{"10", "^", 
 | |
|        RowBox[{"(", 
 | |
|         RowBox[{"-", "prec"}], ")"}]}]}], ";", "\[IndentingNewLine]", 
 | |
|      RowBox[{"While", "[", 
 | |
|       RowBox[{
 | |
|        RowBox[{"z", ">", "0"}], ",", 
 | |
|        RowBox[{
 | |
|         RowBox[{"n", "=", 
 | |
|          RowBox[{"-", 
 | |
|           RowBox[{"Floor", "[", 
 | |
|            RowBox[{"RealExponent", "[", 
 | |
|             RowBox[{"z", ",", "2"}], "]"}], "]"}]}]}], ";", 
 | |
|         RowBox[{"p", "=", 
 | |
|          RowBox[{"2", "^", "n"}]}], ";", 
 | |
|         RowBox[{"z", "-=", 
 | |
|          RowBox[{"1", "/", "p"}]}], ";", 
 | |
|         RowBox[{"w", "=", "1"}], ";", "\[IndentingNewLine]", 
 | |
|         RowBox[{"Do", "[", 
 | |
|          RowBox[{
 | |
|           RowBox[{
 | |
|            RowBox[{"w", "=", 
 | |
|             RowBox[{
 | |
|              RowBox[{"ariasD", "[", "m", "]"}], "+", 
 | |
|              RowBox[{"p", " ", "z", " ", 
 | |
|               RowBox[{"w", "/", 
 | |
|                RowBox[{"(", 
 | |
|                 RowBox[{"n", "-", "m", "+", "1"}], ")"}]}]}]}]}], ";", 
 | |
|            RowBox[{"p", "/=", "2"}]}], ",", 
 | |
|           RowBox[{"{", 
 | |
|            RowBox[{"m", ",", "n"}], "}"}]}], "]"}], ";", 
 | |
|         "\[IndentingNewLine]", 
 | |
|         RowBox[{"y", "=", 
 | |
|          RowBox[{"w", "-", "y"}]}], ";", "\[IndentingNewLine]", 
 | |
|         RowBox[{"If", "[", 
 | |
|          RowBox[{
 | |
|           RowBox[{
 | |
|            RowBox[{"Abs", "[", "w", "]"}], "<", 
 | |
|            RowBox[{
 | |
|             RowBox[{"Abs", "[", "y", "]"}], " ", "tol"}]}], ",", 
 | |
|           RowBox[{"Break", "[", "]"}]}], "]"}]}]}], "]"}], ";", 
 | |
|      "\[IndentingNewLine]", 
 | |
|      RowBox[{"SetPrecision", "[", 
 | |
|       RowBox[{
 | |
|        RowBox[{"s", " ", 
 | |
|         RowBox[{"Abs", "[", "y", "]"}]}], ",", "prec"}], "]"}]}]}], 
 | |
|    "]"}]}]}], "Input",
 | |
|  TextAlignment->Center,
 | |
|  FontFamily->"Go Noto Ancient",
 | |
|  FontSize->10,
 | |
|  FontWeight->"Normal",
 | |
|  CellLabel->
 | |
|   "3/26/24 12:54:52 \
 | |
| In[660]:=",ExpressionUUID->"06fa0d48-06c9-421b-ad36-d16081eb5b97"],
 | |
| 
 | |
| Cell[CellGroupData[{
 | |
| 
 | |
| Cell[BoxData[{
 | |
|  RowBox[{
 | |
|   RowBox[{"\:15dd", "=", "1024"}], ";"}], "\[IndentingNewLine]", 
 | |
|  RowBox[{"\:15e9\:2724\:15e9", "=", 
 | |
|   RowBox[{"TableForm", "[", 
 | |
|    RowBox[{
 | |
|     RowBox[{"Table", "[", 
 | |
|      RowBox[{
 | |
|       RowBox[{"{", 
 | |
|        RowBox[{
 | |
|         RowBox[{"NumberForm", "[", 
 | |
|          RowBox[{"PercentForm", "[", 
 | |
|           RowBox[{
 | |
|            RowBox[{"N", "[", 
 | |
|             RowBox[{"Abs", "[", 
 | |
|              RowBox[{"TriangleWave", "[", 
 | |
|               RowBox[{"x", "/", "4"}], "]"}], "]"}], "]"}], ",", "Infinity"}],
 | |
|            "]"}], "]"}], ",", "\"\< \>\"", ",", "\"\<{OPACITY:CALC(\>\"", " ",
 | |
|          ",", 
 | |
|         RowBox[{"FabiusF", "[", 
 | |
|          RowBox[{"x", "*", "2"}], "]"}], ",", "\"\<)}\>\""}], "}"}], ",", 
 | |
|       RowBox[{"{", 
 | |
|        RowBox[{"x", ",", 
 | |
|         RowBox[{"Flatten", "[", 
 | |
|          RowBox[{"{", 
 | |
|           RowBox[{
 | |
|            RowBox[{"Range", "[", 
 | |
|             RowBox[{"0", ",", "\:15dd"}], "]"}], "/", "\:15dd"}], "}"}], 
 | |
|          "]"}]}], "}"}]}], "]"}], ",", 
 | |
|     RowBox[{"TableSpacing", "\[Rule]", 
 | |
|      RowBox[{"{", 
 | |
|       RowBox[{"0", ",", "0"}], "}"}]}], ",", 
 | |
|     RowBox[{"TableAlignments", "\[Rule]", "Center"}]}], 
 | |
|    "]"}]}], "\[IndentingNewLine]", 
 | |
|  RowBox[{
 | |
|   RowBox[{"Export", "[", 
 | |
|    RowBox[{
 | |
|    "\"\<\|0168e0\:26aa\|0145e2\:26aa\:1513\:1515\:26aa\:15f1\:15f4\:26aa\:164f\
 | |
| \:26aa\:15e9\:26aa\:1d25\:26aa\:a5f3\:26aa\:4eba\:26aa\:15f1\:15f4\:26aa\:273b\
 | |
| \:26aa\:2699\:26aa\:0418N\:26aa\:24c4\:26aa\:a5b4\:26aa\:2724\:26aa\:15e9\
 | |
| \:26aa\:164f\:26aa\:a5b4\:26aa\:0418N\:26aa\:15e9\:26aa\:1cc0\:26aa\:0418N\
 | |
| \:26aa\:24c4\:26aa\:a5b4\:26aa\:2724\:26aa\:1450\:1455\:26aa\:0418N\:26aa\
 | |
| \:144e\:26aa\:a5f3\:26aa\:25ef\:26aa\:1513\:1515\:26aa\:144e\:26aa\:a5b4\:26aa\
 | |
| \:26ad\:26aa\:15e9\:26aa\:a5f3\:26aa\|01687c\:26aa\|0145e2\:26aa\|01f78b\:26aa\
 | |
| \|0145e2\:26aa\|01687c\:26aa\:a5f3\:26aa\:15e9\:26aa\:26ad\:26aa\:a5b4\:26aa\
 | |
| \:144e\:26aa\:1513\:1515\:26aa\:25ef\:26aa\:a5f3\:26aa\:144e\:26aa\:0418N\
 | |
| \:26aa\:1450\:1455\:26aa\:2724\:26aa\:a5b4\:26aa\:24c4\:26aa\:0418N\:26aa\
 | |
| \:1cc0\:26aa\:15e9\:26aa\:0418N\:26aa\:a5b4\:26aa\:164f\:26aa\:15e9\:26aa\
 | |
| \:2724\:26aa\:a5b4\:26aa\:24c4\:26aa\:0418N\:26aa\:2699\:26aa\:273b\:26aa\
 | |
| \:15f1\:15f4\:26aa\:4eba\:26aa\:a5f3\:26aa\:1d25\:26aa\:15e9\:26aa\:164f\:26aa\
 | |
| \:15f1\:15f4\:26aa\:1513\:1515\:26aa\|0145e2\:26aa\:d81a\:dce0\>\"", ",", 
 | |
|     "\:15e9\:2724\:15e9", ",", "\"\<Table\>\"", ",", 
 | |
|     RowBox[{"FieldSeparators", "\[Rule]", "\"\<\>\""}], ",", 
 | |
|     RowBox[{"\"\<TextDelimiters\>\"", "\[Rule]", "None"}]}], "]"}], 
 | |
|   ";"}], "\[IndentingNewLine]", 
 | |
|  RowBox[{"\:1564\:1566\:2724\:1564\:1566", "=", 
 | |
|   RowBox[{"TableForm", "[", 
 | |
|    RowBox[{
 | |
|     RowBox[{"Table", "[", 
 | |
|      RowBox[{
 | |
|       RowBox[{"{", 
 | |
|        RowBox[{"\"\<<stop offset=\\\"\>\"", ",", 
 | |
|         RowBox[{"N", "[", 
 | |
|          RowBox[{"Abs", "[", 
 | |
|           RowBox[{"TriangleWave", "[", 
 | |
|            RowBox[{"x", "/", "4"}], "]"}], "]"}], "]"}], ",", "\"\<\\\"\>\"", 
 | |
|         ",", "\"\< \>\"", ",", "\"\<stop-color=\\\"#00F47C\\\"\>\"", ",", 
 | |
|         "\"\< \>\"", ",", "\"\<stop-opacity=\\\"CALC(\>\"", ",", 
 | |
|         RowBox[{"1", "-", 
 | |
|          RowBox[{"FabiusF", "[", 
 | |
|           RowBox[{"x", "*", "1"}], "]"}]}], ",", "\"\<)\\\"/>\>\""}], "}"}], 
 | |
|       ",", 
 | |
|       RowBox[{"{", 
 | |
|        RowBox[{"x", ",", 
 | |
|         RowBox[{"Flatten", "[", 
 | |
|          RowBox[{"{", 
 | |
|           RowBox[{
 | |
|            RowBox[{"Range", "[", 
 | |
|             RowBox[{"0", ",", "\:15dd"}], "]"}], "/", "\:15dd"}], "}"}], 
 | |
|          "]"}]}], "}"}]}], "]"}], ",", 
 | |
|     RowBox[{"TableSpacing", "\[Rule]", 
 | |
|      RowBox[{"{", 
 | |
|       RowBox[{"0", ",", "0"}], "}"}]}], ",", 
 | |
|     RowBox[{"TableAlignments", "\[Rule]", "Center"}]}], 
 | |
|    "]"}]}], "\[IndentingNewLine]", 
 | |
|  RowBox[{
 | |
|   RowBox[{"Export", "[", 
 | |
|    RowBox[{
 | |
|    "\"\<\|0168e0\:26aa\|0145e2\:26aa\:1513\:1515\:26aa\:15f1\:15f4\:26aa\:144e\
 | |
| \:26aa\:1641\:26aa\:15e9\:26aa\:15ef\:26aa\|013297\:26aa\:2724\:26aa\:0418N\
 | |
| \:26aa\:15f1\:15f4\:26aa\:a5b4\:26aa\:15dd\:26aa\:15e9\:26aa\:1d25\:26aa\:1564\
 | |
| \:1566\:26aa\:2699\:26aa\:0418N\:26aa\:24c4\:26aa\:a5b4\:26aa\:2724\:26aa\
 | |
| \:1450\:1455\:26aa\:0418N\:26aa\:144e\:26aa\:a5f3\:26aa\:25ef\:26aa\:1513\
 | |
| \:1515\:26aa\:144e\:26aa\:a5b4\:26aa\:26ad\:26aa\:15e9\:26aa\:a5f3\:26aa\
 | |
| \|01687c\:26aa\|0145e2\:26aa\|01f78b\:26aa\|0145e2\:26aa\|01687c\:26aa\:a5f3\
 | |
| \:26aa\:15e9\:26aa\:26ad\:26aa\:a5b4\:26aa\:144e\:26aa\:1513\:1515\:26aa\:25ef\
 | |
| \:26aa\:a5f3\:26aa\:144e\:26aa\:0418N\:26aa\:1450\:1455\:26aa\:2724\:26aa\
 | |
| \:a5b4\:26aa\:24c4\:26aa\:0418N\:26aa\:2699\:26aa\:1564\:1566\:26aa\:1d25\
 | |
| \:26aa\:15e9\:26aa\:15dd\:26aa\:a5b4\:26aa\:15f1\:15f4\:26aa\:0418N\:26aa\
 | |
| \:2724\:26aa\|013297\:26aa\:15ef\:26aa\:15e9\:26aa\:1641\:26aa\:144e\:26aa\
 | |
| \:15f1\:15f4\:26aa\:1513\:1515\:26aa\|0145e2\:26aa\|0168e0\>\"", ",", 
 | |
|     "\:1564\:1566\:2724\:1564\:1566", ",", "\"\<Table\>\"", ",", 
 | |
|     RowBox[{"FieldSeparators", "\[Rule]", "\"\<\>\""}], ",", 
 | |
|     RowBox[{"\"\<TextDelimiters\>\"", "\[Rule]", "None"}]}], "]"}], 
 | |
|   ";"}]}], "Input",
 | |
|  FontFamily->"Go Noto Ancient",
 | |
|  FontSize->10,
 | |
|  FontWeight->"Normal",
 | |
|  CellLabel->
 | |
|   "3/26/24 17:30:55 \
 | |
| In[1077]:=",ExpressionUUID->"02469969-aadd-4ad1-82df-1f2932f70730"],
 | |
| 
 | |
| Cell[BoxData[
 | |
|  TagBox[GridBox[{
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", "0", "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.09765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0009765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["132809", "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.1953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.001953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1616353", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.29296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0029296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31733679209", "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.00390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["583", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.48828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0048828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5094464000791", "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.5859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.005859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["109661317247", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.68359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0068359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16247741852113", "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.78125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1153", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.87890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0087890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["145883254325713", "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"0.9765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.009765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["9694929675647", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.07421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0107421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5451060741786391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.01171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10997359", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.26953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0126953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20841687895215209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.3671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.013671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["145349150691553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.46484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0146484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["63287001853419209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.5625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["19", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.66015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0166015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["162406040196423991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.7578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.017578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["966681890895647", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.85546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0185546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["366626950821507991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"1.953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.01953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["105664189", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.05078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0205078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["748549741640856809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.1484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.021484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4049815848231553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.24609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0224609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["201461470133091887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.34375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29407171", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.44140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0244140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["355435689929725487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.5390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.025390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12640671234989953", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.63671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0263671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4156655859214642409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.02734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5264015321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.83203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0283203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6631648463571843991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"2.9296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.029296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["32228462686690847", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.02734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0302734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10171012010574510391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.03125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["143", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.22265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0322265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15075618291810990391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.3203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.033203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["70881488089570847", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.41796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0341796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21689315069938563991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.03515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25686901721", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.61328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0361328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["30398926078683442409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.7109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.037109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["139344990026669953", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.80859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0380859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5947737496480765487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"3.90625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["753352771", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.00390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0400390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7981017100254051887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.1015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.041015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["251041155777831553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.19921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0419921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["73610845781392536809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.04296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16748792509", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.39453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0439453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["95416655008708227991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.4921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.044921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["421971255873615647", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.58984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0458984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["121870187030762823991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.6875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.78515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0478515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["153586537364958699209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.8828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.048828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["670379855267811553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"4.98046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0498046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["191204973388713135209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.05078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["211860341359", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.17578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0517578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["235383571589760666391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.2734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.052734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1016181316428555647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.37109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0537109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["40970561936543285713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.46875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["983043073", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.56640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0556640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["49445188070333852113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.6640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.056640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1480306514955397247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.76171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0576171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["414035692304161280791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.05859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["450217958983", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"5.95703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0595703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["491239061284730799209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.0546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.060546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2084129342670416353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.15234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0615234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["578414020413358212809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.25%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.34765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0634765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["676248260216094587191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.4453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.064453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2849130918787503647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.54296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0654296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["785429476154787920791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.06640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["842215449017", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.73828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0673828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["906645358755489279209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.8359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.068359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3796801509159802753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"6.93359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0693359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["148654786428215907887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.03125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3467317247", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.12890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0712890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["169704416453472714287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.2265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.072265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4948622233001204353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.32421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0732421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1349372561190680933609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.07421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1431724785041", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.51953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0751953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1525588700252123984791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.6171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.076171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6325966982133788447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.71484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0771484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1717250933946339860791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.8125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["334781", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"7.91015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0791015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1925017338761063096009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.0078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.080078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7949766632157104353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.10546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0810546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2149527182073710972009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.08203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["452428920131", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.30078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0830078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2391395559401685863191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.3984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.083984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["9839935545539288447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.49609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0849609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["378744015770289308113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.59375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["43445431229", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.69140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0869140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["418502307048461314513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.7890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.087890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12014718287234130047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.88671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0888671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3226832724266768077591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"8.984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.08984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3373656816679", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.08203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0908203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3543629930616435836009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.1796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.091796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["14490116127772189153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.27734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0927734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3880337479545552209609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.09375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["46657", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.47265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0947265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4237342194787843409609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.5703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.095703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["17279551254433309153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.66796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0966796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4614987924105966716009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.09765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4798686576679", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.86328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.0986328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5013575539291510477591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"9.9609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.099609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20393768909800530047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.05859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1005859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["776194717816067074513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.15625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["88063341629", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.25390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1025390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["839223711493194908113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.3515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.103515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["23840837391760088447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.44921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1044921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6337359054013039463191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.10546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1311836172611", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.64453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1064453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6821878626625309052009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.7421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.107421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["27626245914947504353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.83984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1083984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7328226754167450296009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"10.9375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1396781", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.03515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1103515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7856476036647375380791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.1328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.111328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31753240399575068447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.23046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1123046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8406674902212981584791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.11328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8666608497041", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.42578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1142578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8978852969901848933609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.5234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.115234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["36223396968340724353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.62109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1162109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1367575190521655754287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.71875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["30786738047", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.81640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1181640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1455600347397431907887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"11.9140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.119140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["41037275230811002753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.01171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1201171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10827383987913663999209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.12109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11124681522617", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.20703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1220703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11487571697278371920791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.3046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.123046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["46194991780329903647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.40234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1240234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12169765658422148987191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.5%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5", "72"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.59765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1259765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12873965876344258427191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.6953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.126953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["51696555982846383647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.79296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1279296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13600172351044700240791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.12890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13933895269817", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"12.98828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1298828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["14348385077524211199209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.0859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.130859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["57541967838360442753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.18359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1318359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2159800565319541347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.28125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["48344323967", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.37890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1337890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2272975470707225034287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.4765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.134765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["63731217980923124353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.57421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1357421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16725055367045052773609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.13671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["17094249738641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.76953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1376953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["17561277735200404304791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.8671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.138671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["70264189817190428447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"13.96484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1396484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18419479305479016980791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.0625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3470381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.16015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1416015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["19299630458843310776009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.2578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.142578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["77140323737595824353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.35546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1435546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20201682767145388412009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.14453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4121049919811", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.55078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1455078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21125563630377337703191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.6484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.146484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["84358043619441368447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.74609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1474609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3153024427522983068113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.84375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["351427130429", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"14.94140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1494140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3291195496109315074513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.0390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.150390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["91914103542514770047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.13671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1513671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24026981423188465357591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.15234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24463182807079", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.33203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1533203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25036794243847140476009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.4296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.154296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["99803014292180509153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.52734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1552734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["26067548950373236049609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.15625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["305857", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.72265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1572265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["27118944670975163729609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.8203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.158203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["108016707570552349153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"15.91796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1591796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["28190637557890266236009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.16015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["28656580541479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.11328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1611328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29282240787384817357591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.2109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.162109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["116544438135047250047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.30859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1630859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4341903521185928194513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.40625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["482385079229", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.50390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1650390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4503345292171216028113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.6015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.166015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["125372783798385368447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.69921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1669921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["32672004930052391783191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.16796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6632699163971", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.89453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1689453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["33838536988568635772009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"16.9921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.169921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["134485743290036144353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.08984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1708984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35022427581100206776009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.1875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6555581", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.28515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1728515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["36223061612129702420791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.3828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.173828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["143865072045045788447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.48046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1748046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["37439799814279705424791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.17578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["37951503498641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.67578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1767578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["38671984111062481253609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.7734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.177734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["153490855700946164353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.87109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1787109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5702706128698618314287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"17.96875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["126370418687", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.06640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1806640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5882856560936821347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.1640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.181640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["163342163382137722753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.26171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1826171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["42454458216159946239209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.18359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["42980421657017", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.45703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1845703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["43741642769403463760791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.5546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.185546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["173397621196798383647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.65234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1865234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["45040861989308989307191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.75%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["73", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.84765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1884765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["46351428185350471812809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"18.9453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.189453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["183635748025714256353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.04296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1904296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["47672653662066063279209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.19140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["48206851661383", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.23828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1923828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["49003850728929712640791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.3359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.193359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["194035053603032197247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.43359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1943359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7192047398423158172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.53125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["159001316353", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.62890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1962890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7384772834552827445713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.7265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.197265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["204574056809538315647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.82421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.1982421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["53050399915747968666391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"19.921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.19921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["53586921538159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.01953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2001953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["54414621753391140015209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.1171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.201171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["215231383753410531553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.21484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2021484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["55785403753211604459209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.3125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10393219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.41015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2041015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["57162087838721627463991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.5078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.205078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["225986103559049295647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.60546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2060546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["58544034742543791747991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.20703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11815446530749", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.80078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2080078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["59930629369160694936809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.8984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.208984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["236818301863986471553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"20.99609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2099609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8760183725560757091887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.09375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["966420578371", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.19140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2119140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8959350508220443645487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.2890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.212890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["247709734103268269953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.38671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2138671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["64112618756990642482409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.21484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["64637603087321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.58203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2158203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["65512309581826116483991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.6796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.216796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["258644399006364130847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.77734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2177734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["66914096320892207790391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.21875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["777743", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"21.97265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2197265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["68317592150455190190391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.0703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.220703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["269608874385994210847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.16796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2216796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["69722453222752406403991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.22265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["70235607695321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.36328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2236328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["71128378665992268082409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.4609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.224609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["280592414999575469953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.55859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2255859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10362158642258111485487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.65625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1141272491971", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.75390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2275390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10563204730301774691887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.8515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.228515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["291586952549221671553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"22.94921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2294921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["75350171867407350936809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.23046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15169859899069", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.14453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2314453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["76758190380460750467991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.2421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.232421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["302586997820297295647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.33984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2333984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["78166386595394344263991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.4375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["14515219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.53515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2353515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["79574687912200220139209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.6328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.236328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["313589304892590051553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.73046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2373046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["80983045902730480815209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.23828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["81467209666159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"23.92578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2392578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["82391430947947546266391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.0234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.240234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["324592297643401995647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.12109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2412109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11971403850559114805713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.21875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["263363789953", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.31640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2431640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12172603783187062172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.4140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.244140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["335595416463166597247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.51171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2451171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["86616626809513925120791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.24609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["87085626163783", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.70703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2470703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["88025027240295413679209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.8046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.248046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["346598544758539856353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"24.90234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2490234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["89433427676107899012809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.25,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1", "2"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.09765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2509765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["90841828111952117627191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.1953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.251953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["357601673163569583647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.29296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2529296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["92250228547764602960791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.25390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["92704053657017", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.48828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2548828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["93658628978546091519209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.5859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.255859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["368604801458942842753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.68359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2568359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13581004186535797347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.78125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["298478959487", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.87890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2587890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13782204119163744714287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"25.9765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.259765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["379607920278707444353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.07421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2607421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["97883824840112470373609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.26171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["98322470154641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.26953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2626953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["99292209885329535824791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.3671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.263671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["390610913029519388447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.46484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2646484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["100700567875859796500791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.5625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18662381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.66015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2666015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["102108869192665672376009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.7578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.267578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["401613220101812144353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.85546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2685546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["103517065407599266172009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"26.953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.26953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20788076065091", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.05078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2705078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["104925083920652665703191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.1484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.271484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["412613265372887768447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.24609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2724609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15190403239421084828113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.34375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1667941255229", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.44140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2744140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15391449327464748034513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.5390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.275390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["423607802922533970047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.63671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2763671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["109146877122067748557591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.27734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["109554072125479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.83203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2783203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["110552802565307610236009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"27.9296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.279296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["434591343536115229153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.02734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2802734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["111957663637604826449609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.28125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1295857", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.22265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2822265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["113361159467167808849609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.3203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.283203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["445555818915745309153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.41796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2841796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["114762946206233900156009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.28515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["115152076733479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.61328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2861328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["116162637031069374157591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.7109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.287109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["456490483818841170047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.80859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2880859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16794257461502415874513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"28.90625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1842793168829", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.00390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2900390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16993424244162102428113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.1015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.291015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["467381916058122968447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.19921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2919921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["120344626418899321703191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.29296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24142489433411", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.39453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2939453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["121731221045516224892009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.4921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.294921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["478214114363060144353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.58984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2958984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["123113167949338389176009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.6875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["22784381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.78515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2978515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["124489852034848412180791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.8828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.298828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["488968834168698908447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"29.98046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.2998046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["125860634034668876624791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.30078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["126202758282641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.17578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3017578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["127224855872312047973609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.2734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.302734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["499626161112571124353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.37109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3037109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18368835135170032074287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.46875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["402841433087", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.56640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3056640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18561560571299701347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.6640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.306640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["510165164319077242753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.76171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3076171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["131271405059130303999209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.30859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["131582828159417", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"30.95703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3095703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["132602602125993953360791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.0546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.310546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["520564469896395183647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.15234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3115234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["133923827602709544827191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.25%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["215", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.34765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3134765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["135234393798751027332809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.4453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.314453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["530802596725311056353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.54296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3154296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["136533613018656552879209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.31640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["136809258163783", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.73828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3173828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["137820797571900070400791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.8359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.318359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["540858054539971717247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"31.93359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3193359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["19870751408786038172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.03125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["435472330753", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.12890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3212890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20050901841024241205713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.2265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.322265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["550709362221163275647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.32421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3232421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["141603271676997535386391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.32421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["141838176322159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.51953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3251953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["142835455973780311215209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.6171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.326171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["560335145877063651553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.71484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3271484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["144052194175930314219209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.8125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["26622019", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"32.91015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3291015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["145252828206959809863991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.0078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.330078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["569714474632073295647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.10546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3310546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["146436718799491380867991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.33203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29325236800189", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.30078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3330078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["147603250858007624856809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.3984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.333984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["578827434123724071553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.49609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3349609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21250262677551643491887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.59375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2326828667971", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.69140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3369140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21411704448536931325487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.7890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.337890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["587655779787062189953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.88671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3388671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["150993015000675199282409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"33.984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.33984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["151133099279321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.08203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3408203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["152084618230169750403991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.1796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.341796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["596183510351557090847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.27734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3427734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["153156311117084852910391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.34375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1767743", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.47265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3447265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["154207706837686780590391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.5703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.345703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["604397203629928930847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.66796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3466796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["155238461544212876163991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.34765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["155326497013721", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.86328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3486328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["156248274364871551282409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"34.9609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.349609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["612286114379594669953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.05859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3505859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["22462412473613544445487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.15625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2457786616771", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.25390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3525390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["22600583542199876451887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.3515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.353515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["619842174302668071553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.44921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3544921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["159149692157682678936809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.35546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31836886044349", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.64453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3564453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["160073573020914628227991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.7421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.357421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["627059894184513615647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.83984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3583984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["160975625329216705863991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"35.9375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29707219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.03515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3603515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["161855776482580999659209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.1328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.361328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["633936028104919011553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.23046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3623046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["162713978052859612335209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.36328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["162695430082159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.42578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3642578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["163550200421014963866391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.5234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.365234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["640468999941186315647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.62109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3662109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["23480632499015634485713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.71875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["513498425473", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.81640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3681640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["23593807404403318172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"36.9140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.369140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["646658250083748997247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.01171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3701171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["165926870710535805440791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.37109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["165855784550983", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.20703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3720703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["166675083437015316399209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.3046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.373046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["652503661939263056353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.40234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3740234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["167401289911715758212809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.5%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["67", "72"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.59765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3759765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["168105490129637867652809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.6953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.376953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["658005226141779536353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.79296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3779296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["168787684090781644719209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.37890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["168664998298183", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"37.98828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3798828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["169447871800146352640791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.0859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.380859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["663162942691298437247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.18359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3818359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24298007622325427612113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.28125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["531056011393", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.37890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3837890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24386032779201203765713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.4765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.384765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["667976820953768715647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.57421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3857421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["171296402818158167706391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.38671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["171123071323759", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.76953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3876953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["171868580885847035055209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.8671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.388671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["672446977522534371553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"38.96484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3896484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["172418779751412641259209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.0625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31780819", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.16015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3916015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["172947029033892566343991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.2578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.392578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["676573972007161935647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.35546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3935546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["173453377161434707587991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.39453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["34646099791549", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.55078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3955078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["173937896734046977176809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.6484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.396484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["680359380530349351553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.74609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3974609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24914384258229664611887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.84375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2721150405571", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"39.94140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.3994140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24977413251906792445487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.0390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.400390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["683806449012308909953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.13671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4013671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["175261680248768506162409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.40234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["174990993244121", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.33203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4033203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["175660267863954049923991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.4296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.404296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["686920666667676130847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.52734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4052734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176037913593272173230391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.40625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2026943", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.72265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4072265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176394918308514464430391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.8203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.408203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["689710101794337250847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"40.91796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4091796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176731625857443580803991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.41015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176416023004121", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.11328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4111328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["177048423063793248562409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.2109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.412109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["692185499634875309953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.30859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4130859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25335105662674398205487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.40625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2765768315971", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.50390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4150390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25374863953952570211887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.6015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.416015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["694360282376570151553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.69921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4169921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["177883860228658330776809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.41796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35505507044029", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.89453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4189453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178125728605986305667991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"41.9921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.419921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["696250451289952335647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.08984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4208984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178350238449298953543991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.1875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["32842819", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.28515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4228515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178558004854113676779209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.3828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.423828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["697874250939975651553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.48046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4248046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178749667087807892655209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.42578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178357955035759", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.67578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4267578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178925883226869335706391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.7734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.427734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["699251595689108235647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.87109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4287109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25583903553269386805713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"42.96875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["558375432193", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.06640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4306640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25604953183294643612113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.1640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.431640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["700403416412949637247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.26171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4326171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179368610429304527360791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.43359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178947464371783", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.45703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4345703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179489826311905228719209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.5546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.435546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["701351087003321936353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.65234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4365234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179599007527843922052809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.75%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["287", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.84765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4384765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179696841767646658427191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"43.9453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.439453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["702116088579439023647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.04296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4404296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179784016726775285840791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.44140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179339461861817", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.23828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4423828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179861220095755855359209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.3359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.443359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["702719911407154042753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.43359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4443359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25704162781652525667887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.53125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["560859706367", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.62890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4462890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25712637407786316234287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.7265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.447265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703184036605680884353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.82421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4482421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180039872216470255973609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"44.921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.44921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179577819479441", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.01953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4501953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180084050814671303504791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.1171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.451171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703529838066841628447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.21484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4521484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180121669250695057940791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.3125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["33152381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.41015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4541015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180153385601029253816009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.5078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.455078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703778246666235824353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.60546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4560546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180179839133051308412009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.45703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35941187171651", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.80078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4580078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180201644942278624103191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.8984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.458984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703949176766331608447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"45.99609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4599609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25745626952622605468113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.09375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2808460394429", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.19140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4619140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25747660232226378754513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.2890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.462890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704060872932082770047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.38671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4638671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180244856861981333197591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.46484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179763992919079", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.58203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4658203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180253566472990078076009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.6796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.466796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704129336434019869153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.77734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4677734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180260180169768205649609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.46875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2073457", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"46.97265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4697265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180265084776049442129609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.0703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.470703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704167989459422749153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.16796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4716796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180268624139596444796009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.47265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179784415805479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.36328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4736328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180271099132200801997591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.4609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.474609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704187577250874450047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.55859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4755859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753252534032929794513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.65625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2809184340029", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.75390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4775390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753406508252726428113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.8515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.478515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704196168106261208447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"47.94921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4794921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180274507238318375783191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.48046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35957830299971", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.14453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4814453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180274889161109195132009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.2421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.482421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704199251240218544353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.33984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4833984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275093382019820216009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.4375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["33177581", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.53515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4853515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275192501058163220791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.6328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.486328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200072572958748447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.73046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4873046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275234946372121424791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.48828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179789668823441", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"48.92578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4892578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275250336999274853609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.0234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.490234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200208227179764353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.12109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4912109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753607823839605194287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.21875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["561842748287", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.31640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4931640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753607953475117667887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.4140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.494140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200217812448122753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.51171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4951171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275255782965552639209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.49609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179789679820217", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.70703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4970703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275255788028282960791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.8046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.498046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200217922107823647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"49.90234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.4990234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275255788060016507191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", "1", "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.09765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5009765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275255788060016507191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.1953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.501953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200217922107823647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.29296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5029296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275255788028282960791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.50390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179789679820217", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.48828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5048828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275255782965552639209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.5859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.505859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200217812448122753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.68359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5068359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753607953475117667887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.78125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["561842748287", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.87890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5087890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753607823839605194287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"50.9765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.509765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200208227179764353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.07421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5107421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275250336999274853609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.51171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179789668823441", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.26953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5126953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275234946372121424791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.3671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.513671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704200072572958748447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.46484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5146484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275192501058163220791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.5625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["33177581", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.66015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5166015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180275093382019820216009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.7578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.517578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704199251240218544353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.85546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5185546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180274889161109195132009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"51.953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.51953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35957830299971", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.05078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5205078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180274507238318375783191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.1484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.521484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704196168106261208447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.24609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5224609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753406508252726428113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.34375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2809184340029", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.44140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5244140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25753252534032929794513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.5390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.525390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704187577250874450047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.63671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5263671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180271099132200801997591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.52734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179784415805479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.83203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5283203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180268624139596444796009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"52.9296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.529296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704167989459422749153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.02734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5302734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180265084776049442129609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.53125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2073457", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.22265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5322265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180260180169768205649609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.3203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.533203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704129336434019869153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.41796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5341796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180253566472990078076009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.53515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179763992919079", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.61328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5361328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180244856861981333197591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.7109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.537109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["704060872932082770047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.80859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5380859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25747660232226378754513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"53.90625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2808460394429", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.00390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5400390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25745626952622605468113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.1015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.541015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703949176766331608447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.19921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5419921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180201644942278624103191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.54296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35941187171651", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.39453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5439453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180179839133051308412009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.4921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.544921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703778246666235824353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.58984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5458984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180153385601029253816009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.6875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["33152381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.78515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5478515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180121669250695057940791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.8828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.548828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703529838066841628447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"54.98046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5498046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180084050814671303504791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.55078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179577819479441", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.17578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5517578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["180039872216470255973609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.2734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.552734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["703184036605680884353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.37109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5537109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25712637407786316234287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.46875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["560859706367", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.56640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5556640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25704162781652525667887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.6640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.556640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["702719911407154042753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.76171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5576171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179861220095755855359209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.55859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179339461861817", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"55.95703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5595703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179784016726775285840791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.0546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.560546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["702116088579439023647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.15234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5615234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179696841767646658427191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.25%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["287", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.34765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5634765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179599007527843922052809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.4453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.564453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["701351087003321936353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.54296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5654296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179489826311905228719209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.56640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178947464371783", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.73828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5673828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["179368610429304527360791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.8359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.568359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["700403416412949637247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"56.93359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5693359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25604953183294643612113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.03125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["558375432193", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.12890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5712890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25583903553269386805713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.2265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.572265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["699251595689108235647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.32421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5732421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178925883226869335706391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.57421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178357955035759", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.51953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5751953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178749667087807892655209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.6171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.576171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["697874250939975651553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.71484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5771484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178558004854113676779209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.8125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["32842819", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"57.91015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5791015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178350238449298953543991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.0078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.580078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["696250451289952335647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.10546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5810546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["178125728605986305667991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.58203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35505507044029", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.30078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5830078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["177883860228658330776809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.3984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.583984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["694360282376570151553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.49609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5849609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25374863953952570211887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.59375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2765768315971", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.69140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5869140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25335105662674398205487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.7890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.587890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["692185499634875309953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.88671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5888671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["177048423063793248562409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"58.984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.58984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176416023004121", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.08203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5908203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176731625857443580803991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.1796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.591796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["689710101794337250847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.27734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5927734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176394918308514464430391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.59375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2026943", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.47265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5947265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["176037913593272173230391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.5703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.595703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["686920666667676130847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.66796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5966796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["175660267863954049923991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.59765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["174990993244121", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.86328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.5986328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["175261680248768506162409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"59.9609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.599609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["683806449012308909953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.05859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6005859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24977413251906792445487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.15625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2721150405571", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.25390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6025390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24914384258229664611887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.3515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.603515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["680359380530349351553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.44921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6044921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["173937896734046977176809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.60546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["34646099791549", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.64453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6064453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["173453377161434707587991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.7421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.607421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["676573972007161935647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.83984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6083984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["172947029033892566343991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"60.9375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31780819", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.03515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6103515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["172418779751412641259209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.1328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.611328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["672446977522534371553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.23046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6123046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["171868580885847035055209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.61328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["171123071323759", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.42578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6142578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["171296402818158167706391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.5234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.615234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["667976820953768715647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.62109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6162109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24386032779201203765713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.71875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["531056011393", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.81640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6181640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24298007622325427612113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"61.9140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.619140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["663162942691298437247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.01171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6201171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["169447871800146352640791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.62109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["168664998298183", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.20703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6220703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["168787684090781644719209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.3046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.623046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["658005226141779536353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.40234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6240234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["168105490129637867652809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.5%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["67", "72"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.59765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6259765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["167401289911715758212809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.6953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.626953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["652503661939263056353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.79296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6279296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["166675083437015316399209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.62890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["165855784550983", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"62.98828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6298828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["165926870710535805440791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.0859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.630859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["646658250083748997247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.18359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6318359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["23593807404403318172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.28125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["513498425473", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.37890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6337890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["23480632499015634485713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.4765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.634765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["640468999941186315647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.57421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6357421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["163550200421014963866391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.63671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["162695430082159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.76953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6376953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["162713978052859612335209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.8671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.638671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["633936028104919011553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"63.96484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6396484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["161855776482580999659209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.0625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29707219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.16015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6416015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["160975625329216705863991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.2578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.642578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["627059894184513615647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.35546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6435546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["160073573020914628227991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.64453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31836886044349", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.55078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6455078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["159149692157682678936809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.6484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.646484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["619842174302668071553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.74609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6474609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["22600583542199876451887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.84375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2457786616771", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"64.94140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6494140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["22462412473613544445487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.0390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.650390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["612286114379594669953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.13671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6513671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["156248274364871551282409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.65234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["155326497013721", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.33203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6533203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["155238461544212876163991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.4296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.654296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["604397203629928930847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.52734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6552734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["154207706837686780590391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.65625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1767743", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.72265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6572265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["153156311117084852910391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.8203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.658203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["596183510351557090847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"65.91796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6591796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["152084618230169750403991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.66015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["151133099279321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.11328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6611328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["150993015000675199282409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.2109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.662109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["587655779787062189953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.30859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6630859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21411704448536931325487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.40625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2326828667971", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.50390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6650390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21250262677551643491887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.6015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.666015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["578827434123724071553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.69921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6669921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["147603250858007624856809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.66796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29325236800189", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.89453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6689453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["146436718799491380867991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"66.9921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.669921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["569714474632073295647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.08984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6708984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["145252828206959809863991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.1875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["26622019", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.28515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6728515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["144052194175930314219209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.3828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.673828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["560335145877063651553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.48046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6748046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["142835455973780311215209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.67578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["141838176322159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.67578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6767578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["141603271676997535386391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.7734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.677734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["550709362221163275647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.87109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6787109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20050901841024241205713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"67.96875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["435472330753", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.06640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6806640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["19870751408786038172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.1640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.681640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["540858054539971717247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.26171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6826171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["137820797571900070400791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.68359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["136809258163783", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.45703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6845703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["136533613018656552879209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.5546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.685546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["530802596725311056353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.65234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6865234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["135234393798751027332809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.75%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["215", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.84765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6884765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["133923827602709544827191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"68.9453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.689453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["520564469896395183647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.04296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6904296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["132602602125993953360791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.69140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["131582828159417", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.23828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6923828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["131271405059130303999209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.3359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.693359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["510165164319077242753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.43359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6943359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18561560571299701347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.53125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["402841433087", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.62890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6962890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18368835135170032074287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.7265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.697265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["499626161112571124353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.82421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.6982421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["127224855872312047973609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"69.921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.69921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["126202758282641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.01953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7001953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["125860634034668876624791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.1171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.701171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["488968834168698908447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.21484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7021484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["124489852034848412180791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.3125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["22784381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.41015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7041015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["123113167949338389176009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.5078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.705078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["478214114363060144353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.60546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7060546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["121731221045516224892009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.70703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24142489433411", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.80078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7080078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["120344626418899321703191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.8984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.708984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["467381916058122968447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"70.99609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7099609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16993424244162102428113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.09375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1842793168829", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.19140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7119140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16794257461502415874513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.2890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.712890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["456490483818841170047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.38671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7138671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["116162637031069374157591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.71484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["115152076733479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.58203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7158203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["114762946206233900156009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.6796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.716796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["445555818915745309153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.77734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7177734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["113361159467167808849609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.71875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1295857", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"71.97265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7197265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["111957663637604826449609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.0703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.720703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["434591343536115229153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.16796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7216796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["110552802565307610236009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.72265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["109554072125479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.36328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7236328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["109146877122067748557591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.4609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.724609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["423607802922533970047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.55859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7255859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15391449327464748034513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.65625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1667941255229", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.75390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7275390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15190403239421084828113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.8515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.728515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["412613265372887768447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"72.94921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7294921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["104925083920652665703191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.73046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20788076065091", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.14453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7314453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["103517065407599266172009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.2421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.732421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["401613220101812144353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.33984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7333984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["102108869192665672376009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.4375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18662381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.53515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7353515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["100700567875859796500791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.6328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.736328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["390610913029519388447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.73046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7373046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["99292209885329535824791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.73828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["98322470154641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"73.92578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7392578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["97883824840112470373609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.0234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.740234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["379607920278707444353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.12109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7412109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13782204119163744714287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.21875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["298478959487", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.31640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7431640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13581004186535797347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.4140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.744140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["368604801458942842753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.51171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7451171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["93658628978546091519209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.74609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["92704053657017", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.70703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7470703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["92250228547764602960791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.8046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.748046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["357601673163569583647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"74.90234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7490234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["90841828111952117627191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.75,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1", "2"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.09765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7509765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["89433427676107899012809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.1953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.751953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["346598544758539856353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.29296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7529296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["88025027240295413679209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.75390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["87085626163783", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.48828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7548828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["86616626809513925120791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.5859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.755859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["335595416463166597247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.68359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7568359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12172603783187062172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.78125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["263363789953", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.87890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7587890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11971403850559114805713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"75.9765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.759765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["324592297643401995647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.07421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7607421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["82391430947947546266391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.76171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["81467209666159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.26953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7626953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["80983045902730480815209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.3671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.763671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["313589304892590051553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.46484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7646484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["79574687912200220139209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.5625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["14515219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.66015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7666015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["78166386595394344263991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.7578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.767578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["302586997820297295647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.85546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7685546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["76758190380460750467991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"76.953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.76953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15169859899069", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.05078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7705078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["75350171867407350936809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.1484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.771484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["291586952549221671553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.24609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7724609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10563204730301774691887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.34375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1141272491971", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.44140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7744140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10362158642258111485487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.5390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.775390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["280592414999575469953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.63671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7763671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["71128378665992268082409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.77734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["70235607695321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.83203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7783203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["69722453222752406403991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"77.9296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.779296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["269608874385994210847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.02734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7802734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["68317592150455190190391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.78125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["777743", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.22265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7822265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["66914096320892207790391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.3203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.783203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["258644399006364130847", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.41796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7841796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["65512309581826116483991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.78515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["64637603087321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.61328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7861328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["64112618756990642482409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.7109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.787109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["247709734103268269953", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.80859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7880859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8959350508220443645487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"78.90625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["966420578371", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.00390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7900390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8760183725560757091887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.1015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.791015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["236818301863986471553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.19921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7919921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["59930629369160694936809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.79296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11815446530749", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.39453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7939453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["58544034742543791747991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.4921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.794921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["225986103559049295647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.58984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7958984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["57162087838721627463991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.6875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10393219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.78515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7978515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["55785403753211604459209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.8828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.798828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["215231383753410531553", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"79.98046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.7998046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["54414621753391140015209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.80078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["53586921538159", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.17578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8017578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["53050399915747968666391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.2734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.802734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["204574056809538315647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.37109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8037109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7384772834552827445713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.46875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["159001316353", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.56640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8056640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7192047398423158172113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.6640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.806640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["194035053603032197247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.76171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8076171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["49003850728929712640791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.80859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["48206851661383", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"80.95703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8095703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["47672653662066063279209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.0546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.810546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["183635748025714256353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.15234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8115234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["46351428185350471812809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.25%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["73", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.34765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8134765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["45040861989308989307191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.4453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.814453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["173397621196798383647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.54296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8154296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["43741642769403463760791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.81640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["42980421657017", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.73828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8173828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["42454458216159946239209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.8359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.818359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["163342163382137722753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"81.93359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8193359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5882856560936821347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.03125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["126370418687", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.12890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8212890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5702706128698618314287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.2265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.822265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["153490855700946164353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.32421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8232421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["38671984111062481253609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.82421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["37951503498641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.51953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8251953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["37439799814279705424791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.6171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.826171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["143865072045045788447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.71484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8271484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["36223061612129702420791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.8125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6555581", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"82.91015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8291015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["35022427581100206776009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.0078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.830078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["134485743290036144353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.10546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8310546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["33838536988568635772009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.83203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6632699163971", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.30078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8330078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["32672004930052391783191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.3984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.833984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["125372783798385368447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.49609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8349609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4503345292171216028113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.59375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["482385079229", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.69140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8369140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4341903521185928194513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.7890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.837890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["116544438135047250047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.88671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8388671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29282240787384817357591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"83.984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.83984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["28656580541479", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.08203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8408203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["28190637557890266236009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.1796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.841796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["108016707570552349153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.27734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8427734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["27118944670975163729609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.84375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["305857", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.47265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8447265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["26067548950373236049609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.5703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.845703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["99803014292180509153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.66796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8466796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25036794243847140476009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.84765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24463182807079", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.86328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8486328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["24026981423188465357591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"84.9609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.849609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["91914103542514770047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.05859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8505859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3291195496109315074513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.15625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["351427130429", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.25390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8525390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3153024427522983068113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.3515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.853515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["84358043619441368447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.44921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8544921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21125563630377337703191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.85546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4121049919811", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.64453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8564453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20201682767145388412009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.7421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.857421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["77140323737595824353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.83984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8583984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["19299630458843310776009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"85.9375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3470381", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.03515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8603515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["18419479305479016980791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.1328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.861328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["70264189817190428447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.23046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8623046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["17561277735200404304791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.86328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["17094249738641", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.42578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8642578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16725055367045052773609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.5234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.865234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["63731217980923124353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.62109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8662109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2272975470707225034287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.71875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["48344323967", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.81640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8681640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2159800565319541347887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"86.9140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.869140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["57541967838360442753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.01171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8701171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["14348385077524211199209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.87109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13933895269817", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.20703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8720703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["13600172351044700240791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.3046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.873046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["51696555982846383647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.40234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8740234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12873965876344258427191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.5%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5", "72"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.59765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8759765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12169765658422148987191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.6953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.876953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["46194991780329903647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.79296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8779296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11487571697278371920791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.87890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["11124681522617", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"87.98828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8798828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10827383987913663999209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.0859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.880859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["41037275230811002753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.18359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8818359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1455600347397431907887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.28125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["30786738047", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.37890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8837890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1367575190521655754287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.4765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.884765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["36223396968340724353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.57421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8857421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8978852969901848933609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.88671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8666608497041", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.76953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8876953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["8406674902212981584791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.8671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.888671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31753240399575068447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"88.96484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8896484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7856476036647375380791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.0625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1396781", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.16015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8916015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7328226754167450296009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.2578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.892578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["27626245914947504353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.35546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8935546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6821878626625309052009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.89453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1311836172611", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.55078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8955078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6337359054013039463191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.6484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.896484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["23840837391760088447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.74609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8974609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["839223711493194908113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.84375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["88063341629", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"89.94140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.8994140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["776194717816067074513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.0390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.900390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20393768909800530047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.13671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9013671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5013575539291510477591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.90234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4798686576679", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.33203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9033203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4614987924105966716009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.4296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.904296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["17279551254433309153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.52734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9052734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4237342194787843409609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.90625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["46657", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.72265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9072265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3880337479545552209609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.8203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.908203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["14490116127772189153", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"90.91796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9091796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3543629930616435836009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.91015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3373656816679", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.11328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9111328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3226832724266768077591", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.2109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.912109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12014718287234130047", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.30859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9130859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["418502307048461314513", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.40625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["43445431229", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.50390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9150390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["378744015770289308113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.6015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.916015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["9839935545539288447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.69921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9169921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2391395559401685863191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.91796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["452428920131", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.89453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9189453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2149527182073710972009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"91.9921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.919921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7949766632157104353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.08984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9208984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1925017338761063096009", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.1875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["334781", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.28515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9228515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1717250933946339860791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.3828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.923828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6325966982133788447", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.48046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9248046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1525588700252123984791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.92578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1431724785041", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.67578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9267578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1349372561190680933609", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.7734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.927734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4948622233001204353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.87109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9287109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["169704416453472714287", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"92.96875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3467317247", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.06640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9306640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["148654786428215907887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.1640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.931640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["3796801509159802753", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.26171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9326171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["906645358755489279209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.93359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["842215449017", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.45703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9345703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["785429476154787920791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.5546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.935546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2849130918787503647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.65234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9365234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["676248260216094587191", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.75%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1", "288"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.84765625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9384765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["578414020413358212809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"93.9453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.939453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["2084129342670416353", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.04296875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9404296875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["491239061284730799209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.94140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["450217958983", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.23828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9423828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["414035692304161280791", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.3359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.943359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1480306514955397247", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.43359375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9443359375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["49445188070333852113", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.53125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["983043073", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.62890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9462890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["40970561936543285713", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.7265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.947265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1016181316428555647", 
 | |
|       "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.82421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9482421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["235383571589760666391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"94.921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.94921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["211860341359", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.01953125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9501953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["191204973388713135209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.1171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.951171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["670379855267811553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.21484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9521484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["153586537364958699209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.3125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.953125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25219", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.41015625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9541015625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["121870187030762823991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.5078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.955078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["421971255873615647", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.60546875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9560546875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["95416655008708227991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.95703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16748792509", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.80078125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9580078125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["73610845781392536809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.8984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.958984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["251041155777831553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"95.99609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9599609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["7981017100254051887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.09375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["753352771", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.19140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9619140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5947737496480765487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.2890625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.962890625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["139344990026669953", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.38671875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9638671875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["30398926078683442409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.484375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.96484375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["25686901721", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.58203125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9658203125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["21689315069938563991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.6796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.966796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["70881488089570847", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.77734375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9677734375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["15075618291810990391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.96875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["143", "2073600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"96.97265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9697265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10171012010574510391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.0703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.970703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["32228462686690847", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.16796875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9716796875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["6631648463571843991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.265625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.97265625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5264015321", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.36328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9736328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4156655859214642409", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.4609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.974609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["12640671234989953", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.55859375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9755859375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["355435689929725487", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.65625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9765625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["29407171", "2809213747200"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.75390625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9775390625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["201461470133091887", 
 | |
|       "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.8515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.978515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["4049815848231553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"97.94921875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9794921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["748549741640856809", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.98046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["105664189", "35957935964160"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.14453125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9814453125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["366626950821507991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.2421875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.982421875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["966681890895647", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.33984375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9833984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["162406040196423991", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.4375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.984375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["19", "33177600"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.53515625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9853515625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["63287001853419209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.6328125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.986328125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["145349150691553", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.73046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9873046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["20841687895215209", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.828125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.98828125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["10997359", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"98.92578125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9892578125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5451060741786391", 
 | |
|       "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.0234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.990234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["9694929675647", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.12109375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9912109375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["145883254325713", "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.21875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9921875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1153", "561842749440"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.31640625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9931640625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["16247741852113", "25753607969722859520000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.4140625%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.994140625,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["109661317247", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.51171875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9951171875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["5094464000791", "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.609375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.99609375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["583", "179789679820800"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.70703125%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9970703125,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["31733679209", "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.8046875%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.998046875,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["1616353", "704200217922109440000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"99.90234375%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         0.9990234375,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", 
 | |
|      FractionBox["132809", "180275255788060016640000"], "\<\")}\"\>"},
 | |
|     {
 | |
|      TagBox[
 | |
|       TagBox[
 | |
|        InterpretationBox[
 | |
|         StyleBox["\<\"100%\"\>",
 | |
|          ShowStringCharacters->False],
 | |
|         1.,
 | |
|         AutoDelete->True],
 | |
|        PercentForm[#, 
 | |
|         DirectedInfinity[1]]& ],
 | |
|       NumberForm], "\<\" \"\>", "\<\"{OPACITY:CALC(\"\>", "0", "\<\")}\"\>"}
 | |
|    },
 | |
|    GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
 | |
|    GridBoxSpacings->{"Columns" -> {
 | |
|        Offset[0.27999999999999997`], {
 | |
|         Offset[0.]}, 
 | |
|        Offset[0.27999999999999997`]}, "Rows" -> {
 | |
|        Offset[0.2], {
 | |
|         Offset[0.]}, 
 | |
|        Offset[0.2]}}],
 | |
|   Function[BoxForm`e$, 
 | |
|    TableForm[
 | |
|    BoxForm`e$, TableSpacing -> {0, 0}, TableAlignments -> Center]]]], "Output",
 | |
|  FontFamily->"Go Noto Ancient",
 | |
|  FontSize->10,
 | |
|  CellLabel->
 | |
|   "3/26/24 17:30:56 \
 | |
| Out[1078]//TableForm=",ExpressionUUID->"89819798-f084-4ead-a326-d716193b1eb3"],
 | |
| 
 | |
| Cell[BoxData[
 | |
|  TagBox[GridBox[{
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", "1", "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0009765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394851358539387238215921631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.001953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275255788060016507191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0029296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231974256792696377728924142957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.00390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704200217922107823647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0048828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231974256792535754113563125357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.005859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275255788028282960791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0068359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394851357476033224010393311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179789679820217", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0087890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394851345734692193189703969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.009765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275255782965552639209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0107421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231974256359876351932954890643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.01171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704200217812448122753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0126953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231974254775942831497739332243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.013671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25753607953475117667887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0146484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394849906712200446376667169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["561842748287", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0166015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394847032222527666977826849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.017578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25753607823839605194287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0185546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231974200977665433626251127443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.01953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704200208227179764353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0205078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231974128190983846658677002643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.021484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275250336999274853609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0224609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394797254911708590491709729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179789668823441", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0244140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394745730733704737781278431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.025390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275234946372121424791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0263671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231973287791161985036845147757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.02734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704200072572958748447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0283203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231972569824001595248233762157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.029296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275192501058163220791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0302734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246394289784709613052593188831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.03125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["33177581", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0322265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246393952306125539992052944929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.033203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180275093382019820216009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0341796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231967300556071091146882986643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.03515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704199251240218544353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0361328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231963809577051587325119601043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.037109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180274889161109195132009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0380859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246391795407524797336203991329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["35957830299971", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0400390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246390486096758417667154104031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.041015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180274507238318375783191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0419921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231943730923792262950499266157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.04296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704196168106261208447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0439453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231932367464638729821896021357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.044921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25753406508252726428113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0458984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246383550479580883241741522911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2809184340029", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0478515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246379843377156617205034522591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.048828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25753252534032929794513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0498046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231876007338118782075392136557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.05078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704187577250874450047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0517578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231847282510416671166550978157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.052734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180271099132200801997591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0537109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246362422264567058420197805791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179784415805479", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0556640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246353894274029223441841756449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.056640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180268624139596444796009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0576171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231718248031974383249822423443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.05859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704167989459422749153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0595703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231657234032275504540373725843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.060546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180265084776049442129609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0615234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246317025855014638515795972129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2073457", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0634765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246300108161082719004145668129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.064453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180260180169768205649609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0654296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231401982804849409834832605843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.06640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704129336434019869153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0673828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6231287876591439885304632023443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.068359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180253566472990078076009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0693359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246231310124853341174087260449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179763992919079", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0712890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246201248108495970630625709791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.072265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180244856861981333197591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0732421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6230835089329559486332523458157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.07421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["704060872932082770047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0751953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6230641147753839529016545416557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.076171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25747660232226378754513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0771484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246084475051653367668256282591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2808460394429", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0791015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1246035328290088328687594706911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.080078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25745626952622605468113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0810546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6229901728283625297440947541357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.08203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["703949176766331608447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0830078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6229595332958729432374391746157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.083984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180201644942278624103191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0849609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1245851014309457303383597240031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["35941187171651", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0869140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1245775696661077545542693591329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.087890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180179839133051308412009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0888671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6228463035587902090038135921043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.08984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["703778246666235824353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0908203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6228006129211931200709230506643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.091796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180153385601029253816009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0927734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1245501020819305131495826640929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.09375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["33152381", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0947265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1245391449005523501556794404831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.095703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180121669250695057940791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0966796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6226359787457481555755420962157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.09765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["703529838066841628447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.0986328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6225709923308396892452683867757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.099609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180084050814671303504791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1005859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1245000961354421640574858782431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179577819479441", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1025390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1244848312014951642941343805729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.103515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["180039872216470255973609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1044921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6223417279116604127719561482643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.10546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["703184036605680884353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1064453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6222529038835472336669937527443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.107421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25712637407786316234287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1083984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1244314779624195514395196450849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["560859706367", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1103515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1244109780825692154204682971169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.111328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25704162781652525667887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1123046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6219451095901959635931167812243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.11328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["702719911407154042753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1142578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6218277507276197788438165770643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.115234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179861220095755855359209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1162109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1243405033811518504382250823969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179339461861817", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1181640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1243138222102859047962438297311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.119140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179784016726775285840791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1201171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6214272360265950624797702645357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.12109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["702116088579439023647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1220703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6212765946724220225588656622957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.123046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179696841767646658427191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1240234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1242233779651408867469684977631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\"\
 | |
| \>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["287", "288"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1259765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1241895648645537572541566734369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.126953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179599007527843922052809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1279296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6207691009999257314526922257043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.12890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["701351087003321936353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1298828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6205804226935017595436516874643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.130859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179489826311905228719209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1318359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1240762984480581800119997798689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178947464371783", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1337890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1240344024962918615747641528031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.134765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["179368610429304527360791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1357421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6199516862789714512507897589357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.13671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["700403416412949637247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1376953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6197202165596424705370817467757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.138671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25604953183294643612113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1396484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1238954612808228190138762532831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["558375432193", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1416015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1238445318391717374043161565151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.142578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25583903553269386805713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1435546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6189559788392800166055735432557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.14453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["699251595689108235647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1455078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6186769700499121775599314677357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.146484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178925883226869335706391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1474609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1236770677433433285852936130271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178357955035759", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1494140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1236161584666952104361789921569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.150390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178749667087807892655209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1513671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6177630404902161253001723812243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.15234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["697874250939975651553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1533203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6174317954095511350529471197843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.154296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178558004854113676779209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1552734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1234173545021311099878144987169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.15625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["32842819", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1572265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1233455381971514558128937775071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.158203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178350238449298953543991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1591796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6163542743800838028423037013357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.16015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["696250451289952335647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1611328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6159662511722283260161897358957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.162109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["178125728605986305667991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1630859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1231126710708191816722730280671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["35505507044029", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1650390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1230290654014793419119107911969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.166015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["177883860228658330776809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1669921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6147119128676176321384860733843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.16796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["694360282376570151553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1689453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6142628668603677937623351978643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.169921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25374863953952570211887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1708984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1227595901185600882598138669089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2765768315971", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1728515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1226633867570013475902214629409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.173828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25335105662674398205487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1748046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6128195946323128190318817143443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.17578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["692185499634875309953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1767578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6123057200954787074545167421843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.177734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["177048423063793248562409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1787109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1223550212237598177865242194209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["176416023004121", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1806640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1222455115558214711653974435551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.181640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["176731625857443580803991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1826171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6106628893747515240555965736557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.18359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["689710101794337250847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1845703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6100809244696465917805374754157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.185546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["176394918308514464430391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1865234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1218962991819401454891681787871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2026943", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1884765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1217728891653439711759681531871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.189453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["176037913593272173230391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1904296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6082296256388592468794584354157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.19140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["686920666667676130847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1923828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6075768960506235152102026536557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.193359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["175660267863954049923991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1943359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1213812254104830064043770275551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["174990993244121", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1962890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1212434395833258677492520530209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.197265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["175261680248768506162409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.1982421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6055099971812289590591892541843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.19921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["683806449012308909953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2001953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6047844226056910401937223543443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.201171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24977413251906792445487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2021484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1208080762164062872060187109409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2721150405571", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2041015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1206555576971601326498042669089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.205078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24914384258229664611887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2060546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6024965694579831261309158058643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.20703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["680359380530349351553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2080078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6016966571147982010672008253843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.208984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["173937896734046977176809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2099609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1201755985370806361567502151969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["34646099791549", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2119140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1200081050160998974420471080671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.212890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["173453377161434707587991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2138671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5991842104009107574127670158957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.21484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["676573972007161935647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2158203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5983090114012373713034641493357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.216796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["172947029033892566343991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2177734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1194829793851769617401862959071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.21875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["31780819", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2197265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1193003682665140808910797787169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.220703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["172418779751412641259209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2216796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5955698239123772177475416797843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.22265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["672446977522534371553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2236328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5946188283093878790652821412243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.224609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["171868580885847035055209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2255859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1187297683881476919005219297569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["171123071323759", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2275390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1185319710840250451769440194271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.228515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["171296402818158167706391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2294921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5916518619938329978284959477357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.23046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["667976820953768715647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2314453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5906248570043896754520682632557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.232421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24386032779201203765713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2333984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1179157674798288650614932445151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["531056011393", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2353515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1177027602597746786499921188831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.236328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24298007622325427612113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2373046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5874297476354836486615008187757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.23828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["663162942691298437247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2392578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5863266758618132689620371189357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.240234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["169447871800146352640791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2412109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1170409171467062128817455288031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["168664998298183", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2431640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1168126954320264868498478438689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.244140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["168787684090781644719209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2451171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5829033501159634498117420554643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.24609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["658005226141779536353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2470703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5817242045961684958179919377043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.248046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["168105490129637867652809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2490234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1161052081200528164690988814369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.25`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["67", "72"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2509765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1158617716256468517450288910369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.251953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["167401289911715758212809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2529296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5780726571800790249569420817043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.25390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["652503661939263056353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2548828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5768174377558143317099922954643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.255859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["166675083437015316399209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2568359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1151086399711847337813579110689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["165855784550983", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2587890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1148499886970525303651156152031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.259765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["165926870710535805440791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2607421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5729376686694852091381876469357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.26171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["646658250083748997247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2626953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5716063754990959415969514427757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.263671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["23593807404403318172113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2646484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1140512128436852077889422628831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["513498425473", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2666015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1137773470749274647523034077151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.267578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["23480632499015634485713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2685546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5674983900358230266654191752557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.26953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["640468999941186315647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2705078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5660910300812067018011469557357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.271484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["163550200421014963866391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2724609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1129329317126878565233342402271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["162695430082159", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2744140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1126438560279985737987721697569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.275390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["162713978052859612335209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2763671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5617549015645826413158334372243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.27734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["633936028104919011553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2783203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5602715322235123327573930717843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.279296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["161855776482580999659209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2802734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1117538369399291744449100763169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.28125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["29707219", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2822265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1114495750697801258458766127071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.283203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["160975625329216705863991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2841796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5557076248801935445912158293357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.28515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["627059894184513615647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2861328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5541484589358072834598187918957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.287109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["160073573020914628227991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2880859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1105140817342672732033174824671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["31836886044349", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2900390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1101947022664360824698806087969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.291015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["159149692157682678936809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2919921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5493578108175157853921528893843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.29296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["619842174302668071553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2939453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5477233582166410632151679658643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.294921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["22600583542199876451887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2958984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1092140424600797906185147181089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2457786616771", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2978515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1088796879905140157265891813409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.298828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["22462412473613544445487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.2998046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5427081165321700355558748023443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.30078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["612286114379594669953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3017578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5409993261636483071806417981843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.302734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["156248274364871551282409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3037109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1078544323909978079254025810209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["155326497013721", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3056640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1075053452293430171323875747551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.306640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["155238461544212876163991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3076171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5357631302008639216095554856557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.30859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["604397203629928930847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3095703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5339814948450400060381113634157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.310546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["154207706837686780590391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3115234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1064363900177681935595587579871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1767743", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3134765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1060729270455524384246188027871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.314453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["153156311117084852910391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3154296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5285296988436484092170906914157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.31640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["596183510351557090847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3173828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5266772988046936942514498856557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.318359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["152084618230169750403991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3193359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1049615204529979757564281251551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["151133099279321", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3212890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1045841571321243929294149202209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.322265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["150993015000675199282409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3232421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5210170346932419359282703421843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.32421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["587655779787062189953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3251953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5190965442860164002649354103443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.326171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["21411704448536931325487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3271484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1034319036989301343886922213409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2326828667971", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3291015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1030412340716769456101446445089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.330078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["21250262677551643491887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3310546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5132367216818924332732891818643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.33203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["578827434123724071553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3330078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5112514027450826244087401533843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.333984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["147603250858007624856809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3349609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1018500903881604109178216263969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["29325236800189", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3369140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1014468230686883212300438824671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.337890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["146436718799491380867991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3388671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5052026462175143765643441038957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.33984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["569714474632073295647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3408203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5031563044813102061497581653357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.341796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["145252828206959809863991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3427734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1002190712285848070262446895071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.34375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["26622019", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3447265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["998040145447525317530254299169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.345703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["144052194175930314219209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3466796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4969307306785985966383018717843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.34765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["560335145877063651553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3486328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4948276108152039396448272292243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.349609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["142835455973780311215209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3505859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["985421995428808438569699809569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["141838176322159", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3525390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["981162358307170325579446210271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.353515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["141603271676997535386391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3544921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4884384455427210501824866037357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.35546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["550709362221163275647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3564453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4862830893880292419874287752557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.357421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["20050901841024241205713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3583984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["968230809601096530325472221151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["435472330753", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3603515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["963871374129488051939673380831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.361328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["19870751408786038172113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3623046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4797442322762127541968372667757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.36328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["540858054539971717247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3642578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4775413370514820876698453749357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.365234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["137820797571900070400791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3662109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["950654596619820594104352952031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["136809258163783", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3681640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["946204826249364483995309414689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.369140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["136533613018656552879209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3701171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4708669786338334542406075914643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.37109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["530802596725311056353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3720703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4686212919961977789089482257043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.373046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["135234393798751027332809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3740234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["932731300749962372972678926369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\"\
 | |
| \>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["215", "288"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3759765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["928200701867714373419397361631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.376953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["133923827602709544827191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3779296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4618256908365151282930219502957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.37890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["520564469896395183647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3798828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4595419672466285209732266485357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.380859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["132602602125993953360791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3818359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["914498954654806670467951257311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["131582828159417", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3837890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["909897036475346832406363975969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.384765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["131271405059130303999209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3857421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4526393871154742956151732490643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.38671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["510165164319077242753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3876953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4503223810339908331237735492243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.388671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["18561560571299701347887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3896484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["895995593825162598784596699169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["402841433087", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3916015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["891331862735546664493710370849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.392578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["18368835135170032074287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3935546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4433270804951631614755508087443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.39453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["499626161112571124353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3955078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4409815395792166933398133002643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.396484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["127224855872312047973609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3974609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["877259205461944909595658301729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["126202758282641", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.3994140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["872543124913295612747773470431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.400390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["125860634034668876624791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4013671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4339077091662170280910258267757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.40234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["488968834168698908447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4033203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4315383306370658471805996322157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.404296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["124489852034848412180791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4052734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["858327422900039590285509668831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.40625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["22784381", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4072265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["853568264825701925743142096929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.408203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["123113167949338389176009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4091796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4243998699803318699538808746643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.41015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["478214114363060144353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4111328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4220111956738693116460715121043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.412109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["121731221045516224892009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4130859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["839236751003116456345809623329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24142489433411", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4150390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["834443338763376919705313464031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.416015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["120344626418899321703191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4169921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4148213305787731041575973826157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.41796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["467381916058122968447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4189453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4124176051672030434235530581357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.419921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["16993424244162102428113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4208984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["820021463079650061565111506911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1842793168829", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4228515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["815201879953095806064373274591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.423828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["16794257461502415874513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4248046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4051884522820455248590131336557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.42578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["456490483818841170047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4267578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4027734814955578733499110338157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.427734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["116162637031069374157591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4287109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["800712463345580525582543277791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["115152076733479", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4306640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["795873795473818601644605020449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.431640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["114762946206233900156009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4326171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3955156653895669715250221783443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.43359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["445555818915745309153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4345703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3930927110668482767373423325843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.435546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["113361159467167808849609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4365234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["781336403845690096030464004129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1295857", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4384765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["776484591651502721060714500129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.439453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["111957663637604826449609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4404296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3858151413574119444857967325843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.44140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["434591343536115229153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4423828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3833868778133221851160416983443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.443359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["110552802565307610236009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4443359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["761915270406159422542560860449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["109554072125479", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4462890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["757055068508577963039517101791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.447265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["109146877122067748557591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4482421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3760966864289874721856148418157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.44921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["423607802922533970047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4501953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3736651939676980360357990536557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.451171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["15391449327464748034513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4521484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["742466299956809638380154394591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1667941255229", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4541015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["737601277171114609935461586911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.455078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["15190403239421084828113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4560546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3663677351481710890883497301357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.45703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["412613265372887768447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4580078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3639345065500267951605101506157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.458984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["104925083920652665703191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4599609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["723002023123934260916674744031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["20788076065091", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4619140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["718134602546581346104324823329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.462890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["103517065407599266172009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4638671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3566334195831737858758724721043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.46484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["401613220101812144353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4658203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3541994037370160890173489066643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.466796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["102108869192665672376009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4677734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["703530569780824205315974352929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.46875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["18662381", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4697265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["698662177371288983895114788831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.470703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["100700567875859796500791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4716796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3468968358316301977053842722157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.47265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["390610913029519388447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4736328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3444625426842865894435455067757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.474609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["99292209885329535824791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4755859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["684056443652955192136103454431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["98322470154641", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4775390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["679187765289013901507414077729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.478515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["97883824840112470373609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4794921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3371595318920898338836289802643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.48046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["379607920278707444353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4814453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3347251742266983453396864887443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.482421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["13782204119163744714287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4833984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["664581625401966837139700770849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["298478959487", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4853515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["659712898388337215437699803169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.486328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["13581004186535797347887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4873046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3274220847743471434047355972243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.48828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["368604801458942842753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4892578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3249877199886808482075572490643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.490234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["93658628978546091519209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4912109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["645106710163001823740313415969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["92704053657017", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4931640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["640237980286623870289734297311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.494140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["92250228547764602960791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4951171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3176846251997678467035183605357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.49609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["357601673163569583647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4970703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3152502602557242618243545582957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.498046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["90841828111952117627191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.4990234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["625631790623329340859740401631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1", "2"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5009765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["620763060735210046378610446369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.501953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["89433427676107899012809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5029296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3079471654235454317948208657043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.50390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["346598544758539856353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5048828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3055128004795018469156570634643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.505859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["88025027240295413679209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5068359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["606156871071915516948616550689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["87085626163783", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5087890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["601288141195537563498037432031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.509765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["86616626809513925120791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5107421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2982097056905888454116181749357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.51171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["335595416463166597247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5126953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2957753409049225502144398267757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.513671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12172603783187062172113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5146484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["586681952970202171800651044831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["263363789953", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5166015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["581813225956572550098650077151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.517578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["11971403850559114805713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5185546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2884722514525713482794889352557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.51953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["324592297643401995647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5205078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2860378937871798597355464437357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.521484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["82391430947947546266391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5224609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["567207086069525485730936770271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["81467209666159", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5244140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["562338407705584195102247393569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.525390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["80983045902730480815209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5263671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2787348829949831041756299172243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.52734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["313589304892590051553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5283203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2763005898476394959137911517843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.529296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["79574687912200220139209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5302734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["547732673987250403343236059169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.53125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["14515219", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5322265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["542864281577715181922376495071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.533203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["78166386595394344263991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5341796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2689980219422536046018265173357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.53515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["302586997820297295647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5361328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2665640060960959077433029518957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.537109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["76758190380460750467991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5380859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["528260248811958041134026024671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["15169859899069", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5400390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["523392828234605126321676103969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.541015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["75350171867407350936809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5419921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2592629191292428984586652733843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.54296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["291586952549221671553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5439453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2568296905310986045308256938643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.544921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10563204730301774691887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5458984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["508793574187424777302889261089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1141272491971", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5478515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["503928551401729748858196453409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.548828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10362158642258111485487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5498046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2495322317115716575833763703443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.55078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["280592414999575469953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5517578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2471007392502822214335605821843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.552734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["71128378665992268082409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5537109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["489339782849961424198833746209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["70235607695321", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5556640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["484479580952379964695789987551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.556640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["69722453222752406403991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5576171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2398105478659475085031337256557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.55859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["269608874385994210847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5595703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2373822843218577491333786914157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.560546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["68317592150455190190391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5615234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["469910259707036666177636347871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["777743", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5634765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["465058447512849291207886843871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.564453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["66914096320892207790391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5654296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2301047146124214168818330914157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.56640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["258644399006364130847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5673828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2276817602897027220941532456557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.568359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["65512309581826116483991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5693359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["450521055884720785593745827551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["64637603087321", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5712890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["445682388012958861655807570209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.572265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["64112618756990642482409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5732421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2204239441837118202692643901843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.57421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["247709734103268269953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5751953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2180089733972241687601622903443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.576171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["8959350508220443645487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5771484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["431192971405443581173977573409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["966420578371", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5791015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["426373388278889325673239341089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.580078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["8760183725560757091887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5810546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2107798205120666501956223658643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.58203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["236818301863986471553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5830078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2083760951004965894615780413843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.583984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["59930629369160694936809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5849609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["411951512595162467533037383969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["11815446530749", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5869140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["407158100355422930892541224671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.587890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["58544034742543791747991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5888671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2011862300054003819731039118957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.58984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["225986103559049295647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5908203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1987975556989378236652945493357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.591796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["57162087838721627463991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5927734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["392826586532837461495208751071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.59375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10393219", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5947265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["388067428458499796952841179169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.595703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["55785403753211604459209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5966796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1916590950422038464385757917843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.59765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["215231383753410531553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.5986328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1892897165130526655281495972243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.599609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["54414621753391140015209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6005859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["373851726445243774490577377569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["53586921538159", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6025390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["369135645896594477642692546271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.603515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["53050399915747968666391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6044921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1822158861000530002793621237357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.60546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["204574056809538315647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6064453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1798703451841065321436246152557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.607421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7384772834552827445713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6083984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["355062988622992722744640477151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["159001316353", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6103515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["350399257533376788453754148831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.611328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7192047398423158172113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6123046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1728750446452788604954018747757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.61328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["194035053603032197247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6142578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1705580385637953980040021749357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.615234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["49003850728929712640791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6162109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["336497814883192554831986872031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["48206851661383", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6181640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["331895896703732716770399590689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.619140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["47672653662066063279209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6201171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1636554584326411726459487754643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.62109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["183635748025714256353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6220703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1613717348427545653261534737043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.623046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["46351428185350471812809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6240234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["318194149490825013818953486369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\"\
 | |
| \>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["73", "288"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6259765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["313663550608577014265671921631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.626953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["45040861989308989307191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6279296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1545761336830719147102271982957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.62890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["173397621196798383647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6298828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1523304470454362393785678325357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.630859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["43741642769403463760791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6318359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["300190025109174903243041433311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["42980421657017", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6337890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["295740254738718793133997895969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.634765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["42454458216159946239209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6357421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1456560886277876059493300490643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.63671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["163342163382137722753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6376953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1434531934030569394223381572243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.638671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5882856560936821347887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6396484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["282523477229051335298677467169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["126370418687", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6416015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["278164041757442856912878626849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.642578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5702706128698618314287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6435546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1369143362912404516317466487443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.64453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["153490855700946164353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6455078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1347589801365486434366888202643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.646484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["38671984111062481253609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6474609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["265232493051369061658904637729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["37951503498641", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6494140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["260972855929730948668651038431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.650390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["37439799814279705424791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6513671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1283698148640657539743481947757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.65234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["143865072045045788447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6533203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1262666950006710969808735522157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.654296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["36223061612129702420791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6552734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["248354705911014069708096548831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.65625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6555581", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6572265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["244204139072691316975903952929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.658203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["35022427581100206776009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6591796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1200411211979594874694172586643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.66015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["134485743290036144353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6611328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1179947794617553170548313201043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.662109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["33838536988568635772009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6630859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["231926620671656174937912023329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6632699163971", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6650390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["227893947476935278060134584031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.666015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["32672004930052391783191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6669921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1119460229341870692104352706157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.66796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["125372783798385368447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6689453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1099607039973772603458862421357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.669921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4503345292171216028113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6708984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["215982510641769931136904402911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["482385079229", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6728515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["212075814369238043351428634591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.673828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4341903521185928194513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6748046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1041008813932532933542400136557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.67578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["116544438135047250047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6767578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1021803909860277576909050818157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.677734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["29282240787384817357591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6787109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["200553280037295457944201645791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["28656580541479", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6806640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["196779646828559629674069596449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.681640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["28190637557890266236009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6826171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["965201268745759993677255383443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.68359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["108016707570552349153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6845703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["946677268356212844020847325843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.685546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["27118944670975163729609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6865234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["185665580903015002992162820129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["305857", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6884765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["182030951180857451642763268129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.689453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["26067548950373236049609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6904296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["892159308342296875810640605843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.69140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["99803014292180509153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6923828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["874342954784057720096199383443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.693359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25036794243847140476009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6943359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["171341399065109215914475100449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24463182807079", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6962890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["167850527448561307984325037791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.697265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24026981423188465357591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.6982421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["821980995156213864385336258157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.69921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["91914103542514770047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7001953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["804893091470996580633006216557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.701171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3291195496109315074513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7021484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["157597971453399229972459034591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["351427130429", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7041015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["154254426757741481053203666911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.705078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3153024427522983068113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7060546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["754740674626286304040074581357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.70703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["84358043619441368447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7080078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["738396148617539082270225346157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.708984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["21125563630377337703191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7099609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["144447828694178562539544760031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4121049919811", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7119140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["141254034015866655205176023329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.712890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["20201682767145388412009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7138671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["690489667434624101593566321043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.71484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["77140323737595824353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7158203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["674898007990761490279595946643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.716796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["19299630458843310776009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7177734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["131899100660738128779584720929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.71875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3470381", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7197265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["128856481959247642789250084831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.720703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["18419479305479016980791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7216796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["629258934557573608617823522157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.72265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["70264189817190428447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7236328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["614425241146870523033419867757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.724609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["17561277735200404304791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7255859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["119956291078553649250629150431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["17094249738641", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7275390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["117065534231660822005008445729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.728515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["16725055367045052773609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7294921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["571063955980629918180284682643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.73046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["63731217980923124353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7314453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["556990356434466669537562487443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.732421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2272975470707225034287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7333984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["108621380609264739715316770849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["48344323967", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7353515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["105882722921687309348928219169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.736328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2159800565319541347887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7373046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["515910501801737520222239812243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.73828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["57541967838360442753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7392578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["502597570097844844809877770643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.740234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["14348385077524211199209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7412109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["97894964388014083587194695969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["13933895269817", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7431640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["95308451646692049424771737311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.744140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["13600172351044700240791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7451171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["463799879234553619091831285357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.74609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["51696555982846383647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7470703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["451247684991906686622333422957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.748046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12873965876344258427191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7490234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["87777135102070869788061937631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.75`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5", "72"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7509765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["85342770158011222547362033631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.751953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12169765658422148987191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7529296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["414732210831011978011834862957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.75390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["46194991780329903647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7548828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["402940755633062438074333685357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.755859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["11487571697278371920791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7568359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["78267897038274518739872409311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["11124681522617", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7587890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["75985679891477258420895559969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.759765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10827383987913663999209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7607421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["368707498174564246571383050643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.76171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["41037275230811002753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7626953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["357676780437860449576746052243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.763671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1455600347397431907887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7646484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["69367248760792600738429659169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["30786738047", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7666015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["67237176560250736623418402849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.767578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1367575190521655754287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7685546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["325725686748800181671071607443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.76953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["36223396968340724353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7705078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["315455636854366957906794762643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.771484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["8978852969901848933609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7724609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["61075140518288935468910653729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["8666608497041", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7744140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["59097167477062468233131550431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.775390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["8406674902212981584791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7763671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["285785973698818145538932827757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.77734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["31753240399575068447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7783203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["276276017668924758716337442157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.779296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7856476036647375380791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7802734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["53391168693398578327553060831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.78125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1396781", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7822265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["51565057506769769836487888929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.783203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7328226754167450296009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7841796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["248884142780323223157112746643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.78515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["27626245914947504353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7861328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["240132152783589362064084081043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.787109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6821878626625309052009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7880859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["46313801197540412817879767329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1311836172611", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7900390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["44638865987733025670848696031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.791015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6337359054013039463191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7919921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["215007685644714925519745986157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.79296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["23840837391760088447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7939453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["207008562212865674882596181357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.794921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["839223711493194908113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7958984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["39839274386938060740308178911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["88063341629", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7978515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["38314089194476515178163738591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.798828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["776194717816067074513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.7998046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["184130030735786534254530696557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.80078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["20393768909800530047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8017578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["176874284980407345599861698157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.802734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5013575539291510477591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8037109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["33960455525280709745830317791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4798686576679", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8056640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["32582597253709323194580572449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.806640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4614987924105966716009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8076171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["156205296286461784089727703443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.80859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["17279551254433309153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8095703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["149678000404104467397169885843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.810546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4237342194787843409609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8115234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["28665959705099675478669316129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["46657", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8134765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["27431859539137932346669060129", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.814453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3880337479545552209609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8154296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["131165012096231018386379485843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.81640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["14490116127772189153", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8173828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["125345363045181695635788503443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.818359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3543629930616435836009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8193359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["23939735800324675584376412449", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3373656816679", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8212890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["22844639120941209373108653791", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.822265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3226832724266768077591", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8232421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["108917055837909861646586818157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.82421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12014718287234130047", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8251953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["103778310469568745872937096557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.826171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["418502307048461314513", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8271484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["19760983788525911336136218591", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["43445431229", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8291015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["18798950172938504640212178911", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.830078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["378744015770289308113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8310546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["89345588189018998568402261357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.83203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["9839935545539288447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8330078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["84855128116520614806893506157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.833984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2391395559401685863191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8349609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["16104197343745968119242936031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["452428920131", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8369140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["15268140650347570515620567329", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.837890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2149527182073710972009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8388671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["72311745070413676029856881043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.83984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7949766632157104353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8408203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["68431512991858907768717226643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.841796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1925017338761063096009", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8427734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12939469387024829109413072929", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.84375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["334781", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8447265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12221306337228287360205860831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.845703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1717250933946339860791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8466796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["57656302697185585662283042157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.84765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6325966982133788447", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8486328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["54343851890535683190030427757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.849609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1525588700252123984791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8505859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10233266691587282876560926431", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1431724785041", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8525390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["9624173925106101385414717729", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.853515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1349372561190680933609", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8544921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["45204556293575160592439562643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.85546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4948622233001204353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8564453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["42414468399896770136018807443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.857421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["169704416453472714287", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8583984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7949532966822013195189282849", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3467317247", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8603515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7440238550311197099588315169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.861328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["148654786428215907887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8623046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["34772091196272230820936772243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.86328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3796801509159802753", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8642578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["32457394002982423683856650643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.865234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["906645358755489279209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8662109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6050826395620771490709319969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["842215449017", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8681640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5631866877957587118353049311", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.869140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["785429476154787920791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8701171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["26170029857679340755237365357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.87109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2849130918787503647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8720703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["24283246793439621664831982957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.873046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["676248260216094587191", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8740234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4499202713001814696784113631", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\"\
 | |
| \>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1", "288"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8759765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4161071707130519768665870369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.876953125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["578414020413358212809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8779296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["19208310068476710603097617043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.87890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2084129342670416353", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8798828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["17701896526746311394051594643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.880859375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["491239061284730799209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8818359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3256629255680339275912550689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["450217958983", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8837890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2989817547020882856100024031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.884765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["414035692304161280791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8857421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["13696749516499147753588469357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.88671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1480306514955397247", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8876953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12523160890737300260586427757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.888671875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["49445188070333852113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8896484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2285070532847233033667876831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["983043073", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8916015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2080071734343872843154397151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.892578125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["40970561936543285713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8935546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["9445217957224599521816712557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.89453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1016181316428555647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8955078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["8556977676092808472192757357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.896484375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["235383571589760666391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8974609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1546539343587744297007042271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["211860341359", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.8994140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1393890004117746663492065569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.900390625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["191204973388713135209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9013671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6264333484300043739070372243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.90234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["670379855267811553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9033203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5614469335215380436333277843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.904296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["153586537364958699209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9052734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1003402353015885681556443169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.90625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25219", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9072265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["893830539234255742524207071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.908203125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["121870187030762823991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9091796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3968127580765735482523733357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.91015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["421971255873615647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9111328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3511221204794846153618318957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.912109375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["95416655008708227991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9130859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["619154697461841695657256671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["16748792509", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9150390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["543837049082083854753607969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.916015625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["73610845781392536809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9169921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2378923833967503817362493843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.91796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["251041155777831553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9189453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2072528509071638750806698643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.919921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["7981017100254051887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9208984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["359523068451058550756141089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["753352771", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9228515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["310376306886019570094565409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.923828125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5947737496480765487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9248046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1333109038857407175208823443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.92578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["139344990026669953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9267578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1139167463137449859230781843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.927734375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["30398926078683442409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9287109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["193603250043416607725138209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9296875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["25686901721", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9306640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["163541233686046064263587551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.931640625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["21689315069938563991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9326171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["686380201257050887122216557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.93359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["70881488089570847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9345703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["572273987847526356921634157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.935546875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["15075618291810990391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9365234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["94743197456668234205179871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["143", "2073600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9384765625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["77825503524748722554875871", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.939453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10171012010574510391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9404296875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["317022760421431651380514157", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.94140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["32228462686690847", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9423828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["256008760722552941931816557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.943359375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6631648463571843991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9443359375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["40957084510163796509091551", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9453125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5264015321", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9462890625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["32429093972328818153042209", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.947265625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4156655859214642409", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9482421875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["126974282280265025203261843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.94921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12640671234989953", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9501953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["98249454578154116362103443", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.951171875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["355435689929725487", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9521484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["15007981382770033316325409", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.953125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["29407171", "2809213747200"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9541015625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["11300878958503996609325089", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.955078125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["201461470133091887", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9560546875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["41889328058206369858218643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.95703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4049815848231553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9580078125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["30525868904673241254973843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.958984375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["748549741640856809", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9599609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4365261780969571196743969", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["105664189", "35957935964160"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9619140625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["3055951014589902146856671", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.962890625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["366626950821507991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9638671875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10447215645348866634638957", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.96484375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["966681890895647", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9658203125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["6956236625845044871253357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.966796875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["162406040196423991", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9677734375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["899052413847246297903071", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.96875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\"\
 | |
| \"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["19", "33177600"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9697265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["561573829774185757659169", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.970703125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["63287001853419209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9716796875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1686968695340943520477843", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.97265625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["145349150691553", 
 | |
|       "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9736328125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["969001534951154909092243", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.974609375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["20841687895215209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9755859375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["105627805682500569569569", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9765625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["10997359", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9775390625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["54103627678647859138271", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.978515625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5451060741786391", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9794921875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["128601713089533077237357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.98046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["9694929675647", "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9814453125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["55815031502565503112557", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.982421875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["145883254325713", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9833984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["4326316859571373021151", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.984375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1153", "561842749440"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9853515625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1451827186791974180831", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.986328125`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["16247741852113", 
 | |
|       "25753607969722859520000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9873046875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["2016754104694014907757", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.98828125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["109661317247", "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9892578125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["432820584258799349357", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.990234375`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["5094464000791", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9912109375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["12804695045161144031", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9921875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\\\
 | |
| \"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["583", "179789679820800"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9931640625`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1063354014340454689", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.994140625`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["31733679209", 
 | |
|       "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9951171875`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["161182078191114643", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.99609375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["1616353", "704200217922109440000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9970703125`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["558462830097043", 
 | |
|       "6231974256792696936191754240000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.998046875`", "\<\"\\\"\"\>", "\<\" \"\>", "\<\"stop-color=\\\"#00F47C\
 | |
| \\\"\"\>", "\<\" \"\>", "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["132809", "180275255788060016640000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "0.9990234375`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", 
 | |
|      FractionBox["134926369", 
 | |
|       "1246394851358539387238350848000"], "\<\")\\\"/>\"\>"},
 | |
|     {"\<\"<stop offset=\\\"\"\>", 
 | |
|      "1.`", "\<\"\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-color=\\\"#00F47C\\\"\"\>", "\<\" \"\>", \
 | |
| "\<\"stop-opacity=\\\"CALC(\"\>", "0", "\<\")\\\"/>\"\>"}
 | |
|    },
 | |
|    GridBoxAlignment->{"Columns" -> {{Center}}, "Rows" -> {{Center}}},
 | |
|    GridBoxSpacings->{"Columns" -> {
 | |
|        Offset[0.27999999999999997`], {
 | |
|         Offset[0.]}, 
 | |
|        Offset[0.27999999999999997`]}, "Rows" -> {
 | |
|        Offset[0.2], {
 | |
|         Offset[0.]}, 
 | |
|        Offset[0.2]}}],
 | |
|   Function[BoxForm`e$, 
 | |
|    TableForm[
 | |
|    BoxForm`e$, TableSpacing -> {0, 0}, TableAlignments -> Center]]]], "Output",
 | |
|  FontFamily->"Go Noto Ancient",
 | |
|  FontSize->10,
 | |
|  CellLabel->
 | |
|   "3/26/24 17:30:57 \
 | |
| Out[1080]//TableForm=",ExpressionUUID->"cb8f8f5f-9a1f-419e-8133-7d76f53b90f6"]
 | |
| }, Open  ]]
 | |
| },
 | |
| WindowSize->{780, 859},
 | |
| WindowMargins->{{Automatic, 408}, {8, Automatic}},
 | |
| FrontEndVersion->"12.2 for Microsoft Windows (64-bit) (December 12, 2020)",
 | |
| StyleDefinitions->Notebook[{
 | |
|    Cell[
 | |
|     StyleData[StyleDefinitions -> "Default.nb"]], 
 | |
|    Cell[
 | |
|     StyleData[All], TextAlignment -> Center, FontFamily -> "Go Noto Ancient", 
 | |
|     FontSize -> 12, FontWeight -> "Normal", FontSlant -> "Plain", 
 | |
|     FontTracking -> "Plain", 
 | |
|     FontVariations -> {"StrikeThrough" -> False, "Underline" -> False}]}, 
 | |
|   WindowMargins -> {{Automatic, 77}, {-453, Automatic}}, Visible -> False, 
 | |
|   FrontEndVersion -> 
 | |
|   "12.2 for Microsoft Windows (64-bit) (December 12, 2020)", StyleDefinitions -> 
 | |
|   "PrivateStylesheetFormatting.nb"],
 | |
| ExpressionUUID->"c6e1fb73-e75b-4da6-9e19-12c4761c247a"
 | |
| ]
 | |
| (* End of Notebook Content *)
 | |
| 
 | |
| (* Internal cache information *)
 | |
| (*CellTagsOutline
 | |
| CellTagsIndex->{}
 | |
| *)
 | |
| (*CellTagsIndex
 | |
| CellTagsIndex->{}
 | |
| *)
 | |
| (*NotebookFileOutline
 | |
| Notebook[{
 | |
| Cell[558, 20, 7345, 222, 480, "Input",ExpressionUUID->"06fa0d48-06c9-421b-ad36-d16081eb5b97"],
 | |
| Cell[CellGroupData[{
 | |
| Cell[7928, 246, 5102, 110, 328, "Input",ExpressionUUID->"02469969-aadd-4ad1-82df-1f2932f70730"],
 | |
| Cell[13033, 358, 396255, 13047, 23578, "Output",ExpressionUUID->"89819798-f084-4ead-a326-d716193b1eb3"],
 | |
| Cell[409291, 13407, 283878, 5693, 23574, "Output",ExpressionUUID->"cb8f8f5f-9a1f-419e-8133-7d76f53b90f6"]
 | |
| }, Open  ]]
 | |
| }
 | |
| ]
 | |
| *)
 | |
| 
 | 
