(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 9.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 157, 7] NotebookDataLength[ 1983538, 56465] NotebookOptionsPosition[ 1981912, 56410] NotebookOutlinePosition[ 1982458, 56431] CellTagsIndexPosition[ 1982415, 56428] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell["\<\ Using the functions in the \[OpenCurlyDoubleQuote]2D_TDSE_Chebyshev\ \[CloseCurlyDoubleQuote] notebook\ \>", "Title", CellChangeTimes->{{3.621926118174676*^9, 3.6219261357091064`*^9}, { 3.644662525640162*^9, 3.644662529700169*^9}}], Cell[BoxData[ RowBox[{"(*", " ", RowBox[{ "A", " ", "guide", " ", "to", " ", "getting", " ", "started", " ", "using", " ", "the", " ", "functions", " ", "in", " ", "2", "D_TDSE", RowBox[{"_Chebyshev", ".", "nb", ".", " ", "First"}], " ", "that", " ", "notebook", " ", "should", " ", "be", " ", "opened", " ", "and", " ", "all", " ", "the", " ", "cells", " ", "in", " ", "it", " ", RowBox[{"evaluated", "."}]}], " ", "*)"}]], "Input", CellChangeTimes->{{3.62184181584533*^9, 3.6218418385433702`*^9}, { 3.6219170137226887`*^9, 3.62191706010157*^9}, {3.6219261453655233`*^9, 3.621926150232732*^9}, {3.6219262120244403`*^9, 3.6219263067478065`*^9}, { 3.6446625335845757`*^9, 3.6446625367981815`*^9}}], Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{ "Overriding", " ", "values", " ", "set", " ", "in", " ", "2", "D_TDSE", RowBox[{"_Chebyshev", ".", " ", "Runs"}], " ", "in", " ", "seconds", " ", "with", " ", "16", "x16"}], ",", " ", RowBox[{ "which", " ", "is", " ", "good", " ", "for", " ", "playing", " ", RowBox[{"around", ".", " ", "Can"}], " ", "get", " ", "high", " ", "accuracy", " ", "and", " ", "good", " ", "plots", " ", "with", " ", "64", "x64"}], ",", " ", RowBox[{"which", " ", "might", " ", "take", " ", "a", " ", RowBox[{"minute", "."}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"$Nx", "=", "64"}], " ", ";", RowBox[{"$Ny", "=", "64"}], ";"}], " "}]], "Input", InitializationCell->True, CellChangeTimes->{{3.621839441476153*^9, 3.621839455282177*^9}, { 3.6218416536362453`*^9, 3.621841654962248*^9}, {3.6218417653480415`*^9, 3.6218417973436975`*^9}, {3.6218418428021774`*^9, 3.621841846109383*^9}, { 3.6218418892122593`*^9, 3.6218421644591427`*^9}, {3.6218422016340075`*^9, 3.6218422108068237`*^9}, {3.621917794004859*^9, 3.621917795455662*^9}, { 3.621918141058669*^9, 3.621918142447071*^9}, {3.6219183095233645`*^9, 3.621918443153199*^9}, {3.6219184752424555`*^9, 3.6219184779568605`*^9}, { 3.621918531059354*^9, 3.621918532354156*^9}, {3.6219276598473835`*^9, 3.6219276660561943`*^9}, {3.6446625412753897`*^9, 3.6446625436465936`*^9}}], Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{ RowBox[{ RowBox[{"Generating", " ", "a", " ", "Laguerre"}], "-", RowBox[{"Gaussian", " ", "wavefunction", " ", "with", " ", "n"}]}], "=", "0"}], ",", " ", RowBox[{"\[ScriptL]", "=", "1"}], ",", " ", RowBox[{ RowBox[{"and", " ", "width", " ", "\[Rho]0"}], "=", "1."}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"\[CapitalPsi]0", "=", RowBox[{"LG", "[", RowBox[{ "0", ",", "0", ",", "0", ",", "0", ",", "0", ",", "1", ",", "1"}], "]"}]}], ";"}]}]], "Input", InitializationCell->True, CellChangeTimes->{{3.62191709991284*^9, 3.621917188271395*^9}, { 3.621917222107855*^9, 3.62191731636322*^9}, 3.6219173532104845`*^9}], Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{ RowBox[{ "Generating", " ", "a", " ", "cylindrically", " ", "symmetric", " ", "vector", " ", "potential", " ", "describing", " ", "a", " ", "uniform", " ", "magnetic", " ", "field", " ", "along", " ", "the", " ", "z"}], "-", RowBox[{ RowBox[{"axis", ".", " ", "Here"}], " ", "the", " ", "field", " ", "has", " ", "strength", " ", "given", " ", "by", " ", RowBox[{"B0", "[", "1", "]"}]}]}], ",", " ", RowBox[{ RowBox[{ RowBox[{"which", " ", "means", " ", "that", " ", "a", " ", "Laguerre"}], "-", RowBox[{ "Gaussian", " ", "wavefunction", " ", "of", " ", "width", " ", "\[Rho]0"}]}], "=", RowBox[{ "1", " ", "will", " ", "be", " ", "a", " ", "Landau", " ", "state", " ", RowBox[{ RowBox[{"(", RowBox[{ "an", " ", "energy", " ", "eigenstate", " ", "of", " ", "the", " ", "system"}], ")"}], "."}]}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"B", "=", RowBox[{"B0", "[", "1", "]"}]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"A", "=", RowBox[{"CylindricalA", "[", RowBox[{"0", ",", "0", ",", "B"}], "]"}]}], ";"}]}]}]], "Input", InitializationCell->True, CellChangeTimes->{{3.6219175008179445`*^9, 3.6219175729368706`*^9}, { 3.6219176156809464`*^9, 3.6219176801246595`*^9}, {3.621927744446332*^9, 3.621927753135547*^9}, {3.6219278436937065`*^9, 3.6219278831461754`*^9}}], Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ "Settings", " ", "for", " ", "colour", " ", "scales", " ", "to", " ", "be", " ", "used", " ", "in", " ", "density", " ", RowBox[{"plots", "."}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{ RowBox[{"probDensScaleMax", "=", SuperscriptBox[ RowBox[{"Nn\[ScriptL]", "[", RowBox[{"0", ",", "0"}], "]"}], "2"]}], ";"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"currentScaleMax", "=", RowBox[{"Max", "[", RowBox[{"Absjxy", "[", RowBox[{"\[CapitalPsi]0", ",", "A"}], "]"}], "]"}]}], ";"}]}]}]], "Input", InitializationCell->True, CellChangeTimes->{{3.6219179216442833`*^9, 3.6219179791147842`*^9}, { 3.621927775334386*^9, 3.6219277777523904`*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{ "Plotting", " ", "probability", " ", "density", " ", "and", " ", "probability", " ", "current", " ", RowBox[{"density", ".", " ", "This"}], " ", "is", " ", "done", " ", "by", " ", "overlaying", " ", "one", " ", "plot", " ", "on", " ", "top", " ", "of", " ", "the", " ", "other"}], ",", " ", RowBox[{ "and", " ", "note", " ", "that", " ", "at", " ", "low", " ", "resolutions", " ", "these", " ", "will", " ", "appear", " ", RowBox[{"misaligned", ".", " ", "It"}], " ", "looks", " ", "fine", " ", "with", " ", "64", RowBox[{"x64", "."}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Show", "[", RowBox[{ RowBox[{"PlotProbDens", "[", RowBox[{ "\[CapitalPsi]0", ",", "probDensScaleMax", ",", "4", ",", "4", ",", "0"}], "]"}], ",", RowBox[{"PlotCurrentDens", "[", RowBox[{ "\[CapitalPsi]0", ",", "A", ",", "currentScaleMax", ",", "4", ",", "4", ",", "0"}], "]"}], ",", RowBox[{"ImageSize", "\[Rule]", "Small"}]}], "]"}]}]], "Input", CellChangeTimes->{{3.621917446124248*^9, 3.6219174868715196`*^9}, { 3.6219176878622727`*^9, 3.6219177470019765`*^9}, 3.6219177819772377`*^9, { 3.6219178135828934`*^9, 3.621917912393467*^9}, {3.621917985011595*^9, 3.621918156112695*^9}, {3.6219182672316904`*^9, 3.621918287714526*^9}, { 3.62191847221605*^9, 3.6219185229785395`*^9}, {3.62192145488089*^9, 3.6219214608557*^9}, {3.6219216941073093`*^9, 3.6219216946221104`*^9}}], Cell[BoxData[ GraphicsBox[{GraphicsComplexBox[CompressedData[" 1:eJxl3T3IZVcVgOEx8TeO0TJYKYiNFnZaCAqmMFgIgWDrD+kUsdPCToK2wTrE NkjKYJcLopUYJF2CiCD+oIUkkSCi8Ztz1rOK94SBwytxMjN3Hu695+y99se/ +d0nn37o3t0/H7l377ge/zx6c/3lZ+7f/fjQ9jPfeOzux/3tJ579xN2PD27f P/4Pj2y/8ubn7358YPv41594//ZTxz/v237s+A+8d/v1l75z9+M928/95Qd3 P969ffxynnl4+/jpn31o+/jXn3vX9gvHP/e2Xzt+/nde1l8/fr7/bv/5+P// Z/vbxy/o39tvPPjtvfL29vePX+C/tv/3zoN/3tz+0fELfmP7kePP65/bHzt+ /f/Y/vTxB/rX7c8df6B/2n78+AP94/bzx+/vte1fHK/fq9s/e/Dbff3X218+ /oBe3H7r7C/o35z//vZvz59v+6Xzv7f91fPXs/2l89e7/dnz97P9qfP3u/3h 889j+yfnn9f2w8f1re0fnn/e22+fr8f2987Xa/vv5+u5/fT5em//4fz7sP3z 8+/LF/Xfzr9P2588/75tf+v8+7j9/Pn3dfv359/n7Y+ef9+3v3Z62P7p6WX7 d6en7UdPb9tfOT1u//j0uv2r0/P2XNvrvlf+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a/309xr/mX/Ov+df8a/41 /5p/zb/mX/OfvjjXvfKv+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+d/XY/xr/jX/mn/Nv+Zf86/51/xr/jX/6cv7ep3r XvnX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z r/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z r/nf12P8a/41/5p/zb/mX/Ov+df8a/41/+nL5/i+r9e57pV/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41//t6jH/Nv+Zf86/5 1/xr/jX/mn/Nv+Y/ffne3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df87+sx/jX/mn/Nv+Zf86/51/xr/jX/mv/0 5T5dv7f3c3zf1+tc98q/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/ 5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/ 5l/zr/nX/Gv+9/UY/5p/zb/mX/Ov+df8a/41/5p/zX/6cl++9+n6vb2f4/u+ Xue6V/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mf1+P 8a/51/xr/jX/mn/Nv+Zf86/51/ynL8/hel++9+n6vb2f4/u+Xue6V/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zf++HuNf86/51/xr/jX/ mn/Nv+Zf86/5T1+eu/c5XO/L9z5dv7f3c3zf1+tc98q/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zv6/H+Nf8a/41/5p/zb/mX/Ov+df8a/7T l3U2fe7e53C9L9/7dP3e3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5r/fT3Gv+Zf86/51/xr/jX/mn/Nv+Zf85++rKvT/Gv+Nf+a /96n6/f2fo7v+3qd61751/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/5 39dj/Gv+Nf+af82/5l/zr/nX/Gv+Nf/pyzpazb/mX/Ov+e99+d6n6/f2fo7v +3qd61751/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/N v+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf87+vx/jX/Gv+Nf+a f82/5l/zr/nX/Gv+05d185p/zb/mX/Ov+df8a/77vb2f4/u+Xue6V/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+d/XY/xr/jX/mn/Nv+Zf86/51/xr/jX/ 6cs+Gc2/5l/zr/nvc/c+h+t9+d6n6/f2fo7v+3qd61751/xr/jX/mn/Nv+Zf 86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf 86/51/xr/jX/mn/N/74e41/zr/nX/Gv+Nf+af82/5l/zr/lPX/bFdZ9M1813 HW3X1XWdTZ+79zlc78v3Pl2/t/dzfN/X61z3yr/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df87+sx/jX/mn/Nv+Zf86/51/xr/jX/2ffevuyD7b647pPpuvmuo+26 uq6z6XP3Pofrffnep+v39n6O7/t6nete+df8a/41/5p/zb/mX/Ov+df8a/41 /5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41 //t6jH/Nv+Zf86/51/xr/jX/mn/Nf+ZctC/73rsPtvviuk+m6+a7jrbr6rrO ps/d+xyu9+V7n67f2/s5vu/rda575V/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+ Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nf12P8 a/41/5p/zb/mX/Ov+df8a/4z16Z9mXPRfe/dB9t9cd0n03XzXUfbdXVdZ9Pn 7n0O1/vyvU/X7+39HN/39TrXvfKv+df8a/41/5p/zb/mX/Ov+df8a/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+d/XY/xr/jX/ mn/Nv+Zf86/51/xr/jPHqn2Za9M5F9333n2w3RfXfTJdN991tF1X13U2fe7e 53C9L9/7dP3e3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41//t6jH/Nv+Zf86/5 1/xr/jX/mn/Nf+bWtS9zrDrXpnMuuu+9+2C7L677ZLpuvutou66u62z63L3P 4Xpfvvfp+r29n+P7vl7nulf+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/O/rMf41/5p/zb/mX/Ov +df8a/41/5lT2b7Mrescq8616ZyL7nvvPtjui+s+ma6b7zrarqvrOps+d+9z uN6X7326fm/v5/i+r9e57pV/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41 /5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/739Rj/mn/Nv+Zf86/51/xr /jX/mv/MpW1f5lR2bl3nWHWuTedcdN9798F2X1z3yXTdfNfRdl1d19n0uXuf w/W+fO/T9Xt7P8f3fb3Oda/8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mf1+P8a/51/xr/jX/mn/Nv+Zf 86/5zxzq9mUubedUdm5d51h1rk3nXHTfe/fBdl9c98l03XzX0XZdXdfZ9Ll7 n8P1vnzv0/V7ez/H9329znWv/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z r/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af83/vh7jX/Ov+df8a/41/5p/zb/m X/OfufPtyxzqzqXtnMrOrescq8616ZyL7nvvPtjui+s+ma6b7zrarqvrOps+ d+9zuN6X7326fm/v5/i+r9e57pV/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/O/r8f41/xr/jX/mn/Nv+Zf86/5 1/xr/tOXufOdQ925tJ1T2bl1nWPVuTadc9F9790H231x3SfTdfNdR9t1dV1n 0+fufQ7X+/K9T9fv7f0c3/f1Ote98q/51/xr/jX/mn/Nv+Zf86/51/xr/jX/ mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/zv6zH+Nf+af82/5l/zr/nX/Gv+ Nf85V6Z9OWeic+c7h7pzaTunsnPrOseqc20656L73rsPtvviuk+m6+a7jrbr 6rrOps/d+xyu9+V7n67f2/s5vu/rda575V/zr/nX/Gv+Nf+af82/5l/zr/nX /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zv6/H+Nf8a/41/5p/zb/mX/Ov +df85xyp9uVcmZ4z0bnznUPdubSdU9m5dZ1j1bk2nXPRfe/dB9t9cd0n03Xz XUfbdXVdZ9Pn7n0O1/vyvU/X7+39HN/39TrXvfKv+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/O/r8f41/xr/jX/mn/Nv+Zf 86/51/zn3Lj25RypnivTcyY6d75zqDuXtnMqO7euc6w616ZzLrrvvftguy+u +2S6br7raLuuruts+ty9z+F6X7736fq9vZ/j+75e57pX/jX/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/zv6zD+Nf+af82/5l/z r/nX/Gv+Nf+a//Tl3LieI9VzZXrOROfOdw5159J2TmXn1nWOVefadM5F9713 H2z3xXWfTNfNdx1t19V1nU2fu/c5XO/L9z5dv7f3c3zf1+tc98q/5l/zr/nX /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf/7eox/zb/mX/Ov +df8a/41/5p/zX/OhW1fzonsuXE9R6rnyvScic6d7xzqzqXtnMrOrescq861 6ZyL7nvvPtjui+s+ma6b7zrarqvrOps+d+9zuN6X7326fm/v5/i+r9e57pV/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df87+sx/jX/ mn/Nv+Zf86/51/xr/jX/OQe6fTkXtudE9ty4niPVc2V6zkTnzncOdefSdk5l 59Z1jlXn2nTORfe9dx9s98V1n0zXzXcdbdfVdZ1Nn7v3OVzvy/c+Xb+393N8 39frXPfKv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/zv 6zH+Nf+af82/5l/zr/nX/Gv+Nf859719OQe658L2nMieG9dzpHquTM+Z6Nz5 zqHuXNrOqezcus6x6lybzrnovvfug+2+uO6T6br5rqPturqus+lz9z6H6335 3qfr9/Z+ju/7ep3rXvnX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX /Gv+Nf/7eox/zb/mX/Ov+df8a/41/5p/zb/mP305973nQPdc2J4T2XPjeo5U z5XpOROdO9851J1L2zmVnVvXOVada9M5F9333n2w3RfXfTJdN991tF1X13U2 fe7e53C9L9/7dP3e3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zf++HuNf86/51/xr/jX/mn/Nv+Zf86/5T++cN/577nvPge65 sD0nsufG9RypnivTcyY6d75zqDuXtnMqO7euc6w616ZzLrrvvftguy+u+2S6 br7raLuuruts+ty9z+F6X7736fq9vZ/j+75e57pX/jX/mn/Nv+Zf86/51/xr /jX/mn/Nv+Zf86/51/xr/jX/+3qMf82/5l/zr/nX/Gv+Nf+af82/5j+9cx35 1/z33PeeA91zYXtOZM+N6zlSPVem50x07nznUHcubedUdm5d51h1rk3nXHTf e/fBdl9c98l03XzX0XZdXdfZ9Ll7n8P1vnzv0/V7ez/H9329znWv/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/O/rMf41/5p/zb/mX/Ov+df8a/41 /5r/9M5x5V/zr/nvue89B7rnwvacyJ4b13Okeq5Mz5no3PnOoe5c2s6p7Ny6 zrHqXJvOuei+9+6D7b647pPpuvmuo+26uq6z6XP3Pofrffnep+v39n6O7/t6 nete+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/O/r8f41/xr/jX/mn/N v+Zf86/51/xr/tM7t5l/zb/mX/Pfc997DnTPhe05kT03rudI9VyZnjPRufOd Q925tJ1T2bl1nWPVuTadc9F9790H231x3SfTdfNdR9t1dV1n0+fufQ7X+/K9 T9fv7f0c3/f1Ote98q/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/N/74e41/z r/nX/Gv+Nf+af82/5l/zr/lP75x2/jX/mn/Nv+a/5773HOieC9tzIntuXM+R 6rkyPWeic+c7h7pzaTunsnPrOseqc20656L73rsPtvviuk+m6+a7jrbr6rrO ps/d+xyu9+V7n67f2/s5vu/rda575V/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+ Nf/7eox/zb/mX/Ov+df8a/41/5p/zb/mP73nMvCv+df8a/41/5r/nvvec6B7 LmzPiey5cT1HqufK9JyJzp3vHOrOpe2cys6t6xyrzrXpnIvue+8+2O6L6z6Z rpvvOtquq+s6mz5373O43pfvfbp+b+/n+L6v17nulX/Nv+Zf86/51/xr/jX/ mn/Nv+Zf86/539dj/Gv+Nf+af82/5l/zr/nX/Gv+Nf/pPYeFf82/5l/zr/nX /Gv+e+57z4HuubA9J7LnxvUcqZ4r03MmOne+c6g7l7ZzKju3rnOsOtemcy66 7737YLsvrvtkum6+62i7rq7rbPrcvc/hel++9+n6vb2f4/u+Xue6V/41/5p/ zb/mX/Ov+df8a/41/5p/zf++HuNf86/51/xr/jX/mn/Nv+Zf86/5T++5S/xr /jX/mn/Nv+Zf86/577nvPQe658L2nMieG9dzpHquTM+Z6Nz5zqHuXNrOqezc us6x6lybzrnovvfug+2+uO6T6br5rqPturqus+lz9z6H63353qfr9/Z+ju/7 ep3rXvnX/Gv+Nf+af82/5l/zr/nX/Gv+9/UY/5p/zb/mX/Ov+df8a/41/5p/ zX96z1njX/Ov+df8a/41/5p/zb/mv+e+9xzongvbcyJ7blzPkeq5Mj1nonPn O4e6c2k7p7Jz6zrHqnNtOuei+967D7b74rpPpuvmu4626+q6zqbP3fscrvfl e5+u39v7Ob7v63Wue+Vf86/51/xr/jX/mn/Nv+Zf87+vx/jX/Gv+Nf+af82/ 5l/zr/nX/Ovjcuc/vecq8q/51/xr/jX/mn/Nv+Zf86/577nvPQe658L2nMie G9dzpHquTM+Z6Nz5zqHuXNrOqezcus6x6lybzrnovvfug+2+uO6T6br5rqPt urqus+lz9z6H63353qfr9/Z+ju/7ep3rXvnX/Gv+Nf+af82/5l/zr/nf12P8 a/41/5p/zb/mX/Ov+df8a/41/+k9R5V/zb/mX/Ov+df8a/41/5p/zb/mv+e+ 9xzongvbcyJ7blzPkeq5Mj1nonPnO4e6c2k7p7Jz6zrHqnNtOuei+967D7b7 4rpPpuvmu4626+q6zqbP3fscrvfle5+u39v7Ob7v63Wue+Vf86/51/xr/jX/ mn/N/74e41/zr/nX/Gv+Nf+af82/5l/zr/lP77nJ/Gv+Nf+af82/5l/zr/nX /Gv+Nf+a/5773nOgey5sz4nsuXE9R6rnyvScic6d7xzqzqXtnMrOrescq861 6ZyL7nvvPtjui+s+ma6b7zrarqvrOps+d+9zuN6X7326fm/v5/i+r9e57pV/ zb/mX/Ov+df8a/739Rj/mn/Nv+Zf86/51/xr/jX/mn/Nf3rPSedf86/51/xr /jX/mn/Nv+Zf86/51/xr/nvue8+B7rmwPSey58b1HKmeK9NzJjp3vnOoO5e2 cyo7t65zrDrXpnMuuu+9+2C7L677ZLpuvutou66u62z63L3P4Xpfvvfp+r29 n+P7vl7nulf+Nf+af82/5l/zv6/H+Nf8a/41/5p/zb/mX/Ov+df8a/7TN38u /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5r/nvvcc6J4L23Mie25cz5HquTI9 Z6Jz5zuHunNpO6eyc+s6x6pzbTrnovveuw+2++K6T6br5ruOtuvqus6mz937 HK735Xufrt/b+zm+7+t1rnvlX/Ov+df8a/739Rj/mn/Nv+Zf86/51/xr/jX/ mn/Nf/rmz4F/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/577nvPge65sD0n sufG9RypnivTcyY6d75zqDuXtnMqO7euc6w616ZzLrrvvftguy+u+2S6br7r aLuuruts+ty9z+F6X7736fq9vZ/j+75e57pX/jX/mn/N/74e41/zr/nX/Gv+ Nf+af82/5l/zr/lP3/y++df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Pf c997DnTPhe05kT03rudI9VyZnjPRufOdQ925tJ1T2bl1nWPVuTadc9F9790H 231x3SfTdfNdR9t1dV1n0+fufQ7X+/K9T9fv7f0c3/f1Ote98q/51/zv6zH+ Nf+af82/5l/zr/nX/Gv+Nf+a//TN75N/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +dcvnL/Pbf41/5r/nvvec6B7LmzPiey5cT1HqufK9JyJzp3vHOrOpe2cys6t 6xyrzrXpnIvue+8+2O6L6z6ZrpvvOtquq+s6mz5373O43pfvfbp+b+/n+L6v 17nulX/N/74e41/zr/nX/Gv+Nf+af82/5l/zr/lP3/y++Nf8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df899z3ngPdc2F7TmTPjes5Uj1XpudMdO58 51B3Lm3nVHZuXedYda5N51x033v3wXZfXPfJdN1819F2XV3X2fS5e5/D9b58 79P1e3s/x/d9vc51r/zv6zH+Nf+af82/5l/zr/nX/Gv+Nf+a//TN74N/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mv+e+9xzongvbcyJ7blzP keq5Mj1nonPnO4e6c2k7p7Jz6zrHqnNtOuei+967D7b74rpPpuvmu4626+q6 zqbP3fscrvfle5+u39v7Ob7v63Wue+Vf86/51/xr/jX/mn/Nv+Zf86/5T9/8 uvnX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/3vM/pvf8j+k9/2N6z/+Y3vM/ pvf8j+meA99zoXtObM+N7DlyPVeq58z03InOoe9c6s6p7dzKzrHrXKvOuenc i+6D777Y7pPrvpmuo++62q6z67qbPofvc7nep+99u36P7+f6vs/Xfa97/sf0 nv8xved/TO/5H9N7/sf0nv8xved/TO/5H9N7/sc0/+mbXyf/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf899z33sOdM+F7TmRPTeu50j1 XJmeM9G5851D3bm0nVPZuXWdY9W5Np1z0X3v3QfbfXHdJ9N1811H23V1XWfT 5+59Dtf78r1P1+/t/Rzf9/U6173yr/nX/Gv+Nf+af82/5l/zn775dfGv+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5r/nvvec6B7LmzP iey5cT1HqufK9JyJzp3vHOrOpe2cys6t6xyrzrXpnIvue+8+2O6L6z6Zrpvv Otquq+s6mz5373O43pfvfbp+b+/n+L6v17nulX/Nv+Zf86/51/xr/jX/6Ztf B/+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Pfc 954D3XNhe05kz43rOVI9V6bnTHTufOdQdy5t51R2bl3nWHWuTedcdN9798F2 X1z3yXTdfNfRdl1d19n0uXufw/W+fO/T9Xt7P8f3fb3Oda/8a/41/5p/zb/m X/Ofvvnv8q/51/xr/jX/mn/91Pnf3eZf86/51/xr/jX/mn/Nv+Zf86/51/xr /jX/mn/Nv+a/5773HOieC9tzIntuXM+R6rkyPWeic+c7h7pzaTunsnPrOseq c20656L73rsPtvviuk+m6+a7jrbr6rrOps/d+xyu9+V7n67f2/s5vu/rda57 5V/zr/nX/Gv+Nf/pm/8O/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41 /5p/zb/mX/Ov+df8a/41/z33vedA91zYnhPZc+N6jlTPlek5E5073znUnUvb OZWdW9c5Vp1r0zkX3ffefbDdF9d9Ml0333W0XVfXdTZ97t7ncL0v3/t0/d7e z/F9X69z3Sv/mn/Nv+Zf85+++Xn51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/N v+Zf86/51/xr/jX/mn/Nv+Zf86/51/z33PeeA91zYXtOZM+N6zlSPVem50x0 7nznUHcubedUdm5d51h1rk3nXHTfe/fBdl9c98l03XzX0XZdXdfZ9Ll7n8P1 vnzv0/V7ez/H9329znWv/Gv+Nf+a//TNz8O/5l/zr/nX/Gv+Nf+af82/5l/z r/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z33Pfew50z4XtOZE9N67n SPVcmZ4z0bnznUPdubSdU9m5dZ1j1bk2nXPRfe/dB9t9cd0n03XzXUfbdXVd Z9Pn7n0O1/vyvU/X7+39HN/39TrXvfKv+df8p2/+f/xr/jX/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/+5x3/Pfc954D 3XNhe05kz43rOVI9V6bnTHTufOdQdy5t51R2bl3nWHWuTedcdN9798F2X1z3 yXTdfNfRdl1d19n0uXufw/W+fO/T9Xt7P8f3fb3Oda/8a/7TN/8e/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zf+u 6xj/mv+e+95zoHsubM+J7LlxPUeq58r0nInOne8c6s6l7ZzKzq3rHKvOtemc i+577z7Y7ovrPpmum+862q6r6zqbPnfvc7jel+99un5v7+f4vq/Xue6V//TN /86/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+dc+B77nQPSe250b2HLmeK9VzZnruROfQdy5159R2bmXn 2HWuVefcdO5F98F3X2z3yXXfTNfRd11t19l13U2fw/e5XO/T975dv8f3c33f 5+u+1/8DBTGQ5A== "], { {GrayLevel[0.8], EdgeForm[None], GraphicsGroupBox[PolygonBox[CompressedData[" 1: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 9q5UGoDrW1Nphpw7HYvvdtcg/27Hkn+L7yTnXtdDQ/fZwv5j7g2uH7eF/UdT 8X2se4NdGKfXI73/xs8RrT/hPLTyQCotwfj9vof9M6n4pv+nUmkDrp+2xfek a+B7xHfyOZ7zM+M98ZFnDwsvefYw/mIqptm/7DN08Lzz0MprqViE3zdScQ+z 76TiG2bfSqUBuH41lWbIedOx+F53DfLfdiz5r/hOct51PTT0ni3sf5JKq3D9 qS3sf+ye8H2Yil36/CAVu+xfcB/0+Znz0Mq0VFoi7n3fw553M3zD9ReptAHX X9ri+9w18N2Q6nsadr92HjOemop3fD84Dsa/t4/9jz5DB+2m5srMf0nFIvz+ lop7mP0rFd8w+0cqDcD1z6k0Q87vjsX3q2uQ/6djyf/Jd5Lzt+uhoX9sYb/Z FE9w3WrKwn7aFN/44vDnB1Mxzv8RD3Zh+btUmqfPrKk8tPJfKi0R96/vYV81 xTf9F01pA67Lpiy+vKka+L5NpSHu6DT1zHhPzNvU7GFh+qZmD+PTNcU0+x5N naGDuqk8tNKzKRbhd+amuIfZ2ZviG2ZnbUoDcD1jU5ohZ5amYvHN1FQN8mdr Kpb8GZq6k5w5mqqHhuZsysL+/E1pFa4XaMrC/nxN9YSvV1Ps0uc8TbHLvttU H/S5YFN5aGXuprRE3FxN3cN+0ab4huuFm9IGXC/SlMW3UFM18PHzxw/+3Wix pvLQykKtEEN+WEs1NXsY793UnNgv3dQZOtioqbky8+WaYhF+V2iKe5hdpSm+ YXalpjQA18s2pRlyVmwqFt/yTdUgf+WmYslfpqk7yVm1qXpoaLWmLOz3aeo7 Ca7Xs4X9dZviG99aTbEL42s2xS77vZp6jjyPvs5DK2s0pSXiVm/qHvYbNsU3 /fdrShtwvYEtvvVdA986YUX+HBv7mfGe2LGp2cPCpk3NHsY3aYpp9gN9hg76 Ow+tbN4Ui/C7RVPcw+zWTfENs1s1pQG43qwpzZCzpWPxDXYN8oc4lvxBvpOc bVwPDW1rC/s7N6VVuN7FFvZ3ck/4dmiKXfrcvil22Q9wH/S5q/PQynZNaYm4 ob6H/R5N8Q3Xw5rSBlzvbotvN9fAt2RT39Owu6fzmPHVzqHePo6D8b3DWsL7 kT5DByd6rsx8/6ZYhN8DmuIeZg9qim+YPbApDcD1fk1phpzRjsU3yjXIH+NY 8vf1neSMdT00dLAt7B/dFE9wfYwt7B8V1tr2Hd4UuzB+WFPssh/R1O8t9Hms 89DKoU1pibhDfA/7E5rim/7HNaUNuD7eFt9xroFveFMa4o7xfma8Jy727GHh FM8exk9uimn2E32GDiY4D62c3hSL8HtGU9zD7DlN8Q2zZzWlAbg+rSnNkHOm Y/FNcg3yz3Ys+af6TnLOdT00dJ4t7F/alFbh+jJb2L/EPeG7qCl26fPCpthl f5L7oM/LnYdWLmhKS8Sd73vYX9UU3zA6uSltwPWVtviucI1dPUt+XoH1KU1x De//hnVvWPeFdb1nD+PXeU7sp/oMHTzpuTLzm5piEX5vaYp7mL2jKb5h9ram NADXNzalGXJudSy+m12D/NsdS/4NvpOcO10PDd1lC/sPhXVkU1w/bAv7DzTF 9xHuDXYPc6+HeP+FnyNaf8R5aOWeprRE3N2+h/0TTfFN/481pQ24ftwW36Ou ge9+38nneMrPjPfE+549LDzn2cP4s00xzf55n6GDp52HVl5qikX4faUp7mH2 jab4htnXmtIAXL/YlGbIedWx+F52DfJfdyz5L/hOct50PTT0li3sf9CUVuH6 Q1vYn+ae8L3XFLv0+W5T7LJ/xn3Q50fOQyvvNKUl4t72Pez5OQO+4fqTprQB 15/a4vvYNfBd29T3NOx+7jxmfE1TvOP7xnEw/rV97L/1GTrIW5orM/+hKRbh 96emuIfZ35riG2Z/aUoDcP19U5oh52fH4vvRNcj/1bHkf+c7yfnd9dDQH7aw z7/0Ap7gOg5/frAp9v9rim98/zTFLoz/3RS77L9qSvP0mbSUh1b+akpLxP3p e9hnLfFN/82WtAHXrZYsvrSlGvi+bEpD3FG09Mx4T8zV0uxhodPS7GG83RLT 7OuWztBB2VIeWpm+JRbhd4aWuIfZmVviG2Z7tqQBuJ6uJc2QM2NLsfh6tFSD /JlaiiW/29Kd5MzSUj00NGtLFvbnaUmrcN2rJQv7c7fUE745W2KXPudoiV32 VUt90Oe8LeWhldlb0hJxs7V0D/sFW+IbrudvSRtwvUBLFt98LdXAx99t8ffl /F35wi3pBN7HZOHnhLBWCmvxlmYP44u1NCf2S7R0hg7Wb2muzHyplliE32Va 4h5mV2iJb5hdriUNwHXvljRDzrItxeJbuqUa5C/fUiz5S7Z0JzkrtlQPDa3U koX9NVv6ToLrtVqysL9GS3zjW60ldmF81ZbYZT+spefI7yjrhBW1pJVVWtIS cSu3dA/7vi3xTf99WtIGXK9ni29d18C3ekt38jn6+Znxnhja0uxhYeOWZg/j G7XENPv+PkMHGzgPrWzaEovwO6gl7mF2i5b4htnNW9IAXG/SkmbI2cyx+Aa6 BvmDHUv+AN9Jzpauh4a2soX97VvSKlzvYAv727knfNu2xC59btMSu+w3dB/0 uaPz0MrWLWmJuCG+h/2uLfEN1zu3pA243sUW306ugW/+wPFHwX4c1m7OY8ZX OId6e4W1aEuM7xnWIt4P9xk6OM5zZeb7tMQi/O7bEvcwe0BLfMPs/i1pAK73 bkkz5OznWHwjXYP8UY4lf4TvJGe066GhA21h/7CWeILrw21h/9CW+MZ3cEvs wvjYlthlv0dLmqfPI5yHVg5qSUvEjfE97I9tiW/6P7olbcD1Mbb4jgprbft2 b0lD3DHOz4z3xPmePSyM9+xh/MSWmGY/wWfo4HjnoZVTWmIRfk9tiXuYPaMl vmH29JY0ANcnt6QZck5zLL6JrkH+JMeSf5LvJOdM10NDZ9nC/oUtaRWuL7KF /QvcE77zWmKXPs9tiV32J7gP+rzYeWjlnJa0RNzZvof95S3xDaOXtqQNuL7M Ft8lroHvEM+Z2U9uiWt4/zOsO8O6K6wpnj2MX+05sb/GZ+jgUc+VmV/fEovw e0NL3MPsLS3xDbM3taQBuL6uJc2Qc6Nj8U11DfJvdiz51/pOcm51PTR0my3s 3+ve4Po+W9i/pyW+D3FvsDvWvY7x/hM/R7R+v/PQyh0taYm4230P+0da4pv+ HwrryJa4ftgW3wOugW7u9p18jsf8zHhPvO3Zw8JTnj2MP9kS0+yf9hk6eNx5 aOW5lliE3xda4h5mX2mJb5h9qSUNwPWzLWmGnBcdi+951yD/ZceS/4zvJOdV 10NDr9nC/rstaRWu37OF/XfcE763WmKXPt9siV32T7gP+nzfeWjljZa0RNzr voc972b4husPWtIGXH9oi2+aa+C7qqXvadj92HnM+MqWeMf3heNg/HP72H/p M3SQZporM/+mJRbh97uWuIfZn1riG2Z/aEkDcP11S5oh53vH4vvWNcj/0bHk f+U7yfnZ9dDQL7aw/3dLPMH1P7aw/1dLfOP7oyV2Yfz3lthl/1lLmqfPf52H Vn5rSUvE/ep72CeZ+KZ//uV5aAOu4/DnB1vy/eca+D5tSUPc0cz0zHhPzJZp 9rBQZJo9jOeZmGZfZjpDB61MeWilk4lF+O1m4h5mZ8jEN8xOn0kDcN3OpBly pssUi6/OVIP8Hpliya8y3UnOjJnqoaGemSzsz5FJq3A9ZyYL+7Nn6gnfrJnY pc9ZMrHLPsvUB33OlSkPrcycSUvEzZTpHvbzZuIbrufJpA247pXJ4ps7Uw18 /PzxhX83mi9THlrhO5uf0/EtnGn2ML5QpjmxXyTTGTpYN9NcmfnimViE3yUz cQ+zy2TiG2aXyqQBuF4sk2bI6Z0pFt8SmWqQv3SmWPIXzXQnOctmqoeGlstk YX/VTN9JcL1aJgv7q2TiGx+/e/xmxvld5FezvHOm58jzWD1THlpZIZOWiFs+ 0z3s1wl/jtz/mpm0AddrZbKwv0amGvhWznQnn6OPnxnviSGZZg8L/TLNHsbX z8Q0+w18hg7Wcx5a2TgTi/A7IBP3MDsoE98wu2kmDcD1Rpk0Q84mjsXX3zXI H+hY8jf0neRs5npoaHNb2N8mk1bheltb2N/aPeHbKhO79LllJnbZ93Uf9DnU eWhli0xaIm6w72G/Yya+4Xr7TNqA6x1s8W3nGvgWzPQ9Dbs7OY8ZX+Ic6g1z HIzvFtYC3u/uM3RwVFhrZ5r5XplYhN8RmbiH2X0z8Q2z+2TSAFzvmUkz5Ozt WHzDXYP8kY4lfw/fSc5+roeG9reF/bGZeILrg21h/6BMfOM7MBO7MD46E7vs d830ewt9HuI8tHJAJi0RN8r3sD8iE99wfVgmbcD14bb4DnUNfLtk0hB3HO1n xnvibM8eFsZ59jB+XCam2R/vM3RwjPPQyvhMLMLvSZm4h9lTM/ENs6dk0gBc n5hJM+Sc7Fh8E1yD/ImOJf8E30nOaa6Hhk63hf1zM2kVrs+zhf1z3BO+szKx S59nZmKX/bHugz7Pdx5aOSOTloib5HvYX5yJbxi9MJM24PoiW3wXuMZQz5Kf V2D90kxcw/uvYd0a1m1hTfbsYfwKz4n9lT5DBw94rsx8SiYW4ffaTNzD7A2Z +IbZ6zNpAK6vzqQZcq5zLL5rXIP8qY4l/yrfSc6NroeGbrKF/Tsz/Z0RXN9l C/t3ZOJ7jHuD3dHudZT3H/g5ovW7nYdWbsmkJeJu9j3s78/EN/3fm0kbcH2f Lb57XAPf7b6Tz/FQWEdmek+87tnDwmOePYw/molp9o/7DB087Dy08lQmFuH3 mUzcw+wLmfiG2ecyaQCun8ykGXKedSy+p12D/OcdS/4TvpOcF10PDb1kC/tv ZtIqXL9lC/tvuCd8r2Vilz5fzcQu+0fcB32+7Ty08komLRH3su9hz/8fFb7h +t1M2oDr92zxveMa+C7P9D0Nu9Ocx4wvy8Q7vk8cB+Mf28f+U5+hg/88V2b+ RSYW4ferTNzD7HeZ+IbZbzJpAK4/z6QZcr52LL4vXYP8bx1L/me+k5zvXQ8N /WAL+79n4gmu/7CF/d8y8Y3vl0zswvjPmdhl/1EmzdPnn85DKz9l0hJxP/oe 9v9m4pv+/86kDbj+xxbfX66B78NMGuIO/sXXPDPeEzPlmj0sNHPNHsbTXEyz b+U6Qwdx+PODmbRS5GIRfqtc3MNsNxffMNvJpQG4znNphpx2rlh8Za4a5Ne5 YsnPct1JznS56qGh6XNZ2J8ll1bhetZcFvZnztUTvp652KXPGXOxyz7J1Qd9 zpYrD63MkEtLxPXIdQ/7uXLxDddz5NIGXM+Zy+KbPVcNfPd1A6Nh/RvWPLl0 Au/z5nqvMZP5c80exufLdcZ+gVxn6GCNXHNl5gvnYhF+F83FPcwumYtvmF08 lwbgeqFcmiFnsVyx+BbJVYP8JXLFkr9grjvJ6Z2rHhpaKpeF/RVzfSfB9Uq5 LOyvkItvfMvlYhfGl83FLvvtcz1H/r/sK+fKQyvL5NIScUvnuof96rn4pv9V c2kDrlfLZfGtkqsGvuVz3cnnWDPXM+M9MTjX7GGhT67Zw/i6uZhmv57P0MFa ufLQSr9cLMLvhrm4h9kBufiG2Y1zaQCu18+lGXI2ciy+DVyD/P6OJb+v7yRn E9dDQ5vawv6WubQK11vZwv4W7gnf5rnYpc/NcrHLfp2wIvc5xHloZVAuLRE3 0PewH5qLb7jeJpc24HpbW3xbuwa+OYrAOxoIazvnMeMLnEO9nXNxD+M7hdXL +118hg4OzTVXZj4sF4vwu0cu7mF2RC6+YXavXBqA691yaYacPR2Lb3fXIH+4 Y8nf1XeSs7froaF9bGF/dC6e4PpAW9g/IBff+PbPxS6M75eLXfY75tI8fY5x HlrZN5eWiBvpe9gfkotv+h+bSxtwfbAtvoNcA98OuTTEHYf5mfGemOTZw8LR nj2MHxXW2t4f4zN0cLjz0Mq4XCzC7wm5uIfZk3LxDbPjc2kAro/LpRlyTnQs vuNdg/wJjiX/WN9Jzsmuh4ZOsYX9M3NpFa7PsoX9M9wTvtNzsUufp+Vil/0R 7gPtnu08tHJqLi0RN9H3sD8/F98wem4ubcD1ebb4znENfKM8Z2Z/YS6u4f3H sG4M66awLvXsYfwSz4n9ZT5DB/d4rsx8ci4W4feqXNzD7LW5+IbZKbk0ANdX 5NIMOVc7Ft+VrkH+NY4l/3LfSc51roeGrreF/VvdG1zfZgv7t+Tie5R7g939 3OtI79/1c0TrtzsPrdyQS0vETfU97O/OxTf935lLG3B9ly2+O1wD382+k89x r58Z74mXPXtYeCisI3Mx/kAupmHhYZ+hg/uch1Yey8Ui/D6Ri3uYfSYX3zD7 VC4NwPWjuTRDzpOOxfe4a5D/tGPJf8R3kvOs66Gh52xh/9VcWoXr12xh/xX3 hO+lXOzS54u52GV/v/ugz9edh1ZeyKUl4p73Pex5N8M3XL+ZSxtw/ZYtvjdc A9/Fub6nYfcd5zHji3Lxju8Dx8H4NPvYf+gzdPCX58rMP8nFIvx+lot7mP0q F98w+0UuDcD1x7k0Q87njsX3qWuQ/6Vjyf/Id5LzteuhoW9sYf/nXDzB9S+2 sP9TLr7x/ZCLXRj/Phe77N/PpXn6/NV5aOW7XFoi7lvfw/7PXHzT/++5tAHX f9ji+8018L2XS0Pc8befGe+JHoVmDwv8x2qYPYz/l4tp9nE4fzCXDv5xHlpp FmIRfrNC3MNsVYhvmC0KaQCu00KaIScvFIuvVagG+WWhWPKTQneS0y5UDw11 ClnYn7GQVuG6ZyEL+zMU6gnf9IXYpc/pCrHL/l/3QZ8zFcpDK91CWiKuLnQP +9kK8Q3XsxTSBlzPWsjim7lQDXyzlMHiC2v2QnloZeZw/loh3zyFZg/jcxea E/tehc7QwSqF5srM5y/EIvwuWIh7mF20EN8wu3AhDcD1fIU0Q85ChWLxLVCo BvmLFIolf95Cd5KzWKF6aGjxQhb2ly30nQTXyxWysL9MIb7xLVWIXRjvXYhd 9tsUeo48j+UL5aGVJQtpibglCt3DfuVCfNP/ioW0AdcrFbL4VihUA9/She7k c6xa6JnxnhhYaPawsGah2cP4GoWYZr9WoTN0sFqhPLTSpxCL8Nu3EPcwu2Eh vmG2XyENwPW6hTRDzvqOxbeea5C/gWPJXyesyDkbuR4a2tgW9jcrpFW43twW 9ge5J3ybFmKXPjcpxC771Qv1QZ+DnYdWBhTSEnH9fQ/7IYX4hustC2kDrrey xbeFa+Cbq9D3NOxu7TxmfI5zqLe942B8u7Dm9H4Hn6GDgwrNlZnvXIhF+N21 EPcwu0chvmF2WCENwPVOhTRDzm6OxbeLa5C/u2PJ39F3krOn66GhvWxhf79C PMH1/rawv28hvvHtU4hdGN+7ELvshxb6vYU+RzkPrYwopCXihvse9mMK8U3/ owtpA64PtMV3gGvg27aQhrhjrJ8Z74mJnj0sHObZw/ihhZhmf7jP0MHBzkMr RxdiEX6PLcQ9zJ5QiG+YHVdIA3B9VFhrO+c4x+I7xjXIP96x5B/hO9HZia6H hsbbwv5phbQK16fbwv6p7gnfKYXYpc+TC7HL/hD3QZ+TnIdWTiqkJeIm+B72 ZxfiG0bPLKQNuD7LFt8ZrjHYs+TnFVg/txDX8P5tWNeFdX1YF3r2MH6B58T+ Ip+hgzs8V2Z+aSEW4ffyQtzD7FWF+IbZyYU0ANeXFNIMOVc4Ft9lrkH+lY4l /2LfSc7VroeGptjC/o1hjSzE9U22sH9DIb5HujfY3du9Dvf+TT9HtH6z89DK tYW0RNw1vof97YX4pv9bC2kDrm+zxXeLa+Cb6jv5HHf6mfGeeN6zh4V7PXsY v6cQ0+zv8xk6uMt5aOWhsI4sxO8jhbiH2ScK8Q2zjxXSAFw/UEgz8PuoY/E9 7BrkP+5Y8u/3neQ86Xpo6Clb2H+xkFbh+iVb2H/BPeF7rhC79PlsIXbZ3+0+ 6PNl56GVZwppibinfQ97fs6Ab7h+tZA24Po1W3yvuAa+8wt9T8PuG85jxucV 4h3fu46D8XfsY/+ez9DBb54rM/+gEIvw+1Eh7mH2s0J8w+wnhTQA19MKaYac jx2L70PXIP9Tx5L/vu8k53PXQ0Nf2ML+94V4gusfbGH/u0J84/umELsw/nUh dtm/XUjz9Pmj89DKV4W0RNyXvof9r4X4pv+fC2kDrn+xxfeTa+B7q5CGuON3 PzPeE3Wp2cPC3549jP9ViGn2//gMHfzhPLTCf4wSFuE3KcU9zGal+IbZZikN wPV/hTRDTloqFl8c/vxgofxWqVjy//Wd5OSl6qGhopSF/elKaRWupy9lYb9b qid8nVLs0me7FLvs/3Qf9NmjVB5aqUppibiy1D3sZyrFN1zPWEobcN2zlMU3 Q6ka+Hiv8b3Nd/mspVjnfbZHFX5GCGuRsOYoNXsYn73UnNjPWeoMHaxQaq7M fJ5SLMLvvKW4h9kFS/ENs/OX0gBcz11KM+TMVyoWX69SNchfoFQs+XOVupOc hUrVQ0MLl7Kw37vUdxJcL1XKwv6SpfjGt3gpdmF8sVLsst+y1HPkd5SlS+Wh lUVLaYm4RUrdw375UnzT/7KltAHXy5Wy+JYpVQPfEqXu5HOsWOqZ8Z7oX2r2 sLBqqdnD+CqlmGa/WqkzdLBSqTy0smYpFuF3nfDnqBSzfUvxDbN9SmkArtco pRly1nUsvrVK1UA36zmW/NVL3UnO+q6HhvrZwv4mpbQK15vawv4A94Rv41Ls 0udGpdhlv3KpPuhzoPPQyoaltETcBr6H/eBSfMP1ZqW0Adeb2+Ib5Br4znTO Fl49PeMznINvm7BmK8X41qX0wH5bn6GDA0rNlZlvX4pF+N2xFPcwu2spvmF2 51IagOvtSmmGnJ0ci28H1yB/F8eSP9R3krOb66GhYbawv3cpnuB6H1vYH1GK b3x7lWIXxvcsxS77IaV+P6fPkc5DK3uU0hJxu/se9qNK8U3/+5XSBlzvb4tv X9fAt1UpDXHHaD8z3hMTPHtYGOvZw/hBpZhmf7DP0MGBzkMrh5ViEX6PKMU9 zB5bim+YPbqUBuD60FKaIeeosNa273DXIP8Yx5J/iO8k5zjXQ0PjbGH/5FJa hetTbGH/JPeEb3wpdunzxFLssh/jPuhzovPQygmltETc8b6H/aRSfMPoaaW0 Aden2+I71TXwDfecmf1ZpVjnffZVWFPCuiascz17GD/Hc2J/ns/QwS2eKzO/ sBSL8HtxKe5h9vJSfMPspaU0ANcXlNIMOZc4Ft9FrkH+ZY4l/3zfSc4VroeG JtvC/nXuDa6vt4X9a0vxPdz9wS6MX12KXfa3ug+0O9V5aOWqUloi7krfw/7m UnzT/42ltAHXN9niu8E1RvqZ7unPcZvvgfdnSnEA73eU4pj531WKddi/pxTr cHen/fgeK8U0DN5rPyzfX0oD8PuALTq42/Wo9XAp1tHBI7Ywfp9rkP+oz7jj cd8D4/yzNP75Of/s/KlSXMLvE/bD5pO2+J51f7D/tGPp+XY/A3p+zn5080op duH6pVLswvULpbSEJl60xfe88/C97Fjyzy7FNey+6nq8y18v9a6H/bdK8Q3v bzqH/ds+g/efPW94f68Uu/A+rRSv8P5xKV7h/cNSTMP7u6XYJecDx+J73zXI /8ix5L/jO8n5xPXg/VNbeP+mFNPw/q0tvH9dijN8X5biG96/KMUx+zfcN31+ 5zx4/7wU38R95nvY/1SKafr/oRTT8P6jLb7vXQPfa37GPN9f/MzQVlWJFeb/ RynWYfn3Uhyw/9NnsP+r89DKP6U0AOP/lWIUxtNKHMNvHP78YLAPhfV3KdbJ 4T8yTyw6+Nc1yE8qxZL/l+8kp1mpHuy3Kll01qmkVViuK1mYbVfqCV9ZiXv6 LCrpgf1v7oM+u5XyYDavpCviskr3sJ+hEvewPH0l7uG9RyWLb7pKNfDx8wc/ j/Mz94yV8tDQTJW4ZyazVpo9jM9SSQPsZ6t0hg6WrTRXZj5nJRbhd+5K3MPs fJX4htlelTQA13NU0gw581SKxTdXpRrkz1splvzZK91JzvyV6qGhBSpZ2F+8 0ncSXC9RycL+YpX4xsfvHrAL4/wuArvsN6/0HHkeS1bKQysLVdIScQtWuof9 MpX4pv+lKmkDrpeuZPH1rlQD36KV7uRzLFfpmfGe2LDS7GFhpUqzh/EVKzHN fuVKZ+hg+Up5aGW1SizC7xqVuIfZdSvxDbNrVdIAXK9aSTPkrFkpFt/qlWqQ v074c+T8VSrdSU4f10ND69nC/saVtArX/W1hfyP3hG+DSuzSZ79K7LJfoVIf 9DnAeWhl/UpaIq6v72E/qBLfcL1pJW3A9UBbfJu4Br6ZK7EMu5s5jxmf5hzq beU4GN+ykgbYD/EZOtiv0lyZ+baVWITf7SpxD7M7VeIbZneopAG43qaSZsjZ 3rH4hroG+Ts6lvytfSc5O7seGtrFFvb3qsQTXA+3hf09K/GNb/dK7ML4sErs st8irJ7uc4Tz0MpulbRE3K6+h/2+lfim/30qaQOuR9ri29s18A2upCHu2N/P jPfECZ49LBzo2cP46EpMsx/jM3Qwynlo5eBKLMLvoZW4h9mjwlq7ErOHV9IA XI+tpBlyDnMsvkNcg/wjHIs+DvKd5BztemjoGFvYH19Jq3A9wRb2T3RP+I6v xC59jqvELvsD3Ad9nuQ8tHJcJS0Rd6zvYX9qJb5h9JRK2oDribb4TnaNAX7W vL95d59eiWt4/yysyWFdGdZZnj2Mn+k5sT/bZ+jgRs+VmZ9XiUX4vaAS9zB7 SSW+YfaiShqA63MraYacCx2L73zXIP9ix5J/ju8k51LXQ0OX2cL+lEp/ZwTX 19jC/tWV+N7DvcHuMPe6q/cv+Tmi9Wudh1auqKQl4i73PexvqMQ3/V9fSRtw PdUW33Wuge8q38nnuMnPjPfEE549LNzm2cP4rZWYZn+7z9DBzc5DK3dVYhF+ 76nEPcw+UIlvmL2vkgbg+s5KmiHnXsfiu9s1yL/fseTf4TvJeSisIytp6GFb 2H+qklbh+mlb2H/SPeF7vBK79PlYJXbZ3+I+6PMZ56GVRytpibhHfA/7Fyrx DdfPVdIGXD9vi+9Z18B3RqXvadh90XnMeFIl3vG95jgYf9U+9q/7DB1877ky 87cqsQi/71TiHmanVeIbZt+rpAG4frOSZsh517H43nYN8t93LPlv+E5yPnA9 NPShLex/UYknuP7SFvY/r8Q3vk8rsQvjn1Ril/0rlTRPn185D618XElLxH3k e9h/V4lv+v+mkjbg+ltbfF+7Br6XK2mIO37wM+M9kbU1e1j4xbOH8Z8rMc3+ V5+hgx+dh1b+qMQi/P5ViXuY/a8S3zD7TyUNwPXvlTRDzt+Oxfena5D/r2PJ /813ktNoqx4aisOfH6zEftGWVuG6bMvCft5WT/habbFLn8222GX/k/ugz6qt PLSStqUl4pK27mHfbYtvuO60pQ24rtuy+Npt1cA3XVux6GP6tiy892jL8m6b sa3ZMP+Z2mId9mdpi3W469mWH1/vtmbM/Gdtyw/Ls7elAfidoy2LDmZuqx61 5mqLdXQwd1sWxmdrqwb587R1hm56tWXhfd62LLwv1BbHfC8t3JaF8fnbYhRm F2yLb+IWaOuM/ZxtfS4+xyJt5aGbJdvimN4Wb0sD8LtoW370tFhbFt98bX0W 7luirVjyN2lrHsxqU1vmsExb3MPvsm1Z5r98W6zD/optsQ53y7Xlx7d0W+8a 8ldqyw/Lq7SlAfhdtS2LDlZoqx61Vm+LdXSwRlsWxlduqwb5a7Z1hm7WasvC +zphRW3xvn5bHKPXfrYw3qctRmG2b1t8E7eez9gv1RYv9LCB89DNgLY45nlt 3JYG4HdD+9HTRrb41vVn4b7+jiV/tbb6ps+Bft7wfnBbz4hns1lb3M8Q1uC2 uIfrLdviHk43tx/f3m3NFS62sh9NbN0W9zC7jS3sb+F61BralgZgbTtb2B/i GuRv7zN0sIMt7O9oC/u7tcUuLA+zhf2d29IDDO7aFvfE7eIz9tv6c/E5dnce WhnRFt/0tldbfMP1HvajiT1t8e3kz8J9wx1L/smeATMc5OfN893X84bZ/Wxh f1Rb3MP16La4h9P97cc3sq33C/kH2o8mDmqLe5gda8tcD3A9ah3iOcPCobaw P8Y1yD/MZ+jgcFvYP8IW9o9ri11YHmcL+0e3pQcYPLYt7ok7xmfs92mLF3o4 3nlo5aS2+OZ5jW+Lb7g+wX40caItvqPCWtv3TXAs+e1OeLcH+0xYnY7ss2Gd 2ta7BvZPs2Umk9riHq7PbIt7OD3dfnzXea5wcZb9aOKctriH2XNtYf8M16PW +W1pANYusIX9s12D/At9hg4usoX9i21h/4q22IXlybawf2lbeoDBy9vinrjL fMb+PH8uPseVzkMr17bFN71NaYtvuL7KfjRxtS2+S/xZuO8ax+7l5zvBM3zO FvZv8Lxh9kZb2L+5Le7h+ta2uIfTm+zHN7Wt9wv5t9mPJu5oi3uYvdMW9m9x PWrd3ZYGeLfdYwv7t7sG+ff6DB3cZwv799vC/qNtsQvLj9nC/kNhHdkWg4+0 xT1xD/uM/fVt8UIPjzsPrcDjeD+vp9riG66fsB9NPGmL7wF/FvT3tGPJP6Wt 9wrfpc/7eXP2h58Rz+bFsCa2xf7LbXEP16+2xT2cvmQ/vq89V7h4zX408UZb 3MPsm7aw/4rrUevttjQAa+/Ywv7rrkH+uz5DB+/Zwv77trD/cVvswvIntrD/ QVt6gMGP2uKeuA99xv4tfy4+x6fOQytftcU3vX3RFt9w/Zn9aOJzW3zT/Fm4 70vHTvGz5HnzHnnBz5uz7zxvmP3eFvZ/bIt7uP65Le7h9Af78X3b1vuF/F/s RxO/tcU9zP5uy1x/cj1q/ek53xXWX7aw/6trkP+3z9DBP7aw/68t7KcdsQvL zY4s7Dc60gMMJh1xT1wc/vxgW/tv2uKFHlod5aGVqiO+YbboiG+4zjryo4m8 I4vvP38W7is7in3KPaFv9Fx39K7hHXNb+PMBYY0Oa7qONMBMenTEPVzP2BH3 cDp9R358i3U0V7jo2ZEfTczcEfcwO0tHFvZn6KgetWbrSAOwNntHFvZn6qgG +XN0dIYO5uzIwv5cHVnYn68jdmF5/o4s7M/TkR5gcN6OuCeuV0dn7Gft6HPx ORboKA+tLNoR3/S2cEd8w/WCHfnRxEIdWXxzd/RZuG+RjmLJ36ijGTDDjW35 Xl2yo3nDbO+OLOwv3RH3cL1sR9zD6VId+fEt0dH7hfzlOvKjiRU64h5mV+zI wv4yHdWj1sodaYB32yodWdhfvqMa5K/a0Rk6WK0jC/urd2Rhf92O2IXlPraw v2ZHeoDBdcKfI8et1dEZOli8I17oYT3noZUNO+Kb59WvI77huq/9aGJ9W3xr dPRZuG8Dx5K/Ukd902d/P29+fjmwo2fEs9mkIw10wxpo7uF6s464h9NN7ce3 Z0dzhYvN7UcTW3TEPcxuaQv7g1yPWkM60gCsbW0L+4Ndg/xtfIYOtrWF/aG2 sL9TR+zC8s62sL99R3qAwR074p64HXzGfit/Lj7HLs5DK3t0xDe9DeuIb7je 1X40sZstvu38Wbhvd8eSf2JHM2CGA/y8eb4jPG+Y3dsW9kd2xD1c79cR93C6 j/34hnf0fiF/f/vRBO8quIfZ0bbMdV/Xo9YYzxkWDrKF/VGuQf5Yn6GDg21h /xBb2D8qrLU7YvloW9g/rCM9wOARHXEP44f7jP1eHfFCD8c4D62c0BHfPK9x HfEN18fajyaOs8V3qD8L9x3vWPLzOrzzg32iI055l/PuPqmjdw3sn2zLTCZ2 xD1cn9YR93B6iv34rvZc4eJ0+9HEGR1xD7Nn2sL+qa5HrbM70gCsnWML+5Nc g/xzfYYOzrOF/fNtYf+SjtiF5UttYf/CjvQAgxd3xD1xF/mM/Vn+XHyOy5yH Vq7qiG96m9wR33B9uf1o4gpbfBf4s3DflY4l/0nPgBk+ZQv713reMHudLexP 7Yh7uL6xI+7h9Hr78V3T0fuF/JvsRxO3dMQ9zN5qC/s3uB61bu9IA7zb7rCF /Ztdg/w7fYYO7rKF/bttYf+BjtiF5YfCOrIj9u/tSA8weH9H3BN3n8/YT+mI F3p42HloBS7H+Xk91hHfcP2I/WjiUVt89/izcN/jjiV/fEfvFb5Ln/bz5uwX PyOezbNhTeiI/ec74h6uX+yIezh9zn58n3uucPGS/WjilY64h9lXbWH/Bdej 1usdaQDW3rCF/Zddg/w3fYYO3rKF/bdtYX9aR+zC8ge2sP9uR3qAwfc74p64 93zG/jV/Lj7Hh85DK591xDe9fdIR33D9kf1o4mNbfO/4s3Dfp46d7GfJ8+Y9 8oyfN2dfed4w+7Ut7H/bEfdw/X1H3MPpN/bj+7Kj9wv5P9iPJn7qiHuY/dmW uX7netT61XPmZ9XfbGH/R9cg/3efoYM/bGH/T1vY/68jdmG5UcvC/t8d6QEG /+2Ie+L+8Rn7LzrihR7ikPtgR1rJavENs81afMN1UsuPJtJaFt9f/izc16oV Sz5/F8jfkfP340Ut/fC+qWq9a2C/U2se8N6udca+rnUG4wvVmiUsTF+LXXQw Qy3W4XTmWgzBcs9a3MP7dLX0Q86MtWLx9ahVg/yZasWS3611Jzmz1KqHJmat ZdHBPLU4hvdetSy8z12LaXxz1mIR9ueopRP2/Wo9X77r5q2VB++z19IVcbPV uof9grW4p//5a3EP7wvUsvjmq1UD31y17uRzLFzrmfFuWL0WE8x/8Vrcw/ti tThmv0StMxhfpFYejCxVi110sEwt1uF0hVrvLFherhb38N67ln7IWbZWLL6l a9Ugf/laseQvWetOclasVQ9NrFTLooM1a3EM72vVsvC+Rq2e8K1Wi0X6XLWW TtgvWqsP+lwn/DmqxfsqtXRF3Mq17mHftxb3sNynFvfwvp4tvnVdA1+zG3QA 92Gt7zxmfJxzqLdxLe5hfKOwSu/7+wwd7FZrrsx801oswu+gWtzD7Ba1+IbZ zWtpAK43qaUZcjZzLL6BrkH+YMeSP8B3krOl66GhrWxhf/taPMH1Drawv10t vvFtW4tdGN+mFrvsN6ylefrc0XloZetaWiJuiO9hv2stvul/51ragOtdbPHt 5Br4NqilIe4Y5mfGe+KQWrOHhb1qzR7G96zFNPvhPkMHuzsPrexTi0X43bcW 9zB7QC2+YXb/WhqA671raYac/RyLb6RrkD/KseSP8J3kjHY9NHSgLewfVkur cH24Lewf6p7wHVyLXfocW4td9nu4D/o8wnlo5aBaWiJujO9hf2wtvmH06Fra gOtjbPEdFdba9g31nJn9uFpcw/vbYZ0b1nlhjffsYfxEz4n9BJ+hgys8V2Z+ Si0W4ffUWtzD7Bm1+IbZ02tpAK5PrqUZck5zLL6JrkH+JMeSf5LvJOdM10ND Z9nC/oXuDa4vsoX9C2rxPdS9we427nWI94/5OaL1i52HVs6ppSXizvY97C+v xTf9X1pLG3B9mS2+S1wD3/m+k88x2c+M98Tdnj0sTPHsYfzqWkyzv8Zn6OBK 56GV62uxCL831OIeZm+pxTfM3lRLA3B9XS3NkHOjY/FNdQ3yb3Ys+df6TnJu dT00dJst7N9bS6twfZ8t7N/jnvDdVYtd+ryzFrvsr3If9Hm/89DKHbW0RNzt voc972b4huuHwjqyFtcP2+J7wDXQzQm1vqdh91HnMePja/GO7ynHwfiT9rF/ 2mfo4GPPlZk/V4tF+H2hFvcw+0otvmH2pVoagOtna2mGnBcdi+951yD/ZceS /4zvJOdV10NDr9nC/ru1eILr92xh/51afON7qxa7MP5mLXbZP1FL8/T5vvPQ yhu1tETc676H/Ue1+Kb/D2ppA64/tMU3zTXwPV5LQ9zxiZ8Z74k/PXtY+MKz h/HPazHN/kufoYNPnYdWvqnFIvx+V4t7mP2pFt8w+0MtDcD117U0Q873jsX3 rWuQ/6Njyf/Kd5Lzs+uhoV9sYf/vWlqF639sYf8v94Tvj1rs0ufvtdhl/5n7 oM9/nYdWfqulJeJ+9T3sk674hutGV9qA6zj8+cFavv9cA1/aVSz6aHXFOu8z vrP5OZ2f0fOuZsP8y65Yh/12V6zDXdGVH998Xc2Y+Xe68sNytysNwO90XVl0 UHVVj1o9umIdHczQlYXxuqsa5M/Y1Rm66dmVhfeZurLwPntXHPO9NEdXFsZn 6YpRmJ2tK76Jm7WrM/bTd/W5+BxzdpWHbubtimN6m6crDcDvXF350dPcXVl8 M3f1WbivV1ex5K/b1TyYVR9b5rBgV9zD70JdWea/SFesw/5iXbEOdwt35ce3 QFfvGvIX78oPy0t2pQH47d2VRQeLdlWPWkt3xTo6WKYrC+NLdFWD/GW7OkM3 y3Vl4X35riy8r9IVx+h11a4sjK/YFaMwu3JXfBO3Uldn7Ofvihd6WK2rPHSz Tvhz5Oe1ZlcagN/Vu/KjpzW6svhW6OqzcN9aXcWig6W66ps+1/Pz5mf2fbp6 Rjyb9bvSQBbWBl1xD9cbdcU9nPazH99OXc0VLja2H00M6Ip7mN3EFvY3dD1q DexKA7A2yBb2+7sG+Zv5DB1sbgv7g21hf+uu2IXlbWxhf8uu9ACDQ7rinrit fMZ+U38uPse2zkMrO3bFN71t3xXfcD3UfjSxnS2+LfxZuG8Hx5J/VFhrdzXD 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 h25OicGrQlemxOi1oWtSYvT60HUpcTw8NCwlXtl7RUpcD3MO7F/tWsc5j5wm 3ktv2B/hurA+0j4cjQ+NS4nrCfZbOnZDSsyODY1JiVns6JRmnfMNSmk2bnR+ C6+PSmmWRrlfO597UkocTwzdlBLXk+y3cYxajVybWWI+pvjdcecLQwt859NC U3332FtT4n2615iNW5wPgzNDM1Ji9PbQrJQYnRO6MyWOZ4fuSIlX9t6WEtd3 OKeT86h1gfPI6eC99Ib9ua4L6/Psw/Gi0D0pcb3Yfi/HOFsPn29+Ssxi705p Vm/1eZiNe53f3et3pTRLd7kfHMPmspQ4XhpakhLXy+z3cYxap/jOuW/4XpES 38+FSsF+Ma07XxV6wPeDvT8l3ld7jft8PfRaSgw+HHooJUYfDT2SEqNPhtak xPETocdT4pW9D6Y0D8QeS4n9R1xrmPPIGeK99Ib9p1wX1p+2z5leCr2YEtdr 7Y917IWUmH3eZx1l+6zf3y+hn1OajZedP9Lrz6Q0S8+430Sfe11KHL8aeiUl rtfZn+AYtca4P72Zjzf87rjzr0MbfOfvhN723WPfSon3d73GbLzpfBj8IPR+ Sox+FPowJUY/Da1PieNPQh+nxCt730uJ64+dM8N51LrDeeRM8156w/5nrgvr n9uH429D36TE9Ub7CxzjbHf7fF+lxCz2y5Rm9S2fh9n4zvnzvP5FSrP0hfvB MZ/RP6bE8Q+h71Pi+kf7ix2jFp8pMLsypTn42fkDHFvh9T9CvzuG/S0l3v/0 Gve5ZczEFmkx+E/o75QY/S/0b0qMZmI9nRbHqbCbpMUre/9KiWv+cAE5DzmP WrBPHjmrvJfesJ9Nqy6s59Ly4agStpwW19W0fNgixgzDLHOcpMUstpDWmTnf rynNRi2tfJhmPZ/WLGHpB8ece/O0ON4s7KZpcU0MnzkhRq3lrs0sMR910np3 3PleYfdM6863DbtNWneP3Tot3rdLa43Z2CqtfBisG3aHtBjdKeyOaTG6a9hd 0uK4Xtid0+KVvdunxTUxcmCfPGrBPnnkMFfspTfs75ZWXVivn5YPx/uE3Tst rvdNy4drYpwNZjlfg7SYxe6R1qxyPs7DbOyXVj5Ms757WrOEpR8cHxT2wLQ4 PiDs/mlxTQyfOSFGLX4X4nvJYZ4Dvr+Qz++jxBr7zhtHrFFa94M9NC3eD0tr jftsGzotLQabhD0iLUaPCnukGW0WOtYcHxP26LR4Ze/haXFNjBzYJ6+J54G8 pmnNFXsP88wc57qw3tw+HJ8SOtmst7RfdOwkM90ird9F8rYn+Pz9Qn3Tmo1T nZ/z+vFpzdLx7reZz93GHLcOtUqL6zb2q45RK3F/ejMf7fzuuPOLQt3TuvMz Q+1999gz0uL9LK8xG6c7HwY7hM5Ji9FzQx3TYvT80Hlpcdw51CktXtl7dlpc d3LODs6j1s7OI2db76U37F/gurDexT4c9wz1SIvrXvb3dIyz7eHzdUuLWeyF ac3qGT4Ps3Gx8+t7vWtas9TV/eD40lCftDjuHbokLa772N/XMWrxmQKzh6Q1 B33/T/6S0L1prQ8MDfA+7GVp8T7Ia9znTaEb02JwSGhwWoxeERqaFqPXhq5J i+OrQlemxSt7L0+L6yudc4TzqAX7VzunsffSG/aHuS6sD7cPR2NCo9Pieqz9 Fo7xOzbM8nv2iLSYxV6f1u8rnK9/WrNxg/Obe/26tGbpOvdr7XNPSIvj8aFx aXE9wX5Lx6jV0LWZJeZjot8dd35XaJ7vfEposu8ee3NavN/iNWZjkvNhcFpo alqM3haanhajt4dmpcXxzNCMtHhl761pcT3DOec4j1qdnEfOmd5Lb9i/w3Vh fbZ9OJ4fujstrhfY7+4YZ7vQ55ubFrPYOWnN6s0+D7Ox0PldvH5nWrN0p/vB MWwuTovjRaF70uJ6sf1ejlGL7ymH+G7he2lafD8VymfiMyyjO18RWu77wd6X Fu8rvcZ9vhJ6OS0GV4UeSIvRB0Or02L00dAjaXH8cOihtHhl7/1pcf2QcwY7 j1pXOo+cgd5Lb2bm8dBjabH+hH04fi70bFpcP29/pGPPpMXs0z7rdbZP+v39 EPo+rdl4wfnDvb4mrVla437jfe61aXH8UujFtLhea3+sY9Qa4f70Zj5e9bvj zr8Ife47fyP0uu8e+1pavL/pNWZjnfNh8J3Q22kx+l7o3bQY/Sj0YVocfxB6 Py1e2ftWWly/75ypzqPWDOeRM8V76Q37H7surH9iH46/Cn2ZFtcb7M9zjLPN 8fk+S4tZ7KdpzeprPg+z8bXzZ3t9fVqztN794Jh/lr8xLY6/DX2TFtcb7S9w jFp8psDssrTm4Hvn93Vsqdd/Cf3sGPantHj/1Wvc56YxE7WMGPwj9HtajP4V +jMtRv8L/ZsWx/+E/k6LV/b+lhbXfzvnAedR6yHnkbPCe+kN+/zBYerCeir+ epOMOErCFjLiupiRD1vEmGGYZY6zGTGLzWR0Zs73Y1qzUcooH6ZZT2c0S1j6 wTHnrmbEcSVsOSOuieEzJ8SotcS1mSXmY7OM3h13vnvY+hndeZ2wW2Z099gt MuJ9q4zWmI3NM8qHwW3DbpMRo9uH3S4jRncKu2NGHNcNu0NGvLJ364y4JkYO 7JNHLdgnjxzmir30hv2dM6oL6/Uy8uG4Qdg9MuJ6z4x8uCbG2WCW8+2WEbPY XTOaVc7HeZiNvTLKh2nWd8lolrD0g+P9wu6bEcf7hN07I66J4TMnxKgF+/zZ FnJg/MCM/rzLB/k4RyHOWdCdNIzYQRkxfkjYgzPirFHYQzPiglhD33er0KkZ 8dg4o33wenjYwzLi94iMfOaEGtSF8SPDNsmI6aMy8pkD8qgF70dntAbfx2Tk w/exoab+OXRC6HgzfaJ92Dwu1Mx8s97cfDf3GjNGf56PmWjh/IrP1NK8nhI6 OaP5Ocn7io7hp9yHZyo77xTfzSWhi/3ee9uH19NCbXzfbe3D+OmhduasfeiM jLho532bOq91Rjye6X3wenborIz4Pcd+HdegLox3DHXIiOlz7W/jPGrBeyev wXdn+/B9nn34vTDUNSOmu9mHzQtC52fENetdMuK3i9dqfna4YSa6O38fv6de GfHaM9Qjo/m5yPv2dAy/nvvwTHs7j5ztfT7OD+99/N55F9NCUzNiv2/o0ow4 7h/qlxGXA0KXZTQD/byP+xwXuiEjfgd6H4xeHhqUEbOD7R/sGtSFraGhIRmx doX9Rs6jFtxf6TVYv8o+rF9tH2avD12XEcsj7MPcsNC1GTHN+vCMeBzutcPd n+djNkY6/xSfaWxGHI8Jjc5oBkZ5XwvH8Ju6zzUZsT/WObz7e0ILM/pMudTv nXu+MTQhI2Zvsg/Hk0ITM+JycujmjGZgove1ct74jPid4n0wemvoloyYnWq/ nWtM8t1P933Dwm322zuPWnA/w2uwPtM+rM+yD7NzQndmxPJc+zB3R+j2jJhm fXZGPM722ql+drhhNuY5v6ff04KMOJ4fujujGbjL+7o7ht/ZfXimHs4jZ0No 72zMSujr+Ot9svJh/d7QYt/BEvtwvCy0NCMul4fu810t9T7u88XQCxnxu8L7 YPT+0MqMmH3Afj/XoC5srQ6tyoi1B+0PcB614P4hr8H6w/Zh/RH7MPtkaE1G LD9lH+YeDz2WEdOsP5ERj0947XL35/mYjaedP8Znej4jjp8LPZvRDDzjfSMd w2feHvUzjXbec37332T0vrnDb+1zzy+H1mbE7Cv24Xhd6NWMuHw99FpGM/Cq 941z3ksZ8fuG98HoW6E3M2L2bfsTXYO6sP9u6J2MWH/P/mTnUQvu3/carH9g H9Y/tA+zn4bWZ8TyZ/Zh7uPQRxkxzfonGfH4iddu8LPDDbPxufPn+z3BKRx/ Ffoyoxn4wvvmOYY/0314prudRw4/ExZl9PmCNvq98y62Dd63yYr170PfZcTx j6EfMuLy59BPGc3AD97HfZYjr5QVv794H4z+Fvo1I2Z/t7/UNagLW3+G/siI tb/sL3ceteD+b6/B+j/2Yf1f+zCbif7prFjOZuXDHP/C338ZMc16KivusZtk NXt/+PmYjVxW+TDKmYpZcZyELWQ1A/ms9sE6MXzm7T8/E+yTRw7fURb7vS/y e93oe67FejUrZjfNyofjzcNulhWXW4bdIqsZIMY++CCvkhW/dbLaB6Nbh90q K2a5T3zmgxrUhf3tsrpvWN8+K585IY9acL9DVmuwXjcrH9Z3zMqH2V3D7pIV y7tl5cPczmF3yopp1utlxSOWNT4/eHa4YTbqZ5UPo3wG75kVxw3C7pHVDOye 1T5YJ4bPvNGHZ4J98sjhZxhn46x8puyb1Wf6zbwjzprVHewfdr+sOD4w7AFZ cdkw7EFZ3RWx/c3ByaGTsuL34Kz2weihYQ/JitlGWfnMBzWoC1uHhW2cFWuH Z+UzJ+RRC+6PyGoN1ptk5cP6kVn5MNssdKxZP84+zPHv8x5lpllvau75d3xZ Y/bo38iz0dz5ic/UwhyfGDohqxk43vtyjuEzb/ThmQrOO9F31iN0UVZ32NM+ 93xqqGVWzLayD8dtQq3NZdvQaVnNQGvvKzvvlKz4bed9MHpG6PSsmG1vfzPX oC7snxU6MyvWz7a/pfOoBffneA3WO9iH9Y72Yfb80HlZsXyBfZjrFDo3K6ZZ 75wVj529VvKzww2z0cX5DfyeumfFcbfQhVnNQFfvq+8Yfl334Zn2cB45W/t8 nJ/vK7383nkXU0KTs2L/ktDFWXHcJ9Q7Ky77hi7NagZ6ex/3OTo0Kit++3kf jF4W6p8VswPsH+Aa1IWtQaGBWbF2uf2GzqMW3A/2GqwPsQ/rQ+3D7rWha7Ji eZh9mLsydEVWTPPvsV+VFY9Xee1Q9+f5mI3hzj/RZxqZFccjQtdnNQPXeV9z x/CbuA/PdILzRvjd3x26K6vPlIv93rnnG0Jjs2J2nH04nhAanxWXN4VuzGoG xnvfyc4bkxW/E70PRvnMmpQVs5Ptt3aNCb77W3zfsHCr/bbOoxbcT/UarE+z D+vT7cPs7aFZWbF8h32YmxG6LSumWZ+ZFY8zvXaSnx1umI3Zzu/m9zQvK47n huZkNQN3el8Xx/A7uA/PdKHzyPk8tEcuZiWn7yvwCtewvjC0wHdwj304Xhxa lBWXS0L3+q4WeR/3+Wzomaz4Xep9MHpfaFlWzC6339s1qAtbK0MrsmLtfvt9 nUctuH/Aa7C+yj6sr7YPs4+GHsmK9cdDj2XF3EOhB7NimvWHs+LxYa9d5v48 H7PxhPNH+ExPZ8XxU6Ens5qBNd433DH8Ie7DM13vvKf87r8MfeE7/Mo+9/xC 6PmsmH3RPhyvDb2UFZevhF7OagZe8r7RznsuK35f9T4YfS20LitmX7c/3jWo C/tvZvXzG9bfsn+T86gF9297DdbfsQ/r79qH2Y9CH2bF8sf2Ye790HtZMc36 B1nx+IHXRvnZ4YbZ+MT5c/2e4BSOPwt9mtUMrPe+2Y7hT3MfnmmO88jhZ8L8 rD5f0Aa/d95FnWB/y5xY/yb0dVYcbwx9mxWX34e+y2oGvvU+7rMQefmc+P3B +2D0p9CPWTH7s/1FrkFd2Po19EtWrP1mf4nzqAX3v3sN1v+wD+t/2ofZ/0L/ ZsUy/zEMfJj7O/RXVkyz/k9WPP7jtfvcn+djNlKRu0lOjHKmXE4cZ8NmcpqB dE77YJ0Y/ir34Zlgnzxy+I6ywO99vt/rBt9zKdaLOTFbzsmH42rYSk5cbhq2 ltMMEGMffJCX5MTvZjntg9Etwm6eE7PcJz7zQQ3qwv5WOd03rG+dk8+ckEct uN8mpzVY3zYnH9a3y8mH2Z3C7pgTyzvn5MPcDmG3z4lp1uvmxCOWNT4/eHa4 YTbq5ZQPo3wG18+J493C7prTDOyS0z5YJ4bPvNGHZ4J98sjhn1Xw9wT5e4fM TYOcPt9hfa+we+Z0D/uE3Tun+8CyBtP75rTGHZ4QOj4nZg8Iu39OXB4U9sCc 2Dk07CE58X1w2IY58c3e/XJimRg5zAZ51II58shhnthLb2agUU514b5xTj78 Hh32KPN9TE4+LBM7MicGm4Q9IicWsYf7Z1u30IXm+9hQ05zmh/XDcporbGOz y7mbm+/jQs08A83tpxyjFrNEf3ozNyf63XHfHUMdcuL7lNDJOfGLPSknplt6 DSZaOB9mW4damcvTQm1yYveM0Ok58d0u1DYnvtl7ak4st3XOps6j1pbOI6fi vfRmBtq7LtyfaR9+O4XOzYnvzvbrOsbZtvf5zsmJRezZOTF+ks8D3+c5f1uv n5XTXJ3lfrDbNdQlJ74vCJ2fE+9d7NdzjFrrycnHel7sX/h/8ueE7syJ6Z6h Hjlxj70oJ957eY37vD50XU4M9g5dkhOjl4b65MToZaH+OXHcL9Q3J17Ze3FO XPd1zv7Oo1ZD55Gzj/fSG/YHuC6sD7QPR1eGrsiJ66vsN3FsaE7MDgkNzolZ 7OU5zTrn657TbFzt/MZeH5TTLA1yv+N87uE5cTwsdG1OXA+339Sxa3L6HKE2 s8R8jPC7486nh6b5zseERvvusaNy4n2s15iNkc6HwfGhcTkxemNoQk6M3hya lBPHE0M35cQre2/IieubnNPKedRq6zxyTvFeesP+ZNeF9Sn24XhG6LacuJ5p v4NjnO1sn29qTsxib81pVkf5PMzGLOef6fVbcpqlW9wPjmFzdk4c3xG6PSeu Z9vv7Bi1jvCdc9/wPTcnvh8I/Rn6w3c+P3S37wd7V068L/Aa9/lkaE1ODC4K 3ZMTo/eGFufE6H2hZTlxvDS0JCde2bswJ66XOOcS51Grr/PI6em99Ib95a4L 6yvsc6aHQg/mxPXD9oc4tjonZlf5rINs7/f7+yz0aU6z8YjzB3p9ZU6ztNL9 hvncT+TE8eOhx3Li+gn7zMmjrjXY/enNfDzld8edvxt6x3f+XOhZ3z32mZx4 f95rzMbTzofBl0Iv5sToy6G1OTH6WmhdThy/GnolJ17Z+0JOXL/inHHOo9ZN ziNnjPfSG/Zfd11Yf8M+HL8fei8nrj+wP80xznarz/d2Tsxi38ppVp/xeZiN D50/xetv5jRLb7ofHPMZ/UlOHH8c+ignrj+xP9MxavGZArPzcpqDT51/oWNz vf5V6EvHsF/kxPsGr3GfmfiZkM6LwW9D3+TE6HehjTkx+lPox5w4/iH0fU68 svfrnLj+3jn3OI9aS5xHznzvpTfs/+y6sP6LfTj6O/RXTlz/Y3+VY8wwzDLH v+fELPY3n5nzfZ7TbPzr/BVe/zWnWfrV/eCYc6fy4pj/kN5/ObFObJO85uQ/ 15rj2swS85HN691x59uF3TavO0/CFvK6e2w+L96Lea0xG7m88mGwEracF6O1 sNW8GN0i7OZ5cbxZ2E3z4pW9pby4JkYO7JNHLdgnjxzmir30hv0t86oL63Xy 8uF4h7Db58V13bx8uCbG2WCW822TF7PYrfOaVc7HeZiNHfPKh2nWt8prlrD0 g+NdwtbLi+Od+XMqeXFNDJ85IUYt2Oc7CzkwXj+v7zH8/s93lAa+kz0itnte jO8ZtkFenO0ddq+8uCC2h++7WejYvHjcJ6998Lpf2H3z4nf/vHzmhBrUhfED wx6QF9MH5eUzB+RRC94b5rUG3wfn5cP3IXn58Ht42MPyYvqIvHzYbBT20Ly4 Zr1xXvxiWWPG6M/zMRNN8srfxGdqmhevR4c9Kq/5OTKvfcwDMXxmgD6HmPtj 8srhHs4Pnef3foF9eD0+1Nz3fYJ9GG8ROtGcnRw6KS8uTvS+jPOOM7uneB+8 nhpqmRe/rewnrkFdGG8Tap0X06fZLzuPWvDe1mvw3c4+fJ9uH37PDp2VF9Pn 2IfN9qEz8uKa9TPz4vdMr6X97HDDTHRw/s5+T53z4rVT6Ny85qej99V1DL+O +/BMOzmPnJrPx/nhvYvfO+9ifGhcXuxfGOqaF8fdQ93y4rJH6KK8ZqCb98HB taFr8uK3p/fB6MWhXnkxe4n9Bq5BXdjqE+qdF2uX2t/bedSC+75eg/V+9mG9 v32YvTw0KC+WB9uHuQGhy/JimvWBefE40Gv7uT/Px2wMcT6MXh26Ki+Orwxd kdcMDPW+Jo7hH+w+PNNRzrvS7/720Ky8PlO6+r1zz9eFhufF7PX24XhkaERe XI4OjcprBkZ4XzPnDcuL3zHeB6M3hMbmxew4+ye6xkjf/QTfNyzcaP9k51EL 7m/yGqxPtA/rk+zD7K2hW/Jieap9mJscujkvplmfkhePU7x2rJ8dbpiNac7v 5Pc0My+OZ4Ruy2sGpntfB8fw27kPz3Su88jhZyeMwjJzc4fvANbvDM32PcwN zfF9zPEaTM/zGnf4aOiRvJidH7o7Ly4Xhhbkxc69ocV58b0odE9efLP3rrxY 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 1TmwNiN0W1EczwrNLIrRO0Ozi2JzpvfBznLXZVamuS4c3xG6vSiuZ9vv7Bh1 O7jP9KJmY7rzmYk57gezi0L3FMX1Yvu9HFtYFI+c8y6/A2ILiuJ7hZ+vr8+9 tChGsUuKmqW57tfNNeYVxf08rzFX97p3H+fhMxPz3RuOV7of9/xi6IWiOH4g dH9RvN/vfTC+ymuw9VToyaK4eyj0YFFMPxJ6uChe14SeKIpX/vn3Y0Uxyt7V Rc3Bo865wnnUutZ55Az2XnoPd0/qwtzTfg44e8Y+/L7k88Djc6Fni2L8efsj HSNnjM/NGrPxcmhtUfOx1rX4z4c3+5/+v82w/1poXVEcvxp6pSiu19mf4NjL ft9fF8V0D98zMeb+jdDrvuefQz8VxfU7obeL4hv7VlHcfRB6vyiWPwp9WBSn n4bWF8X3h943xXlvFsX3u64Ly5+EPi6K7/X2ZzlG3enu815RfL/nfPj+zP1g eWPo26L4/s7+Qse+KYpN5vhLn/sbvwtm7xefeanP/WNRnGJ/KIrvz91vnmt8 URTfX3gNvr9373udhz/J75V7gu/fQr/6zovxPTEpacZ+9XPA+B+h34ti/Xfn wOk/ob+LYvO/0L9FsZmJGumSeP3X+yb7fXOvzMmfrgv3qdi7SUlMk4cP9/xP 6am72n3+Kor1v5wP69mS+sF0NWylJC5rJfnwS6xcEtOcr1AS08RKJXGP5fww ukXYzUviFLtZSbOVK6kfs0SNfEkzhmWNmdi0pN7wTR5+g9BF/i7O90U+73r6 DupEbMuS7rZh2INKYnPbsNuU9M6wW5fEWt2wO5TE8U5hdyyJ0V3D7lISm8TY xznahdqWNCvblVQXjuuF3bkkrsnDZz6IURem6bN9SbOBJZ+Z2K2kfjC7b9h9 SuJ6v5J8OCa2d0k8cn5+F2HOie1VEtcHl3Rm2OTcB5bEKPaAkmapfkn9YJoa u5fEPZY15mr/knrDOnn4zMSefvdwfGjYQ3z3LUInljRjxHgOmG4ctlFJ7GPJ gbUmYY8oieOjwh5pRpuFji2JTWLsg2/uaquSZuWwkurC8TFhjzbr5DUtaT6I URem6XN4SbOBJZ+ZOM79YLZl6JSSuD7Vfsmxk80l5zuhJKaJnVQS+yf5/LB5 WqiNGcW2LmmWmrtfzjWOL4n7473GXLVy75rzWrnexNBNJX22cc/cAXyfbha5 276hS0t6T2eG2vt9Yc8wcx1C55TE8bmhjiUxen7ovJLY7Oh9dZxHD2blLNeF 486hTiVxfZ79HR2j7nbuc3ZJs3G285mJC9wPZnuFepbE9cX293KsR0k88nv2 hT4zMWYervv5zAf43H1KYhTbu6RZ6uJ+9V2ja0ncd/Uac3WJe+/nPHw+n9r6 3cPxZaH+vreRoRElzVh/PwdMDwwNKIn9Ac6BtSGhwSVxfEVoaEmMXhu6piQ2 h3pfG9/zjSXNyiDXheOrQleWxPXV9o90jLqHuc/lJc3G5c5nJoa5H8yODY0p iesb7J/k2OiSeOR815fENLFRJbE/yudv7WecUBKj2PElzdJw92vuGteVxP11 XmOuxrn3qc7D57sMTP//z9ebQ5NCc0Kfhz7z3S4J3VsSm1NCk0tidLJzYG1a aGpJHN8Wml4So7eHZpXE5nTv4xyvhl4paVZucV04nhmaURLXs+x3dIy6Z7nP rSXNxq3OZybucD+YXRCaXxLXC+1f5NjdJfE412ft7thdJXG91Gfu7XMvLolR 7KKSZmm2+3VxjTtL4v5OrzFX97j3xc7DZybmuTcc3xda5nt7OvRUSTO2zM8B 0ytCy0tif7lzYG1V6IGSOH4wtLokRh8NPVISm6u9j+9KfDbxGcOsrHRdOH44 9FBJXD9if6hj1B3kPveXNBv3O59Zejz0WEnMPh96riSuX7A/yrFnS+KR8z1Z EtPEnimJ/Wd8fth8ObS2JEaxL5U0S0+433DXWFMS92u8xly96N43OO9Fv+sv SmK6m++ZO2Du15XEInf7fei7kph+g3dW0jxgXyuJtXdCb5fE8Xuhd0ti9KPQ hyWx+a73TXQePZiVN10Xjj8IvV8S1x/an+4YdW9xn7dKmo23nM9MfOx+MLsh 9FVJXH9t/y7HviyJR+b4U5/5S78LuP7BZ17kc28siVHstyXN0ifuN9s11pfE /XqvMVffuPdC5+Hz+fSK7xKOfwr96HvLlePncFkz9qOfA6Z/Cf1cEvs/OwfW /gj9XhLHf4X+LInR/0L/lsTmn97X1nfGu2dWfnVdOP4n9HdJXP9rf7Vj1F3p Pr+VNBu/OZ+Z+F9Z/WC2GH+dlMV1qSwffokVyuKR82XKYppYviz2sZwfNmth q2Uxiq2UNUupsJuUxTQ10mVxj2WNuSqX1RvWycPnz1j08d9DZ242LasHd7BZ WT481gm7ZVlcYrcoi/Gtylrj/vcPu19Z3G0bdpuymN4+7HZl8bpT2B3L4rVu 2B3KYpS9W5c1B8TIgWXyqAXj5JHDPLCX3szBzmXVhe96Zfnw2iDsHmXxu2dZ PvNMbPey2Kwfdrey2MTu6vO3DrUqayb2KisfdlnfpSy+sfSDX869b1lM7xN2 77KYJobPjBGjFrNFf3ozQweU9e64/+NDzcvi+OCwDcviHXtQWYwfUtYac3hg Wflw1zhso7KYPjzsYWXxelTYI8vitUnYI8pilL2HljUHxMiBZfKoBePkkcM8 sJfezMHRZdWF72PK8uH0xNAJZrqF/Zxjx5tvznecGcU2K2ueOR/nYSZOcn7K 68eWxTe2aVn8nhpqWRbTp4ROLovplvaLjlHrBXIqsV7R3LT6P/njQjeUxXS7 UNvQ5ranlcX76V7jPi8JXVwWg2eG2pfF6Nmhs8pi9NxQx7I47hA6pyxe2XtG WVyf45xtnEetHZxHTh3vpTfsd3JdWO9sH466hS4si+vu9us71rUsZruELiiL Wez5Zc0352tT1mxc5Px6Xj+vrFk6z/328bl7lcVxz1CPsrjuZX9Px6i1qWsz S8xHb7877vy60PCy7rxfqK/vHntpWbz39xqz0cf5MDgwNKAsRi8PDSqL0StC Q8vieEhocFm8sveysrge7JxGzqPWEc4j52DvpTfsX+m6sH6VfTgeEbq+LK5H 2m/uGGdr5vMNK4tZ7LVlzeqlPg+zMcr5Tb1+TVmzdLX7wTFsji2L4zGh0WVx PdZ+C8eotZvvnPuG7/Fl8X1HaH3oE9/5xNBNvh/sjWXxPslr3Oc9oYVlMTgl NLksRm8N3VIWo7eFppfF8bTQ1LJ4Ze/NZXE91TntnUetc5xHTjvvpTfsz3Bd WJ9pnzPNDc0pi+t59rs4dmdZzM72Wc+zvd3v76XQi2XNxl3O7+z1WWXN0iz3 6+lzLyiL4/mhu8vieoH97o5R6wL3pzfzscjvjjtfE3rCd740tMR3j723LN6X eY3ZWOx8GFwRWl4Wo/eHVpbF6IOh1WVxvCr0QFm8sve+srh+wDkDnEetwc4j p5/30hv2H3JdWH/YPhw/FXqyLK6ftj/cMc52rc/3eFnsYh8ra1bv9XmYjWec D9OPhh4pa5YecT845jP6+bI4fi70bFlcP29/pGPU4jMFZieUNQcvOr+VY+O9 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 2nnNXG9E6PqqPs+4Z+4A7luYRe72wlDXqpg+JXRyVfOAPcnMtQ61qorj00Jt zOgZodOrYrON9yXOowez0tJ14bhdqG1VXJ9uf3PHqFt1n1Ormo1Tnc9MtHc/ mO0c6lQV1+fZ39Gxc6vi8ZzQ2T4zsY5Vcd3NZ97N5+5SFaPYC6qapTPdb1vX OKsq7s/yGnN1vnvv4jx8Pm9O8LuH44tC3X33Q0KDq5qx7n4OmO4Z6lEV+z2c A2u9Q5dUxfGloT5VMXpZqH9VbPbxvua+5+uqmpVergvH/UJ9q+K6v/0DHaPu vu5zcVWzcbHzmYkB7gezV4WurIrrq+0f6dgVVfHI+S6vimliQ6tif6jPf5yf cXhVjGKHVTVLA92vsWsMqor7QV5jrq4NXVMV68Ps8znUwfcN06NCI0O3ht4J ve27nRO6syo2x4RGV8XoaOfA2vjQuKo4vjE0oSpGbw5NqorNCd7HOZ4KPVnV rIx1XTieGLqpKq4n2W/jGHVbus8NVc3GDc5nJia7H8zODM2oiutZ9js6dltV PE71WTs4Nr0qruf6zBf43LOrYhR7R1WzNMX9znSNW6ri/havMVe3u/d5zsNn Jqa5NxzfFZrne1sVeqCqGZvn54Dp+aG7q2L/bufA2qLQPVVxfG9ocVWM3hda VhWbi72PP2vA31fjn4MxKwtcF46XhpZUxfUy+30co24v91lY1WwsdD4zsdz9 YPbh0ENVcf2I/aGOPVgVj5zv/qqYJra6KvZX+/ywyc+eJ6piFPt4VbO0wv0G usbKqrhf6TXm6lH3vsZ5j/ldv1sV0+f4nrkD5v7pqljkbj8Nra+K6edCz1Y1 D9hnqmLtpdCLVXH8cmhtVYy+FlpXFZtrvW+E8+jBrDzvunD8KndSFdfr7E9w jLpj3eeFqmbjBeczE6+7H8x+EHq/Kq4/tD/dsfeq4pE5fstnfs/vAq4/85nv 8Lk/qYpR7MdVzdIb7jfFNd6sivs3vcZcfeTes5yHz+fTk75LOP4i9Lnv7Y/Q 71XN2Od+Dpj+KvRlVex/6RxY+zb0TVUcfxfaWBWjP4V+rIrNjd53gu+Md8+s bHBdOP4h9H1VXP9of7Fj1F3gPl9XNRtfO5+Z+Nn9YPaf0N9Vcf2v/dWO/VUV j5zvt6qYJvZnVez/6fPDZjq+W6VqYhS7SU2z9Iv7rXCNX6vi/levMVf/uTes /68mn++IfMbxecbc8N2NHtxDrqbvc/CYhC3UxCU2XxPjxZrWuP9dw+5SE3eV sOWamK6FrdbE6xZhN6+J183CbloTo+wt1TQHxMiBZfKoBePkkcM8sJfezMGW NdWF7zo1+fC6Q9jta+K3bk0+80xsu5rY3Lam30VgE7u1z39cqFlNM7FjTfmw y/pWNfGNpR/8cu56NTG9c9idamKaGD4zRoxazBb96c0M7VbTu+P+DwvbuCaO G4TdoybesbvXxPieNa0xh/Vryoe7fcLuXRPT+4XdtyZeDwp7YE28HhB2/5oY Ze9eNc0BMXJgmTxqwTh55DAP7KU3c9CwprrwfXBNPpweEfbwmvhtUpMPu8Q4 G2xyvkY1sYk9tKZ55nych5k4sqZ82GX9kJr4xh5s7o8NNa2J6aPDHmWmj6nJ Z8aIUYvPa5iF6ZTv9v/nXxu6xkyfGDrB+7DH18R7C69xn+eHzjOvp4RONqOn hlqa0dNCbWriuHWolXll70k1cd3KOWXnUWtT55GTeC+9Yb+t68J6O/twdE7o 7Jq47mB/W8f4HRtm+T27fU3MYs+oabY5X/OaZqOj8+t4/fSaZul099vZ5+5c E8edQufWxHVn+3Udo1bGtZkl5uMCvzvufFBoYE133i10oe8e27Um3rt7jdno 4nwY7BnqUROjF4d61cTopaE+NXHcO3RJTbyy96KauL7EOXs7j1r7O4+cBt5L b9jv67qw3s8+HA8OXV4T10PsN3aMsx3q8w2oiVnsZTXNalefh9kY6vyDvd6/ plnq735wfHXoqpo4vjJ0RU1cX2W/iWPUgulhNTHNe78uNDw0OfRm6A3f1e2h Wb7/EaHrfVfXOwfuxoRG18TlDaGxNXF5Y2hCTSyP9T7m5/HQYzXNzUjXhe/x oXE18T7BfkvHqNvCfUbVNGOjnM8c3OR+sDwtNLUmvqfbP8uxW2vilHPeXBPv xG6pidk7fOZOPvfMmjjFzqhpria6XzvXmFTTjE3yGrNxm3t3dB4+szLFvWH0 ztBs3+eK0PKauJ/t5+D+54bm1MTBHOfA3fzQ3TVxuTC0oCYu7w0tronlBd7H 3zPm7x3w9wCYm3muC9+LQvfUxPti+70co25397mrphm7y/nMwRL3g+VVoQdq 4nu1/UGO3V8Tp5zvvpp4J7ayJt5X+vww+kjo4Zo4xT5U01wtdb9+rrGsphlb 5jVm40H3Huo8/Pa+W947c/Coe8D9EzWxCMdPhZ6saQawa2pi/Gmvcf8fhT6s ibvneK81Mf1C6PmaeH05tLYmXl8KvVgTo+x9pqY5eNE5o51HrXHOI2eE99Kb OXjFdeH7Vfuc6e3QWzXx+479KY4xw7DJHL9eE5vY12qa+zU+PzPxrvMnen1d TXyvc78ZPvcHNTH9fui9mpj+wP40x6jF3Hzs9wXH60Of+P5/Df1S04x94n0w 9VXoy5r4/iz0aU28f25/tmPUmue9X9TE99ehDTVxusG1mvkuOStMfxfaWBPT 34a+qYnxjfYXOEYt/lv5/HeT+e8lz3UfngPWfwh9XxOzv4d+q4nlP+yvcIxz 3uez/lwTp9ifapqz7/1MzMefzl/q9R9rYv1H94Plf0P/1MT336G/auL7H/ur HKMWfP9v0/iOE/b/ARLwQRc= "]]]}, {}, {}, {}, {}}, VertexColors->{ Directive[ Opacity[6.258083885627156*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494737`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893836*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3374856284237824`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806538`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.90049238456034*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456663*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043674`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.178342410472303*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891466`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538794*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557956*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450195`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351052*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.087902800166877*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351053*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450192`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0018611833301276`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557956*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891463`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1783424104723*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043674`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456666*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.900492384560338*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806544`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.337485628423782*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893836*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494734`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.258083885627156*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1454298410657443`*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6718892863801394`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7840301176367185`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.658011592186921*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513394`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5346754836864945`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919465`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147596918707273*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.44094068034195*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508407`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701789*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774543`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716002*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.395229192426731*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139066`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562185`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495765`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562175`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139073`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.395229192426731*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716004*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701789*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508412`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.440940680341953*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147596918707273*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919468`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5346754836864945`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513394`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6580115921869201`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7840301176367185`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6718892863801394`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.929752355088813*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494734`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9929603442717093`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535502*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554242`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5168250437870493`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.061648662865272*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360605*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089428*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089428*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.850893265669837*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.818350797023958*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360606*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0616486628652733`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.51682504378705*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554242`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535502*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9929603442717093`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494737`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.905877636488274*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.784030117636717*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.523854799089979*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240891*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713347*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4495781579214955`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621696`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245346*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.4995800967268376`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590029`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.786606307384183*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087547`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011078*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.579819852085182*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087547`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.786606307384183*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050423`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773838*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590033`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.499580096726838*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621696`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436821*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.449578157921495*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713346*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240889*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.523854799089979*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7840301176367185`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3480543501209867`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893837*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.658011592186921*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6261307822406592`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757278*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.409804100042038*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537878`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.555666492578734*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521483`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504326`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5752139331762188`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0348072177597565`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504326`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494082*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.818350797023958*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521483`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.555666492578734*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537878`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4098041000420394`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757275*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6261307822406592`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.658011592186921*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893836*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.920315799094446*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3374856284237824`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535502*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757278*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.771849103665124*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040657`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.001498345087414*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245057`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9546795526242345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.503233377970977*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.181215220655116*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1812152206551157`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.503233377970977*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.954679552624234*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.239950475480109*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245063`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0014983450874135`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040657`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.771849103665124*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757275*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535501*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.337485628423782*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4615539084007536`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240889*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040654`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845047*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267242`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840671*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603002`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468868`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1502186579421077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.768355956085102*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.768355956085102*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942109*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468858`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603002`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840668*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004677`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267242`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845047*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040657`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240891*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.689961464462372*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806538`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513394`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.001498345087414*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.739792759733009*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0018611833301276`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.065755907013424*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519128*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495786`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.136114772268554*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379786*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889833*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1307899373731555`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.922352958947251*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889832*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6041295141647724`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379786*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1361147722685554`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495765`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519131*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.065755907013424*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.739792759733009*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.001498345087414*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513398`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806538`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.611651464202671*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.900492384560336*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.534675483686493*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554248`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4098041000420394`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845047*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.969237996741661*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1157294642045751`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5665374106451077`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429741*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236322*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6516347801476656`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.115440203678559*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.651634780147665*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8273358357762406`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984059*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236322*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429737*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.566537410645107*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1157294642045751`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.969237996741661*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0018611833301276`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845044*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4098041000420394`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554242`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5346754836864945`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.90049238456034*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2746332799371487`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537872`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267242`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.552971807006502*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773833*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184436*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4457347813889884`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.569402160330872*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.009146356464201*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.734223101877258*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8273358357762406`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.374111303675986*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674321`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024064489357706], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000022405926244487637`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020240644893577063`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3741113036759876`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7342231018772573`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0091463564642014`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.56940216033087*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4457347813889884`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184437*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0277233087050044`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773833*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.552971807006502*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267248`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537878`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.259774195570536*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456666*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713347*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5556664925787344`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245063`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0657559070134233`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.303666813396912*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310005*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5752139331762188`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927609`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.411985533083904*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0538663609885116`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686171*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300180952915215], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006650756699080796], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131537560992564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686175*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0538663609885112`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.411985533083904*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927606`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196873*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310005*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.303666813396912*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.065755907013424*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245057`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.555666492578734*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713347*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456666*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.348148684482254*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043674`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919468`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4495781579214955`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521477`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519131*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.115729464204576*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1474684194316134`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1440490656414638`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061449*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5511042105896186`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729911844719686*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674311`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435666191122399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000124661445038419], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012466144503841904`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435666191122399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.72991184471969*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5511042105896186`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01885270327976*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061449*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1474684194316134`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1157294642045751`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519128*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521483`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4495781579214955`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919468`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043686`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0408113854956873`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1783424104723*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1475969187072736`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.51682504378705*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436821*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310005*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.843175846343811*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361314*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6471502925531767`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412671*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131537560992564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724414`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00049000443319956], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000329747939374779], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724394`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412671*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6471502925531767`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361313*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.843175846343811*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310007*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5168250437870493`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147596918707273*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1783424104723*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.147123765106502*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891466`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.440940680341953*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.061648662865272*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621704`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004677`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495786`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5665374106451077`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3178661146573675`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.922352958947251*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000033621374231350094`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615222`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012150194300187182`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362137423135008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3178661146573675`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.566537410645107*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495786`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004677`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621704`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0616486628652733`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.440940680341953*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891463`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.084578317653791*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538794*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508407`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196873*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1440490656414638`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077502*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001043837832692986], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110237`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107244], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487458606415328`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400145], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311801`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311801`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487458606415328`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107244], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110234`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001043837832692986], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077502*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196873*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508412`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701787*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360605*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9546795526242345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840671*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061447*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361313*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010984906980428173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915064], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039182761692295], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032974793937477916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543500311949812], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013393719763045307`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383396`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829167`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772419658414], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006214403720637073], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0042547724196584135`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829145`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001339371976304531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000554350031194981], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039182761692295], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010984906980428173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361313*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061449*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840668*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9546795526242345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360606*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701789*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8959948996201302`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905595`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1361147722685554`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1001980530539598`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184437*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927609`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01885270327976*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6471502925531767`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001043837832692986], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928113`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002160511789198805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418517], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639538], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650935`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00552279260833141], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266024], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0103943407162656], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394340716265604`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522792608331412], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650929`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639539], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418517], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002160511789198805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928113`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010438378326929864`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.647150292553176*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01885270327976*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927609`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184437*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.136114772268554*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3347645570348215`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557955*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.499580096726838*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494082*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.50323337797098*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603015`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.411985533083904*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412671*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110234`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000050391827616922943`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928117`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002270926059869947], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0014407719822486093`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489996], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769908211524998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01402945076779224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02472354953506765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010408], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769908211524998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489997], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001440771982248609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002270926059869947], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928117`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039182761692295], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412672*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4119855330839024`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4457347813889884`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603002`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.503233377970977*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494082*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.4995800967268376`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557956*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.390360771659086*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590033`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429737*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.55110421058962*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000178242051398195], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00021605117891988044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997848`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873033], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01502760087453883], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116223063198], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027600874538832`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873031], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433012], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997842`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002160511789198805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054497], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.55110421058962*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429737*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590033`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9276392219491563`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.818350797023958*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7276744817351225`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.56940216033087*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362137423135008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107246], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418519], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326648], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997842`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0029030054547442173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203814], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017488`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.018870310022081477`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523540949539237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751162230632], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424901844846837], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07576811126989555], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249018448468356`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116223063198], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.035235409495392375`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887031002208147], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203817], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0029030054547442173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997848`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326648], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418519], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107244], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362137423135008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.56940216033087*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750027983555328*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9844749451337576`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468868`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1502186579421077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0091463564642014`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.053866360988511*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729911844719681*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006012837476468701], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487458606415328`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639541], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001440771982248609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953583], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008629197786823133], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937776], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876684], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865732], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411603], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11974549573642161`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411603], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865731], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796386668766854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008629197786823133], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433012], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001440771982248609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639539], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032974793937477916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729911844719681*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0538663609885112`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.009146356464201*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379786*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468868`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504334`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1812152206551157`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7342231018772573`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686175*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724414`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000554350031194981], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489997], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873033], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203817], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01402945076779224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603293775899588`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04981988644278453], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219347], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780716], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1641676103986356], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416761039863564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310358`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04981988644278453], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603293775899588`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203817], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873031], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489997], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543500311949812], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724394`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674311`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686175*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.734223101877258*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236322*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1812152206551157`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504326`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2083734149207925`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450195`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716004*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8273358357762406`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110263], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003922294902895376], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650929`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769908211524998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199126784978718], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818048`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855767869278226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155927`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2261048577092003], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24048555930355395`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155922`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855767869278226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199126784978718], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.003776990821152501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650929`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615222`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984059*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050423`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716004*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450195`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.39522919242673*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133762*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7866063073841836`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0277233087050044`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.374111303675986*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001339371976304531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010406], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887031002208147], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.049819886442784504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10451677635758932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393087171821666], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2121133275644646], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609174], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3030848857507375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609174], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211332756446463`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618427928159586`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393087171821666], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10451677635758932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04981988644278453], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937776], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.018870310022081463`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013393719763045307`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131537560992564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3741113036759876`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.786606307384183*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.395229192426731*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.143988127343415*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087555`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000054356661911223985`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027600874538832`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796386668766854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818048`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930871718216656`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18241045990252502`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920025`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891238], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.350351675338765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891238], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2261048577092003], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18241045990252502`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393087171821666], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796386668766854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01502760087453883], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672943], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435666191122399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087547`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351053*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139073`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089426*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889833*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.827335835776239*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039623`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522792608331412], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.035235409495392375`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085988`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920025`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737100653319722], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136887207495686], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911508552721066`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36785606763835027`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591150855272107], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136887207495686], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737100653319722], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523540949539237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522792608331412], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889833*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089428*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139066`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351052*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942109*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311806`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829167`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01402945076779224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751162230632], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865732], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310358`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211332756446463`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31368872074956866`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36518927024500764`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404795`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.349648213172043], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556219827735507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.349648213172043], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404795`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651892702450075], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136887207495686], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2121133275644646], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865732], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751162230632], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829145`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311801`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1502186579421077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.847679944054325*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674321`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012466144503841904`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032974793937477916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019274134355033938`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772419658414], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249018448468356`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411602], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18557678692782262`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651892702450075], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3649542439586496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455621982773552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3171447204895524], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831786388391973], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714472048955245`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556219827735507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3649542439586496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36518927024500764`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948109194438033`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855767869278226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411603], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249018448468356`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772419658414], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000124661445038419], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674321`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562185`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.7683559560851004`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6516347801476656`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394340716265604`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155927`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609172], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591150855272107], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404806`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455621982773552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.30154803579456446`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1930548853312024], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.30154803579456446`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455621982773552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404806`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911508552721066`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609174], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155922`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0103943407162656], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300180952915215], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6516347801476656`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.768355956085102*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562185`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3520921913532665`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.922352958947251*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024064489357706], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006012837476468701], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416761039863564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315785`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714472048955245`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1763829199292917], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016344`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843273423990617], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016348`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1763829199292917], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3171447204895524], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891238], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1641676103986356], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020240644893577063`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5436199001321402`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.850893265669841*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110234`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.349648213172043], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016348`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199553626515774], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0267217145418375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199553626515774], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016344`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3496482131720429], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.087902800166877*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495765`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.579819852085182*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0348072177597565`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1307899373731555`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.115440203678559*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000022405926244487637`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006650756699080796], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00049000443319956], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012150194300187182`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006214403720637073], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02472354953506765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116223063198], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07576811126989555], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11974549573642161`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24048555930355395`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3030848857507375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.350351675338765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36785606763835027`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556219827735507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831786388391973], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1930548853312024], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843273423990617], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0267217145418375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0267217145418375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843273423990617], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1930548853312024], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831786388391973], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556219827735507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36785606763835027`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.350351675338765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3030848857507375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24048555930355395`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11974549573642161`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07576811126989555], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116223063198], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02472354953506765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006214403720637073], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012150194300187182`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00049000443319956], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006650756699080796], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000022405926244487637`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.115440203678559*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1307899373731555`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0348072177597565`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.579819852085182*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495765`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.087902800166877*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7161696905764976`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.850893265669841*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110234`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.349648213172043], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016348`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199553626515774], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0267217145418375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199553626515774], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016344`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3496482131720429], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.922352958947251*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024064489357706], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006012837476468701], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416761039863564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315785`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714472048955245`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1763829199292917], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016344`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843273423990617], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970748534016348`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1763829199292917], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3171447204895524], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891238], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1641676103986356], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020240644893577063`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5436199001321402`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562185`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.7683559560851004`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6516347801476656`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394340716265604`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155927`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609172], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591150855272107], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404806`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455621982773552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.30154803579456446`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1930548853312024], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869403328825778`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498438261618749], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.30154803579456446`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455621982773552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404806`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911508552721066`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609174], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155922`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0103943407162656], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300180952915215], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6516347801476656`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.768355956085102*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562185`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3520921913532665`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674321`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012466144503841904`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032974793937477916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019274134355033938`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772419658414], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249018448468356`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411602], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18557678692782262`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651892702450075], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3649542439586496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455621982773552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3171447204895524], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831786388391973], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272591649887825`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714472048955245`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556219827735507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3649542439586496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36518927024500764`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948109194438033`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855767869278226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411603], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249018448468356`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772419658414], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000124661445038419], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674321`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942109*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311806`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829167`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01402945076779224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751162230632], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865732], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310358`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211332756446463`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31368872074956866`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36518927024500764`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404795`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.349648213172043], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556219827735507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.349648213172043], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914613783315774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703784693404795`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651892702450075], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136887207495686], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2121133275644646], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865732], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751162230632], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829145`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311801`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1502186579421077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.847679944054325*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351053*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139073`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089426*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889833*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.827335835776239*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039623`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522792608331412], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.035235409495392375`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085988`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920025`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737100653319722], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136887207495686], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911508552721066`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36785606763835027`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783147870774346`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366203421525411], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591150855272107], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423944367201039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136887207495686], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737100653319722], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523540949539237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522792608331412], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889833*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089428*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139066`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351052*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087555`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000054356661911223985`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027600874538832`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796386668766854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818048`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930871718216656`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18241045990252502`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920025`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891238], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.350351675338765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781625021825946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395243850891238], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782800433165], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662768944620874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2261048577092003], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18241045990252502`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393087171821666], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796386668766854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01502760087453883], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672943], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435666191122399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087547`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.39522919242673*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133762*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7866063073841836`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0277233087050044`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.374111303675986*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001339371976304531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010406], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887031002208147], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.049819886442784504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10451677635758932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393087171821666], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2121133275644646], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609174], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3030848857507375], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994810919443804], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852284199309614`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699932320609174], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060380338472`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211332756446463`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618427928159586`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393087171821666], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10451677635758932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04981988644278453], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937776], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.018870310022081463`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013393719763045307`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131537560992564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3741113036759876`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.786606307384183*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.395229192426731*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.143988127343415*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450195`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716004*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8273358357762406`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110263], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003922294902895376], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650929`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769908211524998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199126784978718], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818048`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855767869278226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155927`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2261048577092003], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24048555930355395`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368588313956093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610485770920014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868546706155922`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855767869278226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583811508110105], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923278230085986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199126784978718], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.003776990821152501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650929`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615222`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984059*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050423`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716004*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450195`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504334`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1812152206551157`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7342231018772573`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686175*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724414`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000554350031194981], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489997], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873033], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203817], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01402945076779224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603293775899588`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04981988644278453], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219347], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780716], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1641676103986356], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761842792815959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312519428867504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416761039863564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1499820772674816], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169614915019584`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310358`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914334188780715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833905463219346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04981988644278453], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447125845655212], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603293775899588`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203817], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873031], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489997], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543500311949812], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724394`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674311`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686175*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.734223101877258*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236322*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1812152206551157`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504326`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2083734149207925`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9844749451337576`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468868`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1502186579421077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0091463564642014`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.053866360988511*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729911844719681*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006012837476468701], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487458606415328`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639541], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001440771982248609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953583], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008629197786823133], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937776], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876684], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865732], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411603], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11974549573642161`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746416408027723`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083343981310353`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047612566818044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736597256411603], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271438187865731], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780379033122548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796386668766854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160909580605062], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008629197786823133], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433012], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001440771982248609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639539], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032974793937477916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729911844719681*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0538663609885112`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.009146356464201*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379786*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468868`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.818350797023958*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7276744817351225`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.56940216033087*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362137423135008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107246], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418519], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326648], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997842`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0029030054547442173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203814], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017488`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.018870310022081477`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523540949539237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751162230632], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424901844846837], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07576811126989555], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422730920280061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063375659691], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287255540888081], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249018448468356`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116223063198], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.035235409495392375`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643606569067192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887031002208147], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235469732203817], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0029030054547442173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997848`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326648], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418519], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107244], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362137423135008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.56940216033087*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750027983555328*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590033`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429737*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.55110421058962*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000178242051398195], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00021605117891988044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997848`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873033], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01502760087453883], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116223063198], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379638666876687], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104409654966261], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811484252685045`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156728820937778], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853121611927165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027600874538832`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638129341210853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569245301873031], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433012], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877910389997842`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002160511789198805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054497], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.55110421058962*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429737*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590033`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9276392219491563`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557955*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.499580096726838*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494082*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.50323337797098*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603015`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.411985533083904*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412671*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110234`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000050391827616922943`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928117`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002270926059869947], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0014407719822486093`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489996], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769908211524998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01402945076779224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195486704714504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02472354953506765], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176460691423526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260329377589959], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019548670471451], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232113419936804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029450767792244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887435229311503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045191372272342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010408], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769908211524998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395085610489997], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001440771982248609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002270926059869947], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928117`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039182761692295], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412672*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4119855330839024`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4457347813889884`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603002`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.503233377970977*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494082*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.4995800967268376`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557956*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.390360771659086*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905595`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1361147722685554`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1001980530539598`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184437*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927609`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01885270327976*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6471502925531767`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001043837832692986], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928113`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002160511789198805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418517], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639538], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650935`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00552279260833141], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266024], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0103943407162656], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797286622017482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505917628369835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669650367375932`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394340716265604`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832839809012592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155978589266022], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522792608331412], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056967099672942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813440097650929`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670391`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090758906639539], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020621029418517], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002160511789198805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997137393928113`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010438378326929864`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.647150292553176*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01885270327976*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927609`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184437*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.136114772268554*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3347645570348215`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701787*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360605*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9546795526242345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840671*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061447*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361313*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010984906980428173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915064], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039182761692295], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032974793937477916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543500311949812], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013393719763045307`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383396`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829167`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772419658414], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006214403720637073], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069660049570613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654833599010404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024016819953584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0042547724196584135`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034328866474829145`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370914990383404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001339371976304531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008843024109124496], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000554350031194981], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039182761692295], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010984906980428173`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361313*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061449*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840668*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9546795526242345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360606*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701789*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8959948996201302`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538794*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508407`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196873*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1440490656414638`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077502*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001043837832692986], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110237`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107244], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487458606415328`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400145], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311801`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283416383951908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766921599433011], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744337096868055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823859549992924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927413435503395], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497098838311801`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857505085670393`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628977851397385], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968889600400146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470975993098247`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487458606415328`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008134791030107244], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330296437054498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110234`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001043837832692986], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077502*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196873*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508412`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891466`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.440940680341953*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.061648662865272*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621704`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004677`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495786`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5665374106451077`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3178661146573675`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.922352958947251*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000033621374231350094`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615222`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012150194300187182`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185750508567039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020442671939613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752773955674501], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216087629326651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586539257985297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022541828280014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036413513763277407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002508774746798777], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016417410054615227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199494524363555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362137423135008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.26337330616654*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.207922039380638*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3178661146573675`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.566537410645107*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495786`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004677`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621704`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0616486628652733`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.440940680341953*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891463`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.084578317653791*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1783424104723*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1475969187072736`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.51682504378705*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436821*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310005*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.843175846343811*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361314*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6471502925531767`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412671*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131537560992564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724414`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297479393747792], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00049000443319956], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804978108122273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044388723387233487`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039222949028953745`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000329747939374779], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367791561998204`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047774228039618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448745860641532], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475787], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040139163027724394`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023573338204851002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351455*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.472243541412671*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6471502925531767`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.401928667361313*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.843175846343811*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310007*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5168250437870493`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147596918707273*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1783424104723*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.147123765106502*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043674`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919468`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4495781579214955`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521477`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519131*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.115729464204576*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1474684194316134`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1440490656414638`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061449*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5511042105896186`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729911844719686*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674311`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435666191122399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000124661445038419], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018601624990865473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018142912741476763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832911562504613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485456414897489], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012466144503841904`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946572863475783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543280047543558], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435666191122399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003720493970065662], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417950352915063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.72991184471969*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846421559037892*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5511042105896186`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729147807594054`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01885270327976*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.696259305061449*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5970062895696976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7489435132671805`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1474684194316134`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1157294642045751`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519128*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521483`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4495781579214955`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919468`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043686`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0408113854956873`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456666*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713347*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5556664925787344`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245063`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0657559070134233`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.303666813396912*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310005*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5752139331762188`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927609`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.411985533083904*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6901285266387474`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0538663609885116`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686171*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313153756099256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300180952915215], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006650756699080796], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485246474110264], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060128374764686987`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001809529152144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004441161884804065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536812466768428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026762932506889972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923729900195725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131537560992564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509702623771527*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233645662686175*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0538663609885112`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.411985533083904*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0799337625927606`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379783*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196873*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.977327783310005*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.303666813396912*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.065755907013424*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245057`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.555666492578734*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713347*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456666*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.348148684482254*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537872`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267242`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.552971807006502*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773833*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184436*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4457347813889884`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.569402160330872*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.009146356464201*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.734223101877258*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8273358357762406`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.374111303675986*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674321`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024064489357706], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000022405926244487637`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021843942506110227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020240644893577063`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824205139819503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915419670674316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858478421754869`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955786520417609*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3741113036759876`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7342231018772573`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0091463564642014`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.56940216033087*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9144443119969935`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4457347813889884`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.796832697184437*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0277233087050044`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2777078697455911`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.107102091110366*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773833*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.552971807006502*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267248`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537878`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.259774195570536*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.900492384560336*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.534675483686493*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554248`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4098041000420394`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845047*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.969237996741661*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1157294642045751`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5665374106451077`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429741*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236322*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984058*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.82733583577624*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6516347801476656`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.115440203678559*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935754569351457*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.423330871492298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.651634780147665*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723789498077504*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.750157527793712*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8273358357762406`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023902019543062*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3752844281660331`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.869259173984059*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236322*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942108*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7341735592959652`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.051625216429737*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185263*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.928564974845618*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.566537410645107*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1157294642045751`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2965743636241378`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.969237996741661*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0018611833301276`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845044*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4098041000420394`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554242`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5346754836864945`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.90049238456034*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2746332799371487`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806538`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513394`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.001498345087414*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.739792759733009*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0018611833301276`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.065755907013424*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519128*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495786`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.136114772268554*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379786*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889833*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9223529589472516`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1307899373731555`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0766615060603764`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.922352958947251*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.690128526638748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4111974831313083`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1188871101007322`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.422721184889832*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0821584575372073`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.627210873424239*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6041295141647724`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.290352088379786*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.102488622385398*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3115885913120118`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1361147722685554`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7202474017374974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495765`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.713002423810256*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113167426519131*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.065755907013424*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.739792759733009*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.001498345087414*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513398`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806538`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.611651464202671*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240889*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040654`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845047*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267242`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840671*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603002`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468868`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1502186579421077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.768355956085102*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018852703279759*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.865158821969895*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427143768236321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.768355956085102*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.977769927327575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.150218657942109*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3681979781688647`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689698188281467*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.144049065641464*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.349364858973367*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5885333623468858`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4187028214209248`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.371896683515918*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6311068703603002`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.498536854840668*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.142783243814263*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004677`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010656*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8000733816267242`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.442432274845047*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5577662289935513`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040657`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240891*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.689961464462372*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3374856284237824`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535502*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757278*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.771849103665124*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040657`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.001498345087414*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245057`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9546795526242345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.503233377970977*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.181215220655116*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604129514164773*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629790181066778`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.445734781388989*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2694892193509564`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.058148841248922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371521489124985*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.28572788126714*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.478641335792571*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027723308705003*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9417799952882483`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1812152206551157`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.814473332963551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.933189742811002*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.503233377970977*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.954679552624234*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.239950475480109*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.323180055142941*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4554115034245063`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.639548175134159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.400339396356882*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0014983450874135`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0824582465040657`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.771849103665124*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757275*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535501*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.337485628423782*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4615539084007536`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893837*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.658011592186921*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6261307822406592`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757278*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.409804100042038*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537878`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.555666492578734*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521483`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504326`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5752139331762188`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0348072177597565`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.930880729196872*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.63484769929393*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.190048858593488*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6570484047818095`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.10019805305396*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.575213933176218*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.120960738605163*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846092385115197*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9432311484504326`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.256374116580674*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.791777425057602*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494082*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0934185559318906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.818350797023958*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.01176651009966*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.957364833071897*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.981411975108361*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0580045163521483`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.555666492578734*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1315689643537878`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4098041000420394`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.728174488384465*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6275745600858503`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.718491065757275*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6261307822406592`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.658011592186921*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893836*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.920315799094446*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.784030117636717*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.523854799089979*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240891*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713347*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4495781579214955`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621696`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245346*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.4995800967268376`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590029`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773835*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.786606307384183*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087547`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011078*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.579819852085182*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.332170872185266*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.626894366352944*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567635034011073*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.299110100551287*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.974889583622539*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.72767448173512*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6497312340087547`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.786606307384183*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1425331155050423`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.928961118773838*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1723042437465106`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1226883601590033`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.499580096726838*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5531436476705877`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8485307454621696`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436821*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.449578157921495*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.218967533713346*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.61147275356543*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2382354358302717`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.036613853240889*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.541325254579584*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.725485641161307*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.523854799089979*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7840301176367185`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3480543501209867`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494734`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9929603442717093`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535502*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554242`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5168250437870493`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.061648662865272*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360605*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8183507970239584`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089428*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.147468419431613*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.091773358274484*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9331897428110014`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6951004061266919`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4101312746667336`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1128645978916747`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.331308804089428*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.916111367489612*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.984474945133759*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5449140575511345`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5413277347376287`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.850893265669837*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.818350797023958*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2161068162861679`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.636776290821455*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.475736056360606*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0616486628652733`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.51682504378705*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.365384996294385*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7974578366885803`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.7025832515034244`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7131874487554242`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.873334473959163*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.312519860464271*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.346698043535502*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.078544632224609*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8460049467118406`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9929603442717093`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494737`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.905877636488274*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6718892863801394`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7840301176367185`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.658011592186921*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513394`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5346754836864945`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919465`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147596918707273*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.44094068034195*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508407`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701789*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774543`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716002*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.395229192426731*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139066`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562185`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5457578933495765`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4275179324587343`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0909032236734543`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5856953456562175`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9813104234997717`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.351251955494081*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7588244308139073`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2478016299004675`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.395229192426731*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.356044899716004*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2399504754801104`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8581072404820897`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0101728350774547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.2055489781737555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5423569297223417`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1766820242114513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.160461594701789*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1442735184508412`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.440940680341953*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147596918707273*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1117457126919468`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.719053848207569*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1782158155654411`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5346754836864945`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0040971371513394`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7006901414779165`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8773347557368746`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6580115921869201`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7840301176367185`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.175245038902159*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6718892863801394`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.929752355088813*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.258083885627156*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494737`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893836*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3374856284237824`*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806538`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.90049238456034*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456663*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043674`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.178342410472303*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891466`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538794*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557956*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450195`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351052*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.087902800166877*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85089326566984*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.176257909240649*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.16403554809686*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.953642901675292*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.692570927010658*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.507666481351053*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4864355330948183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.671305653026212*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0651711969450192`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.436210645843137*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.686793286334959*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0018611833301276`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0302527180073598`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.024997163557956*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3225644759905585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0171799430043201`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.220703399538796*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6591629904891463`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.1783424104723*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1791981917043674`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.279946638456666*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3032076731191266`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.900492384560338*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9576711128806544`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.258775028896939*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.337485628423782*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.220547259893836*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.341493559372592*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5842849182494734`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2363678365845507`*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.258083885627156*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1454298410657443`*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1454298410657443`*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.929752355088813*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.905877636488274*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3480543501209867`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.920315799094447*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4615539084007536`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.689961464462372*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.611651464202671*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2746332799371487`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.259774195570536*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.348148684482254*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0408113854956873`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.147123765106502*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.084578317653791*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8959948996201296`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.334764557034823*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.390360771659086*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9276392219491563`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7500279835553295`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436819*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2083734149207925`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.143988127343415*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.847679944054325*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3520921913532665`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5436199001321402`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7161696905764976`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6713056530262125`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5436199001321402`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3520921913532665`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.123159779720708*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.847679944054325*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.609201380761783*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.681397695245344*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1439881273434147`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.001861183330128*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2083734149207925`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914280579436821*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7500279835553295`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9276392219491563`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.390360771659086*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3347645570348215`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8959948996201302`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.857050282072884*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.084578317653791*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.147123765106502*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0408113854956873`*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.348148684482254*^-16], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.259774195570536*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2746332799371487`*^-17], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.611651464202671*^-18], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.689961464462372*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4615539084007546`*^-19], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.920315799094447*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3480543501209867`*^-20], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.905877636488274*^-21], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.929752355088813*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1454298410657443`*^-22], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0943917559846477`*^-23], RGBColor[ Rational[1, 3], Rational[1, 3], 1]]}], {{}, {Hue[0.67, 0.6, 0.6], {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[6.512252995555913*^-15], ArrowBox[{{-3.5815607132478133`, -1.9800403610196247`}, \ {-3.9184392867521867`, -2.5199596389803753`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[3.194631331550939*^-13], ArrowBox[{{-3.584636091851336, -1.4781456678995162`}, \ {-3.915363908148664, -2.021854332100484}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[5.814665774744304*^-12], ArrowBox[{{-3.6016061435564386`, -0.9685230677838632}, \ {-3.8983938564435614`, -1.5314769322161368`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[4.0216211092441907`*^-11], ArrowBox[{{-3.636300954709929, -0.45280893839126585`}, \ {-3.863699045290071, -1.047191061608734}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[1.0896701968463354`*^-10], ArrowBox[{{-3.69122332006881, 0.0627224038924401}, {-3.8087766799311895`, -0.5627224038924401}}]}}, \ {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1975691728211466`*^-10], ArrowBox[{{-3.759397970322079, 0.5680592368629236}, {-3.7406020296779214`, -0.06805923686292359}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.3936634987936947`*^-11], ArrowBox[{{-3.8233254235725433`, 1.0596342717754401`}, {-3.6766745764274567`, 0.4403657282245599}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[9.699748775439746*^-12], ArrowBox[{{-3.8691187227065273`, 1.5450605529391643`}, {-3.6308812772934727`, 0.9549394470608357}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[6.725241524602187*^-13], ArrowBox[{{-3.8949959045676854`, 2.03324227731502}, {-3.605004095432314, 1.4667577226849802`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[1.7455158729151247`*^-14], ArrowBox[{{-3.904553505003096, 2.528142434898485}, {-3.595446494996904, 1.971857565101515}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[3.662628249044763*^-14], ArrowBox[{{-3.455048723624548, -2.506679181038811}, \ {-3.044951276375452, -2.993320818961189}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[4.381022619724577*^-12], ArrowBox[{{-3.430539299921176, -1.987977937600721}, \ {-3.069460700078824, -2.512022062399279}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[1.979066421273537*^-10], ArrowBox[{{-3.400733024936497, -1.469768746936582}, \ {-3.099266975063503, -2.030231253063418}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[3.4515786517039827`*^-9], ArrowBox[{{-3.365216251284163, -0.953393837825266}, \ {-3.1347837487158374`, -1.546606162174734}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[2.3761798070230714`*^-8], ArrowBox[{{-3.3241935057227807`, -0.44057258733498794`}, \ {-3.175806494277219, -1.059427412665012}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[6.550556145879804*^-8], ArrowBox[{{-3.2789021824937272`, 0.06688272885580127}, {-3.2210978175062723`, -0.5668827288558013}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[7.29569558529244*^-8], ArrowBox[{{-3.2318362857217537`, 0.5676792084534621}, {-3.2681637142782463`, -0.06767920845346209}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[3.286254847740883*^-8], ArrowBox[{{-3.1859108157794807`, 1.0616770387210908`}, {-3.3140891842205193`, 0.43832296127890924`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.942108796544013*^-9], ArrowBox[{{-3.1437700630215737`, 1.5499419952083395`}, {-3.3562299369784268`, 0.9500580047916605}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[4.2577744033897833`*^-10], ArrowBox[{{-3.106952971710931, 2.0342315037036998`}, {-3.393047028289069, 1.4657684962963002`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1840445736043394`*^-11], ArrowBox[{{-3.0758657457082466`, 2.5163217255168173`}, {-3.4241342542917534`, 1.9836782744831827`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.2509602303004253`*^-13], ArrowBox[{{-3.0502228780282206`, 2.997667320284031}, {-3.4497771219717794`, 2.5023326797159693`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[5.022758350285038*^-16], ArrowBox[{{-3.0296121207714193`, 3.479519460371291}, {-3.4703878792285807`, 3.0204805396287093`}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[3.663722817912219*^-14], ArrowBox[{{-2.993251423400738, -3.044868956485092}, \ {-2.506748576599262, -3.455131043514908}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1112856305315649`*^-11], ArrowBox[{{-2.975002786796947, -2.525002786831464}, \ {-2.524997213203053, -2.974997213168536}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.2685816245661348`*^-9], ArrowBox[{{-2.9515121911696847`, -2.003742336545657}, \ {-2.5484878088303153`, -2.496257663454343}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.449286339011331*^-8], ArrowBox[{{-2.921412191226341, -1.481918182826615}, \ {-2.5785878087736585`, -2.018081817173385}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[9.042358810165254*^-7], ArrowBox[{{-2.883520800736566, -0.9611709921585676}, \ {-2.616479199263434, -1.5388290078414324`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[5.967365374286443*^-6], ArrowBox[{{-2.8374457264107797`, -0.4440535260335706}, \ {-2.66255427358922, -1.0559464739664293`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00001602706551306714], ArrowBox[{{-2.784564926414088, 0.06631513694729918}, {-2.715435073585912, -0.5663151369472992}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000017795961011254693`], ArrowBox[{{-2.72867013645361, 0.567482341116939}, {-2.7713298635463897`, -0.06748234111693896}}]}}, \ {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[8.184937925346057*^-6], ArrowBox[{{-2.674656333785693, 1.0591493683664697`}, {-2.8253436662143065`, 0.4408506316335304}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[1.539019444306093*^-6], ArrowBox[{{-2.626726799944519, 1.5433491403568134`}, {-2.8732732000554804`, 0.9566508596431866}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[1.157814702774389*^-7], ArrowBox[{{-2.586849919608299, 2.0231886733892557`}, {-2.9131500803917016`, 1.4768113266107443`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[3.3873680209471982`*^-9], ArrowBox[{{-2.5549714351500117`, 2.501423664145907}, {-2.9450285648499888`, 1.9985763358540931`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[3.7542608102338934`*^-11], ArrowBox[{{-2.530043993329674, 2.9799333710657145`}, {-2.969956006670326, 2.5200666289342855`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[1.5719964246821503`*^-13], ArrowBox[{{-2.5109370426725706`, 3.4599973867310343`}, {-2.9890629573274294`, 3.0400026132689653`}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[6.323611314456272*^-15], ArrowBox[{{-2.528013182180796, -3.9047858860933635`}, \ {-1.9719868178192044`, -3.5952141139066365`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[4.3825726657785815`*^-12], ArrowBox[{{-2.511929984339372, -3.0693271373338646`}, \ {-1.988070015660628, -3.4306728626661354`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.268563257804075*^-9], ArrowBox[{{-2.496262347098411, -2.5484935326060683`}, \ {-2.003737652901589, -2.9515064673939317`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[1.367715761104916*^-7], ArrowBox[{{-2.475000946469213, -2.0250009464731944`}, \ {-2.024999053530787, -2.4749990535268056`}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[5.499486215533349*^-6], ArrowBox[{{-2.4459152679968916`, -1.4992666600435713`}, \ {-2.0540847320031084`, -2.0007333399564287`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00008504495580001224], ArrowBox[{{-2.4065048934505207`, -0.9729508738038664}, \ {-2.0934951065494793`, -1.5270491261961336`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000526229655919505], ArrowBox[{{-2.354910835077167, -0.4495940801458609}, \ {-2.1450891649228327`, -1.0504059198541391`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.001355237970715878], ArrowBox[{{-2.2921043986495495`, 0.0654000945059462}, {-2.2078956013504505`, -0.5654000945059462}}]}}, \ {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0014975155216157023`], ArrowBox[{{-2.2239532323001847`, 0.5671302033745633}, {-2.276046767699815, -0.06713020337456327}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0007126849615962658], ArrowBox[{{-2.1591707004917193`, 1.0549590765182026`}, {-2.3408292995082802`, 0.44504092348179725`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0001423932931658843], ArrowBox[{{-2.1046367267701656`, 1.533053914998377}, {-2.395363273229835, 0.9669460850016229}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000011492470148779315`], ArrowBox[{{-2.0624141578535315`, 2.0070244187352637`}, {-2.4375858421464685`, 1.4929755812647363`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[3.598020344149556*^-7], ArrowBox[{{-2.0310881632043536`, 2.4809277110066184`}, {-2.4689118367956464`, 2.0190722889933816`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[4.231738102549125*^-9], ArrowBox[{{-2.008196350180187, 2.9568356713282724`}, {-2.4918036498198135`, 2.5431643286717276`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[1.860694939988789*^-11], ArrowBox[{{-1.9916142390539289`, 3.4357062156749736`}, {-2.508385760946071, 3.0642937843250264`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[3.130096117850077*^-14], ArrowBox[{{-1.956412531427402, 3.872704516205125}, {-2.543587468572598, 3.627295483794875}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[3.0865366729771096`*^-13], ArrowBox[{{-2.0313750531306334`, -3.8985869424806006`}, \ {-1.4686249468693668`, -3.6014130575193994`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[1.9798295435022867`*^-10], ArrowBox[{{-2.0301233128213823`, -3.0990664728631376`}, \ {-1.4698766871786177`, -3.4009335271368624`}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[5.4491739588493215`*^-8], ArrowBox[{{-2.0180875250645927`, -2.578596736014913}, \ {-1.4819124749354073`, -2.9214032639850864`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[5.499459428000455*^-6], ArrowBox[{{-2.0007349137209856`, -2.054086746131534}, \ {-1.4992650862790147`, -2.445913253868466}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0002033683192215325], ArrowBox[{{-1.9750003141017478`, -1.5250003141021864`}, \ {-1.524999685898252, -1.9749996858978136`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.002847242637091703], ArrowBox[{{-1.9364246221326824`, -0.9921320875667416}, \ {-1.5635753778673176`, -1.5078679124332584`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.015913798012733064`], ArrowBox[{{-1.8798267470886458`, -0.45949179746454527`}, \ {-1.6201732529113542`, -1.0405082025354546`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.03810349920418201], ArrowBox[{{-1.8035798831852015`, 0.06365458089729875}, {-1.6964201168147983`, -0.5636545808972988}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.04173392967374082], ArrowBox[{{-1.7167352225860204`, 0.5664545063411144}, {-1.7832647774139798`, -0.06645450634111438}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.02109503929406835], ArrowBox[{{-1.6366710122846249`, 1.0473323738569489`}, {-1.8633289877153751`, 0.4526676261430512}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.004650208068212432], ArrowBox[{{-1.5752352953036313`, 1.5159084391146527`}, {-1.9247647046963687`, 0.9840915608853473}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00041556062199256627`], ArrowBox[{{-1.532799206596571, 1.9825377718671118`}, {-1.967200793403429, 1.517462228132888}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000014206523747074587`], ArrowBox[{{-1.504461207248839, 2.4523875027127477`}, {-1.995538792751161, 2.0476124972872523`}}]}}, {Arrowheads[{{0.07039437184543429, 1.}}], {RGBColor[0, 0, 0], Opacity[1.7921806992009372`*^-7], ArrowBox[{{-1.4854514040440245`, 2.9268164030222366`}, {-2.0145485959559757`, 2.573183596977763}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[8.312615131974616*^-10], ArrowBox[{{-1.4725546349542467`, 3.4058013780896323`}, {-2.0274453650457533`, 3.094198621910367}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[1.4860043363112306`*^-12], ArrowBox[{{-1.4461084695944324`, 3.844339481383787}, {-2.0538915304055676`, 3.6556605186162128`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[5.60948812114449*^-12], ArrowBox[{{-1.5417724758650966`, -3.8769599241002908`}, \ {-0.9582275241349034, -3.623040075899709}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[3.4528433409000815`*^-9], ArrowBox[{{-1.5464975263925593`, -3.1345044726273192`}, \ {-0.9535024736074407, -3.3654955273726803`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[9.042159658700304*^-7], ArrowBox[{{-1.5388353977926856`, -2.616493022721878}, \ {-0.9611646022073143, -2.883506977278122}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0000850444041113041], ArrowBox[{{-1.527050999096013, -2.0934984220529995`}, \ {-0.9729490009039871, -2.406501577947}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0028472383813177046`], ArrowBox[{{-1.5078684617505256`, -1.5635761377011577`}, \ {-0.9921315382494745, -1.9364238622988423`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.03479560086435411], ArrowBox[{{-1.4750001630330283`, -1.0250001630331464`}, \ {-1.0249998369669717`, -1.4749998369668536`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.16492384658553255`], ArrowBox[{{-1.417297223854253, -0.47933112685301255`}, \ {-1.082702776145747, -1.0206688731469875`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.3436114969997582], ArrowBox[{{-1.323166443857175, 0.05967187714304123}, {-1.176833556142825, -0.5596718771430412}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.36952685622774223`], ArrowBox[{{-1.204216896947015, 0.5648871345019351}, {-1.2957831030529852`, -0.06488713450193512}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.2102843791222512], ArrowBox[{{-1.1016128528672544`, 1.0314804692439687`}, {-1.3983871471327456`, 0.4685195307560312}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0547326135525971], ArrowBox[{{-1.0359568162231165`, 1.4854474792361456`}, {-1.4640431837768835`, 1.0145525207638544`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.005652672141214696], ArrowBox[{{-0.9983704059976843, 1.9447627978393969`}, {-1.5016295940023157`, 1.5552372021606031`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00021521430981365612`], ArrowBox[{{-0.9766553712556241, 2.4128886550272894`}, {-1.523344628744376, 2.087111344972711}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[2.9308020518592936`*^-6], ArrowBox[{{-0.9634966970862282, 2.8884408083604667`}, {-1.5365033029137718`, 2.611559191639533}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[1.4342163043734906`*^-8], ArrowBox[{{-0.9551766254584652, 3.369704543873413}, {-1.5448233745415347`, 3.1302954561265874`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[2.7236830564345188`*^-11], ArrowBox[{{-0.9390410192068059, 3.8174871266543327`}, {-1.560958980793194, 3.682512873345668}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[3.901754499772306*^-11], ArrowBox[{{-1.0563211250980848`, -3.8361241448064565`}, \ {-0.4436788749019152, -3.6638758551935435`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[2.376836626679778*^-8], ArrowBox[{{-1.0593419016254093`, -3.1754507686238447`}, \ {-0.4406580983745907, -3.3245492313761553`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.967258042517017*^-6], ArrowBox[{{-1.0559519774770931`, -2.6625735310225997`}, \ {-0.4440480225229069, -2.8374264689774003`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0005262265207131935], ArrowBox[{{-1.0504077184618048`, -2.145094315270463}, \ {-0.44959228153819525`, -2.354905684729537}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.015913767521312044`], ArrowBox[{{-1.0405087866042477`, -1.620174559866998}, \ {-0.45949121339575233`, -1.879825440133002}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.16492371690336236`], ArrowBox[{{-1.0206691574700881`, -1.0827032361507474`}, \ {-0.4793308425299118, -1.4172967638492526`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.6048812550922326], ArrowBox[{{-0.975000088134608, -0.5250000881346426}, \ {-0.524999911865392, -0.9749999118653574}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9392409881609898], ArrowBox[{{-0.8636426879592207, 0.04721261661208659}, {-0.6363573120407793, -0.5472126166120865}}]}}, \ {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9639474777837093], ArrowBox[{{-0.6771157928575962, 0.5597384256904899}, {-0.8228842071424038, -0.05973842569048993}}]}}, \ {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.7168797500443672], ArrowBox[{{-0.5435065352348338, 0.9920959500059369}, {-0.9564934647651662, 0.5079040499940631}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.24624371668696082`], ArrowBox[{{-0.48686046158608004`, 1.4289066329773972`}, {-1.01313953841392, 1.0710933670226028`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.03059172471255433], ArrowBox[{{-0.4629644411188159, 1.8873338557594823`}, {-1.0370355588811841`, 1.6126661442405177`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0013053563837741099`], ArrowBox[{{-0.451418400073271, 2.3599955825712775`}, {-1.048581599926729, 2.1400044174287225`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000019094246686176888`], ArrowBox[{{-0.44511529369369063`, 2.8410786246081674`}, {-1.0548847063063094`, 2.6589213753918326`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[9.784961196409441*^-8], ArrowBox[{{-0.44138458864336405`, 3.3275017927094233`}, {-1.058615411356636, 3.1724982072905767`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[1.9542862152580722`*^-10], ArrowBox[{{-0.434728707653501, 3.7930582422094585`}, {-1.065271292346499, 3.7069417577905415`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[1.0744316918128254`*^-10], ArrowBox[{{-0.5671576981604705, -3.7757098132539304`}, { 0.0671576981604704, -3.72429018674607}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[6.551329081546798*^-8], ArrowBox[{{-0.5668453416453093, -3.2206907953422954`}, { 0.06684534164530931, -3.2793092046577046`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00001602693682158456], ArrowBox[{{-0.5663176765348249, -2.71545832210778}, { 0.0663176765348249, -2.78454167789222}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.001355234130211481], ArrowBox[{{-0.5654009893903649, -2.2079023053887874`}, { 0.06540098939036487, -2.292097694611213}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.03810345961977492], ArrowBox[{{-0.5636549114613582, -1.6964220519600877`}, { 0.06365491146135815, -1.8035779480399123`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.3436112942500033], ArrowBox[{{-0.559672075050047, -1.176834393775504}, { 0.05967207505004701, -1.323165606224496}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9392407513817472], ArrowBox[{{-0.547212743323132, -0.6363576434319579}, { 0.04721274332313202, -0.8636423565680421}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.7837841413620992], ArrowBox[{{-0.4750000996611726, -0.025000099661216746`}, \ {-0.024999900338827402`, -0.47499990033878325`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.6690269863600903], ArrowBox[{{-0.08322623579135513, 0.520991718640403}, {-0.41677376420864487`, \ -0.020991718640402945`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9957462217034945], ArrowBox[{{0.040355918181407935`, 0.8801669726813661}, {-0.5403559181814079, 0.6198330273186339}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.4876687739988414], ArrowBox[{{0.05796630346262199, 1.3300422134349632`}, {-0.557966303462622, 1.1699577865650368`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0714404123607589], ArrowBox[{{0.06300630948585839, 1.8072455257818725`}, {-0.5630063094858584, 1.6927544742181275`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.003316252051426455], ArrowBox[{{0.06508963343610258, 2.294368039184784}, {-0.5650896334361026, 2.2056319608152157`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00005086732228337385], ArrowBox[{{0.06614417648258969, 2.78609514754292}, {-0.5661441764825896, 2.7139048524570804`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[2.682552191746374*^-7], ArrowBox[{{0.06673587502016398, 3.280469418688434}, {-0.566735875020164, 3.219530581311566}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[5.52021498374428*^-10], ArrowBox[{{0.06751440266761022, 3.770847160445266}, {-0.5675144026676102, 3.729152839554734}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.208234836412925*^-10], ArrowBox[{{-0.06525157989216235, -3.7067976693279685`}, { 0.5652515798921623, -3.793202330672032}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[7.295159569122878*^-8], ArrowBox[{{-0.06770255403153352, -3.2677506946861388`}, { 0.5677025540315335, -3.2322493053138617`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00001779605072425306], ArrowBox[{{-0.06748074576964613, -2.771353596080035}, { 0.5674807457696461, -2.728646403919965}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0014975182338283508`], ArrowBox[{{-0.06712963632022201, -2.2760536709007337`}, { 0.5671296363202221, -2.2239463290992663`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.04173395927032968], ArrowBox[{{-0.06645429360721311, -1.7832668011320558`}, { 0.5664542936072131, -1.7167331988679444`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.36952703631805855`], ArrowBox[{{-0.0648870034447821, -1.2957840044291213`}, { 0.5648870034447822, -1.2042159955708787`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9639479217696834], ArrowBox[{{-0.05973834028692687, -0.8228845700837968}, { 0.5597383402869269, -0.6771154299162032}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.6690276753058123], ArrowBox[{{-0.02099166170305572, -0.4167738567264564}, { 0.5209916617030557, -0.08322614327354363}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.5055438213418957], ArrowBox[{{0.4749998367847682, 0.024999836784886653`}, { 0.025000163215231797`, 0.47500016321511335`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.], ArrowBox[{{0.556738092271195, 0.6653729195243752}, {-0.05673809227119497, 0.8346270804756248}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.5206851134426382], ArrowBox[{{0.5642043699945988, 1.199744513968152}, {-0.06420436999459878, 1.300255486031848}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0780018564667317], ArrowBox[{{0.5662015766727158, 1.7144111968494498`}, {-0.06620157667271581, 1.7855888031505502`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.003658506489453912], ArrowBox[{{0.5670098167754196, 2.222526811833811}, {-0.06700981677541967, 2.2774731881661894`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00005642942955636106], ArrowBox[{{0.5674148790862992, 2.7276886904322044`}, {-0.06741487908629923, 2.7723113095677956`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[2.9854325505367216`*^-7], ArrowBox[{{0.567652483028108, 3.2313747476237884`}, {-0.06765248302810795, 3.2686252523762116`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[6.155586354347405*^-10], ArrowBox[{{0.5681977414344421, 3.7495557635541146`}, {-0.06819774143444218, 3.750444236445886}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[5.5434662549015953`*^-11], ArrowBox[{{0.44873305392393664`, -3.6475879538237694`}, { 1.0512669460760633`, -3.85241204617623}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[3.2854529746979236`*^-8], ArrowBox[{{0.4382468727733248, -3.3137180324899354`}, { 1.0617531272266751`, -3.1862819675100646`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[8.185070359945965*^-6], ArrowBox[{{0.44085560978308125`, -2.8253640895746077`}, { 1.0591443902169186`, -2.6746359104253927`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0007126889234251943], ArrowBox[{{0.44504258502925176`, -2.340834877961931}, { 1.0549574149707484`, -2.159165122038069}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.02109508215376181], ArrowBox[{{0.45266817797110553`, -1.8633304354927562`}, { 1.0473318220288945`, -1.6366695645072438`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.21028463814272516`], ArrowBox[{{0.46851978552924506`, -1.398387630419445}, { 1.0314802144707549`, -1.1016123695805549`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.7168803821756575], ArrowBox[{{0.5079040781563541, -0.9564934977830423}, { 0.9920959218436459, -0.5435065022169577}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9957468933714015], ArrowBox[{{0.6198327486859263, -0.5403557932698069}, { 0.8801672513140737, 0.04035579326980682}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.9999998901448028], ArrowBox[{{0.8346266836391748, -0.0567382017555606}, { 0.6653733163608252, 0.5567382017555607}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.8291373730676522], ArrowBox[{{0.9749998893364846, 0.5249998893365391}, { 0.5250001106635154, 0.9750001106634609}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.3097623998854387], ArrowBox[{{1.0252645471314465`, 1.0903772287782236`}, { 0.4747354528685534, 1.4096227712217764`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.04026172460988088], ArrowBox[{{1.0446112977217183`, 1.6297744484116419`}, { 0.4553887022782816, 1.8702255515883581`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0017607077650113531`], ArrowBox[{{1.0535649262729667`, 2.154614804414478}, { 0.44643507372703334`, 2.345385195585522}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000026125700203099097`], ArrowBox[{{1.0583443632266083`, 2.671426762403619}, { 0.4416556367733916, 2.8285732375963812`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[1.350444558208809*^-7], ArrowBox[{{1.0611814818100187`, 3.1835463667018806`}, { 0.43881851818998124`, 3.3164536332981194`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[2.710694505526959*^-10], ArrowBox[{{1.0673847229784335`, 3.7272637377763407`}, { 0.4326152770215665, 3.772736262223659}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[1.0049180153895919`*^-11], ArrowBox[{{0.9651992673380192, -3.60808966677793}, { 1.5348007326619808`, -3.89191033322207}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.940020407955492*^-9], ArrowBox[{{0.9499524692653895, -3.3559314839887695`}, { 1.5500475307346107`, -3.1440685160112305`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[1.5390532595239402`*^-6], ArrowBox[{{0.9566571976600549, -2.873288281338284}, { 1.5433428023399451`, -2.626711718661716}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00014239430906234544`], ArrowBox[{{0.966947956067264, -2.3953669165439666`}, { 1.533052043932736, -2.104633083456034}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.004650220004396699], ArrowBox[{{0.9840920255074532, -1.924765411627333}, { 1.5159079744925468`, -1.575234588372667}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.05473270069064191], ArrowBox[{{1.0145525561694728`, -1.4640432227230538`}, { 1.4854474438305272`, -1.0359567772769465`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.24624400813650002`], ArrowBox[{{1.071093039951584, -1.0131393160404474`}, { 1.428906960048416, -0.4868606839595526}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.48766909892717714`], ArrowBox[{{1.169957074383349, -0.5579661183616262}, { 1.3300429256166513`, 0.057966118361626295`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.5206849505090246], ArrowBox[{{1.3002547015245325`, -0.06420449547178686}, { 1.1997452984754675`, 0.5642044954717869}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.3097621992596668], ArrowBox[{{1.4096222785382655`, 0.4747351671675942}, { 1.0903777214617345`, 1.0252648328324059`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0851331993682618], ArrowBox[{{1.4749998103210331`, 1.024999810321193}, { 1.0250001896789669`, 1.475000189678807}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00916217878698471], ArrowBox[{{1.5102293850391144`, 1.566886190684142}, { 0.9897706149608856, 1.933113809315858}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0003585541968617743], ArrowBox[{{1.5297766363010963`, 2.098424824657716}, { 0.9702233636989038, 2.401575175342284}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[4.971899186768341*^-6], ArrowBox[{{1.541322326202375, 2.622010538496183}, {0.958677673797625, 2.8779894615038164`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[2.4618709480646398`*^-8], ArrowBox[{{1.548570623232184, 3.139974625914087}, {0.9514293767678159, 3.3600253740859136`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[4.702453319659389*^-11], ArrowBox[{{1.564627226051721, 3.7024636073413313`}, { 0.9353727739482789, 3.7975363926586687`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[6.966244506806944*^-13], ArrowBox[{{1.4765565049496363`, -3.587277367847488}, { 2.0234434950503637`, -3.912722632152512}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[4.256132778739514*^-10], ArrowBox[{{1.4656585853554658`, -3.39282842825553}, { 2.034341414644534, -3.1071715717444697`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1578409309900749`*^-7], ArrowBox[{{1.4768171568366102`, -2.913159842489403}, { 2.02318284316339, -2.586840157510597}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00001149255361419603], ArrowBox[{{1.4929769729711162`, -2.437587749005391}, { 2.007023027028884, -2.062412250994609}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00041556187636729807`], ArrowBox[{{1.5174622815161476`, -1.9672008505561722`}, { 1.9825377184838524`, -1.532799149443828}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.005652684634602506], ArrowBox[{{1.5552367345328826`, -1.5016292320549922`}, { 1.9447632654671174`, -0.9983707679450078}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.030591777986741127`], ArrowBox[{{1.6126651720354304`, -1.0370350937219037`}, { 1.8873348279645696`, -0.4629649062780963}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.07144047346924334], ArrowBox[{{1.6927530445595005`, -0.5630060480131229}, { 1.8072469554404995`, 0.06300604801312293}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.07800181822398064], ArrowBox[{{1.7855873068923167`, -0.0662017450744889}, { 1.7144126931076833`, 0.566201745074489}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.040261670043217325`], ArrowBox[{{1.870224428489478, 0.45538824396440264`}, { 1.6297755715105218`, 1.0446117560355974`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00916216840759038], ArrowBox[{{1.9331130479543348`, 0.9897700792205602}, { 1.5668869520456654`, 1.5102299207794398`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0008438310380512996], ArrowBox[{{1.9749996497805085`, 1.5249996497810536`}, { 1.5250003502194915`, 1.9750003502189464`}}]}}, {Arrowheads[{{0.0703943718454343, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00002954780471544706], ArrowBox[{{2.0021273881539106`, 2.0558820458002725`}, { 1.4978726118460897`, 2.4441179541997275`}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[3.7947399082160387`*^-7], ArrowBox[{{2.0199114079590337`, 2.5814834374502853`}, { 1.480088592040966, 2.9185165625497147`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.782545889295865*^-9], ArrowBox[{{2.0318547848953745`, 3.1023250859774003`}, { 1.4681452151046255`, 3.3976749140225992`}}]}}, {Arrowheads[{{0.07039437184543429, 1.}}], {RGBColor[0, 0, 0], Opacity[3.199870920967123*^-12], ArrowBox[{{2.0591672492003967`, 3.6747297401236056`}, { 1.4408327507996035`, 3.8252702598763944`}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[1.8000714933373218`*^-14], ArrowBox[{{1.9802863281575935`, -3.581167138206786}, { 2.5197136718424065`, -3.918832861793214}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1836182063896012`*^-11], ArrowBox[{{1.9835810893191528`, -3.423985528224708}, { 2.516418910680847, -3.076014471775292}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[3.3874428731773676`*^-9], ArrowBox[{{1.9985803479438822`, -2.9450337369789663`}, { 2.501419652056118, -2.5549662630210332`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[3.5980528133225325`*^-7], ArrowBox[{{2.019072424993446, -2.4689119802605433`}, { 2.4809275750065534`, -2.0310880197394567`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000014206608191866807`], ArrowBox[{{2.0476112204096166`, -1.9955377402679988`}, { 2.4523887795903834`, -1.5044622597320012`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00021521544809359044`], ArrowBox[{{2.087109073029773, -1.5233432748592515`}, { 2.412890926970227, -0.9766567251407485}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0013053618450669542`], ArrowBox[{{2.140001059021529, -1.048580362689201}, { 2.359998940978471, -0.45141963731079904`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.003316258340460558], ArrowBox[{{2.2056277292582482`, -0.5650890375579904}, { 2.2943722707417518`, 0.06508903755799039}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[0.003658502238106516], ArrowBox[{{2.2774688440008544`, -0.06701019322611174}, { 2.222531155999145, 0.5670101932261118}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.0017607013846028016`], ArrowBox[{{2.3453815766659707`, 0.4464339366254627}, { 2.1546184233340298`, 1.0535660633745372`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00035855258581910123`], ArrowBox[{{2.401572556758405, 0.9702219450390719}, { 2.0984274432415955`, 1.5297780549609281`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000029547693516412426`], ArrowBox[{{2.44411605925693, 1.4978711529028066`}, {2.05588394074307, 2.002128847097193}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[9.427335614208467*^-7], ArrowBox[{{2.4749989691218404`, 2.0249989691265635`}, { 2.0250010308781596`, 2.475001030873436}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1263338482376639`*^-8], ArrowBox[{{2.4971491711510696`, 2.5495822183554084`}, { 2.0028508288489304`, 2.950417781644592}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[5.012654757697163*^-11], ArrowBox[{{2.5130326088534134`, 3.070936193830894}, { 1.9869673911465866`, 3.429063806169106}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[8.439583386968907*^-14], ArrowBox[{{2.550322729519681, 3.6448512570981064`}, {1.949677270480319, 3.8551487429018936`}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[1.2505913614109526`*^-13], ArrowBox[{{2.502254754100186, -3.4496804775986893`}, { 2.997745245899814, -3.0503195224013107`}}]}}, {Arrowheads[{{0.07039437184543422, 1.}}], {RGBColor[0, 0, 0], Opacity[3.754360936839702*^-11], ArrowBox[{{2.520066977154678, -2.9699563706856718`}, { 2.9799330228453216`, -2.5300436293143282`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[4.231810942248408*^-9], ArrowBox[{{2.543160956403813, -2.491800765185337}, { 2.9568390435961875`, -2.0081992348146627`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.7922076432513762`*^-7], ArrowBox[{{2.5731779651753337`, -2.014544831740226}, { 2.9268220348246663`, -1.4854551682597739`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[2.9308415032332986`*^-6], ArrowBox[{{2.611551287828983, -1.5364994835914836`}, { 2.888448712171017, -0.9635005164085164}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000019094438101218728`], ArrowBox[{{2.658911151389901, -1.0548816518895265`}, { 2.841088848610099, -0.44511834811047346`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000050867540594170956`], ArrowBox[{{2.713892969787171, -0.5661428195755991}, { 2.7861070302128295`, 0.06614281957559914}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.00005642927959167286], ArrowBox[{{2.7722992265463873`, -0.06741572817904423}, { 2.727700773453613, 0.5674157281790442}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[0.000026125470958974667`], ArrowBox[{{2.828562518050479, 0.4416529053849087}, { 2.6714374819495204`, 1.0583470946150912`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[4.97183726742545*^-6], ArrowBox[{{2.8779809406237393`, 0.9586739303854479}, { 2.6220190593762607`, 1.541326069614552}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[3.794689231073225*^-7], ArrowBox[{{2.918510177237936, 1.4800846055386254`}, {2.581489822762064, 2.019915394461375}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.1263221937131935`*^-8], ArrowBox[{{2.95041261894499, 2.0028466424108093`}, {2.54958738105501, 2.49715335758919}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[1.2647439441416346`*^-10], ArrowBox[{{2.9749969818312194`, 2.524996981871705}, { 2.5250030181687806`, 2.975003018128295}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.353222896762936*^-13], ArrowBox[{{2.9936730606596678`, 3.045369993625691}, {2.506326939340332, 3.4546300063743094`}}]}}, {Arrowheads[{{0.0703943718454342, 1.}}], {RGBColor[0, 0, 0], Opacity[8.504801726104035*^-16], ArrowBox[{{3.037919954823486, 3.614530078561912}, {2.4620800451765144`, 3.885469921438088}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[5.020387546301288*^-16], ArrowBox[{{3.0204751163284516`, -3.470382231079464}, { 3.4795248836715484`, -3.029617768920536}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.5716175403661936`*^-13], ArrowBox[{{3.0400725534874513`, -2.9891243760069663`}, { 3.4599274465125487`, -2.5108756239930337`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[1.860215393417785*^-11], ArrowBox[{{3.064387477015998, -2.508453073712644}, { 3.435612522984002, -1.9915469262873562`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[8.310511823909456*^-10], ArrowBox[{{3.0943239006428143`, -2.027515678996578}, { 3.4056760993571857`, -1.4724843210034222`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.4338977946736108`*^-8], ArrowBox[{{3.130456897129694, -1.5448888715366171`}, { 3.369543102870306, -0.9551111284633829}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[9.783404608151772*^-8], ArrowBox[{{3.1726939870073934`, -1.0586645110069943`}, { 3.3273060129926066`, -0.4413354889930057}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[2.682374766924041*^-7], ArrowBox[{{3.219749147650804, -0.5667568246023236}, { 3.2802508523491962`, 0.06675682460232352}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[2.985555228615129*^-7], ArrowBox[{{3.26884647295407, -0.0676394346695503}, {3.23115352704593, 0.5676394346695504}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[1.350632770957171*^-7], ArrowBox[{{3.3166562778395057`, 0.4388618624716947}, { 3.1833437221604943`, 1.0611381375283053`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[2.4623889900876625`*^-8], ArrowBox[{{3.3601954431153107`, 0.9514921034266927}, { 3.1398045568846897`, 1.5485078965733075`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[1.782990403615783*^-9], ArrowBox[{{3.397808387164987, 1.4682151872728317`}, { 3.1021916128350133`, 2.0317848127271683`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[5.013974487438136*^-11], ArrowBox[{{3.429163536871843, 1.9870353121509052`}, {3.070836463128157, 2.5129646878490948`}}]}}, {Arrowheads[{{0.07039437184543429, 1.}}], {RGBColor[0, 0, 0], Opacity[5.354644081717238*^-13], ArrowBox[{{3.45470095930128, 2.5063865412972106`}, { 3.0452990406987195`, 2.9936134587027894`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[2.170161124478651*^-15], ArrowBox[{{3.475053418339204, 3.025053431024523}, {3.0249465816607954`, 3.4749465689754775`}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0.07039437184543429, 1.}}], {RGBColor[0, 0, 0], Opacity[3.086854503452889*^-14], ArrowBox[{{3.6376416538827687`, -2.5477005241140844`}, { 3.8623583461172317`, -1.9522994758859158`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.4690753319889814`*^-12], ArrowBox[{{3.6677853535863614`, -2.0573934805995084`}, { 3.8322146464136386`, -1.4426065194004916`}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[2.7007101907749748`*^-11], ArrowBox[{{3.696125225253858, -1.5636040635037314`}, { 3.803874774746142, -0.9363959364962685}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[1.9440578422337948`*^-10], ArrowBox[{{3.7216213268990925`, -1.0669300410390783`}, { 3.778378673100907, -0.4330699589609217}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[5.50920485917066*^-10], ArrowBox[{{3.7444103865275307`, -0.5681489528840672}, { 3.7555896134724693`, 0.0681489528840672}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[6.163148026297463*^-10], ArrowBox[{{3.765763661564761, -0.0678073425427293}, { 3.7342363384352386`, 0.5678073425427292}}]}}, {Arrowheads[{{0.07039437184543423, 1.}}], {RGBColor[0, 0, 0], Opacity[2.7228418332242777`*^-10], ArrowBox[{{3.787599430186255, 0.43403119956288577`}, { 3.7124005698137448`, 1.0659688004371142`}}]}}, {Arrowheads[{{0.07039437184543426, 1.}}], {RGBColor[0, 0, 0], Opacity[4.738873542806829*^-11], ArrowBox[{{3.8114441188935233`, 0.9377907428448051}, { 3.6885558811064767`, 1.5622092571551949`}}]}}, {Arrowheads[{{0.07039437184543428, 1.}}], {RGBColor[0, 0, 0], Opacity[3.234572712107941*^-12], ArrowBox[{{3.837780340847644, 1.4441493636418725`}, {3.662219659152356, 2.0558506363581275`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[8.553420204684462*^-14], ArrowBox[{{3.8659324757613707`, 1.9536730503922413`}, { 3.6340675242386293`, 2.5463269496077587`}}]}}, {Arrowheads[{{0.07039437184543425, 1.}}], {RGBColor[0, 0, 0], Opacity[8.635751487266679*^-16], ArrowBox[{{3.8943757804658192`, 2.4664411277796345`}, { 3.6056242195341808`, 3.0335588722203655`}}]}}, {Arrowheads[{{0., 1.}}]}, {Arrowheads[{{0., 1.}}]}}}}, AspectRatio->1, BaseStyle->{FontSize -> 10}, ImageSize->Small, Method->{}, PlotRange->{{-2, 2}, {-2, 2}}, PlotRangeClipping->True, PlotRangePadding->{Automatic, Automatic}]], "Output", CellChangeTimes->{{3.6219177763924284`*^9, 3.6219178295261216`*^9}, { 3.621917871365395*^9, 3.6219178988994436`*^9}, 3.6219181875935507`*^9, { 3.621918490280882*^9, 3.6219185257865443`*^9}, 3.6219185719314256`*^9, 3.621921640131215*^9, 3.621921727553768*^9, 3.6382496952847366`*^9}] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{"Calculating", " ", "time"}], "-", RowBox[{ "evolution", " ", "of", " ", "\[CapitalPsi]0", " ", "over", " ", "a", " ", "quarter", " ", "of", " ", "a", " ", "cyclotron", " ", RowBox[{"period", "."}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{ RowBox[{"\[CapitalPsi]", "=", RowBox[{"ChebyTDSEuniformB", "[", RowBox[{"\[CapitalPsi]0", ",", "B", ",", RowBox[{ RowBox[{"T", "[", "B", "]"}], "/", "4"}]}], "]"}]}], ";"}]}]], "Input",\ CellChangeTimes->{{3.6219186226471148`*^9, 3.6219186321319313`*^9}, { 3.621918679852415*^9, 3.6219187758705835`*^9}, {3.6219278967338*^9, 3.6219278995418043`*^9}}], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"(*", " ", RowBox[{ RowBox[{ "Plotting", " ", "new", " ", "probability", " ", "density", " ", "and", " ", "probability", " ", "current", " ", RowBox[{"density", ".", " ", "Since"}], " ", "\[CapitalPsi]0", " ", "is", " ", "an", " ", "energy", " ", "eigenfunction"}], ",", " ", RowBox[{ "the", " ", "probability", " ", "density", " ", "and", " ", "current", " ", "density", " ", "are", " ", RowBox[{"unchanged", "."}]}]}], " ", "*)"}], "\[IndentingNewLine]", RowBox[{"Show", "[", RowBox[{ RowBox[{"PlotProbDens", "[", RowBox[{ "\[CapitalPsi]", ",", "probDensScaleMax", ",", "4", ",", "4", ",", "0"}], "]"}], ",", RowBox[{"PlotCurrentDens", "[", RowBox[{ "\[CapitalPsi]", ",", "A", ",", "currentScaleMax", ",", "4", ",", "4", ",", "0"}], "]"}], ",", RowBox[{"ImageSize", "\[Rule]", "Small"}]}], "]"}]}]], "Input", CellChangeTimes->{{3.6219187049996595`*^9, 3.6219187082132645`*^9}, { 3.6219187838577976`*^9, 3.6219187849185996`*^9}, {3.6219188168050556`*^9, 3.62191894467848*^9}, 3.621921735821783*^9, {3.638250066094946*^9, 3.638250102403023*^9}, {3.6382501603573375`*^9, 3.6382502070990105`*^9}, { 3.638250532784238*^9, 3.6382505467780385`*^9}}], Cell[BoxData[ GraphicsBox[{GraphicsComplexBox[CompressedData[" 1:eJxl3T3IZVcVgOEx8TeO0TJYKYiNFnZaCAqmMFgIgWDrD+kUsdPCToK2wTrE NkjKYJcLopUYJF2CiCD+oIUkkSCi8Ztz1rOK94SBwytxMjN3Hu695+y99se/ +d0nn37o3t0/H7l377ge/zx6c/3lZ+7f/fjQ9jPfeOzux/3tJ579xN2PD27f P/4Pj2y/8ubn7358YPv41594//ZTxz/v237s+A+8d/v1l75z9+M928/95Qd3 P969ffxynnl4+/jpn31o+/jXn3vX9gvHP/e2Xzt+/nde1l8/fr7/bv/5+P// Z/vbxy/o39tvPPjtvfL29vePX+C/tv/3zoN/3tz+0fELfmP7kePP65/bHzt+ /f/Y/vTxB/rX7c8df6B/2n78+AP94/bzx+/vte1fHK/fq9s/e/Dbff3X218+ /oBe3H7r7C/o35z//vZvz59v+6Xzv7f91fPXs/2l89e7/dnz97P9qfP3u/3h 889j+yfnn9f2w8f1re0fnn/e22+fr8f2987Xa/vv5+u5/fT5em//4fz7sP3z 8+/LF/Xfzr9P2588/75tf+v8+7j9/Pn3dfv359/n7Y+ef9+3v3Z62P7p6WX7 d6en7UdPb9tfOT1u//j0uv2r0/P2XNvrvlf+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a/309xr/mX/Ov+df8a/41 /5p/zb/mX/OfvjjXvfKv+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+d/XY/xr/jX/mn/Nv+Zf86/51/xr/jX/6cv7ep3r XvnX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z r/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z r/nf12P8a/41/5p/zb/mX/Ov+df8a/41/+nL5/i+r9e57pV/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41//t6jH/Nv+Zf86/5 1/xr/jX/mn/Nv+Y/ffne3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df87+sx/jX/mn/Nv+Zf86/51/xr/jX/mv/0 5T5dv7f3c3zf1+tc98q/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/ 5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/ 5l/zr/nX/Gv+9/UY/5p/zb/mX/Ov+df8a/41/5p/zX/6cl++9+n6vb2f4/u+ Xue6V/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mf1+P 8a/51/xr/jX/mn/Nv+Zf86/51/ynL8/hel++9+n6vb2f4/u+Xue6V/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zf++HuNf86/51/xr/jX/ mn/Nv+Zf86/5T1+eu/c5XO/L9z5dv7f3c3zf1+tc98q/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zv6/H+Nf8a/41/5p/zb/mX/Ov+df8a/7T l3U2fe7e53C9L9/7dP3e3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5r/fT3Gv+Zf86/51/xr/jX/mn/Nv+Zf85++rKvT/Gv+Nf+a /96n6/f2fo7v+3qd61751/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/5 39dj/Gv+Nf+af82/5l/zr/nX/Gv+Nf/pyzpazb/mX/Ov+e99+d6n6/f2fo7v +3qd61751/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/N v+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf87+vx/jX/Gv+Nf+a f82/5l/zr/nX/Gv+05d185p/zb/mX/Ov+df8a/77vb2f4/u+Xue6V/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+d/XY/xr/jX/mn/Nv+Zf86/51/xr/jX/ 6cs+Gc2/5l/zr/nvc/c+h+t9+d6n6/f2fo7v+3qd61751/xr/jX/mn/Nv+Zf 86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf 86/51/xr/jX/mn/N/74e41/zr/nX/Gv+Nf+af82/5l/zr/lPX/bFdZ9M1813 HW3X1XWdTZ+79zlc78v3Pl2/t/dzfN/X61z3yr/mX/Ov+df8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/m X/Ov+df87+sx/jX/mn/Nv+Zf86/51/xr/jX/2ffevuyD7b647pPpuvmuo+26 uq6z6XP3Pofrffnep+v39n6O7/t6nete+df8a/41/5p/zb/mX/Ov+df8a/41 /5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41 //t6jH/Nv+Zf86/51/xr/jX/mn/Nf+ZctC/73rsPtvviuk+m6+a7jrbr6rrO ps/d+xyu9+V7n67f2/s5vu/rda575V/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+ Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nf12P8 a/41/5p/zb/mX/Ov+df8a/4z16Z9mXPRfe/dB9t9cd0n03XzXUfbdXVdZ9Pn 7n0O1/vyvU/X7+39HN/39TrXvfKv+df8a/41/5p/zb/mX/Ov+df8a/41/5p/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+d/XY/xr/jX/ mn/Nv+Zf86/51/xr/jPHqn2Za9M5F9333n2w3RfXfTJdN991tF1X13U2fe7e 53C9L9/7dP3e3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41//t6jH/Nv+Zf86/5 1/xr/jX/mn/Nf+bWtS9zrDrXpnMuuu+9+2C7L677ZLpuvutou66u62z63L3P 4Xpfvvfp+r29n+P7vl7nulf+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/O/rMf41/5p/zb/mX/Ov +df8a/41/5lT2b7Mrescq8616ZyL7nvvPtjui+s+ma6b7zrarqvrOps+d+9z uN6X7326fm/v5/i+r9e57pV/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41 /5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/739Rj/mn/Nv+Zf86/51/xr /jX/mv/MpW1f5lR2bl3nWHWuTedcdN9798F2X1z3yXTdfNfRdl1d19n0uXuf w/W+fO/T9Xt7P8f3fb3Oda/8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mf1+P8a/51/xr/jX/mn/Nv+Zf 86/5zxzq9mUubedUdm5d51h1rk3nXHTfe/fBdl9c98l03XzX0XZdXdfZ9Ll7 n8P1vnzv0/V7ez/H9329znWv/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z r/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af83/vh7jX/Ov+df8a/41/5p/zb/m X/OfufPtyxzqzqXtnMrOrescq8616ZyL7nvvPtjui+s+ma6b7zrarqvrOps+ d+9zuN6X7326fm/v5/i+r9e57pV/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/O/r8f41/xr/jX/mn/Nv+Zf86/5 1/xr/tOXufOdQ925tJ1T2bl1nWPVuTadc9F9790H231x3SfTdfNdR9t1dV1n 0+fufQ7X+/K9T9fv7f0c3/f1Ote98q/51/xr/jX/mn/Nv+Zf86/51/xr/jX/ mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/zv6zH+Nf+af82/5l/zr/nX/Gv+ Nf85V6Z9OWeic+c7h7pzaTunsnPrOseqc20656L73rsPtvviuk+m6+a7jrbr 6rrOps/d+xyu9+V7n67f2/s5vu/rda575V/zr/nX/Gv+Nf+af82/5l/zr/nX /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zv6/H+Nf8a/41/5p/zb/mX/Ov +df85xyp9uVcmZ4z0bnznUPdubSdU9m5dZ1j1bk2nXPRfe/dB9t9cd0n03Xz XUfbdXVdZ9Pn7n0O1/vyvU/X7+39HN/39TrXvfKv+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/O/r8f41/xr/jX/mn/Nv+Zf 86/51/zn3Lj25RypnivTcyY6d75zqDuXtnMqO7euc6w616ZzLrrvvftguy+u +2S6br7raLuuruts+ty9z+F6X7736fq9vZ/j+75e57pX/jX/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/zv6zD+Nf+af82/5l/z r/nX/Gv+Nf+a//Tl3LieI9VzZXrOROfOdw5159J2TmXn1nWOVefadM5F9713 H2z3xXWfTNfNdx1t19V1nU2fu/c5XO/L9z5dv7f3c3zf1+tc98q/5l/zr/nX /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf/7eox/zb/mX/Ov +df8a/41/5p/zX/OhW1fzonsuXE9R6rnyvScic6d7xzqzqXtnMrOrescq861 6ZyL7nvvPtjui+s+ma6b7zrarqvrOps+d+9zuN6X7326fm/v5/i+r9e57pV/ zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df87+sx/jX/ mn/Nv+Zf86/51/xr/jX/OQe6fTkXtudE9ty4niPVc2V6zkTnzncOdefSdk5l 59Z1jlXn2nTORfe9dx9s98V1n0zXzXcdbdfVdZ1Nn7v3OVzvy/c+Xb+393N8 39frXPfKv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/zv 6zH+Nf+af82/5l/zr/nX/Gv+Nf859719OQe658L2nMieG9dzpHquTM+Z6Nz5 zqHuXNrOqezcus6x6lybzrnovvfug+2+uO6T6br5rqPturqus+lz9z6H6335 3qfr9/Z+ju/7ep3rXvnX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX /Gv+Nf/7eox/zb/mX/Ov+df8a/41/5p/zb/mP305973nQPdc2J4T2XPjeo5U z5XpOROdO9851J1L2zmVnVvXOVada9M5F9333n2w3RfXfTJdN991tF1X13U2 fe7e53C9L9/7dP3e3s/xfV+vc90r/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +df8a/41/5p/zf++HuNf86/51/xr/jX/mn/Nv+Zf86/5T++cN/577nvPge65 sD0nsufG9RypnivTcyY6d75zqDuXtnMqO7euc6w616ZzLrrvvftguy+u+2S6 br7raLuuruts+ty9z+F6X7736fq9vZ/j+75e57pX/jX/mn/Nv+Zf86/51/xr /jX/mn/Nv+Zf86/51/xr/jX/+3qMf82/5l/zr/nX/Gv+Nf+af82/5j+9cx35 1/z33PeeA91zYXtOZM+N6zlSPVem50x07nznUHcubedUdm5d51h1rk3nXHTf e/fBdl9c98l03XzX0XZdXdfZ9Ll7n8P1vnzv0/V7ez/H9329znWv/Gv+Nf+a f82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/O/rMf41/5p/zb/mX/Ov+df8a/41 /5r/9M5x5V/zr/nvue89B7rnwvacyJ4b13Okeq5Mz5no3PnOoe5c2s6p7Ny6 zrHqXJvOuei+9+6D7b647pPpuvmuo+26uq6z6XP3Pofrffnep+v39n6O7/t6 nete+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/O/r8f41/xr/jX/mn/N v+Zf86/51/xr/tM7t5l/zb/mX/Pfc997DnTPhe05kT03rudI9VyZnjPRufOd Q925tJ1T2bl1nWPVuTadc9F9790H231x3SfTdfNdR9t1dV1n0+fufQ7X+/K9 T9fv7f0c3/f1Ote98q/51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/N/74e41/z r/nX/Gv+Nf+af82/5l/zr/lP75x2/jX/mn/Nv+a/5773HOieC9tzIntuXM+R 6rkyPWeic+c7h7pzaTunsnPrOseqc20656L73rsPtvviuk+m6+a7jrbr6rrO ps/d+xyu9+V7n67f2/s5vu/rda575V/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+ Nf/7eox/zb/mX/Ov+df8a/41/5p/zb/mP73nMvCv+df8a/41/5r/nvvec6B7 LmzPiey5cT1HqufK9JyJzp3vHOrOpe2cys6t6xyrzrXpnIvue+8+2O6L6z6Z rpvvOtquq+s6mz5373O43pfvfbp+b+/n+L6v17nulX/Nv+Zf86/51/xr/jX/ mn/Nv+Zf86/539dj/Gv+Nf+af82/5l/zr/nX/Gv+Nf/pPYeFf82/5l/zr/nX /Gv+e+57z4HuubA9J7LnxvUcqZ4r03MmOne+c6g7l7ZzKju3rnOsOtemcy66 7737YLsvrvtkum6+62i7rq7rbPrcvc/hel++9+n6vb2f4/u+Xue6V/41/5p/ zb/mX/Ov+df8a/41/5p/zf++HuNf86/51/xr/jX/mn/Nv+Zf86/5T++5S/xr /jX/mn/Nv+Zf86/577nvPQe658L2nMieG9dzpHquTM+Z6Nz5zqHuXNrOqezc us6x6lybzrnovvfug+2+uO6T6br5rqPturqus+lz9z6H63353qfr9/Z+ju/7 ep3rXvnX/Gv+Nf+af82/5l/zr/nX/Gv+9/UY/5p/zb/mX/Ov+df8a/41/5p/ zX96z1njX/Ov+df8a/41/5p/zb/mv+e+9xzongvbcyJ7blzPkeq5Mj1nonPn O4e6c2k7p7Jz6zrHqnNtOuei+967D7b74rpPpuvmu4626+q6zqbP3fscrvfl e5+u39v7Ob7v63Wue+Vf86/51/xr/jX/mn/Nv+Zf87+vx/jX/Gv+Nf+af82/ 5l/zr/nX/Ovjcuc/vecq8q/51/xr/jX/mn/Nv+Zf86/577nvPQe658L2nMie G9dzpHquTM+Z6Nz5zqHuXNrOqezcus6x6lybzrnovvfug+2+uO6T6br5rqPt urqus+lz9z6H63353qfr9/Z+ju/7ep3rXvnX/Gv+Nf+af82/5l/zr/nf12P8 a/41/5p/zb/mX/Ov+df8a/41/+k9R5V/zb/mX/Ov+df8a/41/5p/zb/mv+e+ 9xzongvbcyJ7blzPkeq5Mj1nonPnO4e6c2k7p7Jz6zrHqnNtOuei+967D7b7 4rpPpuvmu4626+q6zqbP3fscrvfle5+u39v7Ob7v63Wue+Vf86/51/xr/jX/ mn/N/74e41/zr/nX/Gv+Nf+af82/5l/zr/lP77nJ/Gv+Nf+af82/5l/zr/nX /Gv+Nf+a/5773nOgey5sz4nsuXE9R6rnyvScic6d7xzqzqXtnMrOrescq861 6ZyL7nvvPtjui+s+ma6b7zrarqvrOps+d+9zuN6X7326fm/v5/i+r9e57pV/ zb/mX/Ov+df8a/739Rj/mn/Nv+Zf86/51/xr/jX/mn/Nf3rPSedf86/51/xr /jX/mn/Nv+Zf86/51/xr/nvue8+B7rmwPSey58b1HKmeK9NzJjp3vnOoO5e2 cyo7t65zrDrXpnMuuu+9+2C7L677ZLpuvutou66u62z63L3P4Xpfvvfp+r29 n+P7vl7nulf+Nf+af82/5l/zv6/H+Nf8a/41/5p/zb/mX/Ov+df8a/7TN38u /Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5r/nvvcc6J4L23Mie25cz5HquTI9 Z6Jz5zuHunNpO6eyc+s6x6pzbTrnovveuw+2++K6T6br5ruOtuvqus6mz937 HK735Xufrt/b+zm+7+t1rnvlX/Ov+df8a/739Rj/mn/Nv+Zf86/51/xr/jX/ mn/Nf/rmz4F/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/577nvPge65sD0n sufG9RypnivTcyY6d75zqDuXtnMqO7euc6w616ZzLrrvvftguy+u+2S6br7r aLuuruts+ty9z+F6X7736fq9vZ/j+75e57pX/jX/mn/N/74e41/zr/nX/Gv+ Nf+af82/5l/zr/lP3/y++df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Pf c997DnTPhe05kT03rudI9VyZnjPRufOdQ925tJ1T2bl1nWPVuTadc9F9790H 231x3SfTdfNdR9t1dV1n0+fufQ7X+/K9T9fv7f0c3/f1Ote98q/51/zv6zH+ Nf+af82/5l/zr/nX/Gv+Nf+a//TN75N/zb/mX/Ov+df8a/41/5p/zb/mX/Ov +dcvnL/Pbf41/5r/nvvec6B7LmzPiey5cT1HqufK9JyJzp3vHOrOpe2cys6t 6xyrzrXpnIvue+8+2O6L6z6ZrpvvOtquq+s6mz5373O43pfvfbp+b+/n+L6v 17nulX/N/74e41/zr/nX/Gv+Nf+af82/5l/zr/lP3/y++Nf8a/41/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df899z3ngPdc2F7TmTPjes5Uj1XpudMdO58 51B3Lm3nVHZuXedYda5N51x033v3wXZfXPfJdN1819F2XV3X2fS5e5/D9b58 79P1e3s/x/d9vc51r/zv6zH+Nf+af82/5l/zr/nX/Gv+Nf+a//TN74N/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mv+e+9xzongvbcyJ7blzP keq5Mj1nonPnO4e6c2k7p7Jz6zrHqnNtOuei+967D7b74rpPpuvmu4626+q6 zqbP3fscrvfle5+u39v7Ob7v63Wue+Vf86/51/xr/jX/mn/Nv+Zf86/5T9/8 uvnX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/3vM/pvf8j+k9/2N6z/+Y3vM/ pvf8j+meA99zoXtObM+N7DlyPVeq58z03InOoe9c6s6p7dzKzrHrXKvOuenc i+6D777Y7pPrvpmuo++62q6z67qbPofvc7nep+99u36P7+f6vs/Xfa97/sf0 nv8xved/TO/5H9N7/sf0nv8xved/TO/5H9N7/sc0/+mbXyf/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf899z33sOdM+F7TmRPTeu50j1 XJmeM9G5851D3bm0nVPZuXWdY9W5Np1z0X3v3QfbfXHdJ9N1811H23V1XWfT 5+59Dtf78r1P1+/t/Rzf9/U6173yr/nX/Gv+Nf+af82/5l/zn775dfGv+df8 a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5r/nvvec6B7LmzP iey5cT1HqufK9JyJzp3vHOrOpe2cys6t6xyrzrXpnIvue+8+2O6L6z6Zrpvv Otquq+s6mz5373O43pfvfbp+b+/n+L6v17nulX/Nv+Zf86/51/xr/jX/6Ztf B/+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Pfc 954D3XNhe05kz43rOVI9V6bnTHTufOdQdy5t51R2bl3nWHWuTedcdN9798F2 X1z3yXTdfNfRdl1d19n0uXufw/W+fO/T9Xt7P8f3fb3Oda/8a/41/5p/zb/m X/Ofvvnv8q/51/xr/jX/mn/91Pnf3eZf86/51/xr/jX/mn/Nv+Zf86/51/xr /jX/mn/Nv+a/5773HOieC9tzIntuXM+R6rkyPWeic+c7h7pzaTunsnPrOseq c20656L73rsPtvviuk+m6+a7jrbr6rrOps/d+xyu9+V7n67f2/s5vu/rda57 5V/zr/nX/Gv+Nf/pm/8O/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41 /5p/zb/mX/Ov+df8a/41/z33vedA91zYnhPZc+N6jlTPlek5E5073znUnUvb OZWdW9c5Vp1r0zkX3ffefbDdF9d9Ml0333W0XVfXdTZ97t7ncL0v3/t0/d7e z/F9X69z3Sv/mn/Nv+Zf85+++Xn51/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/N v+Zf86/51/xr/jX/mn/Nv+Zf86/51/z33PeeA91zYXtOZM+N6zlSPVem50x0 7nznUHcubedUdm5d51h1rk3nXHTfe/fBdl9c98l03XzX0XZdXdfZ9Ll7n8P1 vnzv0/V7ez/H9329znWv/Gv+Nf+a//TNz8O/5l/zr/nX/Gv+Nf+af82/5l/z r/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/z33Pfew50z4XtOZE9N67n SPVcmZ4z0bnznUPdubSdU9m5dZ1j1bk2nXPRfe/dB9t9cd0n03XzXUfbdXVd Z9Pn7n0O1/vyvU/X7+39HN/39TrXvfKv+df8p2/+f/xr/jX/mn/Nv+Zf86/5 1/xr/jX/mn/Nv+Zf86/51/xr/jX/mn/Nv+Zf86/51/xr/jX/+5x3/Pfc954D 3XNhe05kz43rOVI9V6bnTHTufOdQdy5t51R2bl3nWHWuTedcdN9798F2X1z3 yXTdfNfRdl1d19n0uXufw/W+fO/T9Xt7P8f3fb3Oda/8a/7TN/8e/5p/zb/m X/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zb/mX/Ov+df8a/41/5p/zf+u 6xj/mv+e+95zoHsubM+J7LlxPUeq58r0nInOne8c6s6l7ZzKzq3rHKvOtemc i+577z7Y7ovrPpmum+862q6r6zqbPnfvc7jel+99un5v7+f4vq/Xue6V//TN /86/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+af82/5l/zr/nX/Gv+Nf+a f82/5l/zr/nX/Gv+dc+B77nQPSe250b2HLmeK9VzZnruROfQdy5159R2bmXn 2HWuVefcdO5F98F3X2z3yXXfTNfRd11t19l13U2fw/e5XO/T975dv8f3c33f 5+u+1/8DBTGQ5A== "], { {GrayLevel[0.8], EdgeForm[None], GraphicsGroupBox[PolygonBox[CompressedData[" 1:eJxMnXXYVFX7tmfHzK6ZPYpiF3Zjd4uIAQqKioqtGKCoiIidqKCiYnehYmB3 d3cndnf3t873ur7j+P2xjpu17lhz7/u89jwPvq/22mmfQXvHjUYjnrvRSIJd J6yIfVh9GjpLw1rXZ+zX81kzrO3CmjOsucLqF1YWVh7WhmEVYZVhDQirE1Yd 1sZhVWG1w1o/rJZzNnIsvg1cg/z+jiW/r+8kZxPX64a1qe10YW0Z1kxhzRzW VrazhLVFWD3t2zysGcKaMazNwurh/WFhrR7WGmENcd6sYQ0Ka3rHDfQ97IeG NYf73yas2cKaPaxtbfFt7Rr4BvtOPsf2fmbhsTdGhbVsWMuFtXNY84Y1X1g7 hdXL+118Nn9YOzhvnrCGhbVgWAuFtUdYC4e1SFgjwlo8rCXC2iusRcNaLKzd wlrAOXs6Ft/urkH+cMeSv6vvJGdv11syrH1se4c1Oqzlw1ohrANtVwzrAPeE b/+wlnGf+4W1tPc7ug/6HOO8lcLaN6ylHDfS97A/JKxVw1otrLFhrRzWKmEd bIvvINfAt2qA+c9g/wrrUOcx43ucQ72jG+Iexo8Ka23vj/EZOrjAc2Xm4xpi EX5PaIh7mD2pIb5hdnxDGoDr4xrSDDknOhbf8a5B/gTHkn+s7yTnZNdDQ6fY wv6ZDfEE12fZwv4ZDfGN7/SG2IXx0xpil/0RYa0Z1lphne08tHJqQ1oibqLv YX9+Q3zT/7kNaQOuz7PFd45r4Du8IQ1xx4V+Zrwnbm5o9rBwaUOzh/FLGmKa /WU+QwcXOQ+tTG6IRfi9qiHuYfbahviG2SkNaQCur2hIM+Rc7Vh8V7oG+dc4 lvzLfSc517keGrreFvZvbUircH2bLezf4p7w3dQQu/R5Y0Pssr/YfdDn7c5D Kzc0pCXipvoe9nc3xDeM3tmQNuD6Llt8d7gGvkmeM7O/tyGu4b1H4P/FYF8K 66GwjmyI8Qc8pyPCethn6OAdz5WZP9YQi/D7REPcw+wzDfENs081pAG4frQh zZDzpGPxPe4a5D/tWPIf8Z3kPOt6aOg5W9h/1b3B9Wu2sP9KQ3xPcm+wC+P0 OtH7v/0c0frrzkMrLzSkJeKe9z3s326Ib/p/syFtwPVbtvjecA18L/tOPse7 fma8J35saPaw8EFDs4fxaQ0xzf5Dn6GD95yHVj5piEX4/awh7mH2q4b4htkv GtIAXH/ckGbI+dyx+D51DfK/dCz5H/lOcr52PTT0jS3s/9yQVuH6F1vY/8k9 4fuhIXbp8/uG2GX/vvugz1+dh1a+a0hLxH3re9jzboZvuP69IW3A9R+2+H5z DXz3N/Q9Dbt/OY8Z39cQ7/j4AYa4B8L6zz72cTh/sCEdzB5prsy8GYlF+M0i cQ+zVSS+YbaIpAG4TiNphpw8Uiy+VqQa5JeRYslPIt1JTjtSPTTUiWRhf8ZI PMF1z0gW9meIxDe+6SOxC+PTRWKX/b8NaZ4+Z4qUh1a6kbREXB3pHvazReKb /meJpA24njWSxTdzpBr4/mlIQ9wxR6Rnxnti6Uizh4V5Is1+WlhzR2Kafa9I Z+hgzkh5aGX+SCzC74KRuIfZRSPxDbMLR9IAXM8XSTPkLBQpFt8CkWqQv0ik WPLnjXQnOYtFqoeGFo9kYX/ZSFqF6+UiWdhfJlJP+JaKxC599o7ELvu5IvVB n8tHykMrS0bSEnFLRLqH/cqR+IbrFSNpA65XimTxrRCpBr4Vww/bv+ILa5VI eWhlhXD+SyTfmpFmD+NrRJoT+7UinaGDrSPNlZn3icQi/PaNxD3MbhiJb5jt F0kDcL1uJM2Qs75j8a3nGuRv4Fjy1wkrcs5GroeGNraF/c0ifSfB9ea2sD8o Et/4No3ELoxvEold9mMjPUeex2DnoZUBkbREXH/fw35IJL7pf8tI2oDrrWzx beEa+Ab6Tj7HNn5mvCdGRpo9LGwfafYwvl0kptnv4DN0sK3z0MrOkViE310j cQ+ze0TiG2aHRdIAXO8USTPk7OZYfLu4Bvm7O5b8HX0nOXu6Hhrayxb294uk Vbje3xb293VP+PaJxC597h2JXfZD3Qd9jnIeWhkRSUvEDfc97MdE4huuR0fS BlwfaIvvANfAt3qk72nYPch5zPgO51DvMMfB+KFhreb94T5DB+d4rsz86Egs wu+xkbiH2RMi8Q2z4yJpAK6PCmtt5xznWHzHuAb5xzuW/CN8Jzo70fXQ0Hhb 2D8tEk9wfbot7J8aiW98p0RiF8ZPjsQu+0Mi/d5Cn5Och1ZOiqQl4ib4HvZn R+Kb/s+MpA24PssW3xmuge/gSBrijnP9zHhPTPXsYeFCzx7GL4jENPuLfIYO znMeWrk0Eovwe3kk7mH2qkh8w+zkSBqA60siaYacKxyL7zLXIP9Kx5J/se8k 52rXQ0NTbGH/xkhaheubbGH/BveE7/pI7NLndZHYZX+++6DPm52HVq6NpCXi rvE97G+PxDeM3hpJG3B9my2+W1xjlGfJzyuwfmckruG9Du/zZ4N9Lqx7PXsY v8dzYn+fz9DBG54rM38orCMj8ftIJO5h9olIfMPsY5E0ANcPRNIM/D7qWHwP uwb5jzuW/Pt9JzlPuh4aesoW9l8Ma2Ikrl+yhf0XIvE90b3BLozT6wTvf/dz ROsvOw+tPBNJS8Q97XvYvx6Jb/p/NZI24Po1W3yvuAa+530nn+NNPzPeE996 9rDwrmcP4+9EYpr9ez5DB285D618EIlF+P0oEvcw+1kkvmH2k0gagOtpkTRD zseOxfeha5D/qWPJf993kvO566GhL2xh//tIWoXrH2xh/zv3hO+bSOzS59eR 2GX/tvugzx+dh1a+iqQl4r70Pez5OQO+4frnSNqA619s8f3kGvjujvQ9Dbu/ OY8Z3xWJd3x/Ow7G/7KP/T8+Qwczx5orM+cvHmERfpNY3MNsFotvmG3G0gBc /xdJM+SksWLxxeHPD0bKb8WKJf9f30lOHqseGipiWdifLhZPcD19LAv73Vh8 4+vEYhfG27HYZf9nJM3TZ49YeWiliqUl4spY97CfKRbf9D9jLG3Adc9YFt8M sWrg+yOShrhjlljPjPfEErFmDwtzxJo9jM8ei2n2c8Y6QwezxspDK/PEYhF+ 543FPcwuGItvmJ0/lgbgeu5YmiFnvlix+HrFqkH+ArFiyZ8r1p3kLBSrHhpa OJaF/d6xtArXS8WysL9krJ7wLR6LXfpcLBa77GeL1Qd9Lh0rD60sGktLxC0S 6x72y8fiG66XjaUNuF4ulsW3TKwa+Hiv8b3Nd/lKsVjnfXZCEn5GCGuDsFaN NXsYXyXWnNivFusMHWwRa67MfM1YLMLvOuHPUSxm+8biG2b7xNIAXK8RSzPk rOtYfGvFqoFu1nMs+avHupOc9V0PDfWzhf1NYn0nwfWmtrA/IBbf+DaOxS6M bxSLXfajYz1HfkcZ6Dy0smEsLRG3ge9hPzgW3/S/WSxtwPXmtvgGuQa+/r6T z7GlnxnvieGxZg8L28SaPYxvHYtp9tv6DB1s5Ty0sn0sFuF3x1jcw+yusfiG 2Z1jaQCut4ulGXJ2ciy+HVyD/F0cS/5Q30nObq6HhobZwj7/AAatwvU+trA/ wj3h2ysWu/S5Zyx22Q9xH/Q50nloZY9YWiJud9/DflQsvuF6v1jagOv9bfHt 6xr4bnXOAV7Leca3OAff2LBWjsX4QbH0wP5gn6GDMzxXZn5YLBbh94hY3MPs sbH4htmjY2kArg+NpRlyjgprbfsOdw3yj3Es+Yf4TnKOcz00NM4W9k+OxRNc n2IL+yfF4hvf+FjswviJsdhlPybW7+f0OdF5aOWEWFoi7njfw35SLL7p/7RY 2oDr023xneoa+A6MpSHuONPPjPfENZ49LJzr2cP4ObGYZn+ez9DBWc5DKxfG YhF+L47FPcxeHotvmL00lgbg+oJYmiHnEsfiu8g1yL/MseSf7zvJucL10NBk W9i/LpZW4fp6W9i/1j3hmxKLXfq8Oha77M92H/Q51Xlo5apYWiLuSt/D/uZY fMPojbG0Adc32eK7wTXwTfCcmf1tsVjnfVaF9/hTwT4d1p2ePYzf4Tmxv8tn 6OAVz5WZ3xuLRfi9Pxb3MPtILL5h9qGwjozF9T2xNEPOA45FH/e5BvkPO5b8 u30nOY+6Hhp6zBb2n3VvcP2cLew/E4tvfPQHuzD+ZCx22b/qPtDu885DK0/E 0hJxj/se9i/H4pv+X4ylDbh+yRbfC64x0c/0RH+O13wPvH8ViwN4fyMWx8z/ rVisw/47sViHuzftx/dJLKZh8F37Yfn9WBqA32m26OBt16PWh7FYRwcf2cL4 e65B/sc+445PfQ+Mz52HuCzcE9YXsbiE38/sh83PbfF97f5g/0vH0vPrfgb0 /I396OanWOzC9Q+x2IXr72JpCU18b4vvW+fh+9Gx5N8ei2vY/dn1eJf/Gutd D/t/xOIb3n93Dvs/fQbvMyaaN7z/E4tdeP8vFq/wnibiFd7j8OcHY/H+dyx2 yeF/UEAsvP/rGuQniWLJ/8t3ktNMVA/eW4ksvHcSMQ3vdSIL7+1EnOErE/EN 70Uijtn/5r7ps5soD97zRHwTlyW6h/0MiZim/+kTMQ3vPRJZfNMlqoHvFz9j nm/PRM8MbS2aiBXmP2si1mF5lkQcsJ8t0Rnsz5QoD63MmUgDMD53IkZhfL5E HMNvr0SsfxDWHIlYJ2eeRLH45kpUg/x5E8WSP3uiO8mZP1E92F8gkUVniyfS KiwvkcjC7GKJesK3SCLu6XPhRHpgP3OiPuhzyUR5MLtQIl0Rt2Cie9gvk4h7 WF4qEffwvnQii693ohr4+Pnjd/9utGyiPDS0fCLumclKiWYP4ysm0gD7lROd oYPNEs2Vma+WiEX4XSMR9zC7biK+YXatRBqA61UTaYacNRPF4ls9UQ3y1wl/ jpy/SqI7yenjemhoPVvY3zjRdxJc97eF/Y0S8V35dw/YLfy7SOb9/omeI89j gPPQyvqJtERcX9/DflAivul/00TagOuBtvg2cQ18G/pOPsfmfma8J/ZINHtY 2CrR7GF8y0RMsx/iM3Qw2HloZdtELMLvdom4h9mdEvENszsk0gBcb5NIM+Rs 71h8Q12D/B0dS/7WvpOcnV0PDe1iC/t7JdIqXA+3hf093RO+3ROxS5/DErHL fgv3QZ8jnIdWdkukJeJ29T3s903EN1zvk0gbcD3SFt/eroFvhUQsw+5+zmPG NzqHegc6DsZHJ9IA+zE+Qwenea7M/OBELMLvoYm4h9mjwlo7EbOHJ9IAXI9N pBlyDnMsvkNcg/wjHIs+DvKd5BztemjoGFvYH5+IJ7ieYAv7JybiG9/xidiF 8XGJ2GV/QFjLuc+TnIdWjkukJeKO9T3sT03EN/2fkkgbcD3RFt/JroFvVCIN ccfpfma8J67y7GHhLM8exs9MxDT7s32GDiY5D62cl4hF+L0gEfcwe0kivmH2 okQagOtzE2mGnAsdi+981yD/YseSf47vJOdS10NDl9nC/pREWoXra2xh/2r3 hO/KROzS5+RE7LI/w33Q57XOQytXJNIScZf7HvY3JOIbRq9PpA24nmqL7zrX GOFnzfubd/dNibiG9ywN38vBPh7WbZ49jN/qObG/3Wfo4EXPlZnflYhF+L0n Efcw+0AivmH2vkQagOs7E2mGnHsdi+9u1yD/fseSf4fvJOehsI5MpKGHbWH/ qUR/ZwTXT9vC/pOJ+D7BvcEujNPrsd7/4OeI1p9xHlp5NJGWiHvE97B/IRHf 9P9cIm3A9fO2+J51DXxP+E4+x0t+ZrwnPvPsYeE1zx7GX03ENPvXfYYOXnYe WnkrEYvw+04i7mF2WiK+Yfa9RBqA6zcTaYacdx2L723XIP99x5L/hu8k5wPX Q0Mf2sL+F4m0Ctdf2sL+5+4J36eJ2KXPTxKxy/4V90GfXzkPrXycSEvEfeR7 2H+XiG+4/iaRNuD6W1t8X7sGvlsSfU/D7vfOY8Y3J+Id3y+Og/Gf7WP/q8/Q wXSp5srM/0jEIvz+lYh7mP0vEd8w+08iDcD174k0Q87fjsX3p2uQ/69jyf/N d5LD/zCYemgoDn9+MBH7RSqe4LpMZWE/T8U3vlYqdmG8mYpd9j8l0jx9Vqny 0EqaSkvEJanuYd9NxTf9d1JpA67rVBZfO1UNfD8m0hB3TJ/qmfGeWDDV7GGh Z6rZw/iMqZhmP1OqM3TQI1UeWpk1FYvwO3sq7mF27lR8w+ycqTQA17Ok0gw5 c6SKxTdbqhrkz5UqlvyZU91Jzjyp6qGhXqks7C+cSqtwvUgqC/sLpeoJ3wKp 2KXP+VOxy36GVH3Q56Kp8tDKfKm0RNy8qe5hv2QqvuF68VTagOslUll8i6Wq gY/fM/j9m9+3e6fKQytLp+Ked9tyqWYP48ummhP75VOdoYNNUs2Vma+UikX4 XSUV9zC7Riq+YXa1VBqA6xVTaYacVVPF4ls5VQ3yV08VS/4Kqe4kZ81U9dDQ Wqks7PdL9Z0E1xvYwv76qfjGt14qdmG8Typ22e+T6jnyPDZ0HlpZN5WWiFsn rMj7Aan4pv+NU2kDrvvb4tvINfD19Z18jk39zHhP7Jpq9rCwearZw/hmqZhm P9hn6GCg89DKVqlYhN+tU3EPs9ul4htmt02lAbjeMpVmyNnGsfiGuAb5Qx1L /ha+k5ztXQ8N7WAL+8NSaRWud7eF/d3cE75dUrFLnzunYpf9IPdBn3s4D63s lEpLxO3oe9iPSMU3XO+VShtwPdwW356ugW/xZuA92K/D2tt5zPg651Bv/7CW ScX4fqk0wH6Uz9DByZ4rMz8wFYvwe1Aq7mH20FR8w+zBqTQA16NTaYacsY7F N8Y1yD/EseQf4DvJOcz10NDhtrA/LhVPcH28Lewfl4pvfMekYhfGj07FLvt9 w1rKfZ7gPLRyVFhrO+4I34O2TkrFN/2PT6UNuJ5gi+9E18A3MpWGuOMUPzPe E5d79rBwumcP46elYpr9JJ+hg4nOQytnpWIRfs9JxT3MXpCKb5g9L5UG4PrM VJoh51zH4jvbNcg/37Hkn+E7ybnQ9dDQRbawPzmVVuH6SlvYv8I94bssFbv0 eWkqdtmf6j7o8yrnoZVLUmmJuIt9D/trU/ENo1NSaQOur7HFd7Vr4DvWc2b2 16fiGt6TwP9DwT4c1k2ePYzf6Dmxv9ln6OBZz5WZ35aKRfi9IxX3MHtPKr5h 9q5UGoDrW1Nphpw7HYvvdtcg/27Hkn+L7yTnXtdDQ/fZwv5j7g2uH7eF/UdT 8X2se4NdGKfXI73/xs8RrT/hPLTyQCotwfj9vof9M6n4pv+nUmkDrp+2xfek a+B7xHfyOZ7zM+M98ZFnDwsvefYw/mIqptm/7DN08Lzz0MprqViE3zdScQ+z 76TiG2bfSqUBuH41lWbIedOx+F53DfLfdiz5r/hOct51PTT0ni3sf5JKq3D9 qS3sf+ye8H2Yil36/CAVu+xfcB/0+Znz0Mq0VFoi7n3fw553M3zD9ReptAHX X9ri+9w18N2Q6nsadr92HjOemop3fD84Dsa/t4/9jz5DB+2m5srMf0nFIvz+ lop7mP0rFd8w+0cqDcD1z6k0Q87vjsX3q2uQ/6djyf/Jd5Lzt+uhoX9sYb/Z FE9w3WrKwn7aFN/44vDnB1Mxzv8RD3Zh+btUmqfPrKk8tPJfKi0R96/vYV81 xTf9F01pA67Lpiy+vKka+L5NpSHu6DT1zHhPzNvU7GFh+qZmD+PTNcU0+x5N naGDuqk8tNKzKRbhd+amuIfZ2ZviG2ZnbUoDcD1jU5ohZ5amYvHN1FQN8mdr Kpb8GZq6k5w5mqqHhuZsysL+/E1pFa4XaMrC/nxN9YSvV1Ps0uc8TbHLvttU H/S5YFN5aGXuprRE3FxN3cN+0ab4huuFm9IGXC/SlMW3UFM18PHzxw/+3Wix pvLQykKtEEN+WEs1NXsY793UnNgv3dQZOtioqbky8+WaYhF+V2iKe5hdpSm+ YXalpjQA18s2pRlyVmwqFt/yTdUgf+WmYslfpqk7yVm1qXpoaLWmLOz3aeo7 Ca7Xs4X9dZviG99aTbEL42s2xS77vZp6jjyPvs5DK2s0pSXiVm/qHvYbNsU3 /fdrShtwvYEtvvVdA986YUX+HBv7mfGe2LGp2cPCpk3NHsY3aYpp9gN9hg76 Ow+tbN4Ui/C7RVPcw+zWTfENs1s1pQG43qwpzZCzpWPxDXYN8oc4lvxBvpOc bVwPDW1rC/s7N6VVuN7FFvZ3ck/4dmiKXfrcvil22Q9wH/S5q/PQynZNaYm4 ob6H/R5N8Q3Xw5rSBlzvbotvN9fAt2RT39Owu6fzmPHVzqHePo6D8b3DWsL7 kT5DByd6rsx8/6ZYhN8DmuIeZg9qim+YPbApDcD1fk1phpzRjsU3yjXIH+NY 8vf1neSMdT00dLAt7B/dFE9wfYwt7B8V1tr2Hd4UuzB+WFPssh/R1O8t9Hms 89DKoU1pibhDfA/7E5rim/7HNaUNuD7eFt9xroFveFMa4o7xfma8Jy727GHh FM8exk9uimn2E32GDiY4D62c3hSL8HtGU9zD7DlN8Q2zZzWlAbg+rSnNkHOm Y/FNcg3yz3Ys+af6TnLOdT00dJ4t7F/alFbh+jJb2L/EPeG7qCl26fPCpthl f5L7oM/LnYdWLmhKS8Sd73vYX9UU3zA6uSltwPWVtviucI1dPUt+XoH1KU1x De//hnVvWPeFdb1nD+PXeU7sp/oMHTzpuTLzm5piEX5vaYp7mL2jKb5h9ram NADXNzalGXJudSy+m12D/NsdS/4NvpOcO10PDd1lC/sPhXVkU1w/bAv7DzTF 9xHuDXYPc6+HeP+FnyNaf8R5aOWeprRE3N2+h/0TTfFN/481pQ24ftwW36Ou ge9+38nneMrPjPfE+549LDzn2cP4s00xzf55n6GDp52HVl5qikX4faUp7mH2 jab4htnXmtIAXL/YlGbIedWx+F52DfJfdyz5L/hOct50PTT0li3sf9CUVuH6 Q1vYn+ae8L3XFLv0+W5T7LJ/xn3Q50fOQyvvNKUl4t72Pez5OQO+4fqTprQB 15/a4vvYNfBd29T3NOx+7jxmfE1TvOP7xnEw/rV97L/1GTrIW5orM/+hKRbh 96emuIfZ35riG2Z/aUoDcP19U5oh52fH4vvRNcj/1bHkf+c7yfnd9dDQH7aw z7/0Ap7gOg5/frAp9v9rim98/zTFLoz/3RS77L9qSvP0mbSUh1b+akpLxP3p e9hnLfFN/82WtAHXrZYsvrSlGvi+bEpD3FG09Mx4T8zV0uxhodPS7GG83RLT 7OuWztBB2VIeWpm+JRbhd4aWuIfZmVviG2Z7tqQBuJ6uJc2QM2NLsfh6tFSD /JlaiiW/29Kd5MzSUj00NGtLFvbnaUmrcN2rJQv7c7fUE745W2KXPudoiV32 VUt90Oe8LeWhldlb0hJxs7V0D/sFW+IbrudvSRtwvUBLFt98LdXAx99t8ffl /F35wi3pBN7HZOHnhLBWCmvxlmYP44u1NCf2S7R0hg7Wb2muzHyplliE32Va 4h5mV2iJb5hdriUNwHXvljRDzrItxeJbuqUa5C/fUiz5S7Z0JzkrtlQPDa3U koX9NVv6ToLrtVqysL9GS3zjW60ldmF81ZbYZT+spefI7yjrhBW1pJVVWtIS cSu3dA/7vi3xTf99WtIGXK9ni29d18C3ekt38jn6+Znxnhja0uxhYeOWZg/j G7XENPv+PkMHGzgPrWzaEovwO6gl7mF2i5b4htnNW9IAXG/SkmbI2cyx+Aa6 BvmDHUv+AN9Jzpauh4a2soX97VvSKlzvYAv727knfNu2xC59btMSu+w3dB/0 uaPz0MrWLWmJuCG+h/2uLfEN1zu3pA243sUW306ugW/+wPFHwX4c1m7OY8ZX OId6e4W1aEuM7xnWIt4P9xk6OM5zZeb7tMQi/O7bEvcwe0BLfMPs/i1pAK73 bkkz5OznWHwjXYP8UY4lf4TvJGe066GhA21h/7CWeILrw21h/9CW+MZ3cEvs wvjYlthlv0dLmqfPI5yHVg5qSUvEjfE97I9tiW/6P7olbcD1Mbb4jgprbft2 b0lD3DHOz4z3xPmePSyM9+xh/MSWmGY/wWfo4HjnoZVTWmIRfk9tiXuYPaMl vmH29JY0ANcnt6QZck5zLL6JrkH+JMeSf5LvJOdM10NDZ9nC/oUtaRWuL7KF /QvcE77zWmKXPs9tiV32J7gP+rzYeWjlnJa0RNzZvof95S3xDaOXtqQNuL7M Ft8lroHvEM+Z2U9uiWt4/zOsO8O6K6wpnj2MX+05sb/GZ+jgUc+VmV/fEovw e0NL3MPsLS3xDbM3taQBuL6uJc2Qc6Nj8U11DfJvdiz51/pOcm51PTR0my3s 3+ve4Po+W9i/pyW+D3FvsDvWvY7x/hM/R7R+v/PQyh0taYm4230P+0da4pv+ HwrryJa4ftgW3wOugW7u9p18jsf8zHhPvO3Zw8JTnj2MP9kS0+yf9hk6eNx5 aOW5lliE3xda4h5mX2mJb5h9qSUNwPWzLWmGnBcdi+951yD/ZceS/4zvJOdV 10NDr9nC/rstaRWu37OF/XfcE763WmKXPt9siV32T7gP+nzfeWjljZa0RNzr voc972b4husPWtIGXH9oi2+aa+C7qqXvadj92HnM+MqWeMf3heNg/HP72H/p M3SQZporM/+mJRbh97uWuIfZn1riG2Z/aEkDcP11S5oh53vH4vvWNcj/0bHk f+U7yfnZ9dDQL7aw/3dLPMH1P7aw/1dLfOP7oyV2Yfz3lthl/1lLmqfPf52H Vn5rSUvE/ep72CeZ+KZ//uV5aAOu4/DnB1vy/eca+D5tSUPc0cz0zHhPzJZp 9rBQZJo9jOeZmGZfZjpDB61MeWilk4lF+O1m4h5mZ8jEN8xOn0kDcN3OpBly pssUi6/OVIP8Hpliya8y3UnOjJnqoaGemSzsz5FJq3A9ZyYL+7Nn6gnfrJnY pc9ZMrHLPsvUB33OlSkPrcycSUvEzZTpHvbzZuIbrufJpA247pXJ4ps7Uw18 /PzxhX83mi9THlrhO5uf0/EtnGn2ML5QpjmxXyTTGTpYN9NcmfnimViE3yUz cQ+zy2TiG2aXyqQBuF4sk2bI6Z0pFt8SmWqQv3SmWPIXzXQnOctmqoeGlstk YX/VTN9JcL1aJgv7q2TiGx+/e/xmxvld5FezvHOm58jzWD1THlpZIZOWiFs+ 0z3s1wl/jtz/mpm0AddrZbKwv0amGvhWznQnn6OPnxnviSGZZg8L/TLNHsbX z8Q0+w18hg7Wcx5a2TgTi/A7IBP3MDsoE98wu2kmDcD1Rpk0Q84mjsXX3zXI H+hY8jf0neRs5npoaHNb2N8mk1bheltb2N/aPeHbKhO79LllJnbZ93Uf9DnU eWhli0xaIm6w72G/Yya+4Xr7TNqA6x1s8W3nGvgWzPQ9Dbs7OY8ZX+Ic6g1z HIzvFtYC3u/uM3RwVFhrZ5r5XplYhN8RmbiH2X0z8Q2z+2TSAFzvmUkz5Ozt WHzDXYP8kY4lfw/fSc5+roeG9reF/bGZeILrg21h/6BMfOM7MBO7MD46E7vs d830ewt9HuI8tHJAJi0RN8r3sD8iE99wfVgmbcD14bb4DnUNfLtk0hB3HO1n xnvibM8eFsZ59jB+XCam2R/vM3RwjPPQyvhMLMLvSZm4h9lTM/ENs6dk0gBc n5hJM+Sc7Fh8E1yD/ImOJf8E30nOaa6Hhk63hf1zM2kVrs+zhf1z3BO+szKx S59nZmKX/bHugz7Pdx5aOSOTloib5HvYX5yJbxi9MJM24PoiW3wXuMZQz5Kf V2D90kxcw/uvYd0a1m1hTfbsYfwKz4n9lT5DBw94rsx8SiYW4ffaTNzD7A2Z +IbZ6zNpAK6vzqQZcq5zLL5rXIP8qY4l/yrfSc6NroeGbrKF/Tsz/Z0RXN9l C/t3ZOJ7jHuD3dHudZT3H/g5ovW7nYdWbsmkJeJu9j3s78/EN/3fm0kbcH2f Lb57XAPf7b6Tz/FQWEdmek+87tnDwmOePYw/molp9o/7DB087Dy08lQmFuH3 mUzcw+wLmfiG2ecyaQCun8ykGXKedSy+p12D/OcdS/4TvpOcF10PDb1kC/tv ZtIqXL9lC/tvuCd8r2Vilz5fzcQu+0fcB32+7Ty08komLRH3su9hz/8fFb7h +t1M2oDr92zxveMa+C7P9D0Nu9Ocx4wvy8Q7vk8cB+Mf28f+U5+hg/88V2b+ RSYW4ferTNzD7HeZ+IbZbzJpAK4/z6QZcr52LL4vXYP8bx1L/me+k5zvXQ8N /WAL+79n4gmu/7CF/d8y8Y3vl0zswvjPmdhl/1EmzdPnn85DKz9l0hJxP/oe 9v9m4pv+/86kDbj+xxbfX66B78NMGuIO/sXXPDPeEzPlmj0sNHPNHsbTXEyz b+U6Qwdx+PODmbRS5GIRfqtc3MNsNxffMNvJpQG4znNphpx2rlh8Za4a5Ne5 YsnPct1JznS56qGh6XNZ2J8ll1bhetZcFvZnztUTvp652KXPGXOxyz7J1Qd9 zpYrD63MkEtLxPXIdQ/7uXLxDddz5NIGXM+Zy+KbPVcNfPd1A6Nh/RvWPLl0 Au/z5nqvMZP5c80exufLdcZ+gVxn6GCNXHNl5gvnYhF+F83FPcwumYtvmF08 lwbgeqFcmiFnsVyx+BbJVYP8JXLFkr9grjvJ6Z2rHhpaKpeF/RVzfSfB9Uq5 LOyvkItvfMvlYhfGl83FLvvtcz1H/r/sK+fKQyvL5NIScUvnuof96rn4pv9V c2kDrlfLZfGtkqsGvuVz3cnnWDPXM+M9MTjX7GGhT67Zw/i6uZhmv57P0MFa ufLQSr9cLMLvhrm4h9kBufiG2Y1zaQCu18+lGXI2ciy+DVyD/P6OJb+v7yRn E9dDQ5vawv6WubQK11vZwv4W7gnf5rnYpc/NcrHLfp2wIvc5xHloZVAuLRE3 0PewH5qLb7jeJpc24HpbW3xbuwa+OYrAOxoIazvnMeMLnEO9nXNxD+M7hdXL +118hg4OzTVXZj4sF4vwu0cu7mF2RC6+YXavXBqA691yaYacPR2Lb3fXIH+4 Y8nf1XeSs7froaF9bGF/dC6e4PpAW9g/IBff+PbPxS6M75eLXfY75tI8fY5x HlrZN5eWiBvpe9gfkotv+h+bSxtwfbAtvoNcA98OuTTEHYf5mfGemOTZw8LR nj2MHxXW2t4f4zN0cLjz0Mq4XCzC7wm5uIfZk3LxDbPjc2kAro/LpRlyTnQs vuNdg/wJjiX/WN9Jzsmuh4ZOsYX9M3NpFa7PsoX9M9wTvtNzsUufp+Vil/0R 7gPtnu08tHJqLi0RN9H3sD8/F98wem4ubcD1ebb4znENfKM8Z2Z/YS6u4f3H sG4M66awLvXsYfwSz4n9ZT5DB/d4rsx8ci4W4feqXNzD7LW5+IbZKbk0ANdX 5NIMOVc7Ft+VrkH+NY4l/3LfSc51roeGrreF/VvdG1zfZgv7t+Tie5R7g939 3OtI79/1c0TrtzsPrdyQS0vETfU97O/OxTf935lLG3B9ly2+O1wD382+k89x r58Z74mXPXtYeCisI3Mx/kAupmHhYZ+hg/uch1Yey8Ui/D6Ri3uYfSYX3zD7 VC4NwPWjuTRDzpOOxfe4a5D/tGPJf8R3kvOs66Gh52xh/9VcWoXr12xh/xX3 hO+lXOzS54u52GV/v/ugz9edh1ZeyKUl4p73Pex5N8M3XL+ZSxtw/ZYtvjdc A9/Fub6nYfcd5zHji3Lxju8Dx8H4NPvYf+gzdPCX58rMP8nFIvx+lot7mP0q F98w+0UuDcD1x7k0Q87njsX3qWuQ/6Vjyf/Id5LzteuhoW9sYf/nXDzB9S+2 sP9TLr7x/ZCLXRj/Phe77N/PpXn6/NV5aOW7XFoi7lvfw/7PXHzT/++5tAHX f9ji+8018L2XS0Pc8befGe+JHoVmDwv8x2qYPYz/l4tp9nE4fzCXDv5xHlpp FmIRfrNC3MNsVYhvmC0KaQCu00KaIScvFIuvVagG+WWhWPKTQneS0y5UDw11 ClnYn7GQVuG6ZyEL+zMU6gnf9IXYpc/pCrHL/l/3QZ8zFcpDK91CWiKuLnQP +9kK8Q3XsxTSBlzPWsjim7lQDXyzlMHiC2v2QnloZeZw/loh3zyFZg/jcxea E/tehc7QwSqF5srM5y/EIvwuWIh7mF20EN8wu3AhDcD1fIU0Q85ChWLxLVCo BvmLFIolf95Cd5KzWKF6aGjxQhb2ly30nQTXyxWysL9MIb7xLVWIXRjvXYhd 9tsUeo48j+UL5aGVJQtpibglCt3DfuVCfNP/ioW0AdcrFbL4VihUA9/She7k c6xa6JnxnhhYaPawsGah2cP4GoWYZr9WoTN0sFqhPLTSpxCL8Nu3EPcwu2Eh vmG2XyENwPW6hTRDzvqOxbeea5C/gWPJXyesyDkbuR4a2tgW9jcrpFW43twW 9ge5J3ybFmKXPjcpxC771Qv1QZ+DnYdWBhTSEnH9fQ/7IYX4hustC2kDrrey xbeFa+Cbq9D3NOxu7TxmfI5zqLe942B8u7Dm9H4Hn6GDgwrNlZnvXIhF+N21 EPcwu0chvmF2WCENwPVOhTRDzm6OxbeLa5C/u2PJ39F3krOn66GhvWxhf79C PMH1/rawv28hvvHtU4hdGN+7ELvshxb6vYU+RzkPrYwopCXihvse9mMK8U3/ owtpA64PtMV3gGvg27aQhrhjrJ8Z74mJnj0sHObZw/ihhZhmf7jP0MHBzkMr RxdiEX6PLcQ9zJ5QiG+YHVdIA3B9VFhrO+c4x+I7xjXIP96x5B/hO9HZia6H hsbbwv5phbQK16fbwv6p7gnfKYXYpc+TC7HL/hD3QZ+TnIdWTiqkJeIm+B72 ZxfiG0bPLKQNuD7LFt8ZrjHYs+TnFVg/txDX8P5tWNeFdX1YF3r2MH6B58T+ Ip+hgzs8V2Z+aSEW4ffyQtzD7FWF+IbZyYU0ANeXFNIMOVc4Ft9lrkH+lY4l /2LfSc7VroeGptjC/o1hjSzE9U22sH9DIb5HujfY3du9Dvf+TT9HtH6z89DK tYW0RNw1vof97YX4pv9bC2kDrm+zxXeLa+Cb6jv5HHf6mfGeeN6zh4V7PXsY v6cQ0+zv8xk6uMt5aOWhsI4sxO8jhbiH2ScK8Q2zjxXSAFw/UEgz8PuoY/E9 7BrkP+5Y8u/3neQ86Xpo6Clb2H+xkFbh+iVb2H/BPeF7rhC79PlsIXbZ3+0+ 6PNl56GVZwppibinfQ97fs6Ab7h+tZA24Po1W3yvuAa+8wt9T8PuG85jxucV 4h3fu46D8XfsY/+ez9DBb54rM/+gEIvw+1Eh7mH2s0J8w+wnhTQA19MKaYac jx2L70PXIP9Tx5L/vu8k53PXQ0Nf2ML+94V4gusfbGH/u0J84/umELsw/nUh dtm/XUjz9Pmj89DKV4W0RNyXvof9r4X4pv+fC2kDrn+xxfeTa+B7q5CGuON3 PzPeE3Wp2cPC3549jP9ViGn2//gMHfzhPLTCf4wSFuE3KcU9zGal+IbZZikN wPV/hTRDTloqFl8c/vxgofxWqVjy//Wd5OSl6qGhopSF/elKaRWupy9lYb9b qid8nVLs0me7FLvs/3Qf9NmjVB5aqUppibiy1D3sZyrFN1zPWEobcN2zlMU3 Q6ka+Hiv8b3Nd/mspVjnfbZHFX5GCGuRsOYoNXsYn73UnNjPWeoMHaxQaq7M fJ5SLMLvvKW4h9kFS/ENs/OX0gBcz11KM+TMVyoWX69SNchfoFQs+XOVupOc hUrVQ0MLl7Kw37vUdxJcL1XKwv6SpfjGt3gpdmF8sVLsst+y1HPkd5SlS+Wh lUVLaYm4RUrdw375UnzT/7KltAHXy5Wy+JYpVQPfEqXu5HOsWOqZ8Z7oX2r2 sLBqqdnD+CqlmGa/WqkzdLBSqTy0smYpFuF3nfDnqBSzfUvxDbN9SmkArtco pRly1nUsvrVK1UA36zmW/NVL3UnO+q6HhvrZwv4mpbQK15vawv4A94Rv41Ls 0udGpdhlv3KpPuhzoPPQyoaltETcBr6H/eBSfMP1ZqW0Adeb2+Ib5Br4znTO Fl49PeMznINvm7BmK8X41qX0wH5bn6GDA0rNlZlvX4pF+N2xFPcwu2spvmF2 51IagOvtSmmGnJ0ci28H1yB/F8eSP9R3krOb66GhYbawv3cpnuB6H1vYH1GK b3x7lWIXxvcsxS77IaV+P6fPkc5DK3uU0hJxu/se9qNK8U3/+5XSBlzvb4tv X9fAt1UpDXHHaD8z3hMTPHtYGOvZw/hBpZhmf7DP0MGBzkMrh5ViEX6PKMU9 zB5bim+YPbqUBuD60FKaIeeosNa273DXIP8Yx5J/iO8k5zjXQ0PjbGH/5FJa hetTbGH/JPeEb3wpdunzxFLssh/jPuhzovPQygmltETc8b6H/aRSfMPoaaW0 Aden2+I71TXwDfecmf1ZpVjnffZVWFPCuiascz17GD/Hc2J/ns/QwS2eKzO/ sBSL8HtxKe5h9vJSfMPspaU0ANcXlNIMOZc4Ft9FrkH+ZY4l/3zfSc4VroeG JtvC/nXuDa6vt4X9a0vxPdz9wS6MX12KXfa3ug+0O9V5aOWqUloi7krfw/7m UnzT/42ltAHXN9niu8E1RvqZ7unPcZvvgfdnSnEA73eU4pj531WKddi/pxTr cHen/fgeK8U0DN5rPyzfX0oD8PuALTq42/Wo9XAp1tHBI7Ywfp9rkP+oz7jj cd8D4/yzNP75Of/s/KlSXMLvE/bD5pO2+J51f7D/tGPp+XY/A3p+zn5080op duH6pVLswvULpbSEJl60xfe88/C97Fjyzy7FNey+6nq8y18v9a6H/bdK8Q3v bzqH/ds+g/efPW94f68Uu/A+rRSv8P5xKV7h/cNSTMP7u6XYJecDx+J73zXI /8ix5L/jO8n5xPXg/VNbeP+mFNPw/q0tvH9dijN8X5biG96/KMUx+zfcN31+ 5zx4/7wU38R95nvY/1SKafr/oRTT8P6jLb7vXQPfa37GPN9f/MzQVlWJFeb/ RynWYfn3Uhyw/9NnsP+r89DKP6U0AOP/lWIUxtNKHMNvHP78YLAPhfV3KdbJ 4T8yTyw6+Nc1yE8qxZL/l+8kp1mpHuy3Kll01qmkVViuK1mYbVfqCV9ZiXv6 LCrpgf1v7oM+u5XyYDavpCviskr3sJ+hEvewPH0l7uG9RyWLb7pKNfDx8wc/ j/Mz94yV8tDQTJW4ZyazVpo9jM9SSQPsZ6t0hg6WrTRXZj5nJRbhd+5K3MPs fJX4htlelTQA13NU0gw581SKxTdXpRrkz1splvzZK91JzvyV6qGhBSpZ2F+8 0ncSXC9RycL+YpX4xsfvHrAL4/wuArvsN6/0HHkeS1bKQysLVdIScQtWuof9 MpX4pv+lKmkDrpeuZPH1rlQD36KV7uRzLFfpmfGe2LDS7GFhpUqzh/EVKzHN fuVKZ+hg+Up5aGW1SizC7xqVuIfZdSvxDbNrVdIAXK9aSTPkrFkpFt/qlWqQ v074c+T8VSrdSU4f10ND69nC/saVtArX/W1hfyP3hG+DSuzSZ79K7LJfoVIf 9DnAeWhl/UpaIq6v72E/qBLfcL1pJW3A9UBbfJu4Br6ZK7EMu5s5jxmf5hzq beU4GN+ykgbYD/EZOtiv0lyZ+baVWITf7SpxD7M7VeIbZneopAG43qaSZsjZ 3rH4hroG+Ts6lvytfSc5O7seGtrFFvb3qsQTXA+3hf09K/GNb/dK7ML4sErs st8irJ7uc4Tz0MpulbRE3K6+h/2+lfim/30qaQOuR9ri29s18A2upCHu2N/P jPfECZ49LBzo2cP46EpMsx/jM3Qwynlo5eBKLMLvoZW4h9mjwlq7ErOHV9IA XI+tpBlyDnMsvkNcg/wjHIs+DvKd5BztemjoGFvYH19Jq3A9wRb2T3RP+I6v xC59jqvELvsD3Ad9nuQ8tHJcJS0Rd6zvYX9qJb5h9JRK2oDribb4TnaNAX7W vL95d59eiWt4/yysyWFdGdZZnj2Mn+k5sT/bZ+jgRs+VmZ9XiUX4vaAS9zB7 SSW+YfaiShqA63MraYacCx2L73zXIP9ix5J/ju8k51LXQ0OX2cL+lEp/ZwTX 19jC/tWV+N7DvcHuMPe6q/cv+Tmi9Wudh1auqKQl4i73PexvqMQ3/V9fSRtw PdUW33Wuge8q38nnuMnPjPfEE549LNzm2cP4rZWYZn+7z9DBzc5DK3dVYhF+ 76nEPcw+UIlvmL2vkgbg+s5KmiHnXsfiu9s1yL/fseTf4TvJeSisIytp6GFb 2H+qklbh+mlb2H/SPeF7vBK79PlYJXbZ3+I+6PMZ56GVRytpibhHfA/7Fyrx DdfPVdIGXD9vi+9Z18B3RqXvadh90XnMeFIl3vG95jgYf9U+9q/7DB1877ky 87cqsQi/71TiHmanVeIbZt+rpAG4frOSZsh517H43nYN8t93LPlv+E5yPnA9 NPShLex/UYknuP7SFvY/r8Q3vk8rsQvjn1Ril/0rlTRPn185D618XElLxH3k e9h/V4lv+v+mkjbg+ltbfF+7Br6XK2mIO37wM+M9kbU1e1j4xbOH8Z8rMc3+ V5+hgx+dh1b+qMQi/P5ViXuY/a8S3zD7TyUNwPXvlTRDzt+Oxfena5D/r2PJ /813ktNoqx4aisOfH6zEftGWVuG6bMvCft5WT/habbFLn8222GX/k/ugz6qt PLSStqUl4pK27mHfbYtvuO60pQ24rtuy+Npt1cA3XVux6GP6tiy892jL8m6b sa3ZMP+Z2mId9mdpi3W469mWH1/vtmbM/Gdtyw/Ls7elAfidoy2LDmZuqx61 5mqLdXQwd1sWxmdrqwb587R1hm56tWXhfd62LLwv1BbHfC8t3JaF8fnbYhRm F2yLb+IWaOuM/ZxtfS4+xyJt5aGbJdvimN4Wb0sD8LtoW370tFhbFt98bX0W 7luirVjyN2lrHsxqU1vmsExb3MPvsm1Z5r98W6zD/optsQ53y7Xlx7d0W+8a 8ldqyw/Lq7SlAfhdtS2LDlZoqx61Vm+LdXSwRlsWxlduqwb5a7Z1hm7WasvC +zphRW3xvn5bHKPXfrYw3qctRmG2b1t8E7eez9gv1RYv9LCB89DNgLY45nlt 3JYG4HdD+9HTRrb41vVn4b7+jiV/tbb6ps+Bft7wfnBbz4hns1lb3M8Q1uC2 uIfrLdviHk43tx/f3m3NFS62sh9NbN0W9zC7jS3sb+F61BralgZgbTtb2B/i GuRv7zN0sIMt7O9oC/u7tcUuLA+zhf2d29IDDO7aFvfE7eIz9tv6c/E5dnce WhnRFt/0tldbfMP1HvajiT1t8e3kz8J9wx1L/smeATMc5OfN893X84bZ/Wxh f1Rb3MP16La4h9P97cc3sq33C/kH2o8mDmqLe5gda8tcD3A9ah3iOcPCobaw P8Y1yD/MZ+jgcFvYP8IW9o9ri11YHmcL+0e3pQcYPLYt7ok7xmfs92mLF3o4 3nlo5aS2+OZ5jW+Lb7g+wX40caItvqPCWtv3TXAs+e1OeLcH+0xYnY7ss2Gd 2ta7BvZPs2Umk9riHq7PbIt7OD3dfnzXea5wcZb9aOKctriH2XNtYf8M16PW +W1pANYusIX9s12D/At9hg4usoX9i21h/4q22IXlybawf2lbeoDBy9vinrjL fMb+PH8uPseVzkMr17bFN71NaYtvuL7KfjRxtS2+S/xZuO8ax+7l5zvBM3zO FvZv8Lxh9kZb2L+5Le7h+ta2uIfTm+zHN7Wt9wv5t9mPJu5oi3uYvdMW9m9x PWrd3ZYGeLfdYwv7t7sG+ff6DB3cZwv799vC/qNtsQvLj9nC/kNhHdkWg4+0 xT1xD/uM/fVt8UIPjzsPrcDjeD+vp9riG66fsB9NPGmL7wF/FvT3tGPJP6Wt 9wrfpc/7eXP2h58Rz+bFsCa2xf7LbXEP16+2xT2cvmQ/vq89V7h4zX408UZb 3MPsm7aw/4rrUevttjQAa+/Ywv7rrkH+uz5DB+/Zwv77trD/cVvswvIntrD/ QVt6gMGP2uKeuA99xv4tfy4+x6fOQytftcU3vX3RFt9w/Zn9aOJzW3zT/Fm4 70vHTvGz5HnzHnnBz5uz7zxvmP3eFvZ/bIt7uP65Le7h9Af78X3b1vuF/F/s RxO/tcU9zP5uy1x/cj1q/ek53xXWX7aw/6trkP+3z9DBP7aw/68t7KcdsQvL zY4s7Dc60gMMJh1xT1wc/vxgW/tv2uKFHlod5aGVqiO+YbboiG+4zjryo4m8 I4vvP38W7is7in3KPaFv9Fx39K7hHXNb+PMBYY0Oa7qONMBMenTEPVzP2BH3 cDp9R358i3U0V7jo2ZEfTczcEfcwO0tHFvZn6KgetWbrSAOwNntHFvZn6qgG +XN0dIYO5uzIwv5cHVnYn68jdmF5/o4s7M/TkR5gcN6OuCeuV0dn7Gft6HPx ORboKA+tLNoR3/S2cEd8w/WCHfnRxEIdWXxzd/RZuG+RjmLJ36ijGTDDjW35 Xl2yo3nDbO+OLOwv3RH3cL1sR9zD6VId+fEt0dH7hfzlOvKjiRU64h5mV+zI wv4yHdWj1sodaYB32yodWdhfvqMa5K/a0Rk6WK0jC/urd2Rhf92O2IXlPraw v2ZHeoDBdcKfI8et1dEZOli8I17oYT3noZUNO+Kb59WvI77huq/9aGJ9W3xr dPRZuG8Dx5K/Ukd902d/P29+fjmwo2fEs9mkIw10wxpo7uF6s464h9NN7ce3 Z0dzhYvN7UcTW3TEPcxuaQv7g1yPWkM60gCsbW0L+4Ndg/xtfIYOtrWF/aG2 sL9TR+zC8s62sL99R3qAwR074p64HXzGfit/Lj7HLs5DK3t0xDe9DeuIb7je 1X40sZstvu38Wbhvd8eSf2JHM2CGA/y8eb4jPG+Y3dsW9kd2xD1c79cR93C6 j/34hnf0fiF/f/vRBO8quIfZ0bbMdV/Xo9YYzxkWDrKF/VGuQf5Yn6GDg21h /xBb2D8qrLU7YvloW9g/rCM9wOARHXEP44f7jP1eHfFCD8c4D62c0BHfPK9x HfEN18fajyaOs8V3qD8L9x3vWPLzOrzzg32iI055l/PuPqmjdw3sn2zLTCZ2 xD1cn9YR93B6iv34rvZc4eJ0+9HEGR1xD7Nn2sL+qa5HrbM70gCsnWML+5Nc g/xzfYYOzrOF/fNtYf+SjtiF5UttYf/CjvQAgxd3xD1xF/mM/Vn+XHyOy5yH Vq7qiG96m9wR33B9uf1o4gpbfBf4s3DflY4l/0nPgBk+ZQv713reMHudLexP 7Yh7uL6xI+7h9Hr78V3T0fuF/JvsRxO3dMQ9zN5qC/s3uB61bu9IA7zb7rCF /Ztdg/w7fYYO7rKF/bttYf+BjtiF5YfCOrIj9u/tSA8weH9H3BN3n8/YT+mI F3p42HloBS7H+Xk91hHfcP2I/WjiUVt89/izcN/jjiV/fEfvFb5Ln/bz5uwX PyOezbNhTeiI/ec74h6uX+yIezh9zn58n3uucPGS/WjilY64h9lXbWH/Bdej 1usdaQDW3rCF/Zddg/w3fYYO3rKF/bdtYX9aR+zC8ge2sP9uR3qAwfc74p64 93zG/jV/Lj7Hh85DK591xDe9fdIR33D9kf1o4mNbfO/4s3Dfp46d7GfJ8+Y9 8oyfN2dfed4w+7Ut7H/bEfdw/X1H3MPpN/bj+7Kj9wv5P9iPJn7qiHuY/dmW uX7netT61XPmZ9XfbGH/R9cg/3efoYM/bGH/T1vY/68jdmG5UcvC/t8d6QEG /+2Ie+L+8Rn7LzrihR7ikPtgR1rJavENs81afMN1UsuPJtJaFt9f/izc16oV Sz5/F8jfkfP340Ut/fC+qWq9a2C/U2se8N6udca+rnUG4wvVmiUsTF+LXXQw Qy3W4XTmWgzBcs9a3MP7dLX0Q86MtWLx9ahVg/yZasWS3611Jzmz1KqHJmat ZdHBPLU4hvdetSy8z12LaXxz1mIR9ueopRP2/Wo9X77r5q2VB++z19IVcbPV uof9grW4p//5a3EP7wvUsvjmq1UD31y17uRzLFzrmfFuWL0WE8x/8Vrcw/ti tThmv0StMxhfpFYejCxVi110sEwt1uF0hVrvLFherhb38N67ln7IWbZWLL6l a9Ugf/laseQvWetOclasVQ9NrFTLooM1a3EM72vVsvC+Rq2e8K1Wi0X6XLWW TtgvWqsP+lwn/DmqxfsqtXRF3Mq17mHftxb3sNynFvfwvp4tvnVdA1+zG3QA 92Gt7zxmfJxzqLdxLe5hfKOwSu/7+wwd7FZrrsx801oswu+gWtzD7Ba1+IbZ zWtpAK43qaUZcjZzLL6BrkH+YMeSP8B3krOl66GhrWxhf/taPMH1Drawv10t vvFtW4tdGN+mFrvsN6ylefrc0XloZetaWiJuiO9hv2stvul/51ragOtdbPHt 5Br4NqilIe4Y5mfGe+KQWrOHhb1qzR7G96zFNPvhPkMHuzsPrexTi0X43bcW 9zB7QC2+YXb/WhqA671raYac/RyLb6RrkD/KseSP8J3kjHY9NHSgLewfVkur cH24Lewf6p7wHVyLXfocW4td9nu4D/o8wnlo5aBaWiJujO9hf2wtvmH06Fra gOtjbPEdFdba9g31nJn9uFpcw/vbYZ0b1nlhjffsYfxEz4n9BJ+hgys8V2Z+ Si0W4ffUWtzD7Bm1+IbZ02tpAK5PrqUZck5zLL6JrkH+JMeSf5LvJOdM10ND Z9nC/oXuDa4vsoX9C2rxPdS9we427nWI94/5OaL1i52HVs6ppSXizvY97C+v xTf9X1pLG3B9mS2+S1wD3/m+k88x2c+M98Tdnj0sTPHsYfzqWkyzv8Zn6OBK 56GV62uxCL831OIeZm+pxTfM3lRLA3B9XS3NkHOjY/FNdQ3yb3Ys+df6TnJu dT00dJst7N9bS6twfZ8t7N/jnvDdVYtd+ryzFrvsr3If9Hm/89DKHbW0RNzt voc972b4huuHwjqyFtcP2+J7wDXQzQm1vqdh91HnMePja/GO7ynHwfiT9rF/ 2mfo4GPPlZk/V4tF+H2hFvcw+0otvmH2pVoagOtna2mGnBcdi+951yD/ZceS /4zvJOdV10NDr9nC/ru1eILr92xh/51afON7qxa7MP5mLXbZP1FL8/T5vvPQ yhu1tETc676H/Ue1+Kb/D2ppA64/tMU3zTXwPV5LQ9zxiZ8Z74k/PXtY+MKz h/HPazHN/kufoYNPnYdWvqnFIvx+V4t7mP2pFt8w+0MtDcD117U0Q873jsX3 rWuQ/6Njyf/Kd5Lzs+uhoV9sYf/vWlqF639sYf8v94Tvj1rs0ufvtdhl/5n7 oM9/nYdWfqulJeJ+9T3sk674hutGV9qA6zj8+cFavv9cA1/aVSz6aHXFOu8z vrP5OZ2f0fOuZsP8y65Yh/12V6zDXdGVH998Xc2Y+Xe68sNytysNwO90XVl0 UHVVj1o9umIdHczQlYXxuqsa5M/Y1Rm66dmVhfeZurLwPntXHPO9NEdXFsZn 6YpRmJ2tK76Jm7WrM/bTd/W5+BxzdpWHbubtimN6m6crDcDvXF350dPcXVl8 M3f1WbivV1ex5K/b1TyYVR9b5rBgV9zD70JdWea/SFesw/5iXbEOdwt35ce3 QFfvGvIX78oPy0t2pQH47d2VRQeLdlWPWkt3xTo6WKYrC+NLdFWD/GW7OkM3 y3Vl4X35riy8r9IVx+h11a4sjK/YFaMwu3JXfBO3Uldn7Ofvihd6WK2rPHSz Tvhz5Oe1ZlcagN/Vu/KjpzW6svhW6OqzcN9aXcWig6W66ps+1/Pz5mf2fbp6 Rjyb9bvSQBbWBl1xD9cbdcU9nPazH99OXc0VLja2H00M6Ip7mN3EFvY3dD1q DexKA7A2yBb2+7sG+Zv5DB1sbgv7g21hf+uu2IXlbWxhf8uu9ACDQ7rinrit fMZ+U38uPse2zkMrO3bFN71t3xXfcD3UfjSxnS2+LfxZuG8Hx5J/VFhrdzXD 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 h25OicGrQlemxOi1oWtSYvT60HUpcTw8NCwlXtl7RUpcD3MO7F/tWsc5j5wm 3ktv2B/hurA+0j4cjQ+NS4nrCfZbOnZDSsyODY1JiVns6JRmnfMNSmk2bnR+ C6+PSmmWRrlfO597UkocTwzdlBLXk+y3cYxajVybWWI+pvjdcecLQwt859NC U3332FtT4n2615iNW5wPgzNDM1Ji9PbQrJQYnRO6MyWOZ4fuSIlX9t6WEtd3 OKeT86h1gfPI6eC99Ib9ua4L6/Psw/Gi0D0pcb3Yfi/HOFsPn29+Ssxi705p Vm/1eZiNe53f3et3pTRLd7kfHMPmspQ4XhpakhLXy+z3cYxap/jOuW/4XpES 38+FSsF+Ma07XxV6wPeDvT8l3ld7jft8PfRaSgw+HHooJUYfDT2SEqNPhtak xPETocdT4pW9D6Y0D8QeS4n9R1xrmPPIGeK99Ib9p1wX1p+2z5leCr2YEtdr 7Y917IWUmH3eZx1l+6zf3y+hn1OajZedP9Lrz6Q0S8+430Sfe11KHL8aeiUl rtfZn+AYtca4P72Zjzf87rjzr0MbfOfvhN723WPfSon3d73GbLzpfBj8IPR+ Sox+FPowJUY/Da1PieNPQh+nxCt730uJ64+dM8N51LrDeeRM8156w/5nrgvr n9uH429D36TE9Ub7CxzjbHf7fF+lxCz2y5Rm9S2fh9n4zvnzvP5FSrP0hfvB MZ/RP6bE8Q+h71Pi+kf7ix2jFp8pMLsypTn42fkDHFvh9T9CvzuG/S0l3v/0 Gve5ZczEFmkx+E/o75QY/S/0b0qMZmI9nRbHqbCbpMUre/9KiWv+cAE5DzmP WrBPHjmrvJfesJ9Nqy6s59Ly4agStpwW19W0fNgixgzDLHOcpMUstpDWmTnf rynNRi2tfJhmPZ/WLGHpB8ece/O0ON4s7KZpcU0MnzkhRq3lrs0sMR910np3 3PleYfdM6863DbtNWneP3Tot3rdLa43Z2CqtfBisG3aHtBjdKeyOaTG6a9hd 0uK4Xtid0+KVvdunxTUxcmCfPGrBPnnkMFfspTfs75ZWXVivn5YPx/uE3Tst rvdNy4drYpwNZjlfg7SYxe6R1qxyPs7DbOyXVj5Ms757WrOEpR8cHxT2wLQ4 PiDs/mlxTQyfOSFGLX4X4nvJYZ4Dvr+Qz++jxBr7zhtHrFFa94M9NC3eD0tr jftsGzotLQabhD0iLUaPCnukGW0WOtYcHxP26LR4Ze/haXFNjBzYJ6+J54G8 pmnNFXsP88wc57qw3tw+HJ8SOtmst7RfdOwkM90ird9F8rYn+Pz9Qn3Tmo1T nZ/z+vFpzdLx7reZz93GHLcOtUqL6zb2q45RK3F/ejMf7fzuuPOLQt3TuvMz Q+1999gz0uL9LK8xG6c7HwY7hM5Ji9FzQx3TYvT80Hlpcdw51CktXtl7dlpc d3LODs6j1s7OI2db76U37F/gurDexT4c9wz1SIvrXvb3dIyz7eHzdUuLWeyF ac3qGT4Ps3Gx8+t7vWtas9TV/eD40lCftDjuHbokLa772N/XMWrxmQKzh6Q1 B33/T/6S0L1prQ8MDfA+7GVp8T7Ia9znTaEb02JwSGhwWoxeERqaFqPXhq5J i+OrQlemxSt7L0+L6yudc4TzqAX7VzunsffSG/aHuS6sD7cPR2NCo9Pieqz9 Fo7xOzbM8nv2iLSYxV6f1u8rnK9/WrNxg/Obe/26tGbpOvdr7XNPSIvj8aFx aXE9wX5Lx6jV0LWZJeZjot8dd35XaJ7vfEposu8ee3NavN/iNWZjkvNhcFpo alqM3haanhajt4dmpcXxzNCMtHhl761pcT3DOec4j1qdnEfOmd5Lb9i/w3Vh fbZ9OJ4fujstrhfY7+4YZ7vQ55ubFrPYOWnN6s0+D7Ox0PldvH5nWrN0p/vB MWwuTovjRaF70uJ6sf1ejlGL7ymH+G7he2lafD8VymfiMyyjO18RWu77wd6X Fu8rvcZ9vhJ6OS0GV4UeSIvRB0Or02L00dAjaXH8cOihtHhl7/1pcf2QcwY7 j1pXOo+cgd5Lb2bm8dBjabH+hH04fi70bFpcP29/pGPPpMXs0z7rdbZP+v39 EPo+rdl4wfnDvb4mrVla437jfe61aXH8UujFtLhea3+sY9Qa4f70Zj5e9bvj zr8Ife47fyP0uu8e+1pavL/pNWZjnfNh8J3Q22kx+l7o3bQY/Sj0YVocfxB6 Py1e2ftWWly/75ypzqPWDOeRM8V76Q37H7surH9iH46/Cn2ZFtcb7M9zjLPN 8fk+S4tZ7KdpzeprPg+z8bXzZ3t9fVqztN794Jh/lr8xLY6/DX2TFtcb7S9w jFp8psDssrTm4Hvn93Vsqdd/Cf3sGPantHj/1Wvc56YxE7WMGPwj9HtajP4V +jMtRv8L/ZsWx/+E/k6LV/b+lhbXfzvnAedR6yHnkbPCe+kN+/zBYerCeir+ epOMOErCFjLiupiRD1vEmGGYZY6zGTGLzWR0Zs73Y1qzUcooH6ZZT2c0S1j6 wTHnrmbEcSVsOSOuieEzJ8SotcS1mSXmY7OM3h13vnvY+hndeZ2wW2Z099gt MuJ9q4zWmI3NM8qHwW3DbpMRo9uH3S4jRncKu2NGHNcNu0NGvLJ364y4JkYO 7JNHLdgnjxzmir30hv2dM6oL6/Uy8uG4Qdg9MuJ6z4x8uCbG2WCW8+2WEbPY XTOaVc7HeZiNvTLKh2nWd8lolrD0g+P9wu6bEcf7hN07I66J4TMnxKgF+/zZ FnJg/MCM/rzLB/k4RyHOWdCdNIzYQRkxfkjYgzPirFHYQzPiglhD33er0KkZ 8dg4o33wenjYwzLi94iMfOaEGtSF8SPDNsmI6aMy8pkD8qgF70dntAbfx2Tk w/exoab+OXRC6HgzfaJ92Dwu1Mx8s97cfDf3GjNGf56PmWjh/IrP1NK8nhI6 OaP5Ocn7io7hp9yHZyo77xTfzSWhi/3ee9uH19NCbXzfbe3D+OmhduasfeiM jLho532bOq91Rjye6X3wenborIz4Pcd+HdegLox3DHXIiOlz7W/jPGrBeyev wXdn+/B9nn34vTDUNSOmu9mHzQtC52fENetdMuK3i9dqfna4YSa6O38fv6de GfHaM9Qjo/m5yPv2dAy/nvvwTHs7j5ztfT7OD+99/N55F9NCUzNiv2/o0ow4 7h/qlxGXA0KXZTQD/byP+xwXuiEjfgd6H4xeHhqUEbOD7R/sGtSFraGhIRmx doX9Rs6jFtxf6TVYv8o+rF9tH2avD12XEcsj7MPcsNC1GTHN+vCMeBzutcPd n+djNkY6/xSfaWxGHI8Jjc5oBkZ5XwvH8Ju6zzUZsT/WObz7e0ILM/pMudTv nXu+MTQhI2Zvsg/Hk0ITM+JycujmjGZgove1ct74jPid4n0wemvoloyYnWq/ nWtM8t1P933Dwm322zuPWnA/w2uwPtM+rM+yD7NzQndmxPJc+zB3R+j2jJhm fXZGPM722ql+drhhNuY5v6ff04KMOJ4fujujGbjL+7o7ht/ZfXimHs4jZ0No 72zMSujr+Ot9svJh/d7QYt/BEvtwvCy0NCMul4fu810t9T7u88XQCxnxu8L7 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 svfrnLj+3jn3OI9aS5xHznzvpTfs/+y6sP6LfTj6O/RXTlz/Y3+VY8wwzDLH v+fELPY3n5nzfZ7TbPzr/BVe/zWnWfrV/eCYc6fy4pj/kN5/ObFObJO85uQ/ 15rj2swS85HN691x59uF3TavO0/CFvK6e2w+L96Lea0xG7m88mGwEracF6O1 sNW8GN0i7OZ5cbxZ2E3z4pW9pby4JkYO7JNHLdgnjxzmir30hv0t86oL63Xy 8uF4h7Db58V13bx8uCbG2WCW822TF7PYrfOaVc7HeZiNHfPKh2nWt8prlrD0 g+NdwtbLi+Od+XMqeXFNDJ85IUYt2Oc7CzkwXj+v7zH8/s93lAa+kz0itnte jO8ZtkFenO0ddq+8uCC2h++7WejYvHjcJ6998Lpf2H3z4nf/vHzmhBrUhfED wx6QF9MH5eUzB+RRC94b5rUG3wfn5cP3IXn58Ht42MPyYvqIvHzYbBT20Ly4 Zr1xXvxiWWPG6M/zMRNN8srfxGdqmhevR4c9Kq/5OTKvfcwDMXxmgD6HmPtj 8srhHs4Pnef3foF9eD0+1Nz3fYJ9GG8ROtGcnRw6KS8uTvS+jPOOM7uneB+8 nhpqmRe/rewnrkFdGG8Tap0X06fZLzuPWvDe1mvw3c4+fJ9uH37PDp2VF9Pn 2IfN9qEz8uKa9TPz4vdMr6X97HDDTHRw/s5+T53z4rVT6Ny85qej99V1DL+O +/BMOzmPnJrPx/nhvYvfO+9ifGhcXuxfGOqaF8fdQ93y4rJH6KK8ZqCb98HB taFr8uK3p/fB6MWhXnkxe4n9Bq5BXdjqE+qdF2uX2t/bedSC+75eg/V+9mG9 v32YvTw0KC+WB9uHuQGhy/JimvWBefE40Gv7uT/Px2wMcT6MXh26Ki+Orwxd kdcMDPW+Jo7hH+w+PNNRzrvS7/720Ky8PlO6+r1zz9eFhufF7PX24XhkaERe XI4OjcprBkZ4XzPnDcuL3zHeB6M3hMbmxew4+ye6xkjf/QTfNyzcaP9k51EL 7m/yGqxPtA/rk+zD7K2hW/Jieap9mJscujkvplmfkhePU7x2rJ8dbpiNac7v 5Pc0My+OZ4Ruy2sGpntfB8fw27kPz3Su88jhZyeMwjJzc4fvANbvDM32PcwN zfF9zPEaTM/zGnf4aOiRvJidH7o7Ly4Xhhbkxc69ocV58b0odE9efLP3rrxY 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 1TmwNiN0W1EczwrNLIrRO0Ozi2JzpvfBznLXZVamuS4c3xG6vSiuZ9vv7Bh1 O7jP9KJmY7rzmYk57gezi0L3FMX1Yvu9HFtYFI+c8y6/A2ILiuJ7hZ+vr8+9 tChGsUuKmqW57tfNNeYVxf08rzFX97p3H+fhMxPz3RuOV7of9/xi6IWiOH4g dH9RvN/vfTC+ymuw9VToyaK4eyj0YFFMPxJ6uChe14SeKIpX/vn3Y0Uxyt7V Rc3Bo865wnnUutZ55Az2XnoPd0/qwtzTfg44e8Y+/L7k88Djc6Fni2L8efsj HSNnjM/NGrPxcmhtUfOx1rX4z4c3+5/+v82w/1poXVEcvxp6pSiu19mf4NjL ft9fF8V0D98zMeb+jdDrvuefQz8VxfU7obeL4hv7VlHcfRB6vyiWPwp9WBSn n4bWF8X3h943xXlvFsX3u64Ly5+EPi6K7/X2ZzlG3enu815RfL/nfPj+zP1g eWPo26L4/s7+Qse+KYpN5vhLn/sbvwtm7xefeanP/WNRnGJ/KIrvz91vnmt8 URTfX3gNvr9373udhz/J75V7gu/fQr/6zovxPTEpacZ+9XPA+B+h34ti/Xfn wOk/ob+LYvO/0L9FsZmJGumSeP3X+yb7fXOvzMmfrgv3qdi7SUlMk4cP9/xP 6am72n3+Kor1v5wP69mS+sF0NWylJC5rJfnwS6xcEtOcr1AS08RKJXGP5fww ukXYzUviFLtZSbOVK6kfs0SNfEkzhmWNmdi0pN7wTR5+g9BF/i7O90U+73r6 DupEbMuS7rZh2INKYnPbsNuU9M6wW5fEWt2wO5TE8U5hdyyJ0V3D7lISm8TY xznahdqWNCvblVQXjuuF3bkkrsnDZz6IURem6bN9SbOBJZ+Z2K2kfjC7b9h9 SuJ6v5J8OCa2d0k8cn5+F2HOie1VEtcHl3Rm2OTcB5bEKPaAkmapfkn9YJoa u5fEPZY15mr/knrDOnn4zMSefvdwfGjYQ3z3LUInljRjxHgOmG4ctlFJ7GPJ gbUmYY8oieOjwh5pRpuFji2JTWLsg2/uaquSZuWwkurC8TFhjzbr5DUtaT6I URem6XN4SbOBJZ+ZOM79YLZl6JSSuD7Vfsmxk80l5zuhJKaJnVQS+yf5/LB5 WqiNGcW2LmmWmrtfzjWOL4n7473GXLVy75rzWrnexNBNJX22cc/cAXyfbha5 276hS0t6T2eG2vt9Yc8wcx1C55TE8bmhjiUxen7ovJLY7Oh9dZxHD2blLNeF 486hTiVxfZ79HR2j7nbuc3ZJs3G285mJC9wPZnuFepbE9cX293KsR0k88nv2 hT4zMWYervv5zAf43H1KYhTbu6RZ6uJ+9V2ja0ncd/Uac3WJe+/nPHw+n9r6 3cPxZaH+vreRoRElzVh/PwdMDwwNKIn9Ac6BtSGhwSVxfEVoaEmMXhu6piQ2 h3pfG9/zjSXNyiDXheOrQleWxPXV9o90jLqHuc/lJc3G5c5nJoa5H8yODY0p iesb7J/k2OiSeOR815fENLFRJbE/yudv7WecUBKj2PElzdJw92vuGteVxP11 XmOuxrn3qc7D57sMTP//z9ebQ5NCc0Kfhz7z3S4J3VsSm1NCk0tidLJzYG1a aGpJHN8Wml4So7eHZpXE5nTv4xyvhl4paVZucV04nhmaURLXs+x3dIy6Z7nP rSXNxq3OZybucD+YXRCaXxLXC+1f5NjdJfE412ft7thdJXG91Gfu7XMvLolR 7KKSZmm2+3VxjTtL4v5OrzFX97j3xc7DZybmuTcc3xda5nt7OvRUSTO2zM8B 0ytCy0tif7lzYG1V6IGSOH4wtLokRh8NPVISm6u9j+9KfDbxGcOsrHRdOH44 9FBJXD9if6hj1B3kPveXNBv3O59Zejz0WEnMPh96riSuX7A/yrFnS+KR8z1Z EtPEnimJ/Wd8fth8ObS2JEaxL5U0S0+433DXWFMS92u8xly96N43OO9Fv+sv SmK6m++ZO2Du15XEInf7fei7kph+g3dW0jxgXyuJtXdCb5fE8Xuhd0ti9KPQ hyWx+a73TXQePZiVN10Xjj8IvV8S1x/an+4YdW9xn7dKmo23nM9MfOx+MLsh 9FVJXH9t/y7HviyJR+b4U5/5S78LuP7BZ17kc28siVHstyXN0ifuN9s11pfE /XqvMVffuPdC5+Hz+fSK7xKOfwr96HvLlePncFkz9qOfA6Z/Cf1cEvs/OwfW /gj9XhLHf4X+LInR/0L/lsTmn97X1nfGu2dWfnVdOP4n9HdJXP9rf7Vj1F3p Pr+VNBu/OZ+Z+F9Z/WC2GH+dlMV1qSwffokVyuKR82XKYppYviz2sZwfNmth q2Uxiq2UNUupsJuUxTQ10mVxj2WNuSqX1RvWycPnz1j08d9DZ242LasHd7BZ WT481gm7ZVlcYrcoi/Gtylrj/vcPu19Z3G0bdpuymN4+7HZl8bpT2B3L4rVu 2B3KYpS9W5c1B8TIgWXyqAXj5JHDPLCX3szBzmXVhe96Zfnw2iDsHmXxu2dZ PvNMbPey2Kwfdrey2MTu6vO3DrUqayb2KisfdlnfpSy+sfSDX869b1lM7xN2 77KYJobPjBGjFrNFf3ozQweU9e64/+NDzcvi+OCwDcviHXtQWYwfUtYac3hg Wflw1zhso7KYPjzsYWXxelTYI8vitUnYI8pilL2HljUHxMiBZfKoBePkkcM8 sJfezMHRZdWF72PK8uH0xNAJZrqF/Zxjx5tvznecGcU2K2ueOR/nYSZOcn7K 68eWxTe2aVn8nhpqWRbTp4ROLovplvaLjlHrBXIqsV7R3LT6P/njQjeUxXS7 UNvQ5ranlcX76V7jPi8JXVwWg2eG2pfF6Nmhs8pi9NxQx7I47hA6pyxe2XtG WVyf45xtnEetHZxHTh3vpTfsd3JdWO9sH466hS4si+vu9us71rUsZruELiiL Wez5Zc0352tT1mxc5Px6Xj+vrFk6z/328bl7lcVxz1CPsrjuZX9Px6i1qWsz S8xHb7877vy60PCy7rxfqK/vHntpWbz39xqz0cf5MDgwNKAsRi8PDSqL0StC Q8vieEhocFm8sveysrge7JxGzqPWEc4j52DvpTfsX+m6sH6VfTgeEbq+LK5H 2m/uGGdr5vMNK4tZ7LVlzeqlPg+zMcr5Tb1+TVmzdLX7wTFsji2L4zGh0WVx PdZ+C8eotZvvnPuG7/Fl8X1HaH3oE9/5xNBNvh/sjWXxPslr3Oc9oYVlMTgl NLksRm8N3VIWo7eFppfF8bTQ1LJ4Ze/NZXE91TntnUetc5xHTjvvpTfsz3Bd WJ9pnzPNDc0pi+t59rs4dmdZzM72Wc+zvd3v76XQi2XNxl3O7+z1WWXN0iz3 6+lzLyiL4/mhu8vieoH97o5R6wL3pzfzscjvjjtfE3rCd740tMR3j723LN6X eY3ZWOx8GFwRWl4Wo/eHVpbF6IOh1WVxvCr0QFm8sve+srh+wDkDnEetwc4j p5/30hv2H3JdWH/YPhw/FXqyLK6ftj/cMc52rc/3eFnsYh8ra1bv9XmYjWec D9OPhh4pa5YecT845jP6+bI4fi70bFlcP29/pGPU4jMFZieUNQcvOr+VY+O9 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 2nnNXG9E6PqqPs+4Z+4A7luYRe72wlDXqpg+JXRyVfOAPcnMtQ61qorj00Jt zOgZodOrYrON9yXOowez0tJ14bhdqG1VXJ9uf3PHqFt1n1Ormo1Tnc9MtHc/ mO0c6lQV1+fZ39Gxc6vi8ZzQ2T4zsY5Vcd3NZ97N5+5SFaPYC6qapTPdb1vX OKsq7s/yGnN1vnvv4jx8Pm9O8LuH44tC3X33Q0KDq5qx7n4OmO4Z6lEV+z2c A2u9Q5dUxfGloT5VMXpZqH9VbPbxvua+5+uqmpVergvH/UJ9q+K6v/0DHaPu vu5zcVWzcbHzmYkB7gezV4WurIrrq+0f6dgVVfHI+S6vimliQ6tif6jPf5yf cXhVjGKHVTVLA92vsWsMqor7QV5jrq4NXVMV68Ps8znUwfcN06NCI0O3ht4J ve27nRO6syo2x4RGV8XoaOfA2vjQuKo4vjE0oSpGbw5NqorNCd7HOZ4KPVnV rIx1XTieGLqpKq4n2W/jGHVbus8NVc3GDc5nJia7H8zODM2oiutZ9js6dltV PE71WTs4Nr0qruf6zBf43LOrYhR7R1WzNMX9znSNW6ri/havMVe3u/d5zsNn Jqa5NxzfFZrne1sVeqCqGZvn54Dp+aG7q2L/bufA2qLQPVVxfG9ocVWM3hda VhWbi72PP2vA31fjn4MxKwtcF46XhpZUxfUy+30co24v91lY1WwsdD4zsdz9 YPbh0ENVcf2I/aGOPVgVj5zv/qqYJra6KvZX+/ywyc+eJ6piFPt4VbO0wv0G usbKqrhf6TXm6lH3vsZ5j/ldv1sV0+f4nrkD5v7pqljkbj8Nra+K6edCz1Y1 D9hnqmLtpdCLVXH8cmhtVYy+FlpXFZtrvW+E8+jBrDzvunD8KndSFdfr7E9w jLpj3eeFqmbjBeczE6+7H8x+EHq/Kq4/tD/dsfeq4pE5fstnfs/vAq4/85nv 8Lk/qYpR7MdVzdIb7jfFNd6sivs3vcZcfeTes5yHz+fTk75LOP4i9Lnv7Y/Q 71XN2Od+Dpj+KvRlVex/6RxY+zb0TVUcfxfaWBWjP4V+rIrNjd53gu+Md8+s bHBdOP4h9H1VXP9of7Fj1F3gPl9XNRtfO5+Z+Nn9YPaf0N9Vcf2v/dWO/VUV j5zvt6qYJvZnVez/6fPDZjq+W6VqYhS7SU2z9Iv7rXCNX6vi/levMVf/uTes /68mn++IfMbxecbc8N2NHtxDrqbvc/CYhC3UxCU2XxPjxZrWuP9dw+5SE3eV sOWamK6FrdbE6xZhN6+J183CbloTo+wt1TQHxMiBZfKoBePkkcM8sJfezMGW NdWF7zo1+fC6Q9jta+K3bk0+80xsu5rY3Lam30VgE7u1z39cqFlNM7FjTfmw y/pWNfGNpR/8cu56NTG9c9idamKaGD4zRoxazBb96c0M7VbTu+P+DwvbuCaO G4TdoybesbvXxPieNa0xh/Vryoe7fcLuXRPT+4XdtyZeDwp7YE28HhB2/5oY Ze9eNc0BMXJgmTxqwTh55DAP7KU3c9CwprrwfXBNPpweEfbwmvhtUpMPu8Q4 G2xyvkY1sYk9tKZ55nych5k4sqZ82GX9kJr4xh5s7o8NNa2J6aPDHmWmj6nJ Z8aIUYvPa5iF6ZTv9v/nXxu6xkyfGDrB+7DH18R7C69xn+eHzjOvp4RONqOn hlqa0dNCbWriuHWolXll70k1cd3KOWXnUWtT55GTeC+9Yb+t68J6O/twdE7o 7Jq47mB/W8f4HRtm+T27fU3MYs+oabY5X/OaZqOj8+t4/fSaZul099vZ5+5c E8edQufWxHVn+3Udo1bGtZkl5uMCvzvufFBoYE133i10oe8e27Um3rt7jdno 4nwY7BnqUROjF4d61cTopaE+NXHcO3RJTbyy96KauL7EOXs7j1r7O4+cBt5L b9jv67qw3s8+HA8OXV4T10PsN3aMsx3q8w2oiVnsZTXNalefh9kY6vyDvd6/ plnq735wfHXoqpo4vjJ0RU1cX2W/iWPUgulhNTHNe78uNDw0OfRm6A3f1e2h Wb7/EaHrfVfXOwfuxoRG18TlDaGxNXF5Y2hCTSyP9T7m5/HQYzXNzUjXhe/x oXE18T7BfkvHqNvCfUbVNGOjnM8c3OR+sDwtNLUmvqfbP8uxW2vilHPeXBPv xG6pidk7fOZOPvfMmjjFzqhpria6XzvXmFTTjE3yGrNxm3t3dB4+szLFvWH0 ztBs3+eK0PKauJ/t5+D+54bm1MTBHOfA3fzQ3TVxuTC0oCYu7w0tronlBd7H 3zPm7x3w9wCYm3muC9+LQvfUxPti+70co25397mrphm7y/nMwRL3g+VVoQdq 4nu1/UGO3V8Tp5zvvpp4J7ayJt5X+vww+kjo4Zo4xT5U01wtdb9+rrGsphlb 5jVm40H3Huo8/Pa+W947c/Coe8D9EzWxCMdPhZ6saQawa2pi/Gmvcf8fhT6s ibvneK81Mf1C6PmaeH05tLYmXl8KvVgTo+x9pqY5eNE5o51HrXHOI2eE99Kb OXjFdeH7Vfuc6e3QWzXx+479KY4xw7DJHL9eE5vY12qa+zU+PzPxrvMnen1d TXyvc78ZPvcHNTH9fui9mpj+wP40x6jF3Hzs9wXH60Of+P5/Df1S04x94n0w 9VXoy5r4/iz0aU28f25/tmPUmue9X9TE99ehDTVxusG1mvkuOStMfxfaWBPT 34a+qYnxjfYXOEYt/lv5/HeT+e8lz3UfngPWfwh9XxOzv4d+q4nlP+yvcIxz 3uez/lwTp9ifapqz7/1MzMefzl/q9R9rYv1H94Plf0P/1MT336G/auL7H/ur HKMWfP9v0/iOE/b/ARLwQRc= "]]]}, {}, {}, {}, {}}, VertexColors->{ Directive[ Opacity[3.08789553219414*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.205584427939805*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.770722090589468*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.8102491369941647`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4028461866201715`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.22496013338099*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.596427140266469*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2983205425323105`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.274370294489405*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3362519852180156`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.799255645458621*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.14884439964524*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8641190612755836`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2816834547103305`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.670485991890082*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1563661832107638`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.87238448890605*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1761904609883528`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.397061380463813*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.143315127536893*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.136384457889324*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.059208544496012*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4663782500759607`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9225700917576487`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.567376505664778*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.166730384639279*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1159424397577906`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0714653964261926`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.825313453297016*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4301172132338684`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.485965732369922*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3006354333597034`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.328487037293814*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9653602795382296`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.099974595579926*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.651727127286057*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4527483658832185`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9621172831528146`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5230631263410337`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.986857542601168*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5272184646498973`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.943670610097068*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.219180505535529*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9772160211265513`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0681650910875365`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0395347902407628`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.175493195783268*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.895945515538572*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1320908825910519`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3712969517154004`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.5346126592900424`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4697328259970083`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.5038194199531475`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.505385426921624*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2692110880106357`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7670642406126932`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1273730552630942`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.16285079826406*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.21507929339451*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.2400970249670065`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.90507302941917*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5442401624045917`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.743071599521062*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6100890467056503`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.890007932558268*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9557508543452997`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9589872924106177`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.039569776888782*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3391937540915127`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0777062489174265`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.638922342502016*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3625068392278519`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0423692812117667`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0016032414483676`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.600992323300441*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.983784827249586*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1105464411154102`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.4047297284278436`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0303478075693344`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.641158541077249*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.910194312461186*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.082034802192717*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.131413557839362*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2096885770419541`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.123147176086006*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.89064941983309*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.842438916808647*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.52966961483265*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3160301984019414`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8418615823473939`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3048992648767652`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8323212946653405`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.256734129757396*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.653028768311811*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.734198071356431*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.847740102710228*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.622236476767795*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.392501125511275*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.057220696311181*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6419609939282904`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1864303818489215`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7780125665869454`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3051084602274044`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.567786713642684*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.398094997865276*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0926594540045794`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.490394239143595*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3389583158695032`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.335634574091608*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0334835252174965`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3997685282796873`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.311381708280968*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.026788305619658*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.672904825245294*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8567618361839464`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3564979364288092`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2939774680926663`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5246837577714065`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7149015763883477`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.983041218692128*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.337288604184338*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.944264227784588*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8003255712136233`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5518018822725*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.874458357478692*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.94459345239312*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1940294247515965`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.538779154530925*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.344003650952851*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.967012822446304*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.583644697232926*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5517510272108382`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0289159152184106`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7151582713043355`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.168478469653187*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7334080169446927`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5095507570893345`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.912413158582275*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5976169926336355`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.494097452846946*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2668665910753047`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.892346778167978*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.224451527877952*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6993657488325634`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.380059427039947*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2400042550506114`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6791224578374967`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8934277996325806`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.245224615863669*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6296383730605777`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.63746521582932*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1811739706730315`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.164692366858477*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.543826398433871*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1324370576436108`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4182580756615574`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6619485131948873`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.875867717486356*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9889299727633124`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.034036257719948*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.962837293397889*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8183103624489417`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.603534628365857*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3510008385266623`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0877473692956784`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.438364996405336*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.145598592594072*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3128287743687633`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7909931865119337`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7292508827285051`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0153195804846943`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.5910708704906644`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.69113536326567*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1171326498116014`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.388991852153691*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4413104010639744`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.781726072303745*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.088836131674629*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.22841337601261*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.58777181752099*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2022622387496404`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6740176639852347`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6535606966358235`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.482259717205672*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0359572705261107`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.812434118070699*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.599540428817477*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1594210584012982`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.112558857135234*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3125703002852416`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.3524014164732596`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.800533066898159*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.111321270880356*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9348224184210137`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.381477528545371*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.694484970886955*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.243684169925098*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.867362174378126*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.715843372769088*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1705793605956456`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.738310200047496*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4709255639637336`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.321455114611139*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4877554102524126`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.193748709965196*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4857255495884772`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.245693382092098*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1461690333686216`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.617152117441995*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.342690274332277*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1618036670625981`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1663245894287613`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.015913477993345*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.965253462401981*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1638097160787244`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8011732617356784`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7032770570807795`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.75370913020589*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.0498924597836195`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.324469043912137*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.585487083862422*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.58058006157399*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.240094218079365*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.380816634563721*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.14782674009317*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.399438710167112*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.431085224515254*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.192810781550314*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.956899394143479*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.746216830917013*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.704855814072043*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.856665814086953*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2097133325852156`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.323384895421542*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.235077219531031*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2371211319640736`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1501008361158263`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.358684429850643*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1757579762808357`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.448328074317464*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.497878167514099*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1805556726474253`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8180534056577845`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.737724636653537*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.681339661496423*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.330323792321378*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4698715721977977`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7090310295929978`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7914497289595686`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4678141920631176`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2228251073212525`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0471611147971118`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4176885010849218`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.71331325019416*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.037514701496577*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4578830939996114`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7290910703493913`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3624622605059336`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1689825362586257`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2936152258535525`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.350708830117065*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.750881680554953*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.665838953822914*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0510099033740436`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2314068020081597`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.886878886950217*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6897878898802473`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.536973719684409*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.457607454332396*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0326894540275958`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9009766704880513`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.933549802187626*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1337269402838303`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4110489854625094`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.769141365134458*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.291683240729005*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6790428152006534`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9603905622757066`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.847622830519109*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.590282366465674*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1250500026281864`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.585922133927006*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.108912626385912*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6714372885237488`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.192983616531594*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.636628299713392*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9152197689973926`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.010700009745893*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.899101172240715*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.596665489563788*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.156336522263308*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6368172582750317`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0906341433416897`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5817523830663364`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1319886280323112`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.713022226171223*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.969000780661505*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.029561538028938*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7418315757366546`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.430579216962518*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.825483620023655*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3066981130271705`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.98486680517641*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.891226511703388*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5182798133562416`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.94801459126458*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2033885287607667`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.742213985445328*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.521250186844636*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.125595270799131*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.62224791871446*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.46867925364817*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0738129112746877`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.57100746668758*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.343467526114616*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6406969234901774`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6103939457954065`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5370868955300834`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9232831893543537`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.664185319611825*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6891172287441454`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7071554646508557`*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.216198474050379*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5923898286599293`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3760080171491156`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.088886577641095*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.604771343243372*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.2288808621216514`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.72840086031083*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.897703318595942*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7183007563820947`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.0360115891507184`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.414726938688682*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2708537158490725`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.344569351249326*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0187075216746325`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5590139759755935`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.539217929958896*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9268273358671867`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.738450841784602*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.82608914663733*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1799552338172209`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.937809248176989*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.02528460851345*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.481922464540539*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.2975792627337*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.382406006088251*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0613762356694873`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.271581086098486*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4479499107442636`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5622836823590386`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6014823235815444`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.557394275837554*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4394955920962075`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2631555440905622`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.054462607486636*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.346927628885209*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.295648405031612*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.493873552455465*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.057703681297364*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9675654999099845`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.20380199146322*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.92814997339829*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7516857838119946`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9152785213167984`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.355456092834668*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.249131471893217*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8231633815993376`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.834472631768932*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.689744816977675*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1484753194385214`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.257771269795898*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.989574216685755*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1658490582878905`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.292462532840143*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.521713036635705*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7774578231286926`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.002054091361427*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.336767090565852*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6440080562112655`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.450693109742038*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.16042588069288*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8602841207986347`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.312621045342441*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.999637616275617*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.572103623701421*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.658701900133183*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.870355794722628*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5169185091012522`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.106806656012324*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.657687113556888*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.459747490617282*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.134610410064939*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4660912033873017`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.140028725582106*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1352455756198216`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.7078371336389324`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.23798190945303*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2991739333487965`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.615879428891866*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6995344802879192`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6229325371196047`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.3890414811069136`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4198605091084872`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5891295054515515`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.466569411478793*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.35195770793982*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1432238373164792`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6900722494052105`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3680298721810861`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.153258191460991*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9810478021316407`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.774185280061889*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.430217344182487*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.869616047452511*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.014570077263445*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.860052265538101*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.414157682762406*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.7565041122361655`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.966049469412689*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1444446937534715`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3679070785885654`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6935182840717335`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1485193334040181`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.399102992249022*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.510121281712515*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6177979837090922`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4287348290190613`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.365413588373559*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.566864274883014*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.65550285548083*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.266063920377582*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.956789668893155*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0892497422945367`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0573543234618845`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7379414697834283`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.116554861633177*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0959514364407344`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.916191638335708*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3943601922123836`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.782000105992504*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5235059544927328`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1976845876102577`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.227377206671407*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.095378252918566*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.476309785771389*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7833026689525234`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3449621087578694`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4711645364912293`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0618125367485285`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.148496083999853*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3487957550166093`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2310867987639585`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0431538794982099`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.514383872950999*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.782050161075182*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1959673603971555`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0061720160211531`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5773652267087014`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.213540987697242*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6804524786381487`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.727185470524212*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1664574531755136`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7219742422280066`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.113309075369878*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3144854828630072`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.658390955951265*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.1000718409880054`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.27882066361552*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6028477103867687`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6253985379648595`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0802893297510176`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.016160810546334*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.423379136113404*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1190535663618746`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4119470678754432`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6913810630496315`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.923665778768036*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0778055605509285`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1308912877390325`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.076101308885301*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.92079320777121*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6880489668175854`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4091850227109225`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1172268053639715`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.415983059336847*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.022039353372814*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.091375430738683*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6375570108563243`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6110530970843765`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.341186595292284*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.127690456649039*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.666361335519482*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3015277420906333`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.010756242247533*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6520953590214457`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1152298763914893`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3488528622799674`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5907503236477583`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6385790831153346`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3903032095114715`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.85599520387575*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.377570061079096*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.422250601244897*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0477089717007437`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3453636666213854`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.182813708339126*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.177758338937801*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9278271881010165`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.234600033826554*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.939171658452976*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.723045320313284*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2561152799379093`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1901797560569182`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.84226262512476*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1536406543943685`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.371829245621162*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.026837716780116*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0242656790149434`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2927997715968485`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1155536629493295`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7922836073383685`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.98962841493037*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0991151782300288`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.175902857222468*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.595097233630423*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.914058240147649*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.302702646433011*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0977659540800244`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4802068394052964`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.04625837546683*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7321573465350767`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.147301964410927*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.426397166843364*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.866900970910386*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3750885667192457`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023142612540708*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8270659924184863`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7498876946261995`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.724824884427419*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.65300842843184*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.4260003961228995`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.938362218588936*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.117826559274491*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935613059595785*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.421640183433298*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.647591802139879*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.720194828068866*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.746178995939747*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.825615144849847*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023233792834212*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3765619179198963`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.885333127924663*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.441814001775575*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1590638835176077`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7387255995725835`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.070044478542544*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.480286623218219*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0797868566470826`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.16004499863766*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.84217654553304*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.551419901787051*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.771846182594122*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9984007869033062`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.852620898597706*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7219248516076042`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0181680127534755`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.748462642224193*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5048625942378916`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.657730483493621*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6934118229094191`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.097183504479675*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3836818994297953`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4479878967133319`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.531724458565171*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.2719380795534865`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3105403240977146`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.241714275233209*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.534124111407383*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.018037884506936*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2127413544633527`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1787864304195266`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6373252418604746`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.971795816934869*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5434543299048502`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.654769052920408*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.324765870786271*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.086155519535321*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.961698727272516*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.090639966487993*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.271295392345101*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.024591898748729*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.8003966758165*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.444700053409321*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.910233159542535*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.563521540104802*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.008967306496111*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.734044339295704*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.826736111824565*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.373090886690502*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.422653019162094*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.95508280250017*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011858336836829271`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014915163548486708`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017826267350073342`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024414239167957], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021850215020326037`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000022411091019494316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021847917161589462`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024066224375103], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017820441801720986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014909269189993288`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011851556387708452`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.950604729149943*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.420829747682123*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.374313006484373*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8301263228430453`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7370329857051627`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0113152703930405`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.577559740165008*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.918061935313342*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.446524314517893*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.788355899939983*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.000339197002473*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.252510791395651*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.02307133590119*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9298935405403585`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.894007720731322*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2754042114428462`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.563445294023707*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8249447949897616`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.59753630112569*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7797082902432754`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.954088254204248*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.860330910679368*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4646362838429625`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1406125908765737`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6324750287513883`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4386919198975828`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8167560921862183`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.587195647921324*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.245902946676006*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5154632923473945`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.654631595737748*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2783837470274185`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2640926825897212`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.373669695448867*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2947163595646244`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.22307877979369*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2494813035715178`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.356837540946562*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1692961795607765`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.9468458177897366`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.561514081327196*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9207121059718976`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.283980637747516*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0781819438755734`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4046147355241155`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.861607341579686*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6900141359653413`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.054088198656005*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233312943869081*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.509483591273496*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000131314863275557], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923779669948142], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002676146602560728], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536553856405896], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000044407508081929756`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000053001075437286405`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013065928901725], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006486091979969187], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006651848270794239], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006486351519770671], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060133152627017065`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005299901696598104], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004440303115477996], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000035357862156201466`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026753466305860732`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000019230787215064135`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013128444986954921`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.51142329517285*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.237703464381263*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.058510957590338*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6922746359471864`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.875981618698641*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4105075776735747`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.078639757276022*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.273948403315181*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.89928078665499*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.55020666550792*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.9014286598187715`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1591043880468996`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.399574160970515*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.307452609983372*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.14527767686527*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.505672013409384*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.871227960352728*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0640496623264852`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.761248238412495*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6267571413255004`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4432284142007706`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.911979590863694*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3558894682172273`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.207429590171462*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5831911814048093`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.956427785983084*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.991586243698408*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.28199893149259*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.90521188053287*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.938999056097879*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7992917447434338`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.884837804595927*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9454999150168552`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914894921504972*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.171612036930301*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.247316195675492*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.728834533353962*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.579349594947715*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.143020820597884*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6930263229953703`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.008050585370903*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2715756596967485`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5504011153305725`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846576961677348*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729262492176696*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014914992491760543`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002418114380992849], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000037209134894405707`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005436072766021056], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543343267265783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946103825421746], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001246545098109874], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014853634435013668`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832439452971613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018143162604264382`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001860322807884895], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018145093899953911`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001683510263510429], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014855320718464162`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012465695867429038`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009944838348766753], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007541711632774999], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005434326949998173], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003719847977651014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002417797346759259], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014918730121350999`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.736353119060748*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.851940514658416*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.553550064080881*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2731372460941248`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.01361268496119*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.693788359483412*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1412853186458299`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.567840048598107*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.723649145484743*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.25095496321521*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1704733229185974`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.078889503263351*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0957943512105882`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.233796217332704*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1831655788723745`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.471479518049945*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1821124408472573`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1849747064500318`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.04383701870495*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.845766279207797*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.129982182716238*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.547679564831822*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1461620353196778`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.060802860843064*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.812937206920841*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1778414285592737`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3164953485500703`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1643284718914603`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.98967627920594*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.558020728007572*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.822557320694415*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9332617589987773`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.8826011338812284`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.724572436446562*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.8193091276228475`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.267891442417929*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.146121732042677*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.389583301306258*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6452178980835486`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4719181668382786`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.936314305229125*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001313120473954865], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002357219151964538], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000401414267423936], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006486026199303863], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000994760168158008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014488214652485373`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020048084916427343`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367453919093407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297372907937257], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039220865514258245`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004438650505053995], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004780360200096407], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004900106572050862], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047807554353592314`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000443926328548987], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039226018185355653`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032975954759907784`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026366296210795863`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020045164291553316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448504535346589], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009945151504327162], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006484756788470336], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004013956344029464], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002357903450049428], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013139325079016351`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.942319145897934*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4742048452367434`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6463873473965836`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.391795096970644*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1452621599015296`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.268048704154995*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.814694731169893*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.729893345801795*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.94161213398082*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9694603201526427`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.12408970422037*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6952512092036322`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.622296721560427*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.521834525243802*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.968710445879341*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.140848733979693*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.38218477511344*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1367616519604836`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.44090534754979*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.867034631543396*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.565157817609346*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.139029226481797*^-15], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.388267642786769*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3107967806947996`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.66831701863669*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6682328619177635`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1066430882916726`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3719145158105954`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5448736308707756`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.0152013771178825`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.550864206863987*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.567502621589917*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2670801123225433`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3131000787184576`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.192661270888878*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9204477808061225`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.263070288884156*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.957390582983226*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017824008148144988`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003361966395612416], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013034490419277], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010200244221493808`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016418650370359996`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000250887847551241], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003641452882423039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022673049447324], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586648753725034], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216037027245987], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752479592858611], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011019973944913367`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857075985550894`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012149994385573664`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857719550738908`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020975183133122`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009753462249349715], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216529853560182], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586594863222743], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022210549161742], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036409519445387086`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00025084788763595574`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001641643300368794], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199156086369826`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060133008770257715`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362689358244682], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017834131468020748`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.96181525570071*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.265166820319929*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9209903943571082`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.195347232477922*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3128054577742193`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2681031923750113`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.577507834430438*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5629013913213006`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.080717622697348*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6037642470981122`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.671647111468108*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2564997410682805`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.241826985161727*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0475098450528738`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4423618291371086`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.496041534699069*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1056531889561526`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.546810628997735*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9636684880792874`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.5817338395267695`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.193374369727964*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.819122990040396*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2276681440617817`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5457365164058975`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.959504341859209*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.919238216848889*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1150406207596558`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.8574063450074926`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2529318078276857`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.901152413018122*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1413343026168215`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.146165096743577*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.195263874099406*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.022174556496106*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.724163967336*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010441408162582496`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002184657000582189], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330553311500475], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008135310191740223], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014488878321894058`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002447241294282669], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039223364312149467`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968797240982692], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628963758264237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857684992885025`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497319960112916`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019274219670059067`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002282365146431403], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002574387102279119], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0027668573437529182`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0028341008089219715`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766893408402245], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025744617464394538`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022824679296350875`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019275097997272289`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497653199686029`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857451631151752`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000862844749810308], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968329011822108], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039219946840238966`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024470324549968154`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014488075029820804`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008135479976512651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004331143805561248], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021852274704690534`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010443762493714672`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.724365019834528*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.022071046793194*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.194032214148608*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1447914591920165`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1435713028833975`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.92094120491716*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2705202093558199`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9113876764549596`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1701448447476177`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.283504954953733*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.463987237642683*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8257984126429276`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.420321847198131*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2905360095806752`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.493134338442393*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1273591683163475`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1764536533433504`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.703764107981947*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.960199205897751*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.238890310103324*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.554433627290358*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.886831085095332*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.787705617974446*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.31564310443781*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.65216917895528*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.126794399009607*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.000999866421799*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.270952375007989*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.693257569584116*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.391576124457443*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9209336176419485`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.7240483113010105`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010988919128856613`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000241841220321613], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039496317233187], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009947422495688384], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018603767995868133`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297769946491387], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543588729375175], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008842808800655531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013393437701125744`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019273960060028216`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370925385206918`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.003432892141858351], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00425479644074131], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024039245499774], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654838808631621], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069613229907329], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0062143226654806155`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0060695800418425535`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654809285482762], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024061493018853], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254882480963505], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034330020051213253`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002637158403914801], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019273901517456603`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013392944343028237`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008842259160151463], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543204661390192], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032975245538485184`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018602982273124122`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009947479298377984], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039806615244372], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000024186439365034313`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010989568040867603`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723720827779122*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.920732643870956*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.387566988847127*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6938283876894606`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.280964753227906*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0279023312780965`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.28162120204808*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7248118141158884`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.634188532233339*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0154016442956177`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.9933304813544356`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0606920217985351`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1487434689361164`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.588652416448215*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5586071164605375`*^-14], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.160296443599347*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4876436540079287`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5864535450269544`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.483277760261698*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2112957508679538`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0029665609953329`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.2989702736254577`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6517526341339037`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.0047276444057*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0853749665717113`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.786806086928274*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.078761983874079*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.015149926153043*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6463644034154283`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.265119506227883*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010444365678499642`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000024186531670888046`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300618789657873], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010998001886152595`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00021607610165434555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004020977808149892], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090934936308088], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857347398722227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018813062503477407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002834123524685642], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056901676221119], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522721242471726], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155927671356685], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832888048298768], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394455768046412`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669770139058474`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505933548362125`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797195519935365`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505769439729421`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669524616026822`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01039430419557924], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832908748375699], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007156129243953446], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522943176512429], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004057028765456431], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002834115926711313], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001881238148916458], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011856695814831512`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090598257278932], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00040207912195959527`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00021607311843126358`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010997963311813738`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300728858541401], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000024184272509873527`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000010441508026057546`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.262809575832899*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6452184023964061`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.00921917562154*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0775768213567428`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.80107571667639*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0982151320727802`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.110612305328911*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7001601868082997`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.556539977166658*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.136703922165994*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.622632437780678*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.3720061293559004`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1301658030857759`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.11345011190465*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.912018123970242*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2218928899033044`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6322209114496753`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1204267010754172`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.329086563064231*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2853800875896394`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.319875983457896*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5706117015536463`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3029034193912551`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.473492366655898*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4466484596283937`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.410958465739571*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2729115791920091`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.474310655502668*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.962489349988226*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021851816143218913`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039857882466085], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010998159797468813`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00022711406913867788`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044391621273168864`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216154560586119], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0014407411391843172`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002395047936879218], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769728407041994`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0056548095720377785`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045090963015486], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887284796515], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029343595193802`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232182382040568`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019569435894359], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603528775422203`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176584982266765`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02472351331463232], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0241763088681381], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02260309420981607], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195354576940168`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01723209428599641], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029565073445986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887611768611978`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045340221729827], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0056548664868451845`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769179187531043`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0023949642410475117`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0014406966079274124`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008215930926207807], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004439126538011971], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00022711307293468263`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010998306188654573`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005039384394284433], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021846942056763097`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.95697653021197*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.4718969465452096`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2716550173898325`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4053998872669424`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.444015662178764*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.48215890275925*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3130230063672322`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.636997445104993*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.47392713547623*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4177048164544965`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.461851739076573*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1934712558688499`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.605395738592058*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.994759865259131*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.31420291950865*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.754016224099518*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.914816062464748*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.689947243210533*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1401999078106536`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.861100589091723*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9159833374784795`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.351762875266111*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6649656461594926`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.075552148115061*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.917827549522286*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.874422376770395*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.553680938110233*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.942035061341223*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017832672335917576`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004331205535767138], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009947574292555084], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00021607152266845794`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044391219624857], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628943048035939], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877228183060448`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766832093219045], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569195925140706], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155977313835202], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01063810116531699], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027493814966203`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195366218216063`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02585308746151061], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.031567393590003864`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811680690106485`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104432958184571], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796563209880776`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475118000346251], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379622251378391], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.041043826832998107`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811283816140114`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0315672182279097], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853197441110014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195623382344867`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027771531713665`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638256693960747`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007156009512716936], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569167177562808], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766802359084436], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877151447205278`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628970055469922], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004439174203500984], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00021607861168781414`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000994736438287307], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004330422167211296], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001782423424150954], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.936384747099579*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5505554488383*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.860722851405022*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9107930787217925`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.040863951591815*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.660780863488165*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.373986381436882*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.937721859538375*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.723654978768925*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.184622414366589*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7545541582970247`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.428384037649855*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7761858864688729`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.071987663387272*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.332765640540802*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.299078020773756*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.592822974203352*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2704559471201808`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.400725378654784*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7518950857467995`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4323609591927966`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.128930353000423*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7384968455778052`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.57870486443113*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6925354871791877`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.852007181181417*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013139606272426736`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003362858956928647], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008135396734542982], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018602837151412963`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00040208442053291067`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216003035367753], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877206258991252`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0029028868254753555`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005023922395812274], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235418227127499], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797261011990807`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887028566394975], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026436105005101115`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523555352532768], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475129704188358], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424904785219112], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287250532828444], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977071742508083], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422753587482622], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07576831662594331], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.074227254746511], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977033795362844], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287225202667217], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424888383768651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0447512163531689], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523553385498875], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026436197923633196`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887044625116973], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01279737889471397], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235470187148802], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00502391438421555], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0029028828684285273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015877314960162942`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216194449694073], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00040209745593847553`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018603581807653287`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00008135222183951355], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000336194686368433], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131625739449786`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.846974478409095*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6897191827954976`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.564731965191094*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7310955903566465`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.105183125500341*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4175437648312228`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7454990533412555`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.333970526168018*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1572116508971803`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.04701009217232*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2467104970504845`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5455448851365577`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0812796782650273`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.906660923856598*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4918083063092046`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0114020781632364`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1793048755838843`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7426625038426748`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.930850939095998*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6111482981615057`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.338531556262243*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.159101201338617*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0110449121938357`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0582630699021432`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.736213097695889*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023578672040865032`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013084097177771], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000144879861786181], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297521744429565], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090533950490709], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0014406921105764303`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766809648553402], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0050239200288800644`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008629150295864089], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029390858062242`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.021609006756169447`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156732114897751], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796711705655404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.057804310241722924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0727146665679596], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736581259905332], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1004756597286471], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083318988227508`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746428882119152`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11974584956249926`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746431083063386`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083325318680137`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047573641798205`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736569957929118], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271435792365254], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.057803971544264365`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379659593853195], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0315674470476336], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160917710408056], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029477359179627`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008629151723594235], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005023934957799993], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002766841536858743], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0014407429708928423`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0007090907902410189], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297713555527056], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014488974217109123`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013085207277583], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000023572906809512693`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.729393518270432*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0539304027763354`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0088912796257284`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1468441087328845`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.281097472884155*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5896378803516518`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.824348089906455*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6861922024299363`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0514424897896213`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.163371178606519*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.084407543589645*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.3330436265666735`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2552452711104055`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0216153546657183`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1031733175164514`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7395358647319008`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.379397990588324*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0294923892979525`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2029003331550588`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5196899730660476`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6115619885577477`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.441306590213192*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7374332562059235`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.237919404448674*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014918924907246928`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040140735069022325`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010199451597351646`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002447048552230921], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543187242026908], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011856702128394828`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00239496735016919], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004569168804528952], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235484364352404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029495003821722`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603249081507834`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.034471222813790135`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.049820117032875574`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833961955276058], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914394263542008], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083357934919708`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169571792383783`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.14998131742388401`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416710175775967`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312517615855763`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618477773906946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312574690453553`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416783840584476`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.14998176851394407`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169560628289748`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083309886689263`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.089143413820464], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833937412229639], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04982014450324859], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.034471327143369944`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603265506129185`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029404151780018`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008235442788294127], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0045691997505990685`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0023950396505390756`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857279641727448`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005543554509292939], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00024472557096926324`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00010200432922673296`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000040142574037147483`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014914333599094995`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.233344450841904*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7337810705343484`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427073020002278*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.602254949357858*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4717196540414206`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1805613159475698`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.9650569886014143`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.013220046883665*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.617847349017567*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.718233178010472*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.148847637226514*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6294356727842934`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4889604187771715`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.459578163686373*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.779998999537024*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2072157094793684`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.973193683540882*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.969149306202386*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.388570377252614*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6370314990245553`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.887063966347938*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8296014055027847`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.511059506253322*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000241778448767998], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006484582605050922], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016416200508421826`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039220009250949685`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008842281125804172], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018812348906602928`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0037769051112307547`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007156001472399695], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797383955187211`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160919530813057], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0344713482786297], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.051991491304289136`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422769511682413], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047651850708028`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1292329298484383], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.15838095465773278`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18557636655471646`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868485658813526`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610421542951295`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368583795851055], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24048578299658976`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368596694493301], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610576356993647`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.208685674180531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18557618114720945`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.15838034453454014`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1292324298896299], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047637977095311`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422775003984582], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199151827306438], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03447126937422873], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02160903815619656], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797266200677797`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155966446055523], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.003776956654639531], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0018812962004796866`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008842838671841818], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003922384760703121], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016418828759873325`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000648612811694064], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000024179938349012143`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.50922032984935*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.826429355622434*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.867916347855457*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.625998399066553*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.350478870336121*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9429963833420268`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.844803169845088*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1665891103959817`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6334937021536615`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.454050960300896*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3145763824159917`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.521759470509413*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0278115119771362`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.344797384134608*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.309208110209625*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8549164640485455`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.698543263793547*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0552777415771754`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1493474916934857`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0915586540149126`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.376277897034963*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.374923136790397*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013128849370912815`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003719781374399406], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009945295050300752], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00025084987216766197`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005968321797797303], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013392969663847895`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002834120903819401], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0056548704457663294`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638253138209292`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01887044061488517], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156746618760954], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04982017771542771], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422774002365039], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10451699454494698`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930843913184449`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618359603540734`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211286299609064`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2441306504154419], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2699933693343671], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852251190094647`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948037683190243`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3030846569846776], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948183070456186`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852418282461073`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26999408658749596`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2441303706578065], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2121122976204222], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761833195194681], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1393084449108207], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10451709584173295`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422779315646509], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04982014827705843], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156732929094471], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.018870255246107186`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010638070774856198`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654794631477249], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00283412582116694], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0013393513586292035`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000596887751071508], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00025088850503476363`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009947496501224029], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000037207642294907044`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013131096924640138`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.372998635052205*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3751217929713285`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.081792325023286*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1436589350621895`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.027387798775285*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.60500506281888*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7930402278511054`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.107401336255447*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.47394411533428*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4877737138140714`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.850059238316274*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.4996685326153496`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3450326463121971`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.168010403081942*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7080700082202125`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1348411357873007`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.497693654995609*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.693067281258716*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.022425837122066*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.02361137687343*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.4204215406840005`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000019230704717974724`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005434474129217066], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014484870786850266`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000364091675880014], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000862845758172865], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019273893510856367`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004057030016372468], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00804534124315969], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027759596167633`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026436186743752914`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0437966079580575], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0683394347926517], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047645617528503`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930840364264008`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1824094164913136], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610369246208298`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26627662366636656`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948182517820665`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.32387922367411853`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395245486534703], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781553212098665`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3503509315070783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3478162596230058], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.33952532085178433`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238793539244164], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948156126074826`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26627638748691296`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610383660527011`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18240967155652504`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930859787844482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047658174332294`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833957465980285], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379665664521156], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643604841559354], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027475284417136`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045089789235592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056922240073456], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019274080967817786`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008629012319828446], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036414397549789425`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014487873168749117`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005435906413462831], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000019237248310739275`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.422927563235042*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023411827527399*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.017089144362325*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6914071516461526`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.480918950714385*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1249452124641382`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.699849285945274*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.031471574545115*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2409593549519504`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.5389895493640535`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.566788595645943*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.959948076805681*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7336927552429485`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.416047046070757*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.747279644501268*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5775432500576582`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.290077328145874*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.36814183614882*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.414733365353118*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.825086824167553*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.950668348413464*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026753474159303705`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007541566636421154], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020045315322662777`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022239139670267], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857397802843316`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026371556358830038`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522946634123589], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887615824614087`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195628934710348`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.035235519978904214`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780395013724826], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914345363943114], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923255997134606`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618342885439553`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610371306958177`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.27370925752304004`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31368892797354486`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34239549536002156`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911642708647085`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36620424515155364`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678314674858401], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678553629082509], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783059440910787`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3662030899893303], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591154926194485], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423953059076158], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136891679472063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737097298664773], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610399337412126`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618365127942398`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1292328060846602], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914380344462736], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780422567600236], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523552093585655], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195392166636683`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887312059339101`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522747781399755], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002637102616872498], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185763987047328], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022619936630405], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020047596522356712`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543256770286064], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026761608041617436`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.955536671365428*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8276852564550324`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.423647866887044*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3693909697426987`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.296121810578614*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.583556457897715*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.726335598928076*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.470452937220955*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7658791240591197`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7526549938872477`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.26857335791416*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.441703226544219*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2128973245197722`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0865638410679296`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.9473748111242085`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0957573219372703`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.353418173729037*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.143975750209592*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1174461898347351`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7468193326735594`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001185157042405942], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003535793880181645], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009945063777447767], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026366362473213525`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586575902076563], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497702391440776`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034330006533595868`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007156120630771313], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029569829600649`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853197227550972`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751194016042994`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271432240679981], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083309352260182`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.15838047452124637`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211258039726838`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662765724858657], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136889235586197], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781677719083587`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651897803202533], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3670385457824716], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914702640446144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34964891425216377`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455619167434224], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34964687326183547`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914464843809385`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3670373012721076], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.365190063126391], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781748414579466`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31368945464266895`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26627661373175765`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211262054307523`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1583806437353866], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083344723198911`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0727146563630614], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751359868798954`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853150061774556`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029384813085253`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00715593926306508], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.003432885543587617], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497213898129525`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586559783281952], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367118329975194`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946118843654712], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536682106757825], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011859192862454315`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7504087917124063`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1192933374000724`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1526853952496994`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.378823938222411*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1054160559097126`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.007549688304764*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1201569209739259`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.2431260968335725`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.2921119545754696`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.897060182489813*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7215027788658547`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6460346903655*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3570940859313423`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.209765437424348*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.631910972976577*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.054011656057211*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.967268752256623*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4088958469935897`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.719530411795833*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014909264369258489`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000044402217180011564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001246541202659267], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297595018216783], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216572025701943], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019275063920904836`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254879038853228], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0088329079686307], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01723208809420747], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0315672296030076], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424889446226003], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736564271567096], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169549252822854`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855761573479139], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24413060768946465`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994820132415609], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.342395549132818], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651896426940042], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36495370743370625`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455618003265309], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714520236226595`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.292726952132005], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28317892659029104`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2927249419437346], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3171431695423658], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556133402843714`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36495468672171594`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.365190447561314], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3423955008360054], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948129053704114`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2441301689694173], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18557611202396998`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169579513395216`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736594526012809], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.054249192196624496`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156744229475918], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232194417372507`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832870016968622], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254772157112474], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019274086203379785`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008215953653290438], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003297390610518556], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012465604923302985`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004440996834142748], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014916482059137814`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.724923555500718*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4121033855859904`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.979905937514877*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0601767450904574`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6660684243414037`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.284973339033544*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.401223832127228*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8094890876089906`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1524674511558126`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.593680803666114*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9560059210342445`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.037532181931136*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5952588571870493`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.4102641006539116`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.159117053552644*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2631190776265897`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.7545058048979635`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6883606244765218`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.648163742058371*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017820289421117394`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300004637046289], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485549153457958], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003922601023779522], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009753464712617333], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002282476925804637], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024068484796604], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394294763744786`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195341896526903`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03681128335957738], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287226713147256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047574359868747`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.14998168919281607`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868551126410578`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26999408368082867`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.32387975221637677`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911614374213263`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703760290901816`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556079179020444`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3015467148488458], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24984354055325078`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869463039077174`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.19305534693462295`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2086938507897093], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24984329506477798`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3015478405312226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455625701683373], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3670384864941884], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911564253874323`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238784285137522], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26999306014709495`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868499340954244`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.14998167242569557`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047587414747253`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287260698580491], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03681164652311949], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195647960902886`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394412938138184`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024014191807253], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823585525696237`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752474324445811], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003922145811413876], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014854008682721253`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300347325508348], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017827067714976598`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.653122478112293*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6910697971092402`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.772585420132008*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2700987465549274`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.183117197334473*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.567145343219395*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6557312280824702`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.2482657259607133`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.3806939911264565`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.479226795035691*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.094051411047286*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3911985511053525`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8247892560905218`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.423907258215213*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.596896810579567*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4398804646709154`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.416605019221872*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.920595223874545*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.421298571340658*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002024107321626246], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013205968147038], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016834880232540357`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004439240247883795], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020973429928824`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002574463333917318], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654817063039524], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669536307286468`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603078762630888`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104379350198082], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977034447559254], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1108332936146607], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416781948004308`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610558819473453`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2885239269644703], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395253231858256], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3662036066100066], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591454148445259], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714349128297453`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2498427848887682], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17638246993886728`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970755592615198`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843303118558983], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970787278155298`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17638340833054936`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24984435377502046`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714501962477026`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591460720089709], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36620314337572796`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.33952417007904073`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2885228113704235], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610480970336913`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.16416751106247618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083328205950571`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977063029748226], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104420007975555], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603459241866866`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669730013968023`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654835228852284], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025743905714694314`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020077051461647`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044387321021293176`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00016832898404204767`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013244858663584], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020243513082296108`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.425823489374714*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9230483856849207`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.427723231302554*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.446600787121031*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6308718610268287`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.543434946305161*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8843525486594835`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7781611686787573`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.086869870146224*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.919547885705685*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.309083219423131*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.671613258488763*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.959114157122934*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.121816259619875*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.898375997342027*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5570668109692115`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.85702517474248*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0760882255391185`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.935852553573916*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021847336383976815`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006486444468705237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018145255589299404`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004780736415336399], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857668313011104`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0027668961073722717`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069596499853879], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505795569539326`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176324191064108`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796187415082184`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422718451862931], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746430059858486`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1731258399308754], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.23685970493525038`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994816333199131], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3478159567505342], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678305906198407], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34964737889399156`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272559719582997`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2086940423999931], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970745405445471`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.051995386207141545`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026721750875606142`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.051995955544633515`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970813005917878`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869448061428025`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2927258505680714], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3496477377816237], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678309638418706], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3478160805549164], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994812360829371], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.23685904303748753`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17312524430064236`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746408394729688`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0742272714566194], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379642875018454], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176545900840736`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01250593622213217], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069638472749825], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0027668721096116254`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857259853054454`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047804226405942594`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018143355402274133`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006486067212624684], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021848366260114114`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.937655783111047*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0772401502531387`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.867262891148183*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5607549279499356`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9148451387456265`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.249584080889522*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.000221804988072*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.860446690368729*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.90322045380791*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3670212274877139`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.208470875409008*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7619501831848186`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0362555121351734`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.397992999541736*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.008434971049822*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6017970500453397`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018297170975459*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.13096514908279*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.117587178056082*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000022412208393972277`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006651831610164173], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001860316142939702], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000490011600783378], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012149926410261473`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002834085897583294], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006214321456659158], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797230120496548`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024723580209300103`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475120863437714], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07576824494380871], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1197457135679552], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761847054548128], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24048585995754673`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.30308472778213286`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3503508016661669], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678551361341998], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455619522669167], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831793334735985], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1930557751251502], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843312718115735], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026721626621147535`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.213432810434008*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026722007274834002`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843288256416277], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1930544484087231], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831777418270775], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455614993824472], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678559879645773], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3503521785911722], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3030854555052577], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2404859053723053], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618429824166115`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11974543292185147`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0757680633706718], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475116795781087], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024723551622386576`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012797248778660585`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006214356752698044], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002834124802367306], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0012150126036751376`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004900125109181515], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001860301013011218], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006651461851922621], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002240942096789341], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.116696643902432*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1304750550870775`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.014372971430647*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6005962948626594`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.01438737915652*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.402009698822234*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0707022399264197`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.044036461100724*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.3859596661012365`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.1214468548492677`*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5641064492917054`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.8159349355051144`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9872726500802526`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.240996895123963*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.921066058451648*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5618984873656527`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.866607639088505*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.077870747303968*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.938352658577315*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021848698890285378`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000648613143592479], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018143314677251913`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047803675380175706`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857075395713273`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0027668429620928085`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.006069586165731895], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505932786776903`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176661338769112`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379670082573651], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422759649237669], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746415635918783`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1731249261778544], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.23685824361088748`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948045653257893`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3478156735440277], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678314620202059], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3496487787208637], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2927268794066187], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869464380976313`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970752088947986`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.051995358652207835`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026721882915339886`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05199592771506702], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970731991162327`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869298774427425`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2927245524287313], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3496476173731218], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678319577193111], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781729949351514`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994818235707889], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2368590096706975], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1731250001504597], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11746400623949602`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07422723539374938], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796373522534106`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.024176393733508696`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.012505844205252943`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0060696086460770475`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0027669172263887144`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857695785655077`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00047806931413243607`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00018144288659706123`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006485867223384519], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000021846638392660506`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.93512953260146*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0760751814807577`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.860276099124194*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5582447013021437`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.905193199879519*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.19400305289551*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.0026407840919146`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.811276011953979*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.99717749547484*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.845385759302112*^-13], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5080360452203325`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6084931540313257`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.87670789452589*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.564256807561351*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.629013181603232*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4481141209687749`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.431696175632776*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.923640627481425*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.426339282849187*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020245182867761475`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000060130115784734355`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001683242360819992], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00044386883243291984`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001102002990418644], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0025743806221730095`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654802926715768], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669711135090464`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603522966423296`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.041044477599627434`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0697709702881913], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1108333207789117], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1641668816588164], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610374911525585`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.28852219786577227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.33952463720143333`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.366204633175772], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591474158504389], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714538303525924`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.249843410589819], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17638201322751945`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970690059474365`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.09843297852756921], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11970809479466213`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17638295198406984`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24984306390954542`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714379449878405`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591460427666961], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36620414266572027`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.33952529780638696`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2885232161762355], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610476771451024`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1641673763499739], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083335129582864`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06977059260787853], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04104403475144638], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.022603173635205965`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.011669583992243786`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005654816038535051], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002574466928984482], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011020767792550828`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0004439122192164684], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001683410649330452], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00006013110619032784], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000020240125506638227`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.422220978995271*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.9210803715616546`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.4157556911953*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4410316320271885`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.6077387352076776`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.443169133015034*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8552180796217393`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5796854356682846`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.028658333110291*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8609678618011952`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.5660437594860767`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.263451893507805*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6611142442395667`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.6012477016497*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1997095483664004`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.271726195495234*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.773526592570617*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6914220056914587`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.653135027334123*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001782598698570803], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300072266956117], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00014853534687925702`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00039220649453696285`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009752546915746108], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0022823813495898727`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024028473782526], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394387828342287`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195586871096387`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.036811676832462024`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287275261036801], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047607409116306`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.14998154729508198`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868455714280482`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26999264861510436`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238785999755786], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911637242441097`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36703908221988707`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556254298155725`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3015471587377316], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24984255485713155`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869317912805202`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.19305487836105906`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20869449331090345`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24984422458999392`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.30154828473709927`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3455624575890343], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3670383133660808], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.359115382722171], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238782268330492], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26999281788147866`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.20868513853150295`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.14998197512203815`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047620279078784`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06287256206032348], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0368114106160649], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195389577044223`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010394322628077523`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005024048467908596], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.002282442555890368], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0009753109290666012], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003922458226590082], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001485465317676464], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00005300159029025807], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000017821431455242245`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.6487953330319*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6884945265687465`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.760131994597735*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2643313370894536`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1659671563270674`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.48325129972109*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6328628788234819`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1677153645806263`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.088094819735416*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.3920629143318856`*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.3272087563044575`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.832743257961567*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4217914771126217`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.32567000160495*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6666368195941985`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0609812149054986`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9810599578057743`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.4116631272024175`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.724537489333777*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014916310732255535`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000044408791955603824`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00012465459441084618`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032973618734472016`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216004839260408], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019274328926285485`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254820689841639], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832868307692757], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232052064649755`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156720731957697], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424904858046805], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736620063121533], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169634900094143`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18557670166900872`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2441302640038156], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994808831719096], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34239468152746955`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.365189740429246], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3649545246332358], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556191337069786`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.31714411817912697`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29272520634893734`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2831781474893005], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2927257772045354], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3171451988543352], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556331443836774`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36495549962782103`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36518996952251787`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34239410344109167`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948017427715923`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.24412975452811908`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1855765433663586], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13169628499258557`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08736616587975017], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05424902446197952], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03156723215746764], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.017232085456314442`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008832886886863404], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004254833839332509], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001927455596874396], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008216227346329327], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00032975502539478934`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000124659617551092], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00004440853765234694], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000014911016422780816`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.721754248106306*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.409498161531895*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.9702878709843883`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0553987746722032`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.6433145020978252`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.201171760085773*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3691244839416416`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7556941454033707`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.96879577791578*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.043029869154718*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.043086765804615*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.3188333824468988`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1223786909494581`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.031787365167672*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1125146375976672`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.385110933927538*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1532655486451025`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.119322721605596*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.7497121241592263`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011857652687468037`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536701872229758], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009946340062172727], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0002636746574098847], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586598360202644], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497299183563627`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0034329146089569816`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.007155969402399763], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029323370646406`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025852888350696858`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04475101800732305], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271465074896581], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083411375235055`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.15838180920691747`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2121132995281631], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662760803076956], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136876487920082], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781566417723375`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651895467179452], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3670386172772072], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591468039490425], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34964812668466255`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34556153292481706`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34964760686141505`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35914646170594905`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3670390226741187], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3651904100878222], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781637113516917`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.313687782280697], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26627577044114287`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.21211277436001058`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.15838126552553405`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.11083369783066194`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.07271451426304756], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.044751147994057446`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.025853146042559477`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.014029524751852127`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0071560641211977985`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.003432922564640002], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0015497192654488896`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0006586506038630456], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00026367225834657564`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009945860331128871], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00003536287372954873], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000011853579266821789`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.747534325521169*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1174962586046374`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.1471562475292844`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.34269858144956*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.093579270208262*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.9588639715657264`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.0867201388327021`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.1989929333853993`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.5995005440663466`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.819481338223078*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.029215766107286*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.822813924608238*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.674243569341691*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.766889969759947*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.5832550434263084`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.300482085607972*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.368381779535852*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.421411865545969*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.826903745850574*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.954209146319767*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00002676064023000782], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007543637022962704], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00020048769277520448`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022695702368515], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0011857551687065877`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00263708465475309], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522747294054644], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887336385660569`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.020195322298601506`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.03523528497732046], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780395632682071], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914393613329909], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1292335980050592], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1761846462047548], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2261042661513222], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737087198122679], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136875444890146], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34239433858574275`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3591160412060018], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3662046572927133], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783195658693285`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3678557618106392], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36783095368483093`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.36620352978783016`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35911558629662493`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34239468797795886`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3136881720926575], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2737091981786628], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610436047612165`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.17618440034202934`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.12923313842754242`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.08914353670668473], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.05780380938196242], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.035235407854784545`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02019557566315446], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.010887530133489946`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.005522840486248376], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0026370866158955263`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.001185735731204316], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0005022401635935918], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000200471493139938], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00007542653465400063], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000026756991933604668`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.952304181335686*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.8262641582644222`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.418249002727191*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.367005308070924*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.286831570542649*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.578998675425182*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.724506746008111*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[8.410540267555174*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7469477122238874`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7848921920034137`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.76726699749963*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.7442325874317938`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3316795371282593`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.099468901325459*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.703733594948898*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1245557397204234`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.4740170195151226`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.689706283118259*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.018012658198177*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.023457739314425*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.422506732617129*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000019236050752829382`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0000543592090615072], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448863799891756], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0003641597084256413], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008629038815052806], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019273799812981058`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.004056888491371209], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045131399211864], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.01502756719253977], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.026436038100214394`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.04379636880655495], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833920046240803], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.1004765280452401], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930917459009673`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18241049733228945`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610422482580772`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2662759655156249], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.29948062333691383`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3238786246210371], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395253008463935], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.34781699137773114`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.35035204883364907`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3478162233891906], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.3395242637291045], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.32387780784871106`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.2994803463139806], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.26627607297096], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.22610456467586054`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.18241074029612764`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.13930924825449398`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.10047644784681575`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.06833911389355822], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.043796378953538155`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.02643613089330408], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.015027691249172281`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.008045215393727595], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00405694332661135], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0019273764256874683`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0008628809490435236], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00036412705807679474`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.0001448661076167957], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000054347765667877116`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00001923332376893356], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.4218008895563*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.02329879087933*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[6.019431020395238*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.6904466905867448`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.484771361192603*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1242117832386269`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.692100120290833*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.995368702523203*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.2229708752413202`*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[2.411656244743932*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[5.171665665371083*^-12], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.8630740982539997`*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[9.346882327814081*^-11], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.165696182907473*^-10], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.7986510864912614`*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[7.609076744353375*^-9], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[3.0290158769186734`*^-8], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.1432261168965275`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.0793077891631965`*^-7], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[1.3751394919500798`*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[4.373552162418309*^-6], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000013130466981417021`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.000037205826629568615`], RGBColor[ Rational[1, 3], Rational[1, 3], 1]], Directive[ Opacity[0.00009947324924689546], RGBColor[