diff --git a/assets/arrow.png b/assets/arrow.png new file mode 100644 index 0000000..e6a3dbf Binary files /dev/null and b/assets/arrow.png differ diff --git a/assets/css/orbit.min.css b/assets/css/orbit.min.css index a84f2c2..705a3f2 100644 --- a/assets/css/orbit.min.css +++ b/assets/css/orbit.min.css @@ -159,6 +159,8 @@ Please see **Radial Layout section**. * bug alineacion gaps ... 180 on mas de un sector/ o-label * separar vector de constellation... o vector to spoke / vector.is-poligon to segment * ornit-nth cambiar nombre +* trabajar con spoke as container... tiene que alinearse siempre a la mitad asi, si tiene una imagen dentro queda +alineada tambien. */.orbit,[class*=orbit-]{container-name:orbit;--o-diameter: calc(var(--o-orbit-number) * var(--o-lenght) / 12);--o-radius: calc(var(--o-diameter) / 2);width:calc(var(--o-diameter)/var(--o-ellipse-x));height:calc(var(--o-diameter)/var(--o-ellipse-y));position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}/*! @@ -251,7 +253,7 @@ It has some special classes and css variables to customize it: **Important:** `.spoke` can only be placed into a parent `.orbit` or `.orbit-*` -*/.spoke{container-name:spoke;--o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);--o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite)) ), calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) ) rotate( calc(var(--o-from) + var(--o-angle-composite)) );width:calc(var(--o-radius)/var(--o-orbit-number)*var(--o-size-ratio, 1));position:absolute;padding:0;transform:var(--o-transform);height:1px;pointer-events:none;border:none;background:#000}.spoke.at-center{--o-transform: rotate( calc(var(--o-from) + var(--o-angle-composite)) ) }/*! +*/.spoke{container-name:spoke;--o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);--o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite)) ), calc( (var(--o-radius) - var(--o-aligment, 1px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) ) rotate( calc(var(--o-from) + var(--o-angle-composite)) );width:calc(var(--o-radius)/var(--o-orbit-number)*var(--o-size-ratio, 1));position:absolute;display:flex;align-items:center;transform:var(--o-transform);height:1px;pointer-events:none;border:none}.spoke.at-center{--o-transform: rotate( calc(var(--o-from) + var(--o-angle-composite)) ) }/*! ## .spoke This class renders a perpendicular segment along an orbit. By default there are 24 spokes per orbit. The number can be modify with `$max-orbiters` var at `_variables.scss`. @@ -366,7 +368,7 @@ There are some modifiers to adjust orbit child distribution: - ADD VECTOR POLYGON OK - SYNC VECTOR AND SATELLITES BY DEFAULT - pensar el tema de si reducir o no las zone orbits anidadas.. me da que se complica -*/.orbit-0{--o-orbit-number: 0.01}:nth-child(1 of .orbit),.orbit-1{--o-orbit-number: 1}:nth-child(2 of .orbit),.orbit-2{--o-orbit-number: 2}:nth-child(3 of .orbit),.orbit-3{--o-orbit-number: 3}:nth-child(4 of .orbit),.orbit-4{--o-orbit-number: 4}:nth-child(5 of .orbit),.orbit-5{--o-orbit-number: 5}:nth-child(6 of .orbit),.orbit-6{--o-orbit-number: 6}:nth-child(7 of .orbit),.orbit-7{--o-orbit-number: 7}:nth-child(8 of .orbit),.orbit-8{--o-orbit-number: 8}:nth-child(9 of .orbit),.orbit-9{--o-orbit-number: 9}:nth-child(10 of .orbit),.orbit-10{--o-orbit-number: 10}:nth-child(11 of .orbit),.orbit-11{--o-orbit-number: 11}:nth-child(12 of .orbit),.orbit-12{--o-orbit-number: 12}:nth-child(1 of .segment){--o-orbit-child-number: -1}:nth-child(2 of .segment){--o-orbit-child-number: 0}:nth-child(3 of .segment){--o-orbit-child-number: 1}:nth-child(4 of .segment){--o-orbit-child-number: 2}:nth-child(5 of .segment){--o-orbit-child-number: 3}:nth-child(6 of .segment){--o-orbit-child-number: 4}:nth-child(7 of .segment){--o-orbit-child-number: 5}:nth-child(8 of .segment){--o-orbit-child-number: 6}:nth-child(9 of .segment){--o-orbit-child-number: 7}:nth-child(10 of .segment){--o-orbit-child-number: 8}:nth-child(11 of .segment){--o-orbit-child-number: 9}:nth-child(12 of .segment){--o-orbit-child-number: 10}:nth-child(13 of .segment){--o-orbit-child-number: 11}:nth-child(14 of .segment){--o-orbit-child-number: 12}:nth-child(15 of .segment){--o-orbit-child-number: 13}:nth-child(16 of .segment){--o-orbit-child-number: 14}:nth-child(17 of .segment){--o-orbit-child-number: 15}:nth-child(18 of .segment){--o-orbit-child-number: 16}:nth-child(19 of .segment){--o-orbit-child-number: 17}:nth-child(20 of .segment){--o-orbit-child-number: 18}:nth-child(21 of .segment){--o-orbit-child-number: 19}:nth-child(22 of .segment){--o-orbit-child-number: 20}:nth-child(23 of .segment){--o-orbit-child-number: 21}:nth-child(24 of .segment){--o-orbit-child-number: 22}:nth-child(25 of .segment){--o-orbit-child-number: 23}:nth-child(26 of .segment){--o-orbit-child-number: 24}:nth-child(27 of .segment){--o-orbit-child-number: 25}:nth-child(28 of .segment){--o-orbit-child-number: 26}:nth-child(29 of .segment){--o-orbit-child-number: 27}:nth-child(30 of .segment){--o-orbit-child-number: 28}:nth-child(31 of .segment){--o-orbit-child-number: 29}:nth-child(32 of .segment){--o-orbit-child-number: 30}:nth-child(33 of .segment){--o-orbit-child-number: 31}:nth-child(34 of .segment){--o-orbit-child-number: 32}:nth-child(35 of .segment){--o-orbit-child-number: 33}:nth-child(36 of .segment){--o-orbit-child-number: 34}:nth-child(37 of .segment){--o-orbit-child-number: 35}:nth-child(38 of .segment){--o-orbit-child-number: 36}:nth-child(39 of .segment){--o-orbit-child-number: 37}:nth-child(40 of .segment){--o-orbit-child-number: 38}:nth-child(41 of .segment){--o-orbit-child-number: 39}:nth-child(42 of .segment){--o-orbit-child-number: 40}:nth-child(43 of .segment){--o-orbit-child-number: 41}:nth-child(44 of .segment){--o-orbit-child-number: 42}:nth-child(45 of .segment){--o-orbit-child-number: 43}:nth-child(46 of .segment){--o-orbit-child-number: 44}:nth-child(47 of .segment){--o-orbit-child-number: 45}:nth-child(48 of .segment){--o-orbit-child-number: 46}:nth-child(49 of .segment){--o-orbit-child-number: 47}:nth-child(50 of .segment){--o-orbit-child-number: 48}:nth-child(51 of .segment){--o-orbit-child-number: 49}:nth-child(52 of .segment){--o-orbit-child-number: 50}:nth-child(53 of .segment){--o-orbit-child-number: 51}:nth-child(54 of .segment){--o-orbit-child-number: 52}:nth-child(55 of .segment){--o-orbit-child-number: 53}:nth-child(56 of .segment){--o-orbit-child-number: 54}:nth-child(57 of .segment){--o-orbit-child-number: 55}:nth-child(58 of .segment){--o-orbit-child-number: 56}:nth-child(59 of .segment){--o-orbit-child-number: 57}:nth-child(60 of .segment){--o-orbit-child-number: 58}:nth-child(1 of .satellite),:nth-child(1 of o-sector),:nth-child(1 of .spoke),:nth-child(1 of o-label){--o-orbit-child-number: 0}:nth-child(2 of .satellite),:nth-child(2 of o-sector),:nth-child(2 of .spoke),:nth-child(2 of o-label){--o-orbit-child-number: 1}:nth-child(3 of .satellite),:nth-child(3 of o-sector),:nth-child(3 of .spoke),:nth-child(3 of o-label){--o-orbit-child-number: 2}:nth-child(4 of .satellite),:nth-child(4 of o-sector),:nth-child(4 of .spoke),:nth-child(4 of o-label){--o-orbit-child-number: 3}:nth-child(5 of .satellite),:nth-child(5 of o-sector),:nth-child(5 of .spoke),:nth-child(5 of o-label){--o-orbit-child-number: 4}:nth-child(6 of .satellite),:nth-child(6 of o-sector),:nth-child(6 of .spoke),:nth-child(6 of o-label){--o-orbit-child-number: 5}:nth-child(7 of .satellite),:nth-child(7 of o-sector),:nth-child(7 of .spoke),:nth-child(7 of o-label){--o-orbit-child-number: 6}:nth-child(8 of .satellite),:nth-child(8 of o-sector),:nth-child(8 of .spoke),:nth-child(8 of o-label){--o-orbit-child-number: 7}:nth-child(9 of .satellite),:nth-child(9 of o-sector),:nth-child(9 of .spoke),:nth-child(9 of o-label){--o-orbit-child-number: 8}:nth-child(10 of .satellite),:nth-child(10 of o-sector),:nth-child(10 of .spoke),:nth-child(10 of o-label){--o-orbit-child-number: 9}:nth-child(11 of .satellite),:nth-child(11 of o-sector),:nth-child(11 of .spoke),:nth-child(11 of o-label){--o-orbit-child-number: 10}:nth-child(12 of .satellite),:nth-child(12 of o-sector),:nth-child(12 of .spoke),:nth-child(12 of o-label){--o-orbit-child-number: 11}:nth-child(13 of .satellite),:nth-child(13 of o-sector),:nth-child(13 of .spoke),:nth-child(13 of o-label){--o-orbit-child-number: 12}:nth-child(14 of .satellite),:nth-child(14 of o-sector),:nth-child(14 of .spoke),:nth-child(14 of o-label){--o-orbit-child-number: 13}:nth-child(15 of .satellite),:nth-child(15 of o-sector),:nth-child(15 of .spoke),:nth-child(15 of o-label){--o-orbit-child-number: 14}:nth-child(16 of .satellite),:nth-child(16 of o-sector),:nth-child(16 of .spoke),:nth-child(16 of o-label){--o-orbit-child-number: 15}:nth-child(17 of .satellite),:nth-child(17 of o-sector),:nth-child(17 of .spoke),:nth-child(17 of o-label){--o-orbit-child-number: 16}:nth-child(18 of .satellite),:nth-child(18 of o-sector),:nth-child(18 of .spoke),:nth-child(18 of o-label){--o-orbit-child-number: 17}:nth-child(19 of .satellite),:nth-child(19 of o-sector),:nth-child(19 of .spoke),:nth-child(19 of o-label){--o-orbit-child-number: 18}:nth-child(20 of .satellite),:nth-child(20 of o-sector),:nth-child(20 of .spoke),:nth-child(20 of o-label){--o-orbit-child-number: 19}:nth-child(21 of .satellite),:nth-child(21 of o-sector),:nth-child(21 of .spoke),:nth-child(21 of o-label){--o-orbit-child-number: 20}:nth-child(22 of .satellite),:nth-child(22 of o-sector),:nth-child(22 of .spoke),:nth-child(22 of o-label){--o-orbit-child-number: 21}:nth-child(23 of .satellite),:nth-child(23 of o-sector),:nth-child(23 of .spoke),:nth-child(23 of o-label){--o-orbit-child-number: 22}:nth-child(24 of .satellite),:nth-child(24 of o-sector),:nth-child(24 of .spoke),:nth-child(24 of o-label){--o-orbit-child-number: 23}:nth-child(25 of .satellite),:nth-child(25 of o-sector),:nth-child(25 of .spoke),:nth-child(25 of o-label){--o-orbit-child-number: 24}:nth-child(26 of .satellite),:nth-child(26 of o-sector),:nth-child(26 of .spoke),:nth-child(26 of o-label){--o-orbit-child-number: 25}:nth-child(27 of .satellite),:nth-child(27 of o-sector),:nth-child(27 of .spoke),:nth-child(27 of o-label){--o-orbit-child-number: 26}:nth-child(28 of .satellite),:nth-child(28 of o-sector),:nth-child(28 of .spoke),:nth-child(28 of o-label){--o-orbit-child-number: 27}:nth-child(29 of .satellite),:nth-child(29 of o-sector),:nth-child(29 of .spoke),:nth-child(29 of o-label){--o-orbit-child-number: 28}:nth-child(30 of .satellite),:nth-child(30 of o-sector),:nth-child(30 of .spoke),:nth-child(30 of o-label){--o-orbit-child-number: 29}:nth-child(31 of .satellite),:nth-child(31 of o-sector),:nth-child(31 of .spoke),:nth-child(31 of o-label){--o-orbit-child-number: 30}:nth-child(32 of .satellite),:nth-child(32 of o-sector),:nth-child(32 of .spoke),:nth-child(32 of o-label){--o-orbit-child-number: 31}:nth-child(33 of .satellite),:nth-child(33 of o-sector),:nth-child(33 of .spoke),:nth-child(33 of o-label){--o-orbit-child-number: 32}:nth-child(34 of .satellite),:nth-child(34 of o-sector),:nth-child(34 of .spoke),:nth-child(34 of o-label){--o-orbit-child-number: 33}:nth-child(35 of .satellite),:nth-child(35 of o-sector),:nth-child(35 of .spoke),:nth-child(35 of o-label){--o-orbit-child-number: 34}:nth-child(36 of .satellite),:nth-child(36 of o-sector),:nth-child(36 of .spoke),:nth-child(36 of o-label){--o-orbit-child-number: 35}:nth-child(37 of .satellite),:nth-child(37 of o-sector),:nth-child(37 of .spoke),:nth-child(37 of o-label){--o-orbit-child-number: 36}:nth-child(38 of .satellite),:nth-child(38 of o-sector),:nth-child(38 of .spoke),:nth-child(38 of o-label){--o-orbit-child-number: 37}:nth-child(39 of .satellite),:nth-child(39 of o-sector),:nth-child(39 of .spoke),:nth-child(39 of o-label){--o-orbit-child-number: 38}:nth-child(40 of .satellite),:nth-child(40 of o-sector),:nth-child(40 of .spoke),:nth-child(40 of o-label){--o-orbit-child-number: 39}:nth-child(41 of .satellite),:nth-child(41 of o-sector),:nth-child(41 of .spoke),:nth-child(41 of o-label){--o-orbit-child-number: 40}:nth-child(42 of .satellite),:nth-child(42 of o-sector),:nth-child(42 of .spoke),:nth-child(42 of o-label){--o-orbit-child-number: 41}:nth-child(43 of .satellite),:nth-child(43 of o-sector),:nth-child(43 of .spoke),:nth-child(43 of o-label){--o-orbit-child-number: 42}:nth-child(44 of .satellite),:nth-child(44 of o-sector),:nth-child(44 of .spoke),:nth-child(44 of o-label){--o-orbit-child-number: 43}:nth-child(45 of .satellite),:nth-child(45 of o-sector),:nth-child(45 of .spoke),:nth-child(45 of o-label){--o-orbit-child-number: 44}:nth-child(46 of .satellite),:nth-child(46 of o-sector),:nth-child(46 of .spoke),:nth-child(46 of o-label){--o-orbit-child-number: 45}:nth-child(47 of .satellite),:nth-child(47 of o-sector),:nth-child(47 of .spoke),:nth-child(47 of o-label){--o-orbit-child-number: 46}:nth-child(48 of .satellite),:nth-child(48 of o-sector),:nth-child(48 of .spoke),:nth-child(48 of o-label){--o-orbit-child-number: 47}:nth-child(49 of .satellite),:nth-child(49 of o-sector),:nth-child(49 of .spoke),:nth-child(49 of o-label){--o-orbit-child-number: 48}:nth-child(50 of .satellite),:nth-child(50 of o-sector),:nth-child(50 of .spoke),:nth-child(50 of o-label){--o-orbit-child-number: 49}:nth-child(51 of .satellite),:nth-child(51 of o-sector),:nth-child(51 of .spoke),:nth-child(51 of o-label){--o-orbit-child-number: 50}:nth-child(52 of .satellite),:nth-child(52 of o-sector),:nth-child(52 of .spoke),:nth-child(52 of o-label){--o-orbit-child-number: 51}:nth-child(53 of .satellite),:nth-child(53 of o-sector),:nth-child(53 of .spoke),:nth-child(53 of o-label){--o-orbit-child-number: 52}:nth-child(54 of .satellite),:nth-child(54 of o-sector),:nth-child(54 of .spoke),:nth-child(54 of o-label){--o-orbit-child-number: 53}:nth-child(55 of .satellite),:nth-child(55 of o-sector),:nth-child(55 of .spoke),:nth-child(55 of o-label){--o-orbit-child-number: 54}:nth-child(56 of .satellite),:nth-child(56 of o-sector),:nth-child(56 of .spoke),:nth-child(56 of o-label){--o-orbit-child-number: 55}:nth-child(57 of .satellite),:nth-child(57 of o-sector),:nth-child(57 of .spoke),:nth-child(57 of o-label){--o-orbit-child-number: 56}:nth-child(58 of .satellite),:nth-child(58 of o-sector),:nth-child(58 of .spoke),:nth-child(58 of o-label){--o-orbit-child-number: 57}:nth-child(59 of .satellite),:nth-child(59 of o-sector),:nth-child(59 of .spoke),:nth-child(59 of o-label){--o-orbit-child-number: 58}:nth-child(60 of .satellite),:nth-child(60 of o-sector),:nth-child(60 of .spoke),:nth-child(60 of o-label){--o-orbit-child-number: 59}.orbit:has(>:nth-child(1 of .satellite),>:nth-child(1 of o-sector),>:nth-child(1 of .spoke)),[class*=orbit-]:has(>:nth-child(1 of .satellite),>:nth-child(1 of o-sector),>:nth-child(1 of .segment),>:nth-child(1 of o-label)){--o-angle: calc(var(--o-range) / 1)}.orbit:has(>:nth-child(2 of .satellite),>:nth-child(2 of o-sector),>:nth-child(2 of .spoke)),[class*=orbit-]:has(>:nth-child(2 of .satellite),>:nth-child(2 of o-sector),>:nth-child(2 of .segment),>:nth-child(2 of o-label)){--o-angle: calc(var(--o-range) / 2)}.orbit:has(>:nth-child(3 of .satellite),>:nth-child(3 of o-sector),>:nth-child(3 of .spoke)),[class*=orbit-]:has(>:nth-child(3 of .satellite),>:nth-child(3 of o-sector),>:nth-child(3 of .segment),>:nth-child(3 of o-label)){--o-angle: calc(var(--o-range) / 3)}.orbit:has(>:nth-child(4 of .satellite),>:nth-child(4 of o-sector),>:nth-child(4 of .spoke)),[class*=orbit-]:has(>:nth-child(4 of .satellite),>:nth-child(4 of o-sector),>:nth-child(4 of .segment),>:nth-child(4 of o-label)){--o-angle: calc(var(--o-range) / 4)}.orbit:has(>:nth-child(5 of .satellite),>:nth-child(5 of o-sector),>:nth-child(5 of .spoke)),[class*=orbit-]:has(>:nth-child(5 of .satellite),>:nth-child(5 of o-sector),>:nth-child(5 of .segment),>:nth-child(5 of o-label)){--o-angle: calc(var(--o-range) / 5)}.orbit:has(>:nth-child(6 of .satellite),>:nth-child(6 of o-sector),>:nth-child(6 of .spoke)),[class*=orbit-]:has(>:nth-child(6 of .satellite),>:nth-child(6 of o-sector),>:nth-child(6 of .segment),>:nth-child(6 of o-label)){--o-angle: calc(var(--o-range) / 6)}.orbit:has(>:nth-child(7 of .satellite),>:nth-child(7 of o-sector),>:nth-child(7 of .spoke)),[class*=orbit-]:has(>:nth-child(7 of .satellite),>:nth-child(7 of o-sector),>:nth-child(7 of .segment),>:nth-child(7 of o-label)){--o-angle: calc(var(--o-range) / 7)}.orbit:has(>:nth-child(8 of .satellite),>:nth-child(8 of o-sector),>:nth-child(8 of .spoke)),[class*=orbit-]:has(>:nth-child(8 of .satellite),>:nth-child(8 of o-sector),>:nth-child(8 of .segment),>:nth-child(8 of o-label)){--o-angle: calc(var(--o-range) / 8)}.orbit:has(>:nth-child(9 of .satellite),>:nth-child(9 of o-sector),>:nth-child(9 of .spoke)),[class*=orbit-]:has(>:nth-child(9 of .satellite),>:nth-child(9 of o-sector),>:nth-child(9 of .segment),>:nth-child(9 of o-label)){--o-angle: calc(var(--o-range) / 9)}.orbit:has(>:nth-child(10 of .satellite),>:nth-child(10 of o-sector),>:nth-child(10 of .spoke)),[class*=orbit-]:has(>:nth-child(10 of .satellite),>:nth-child(10 of o-sector),>:nth-child(10 of .segment),>:nth-child(10 of o-label)){--o-angle: calc(var(--o-range) / 10)}.orbit:has(>:nth-child(11 of .satellite),>:nth-child(11 of o-sector),>:nth-child(11 of .spoke)),[class*=orbit-]:has(>:nth-child(11 of .satellite),>:nth-child(11 of o-sector),>:nth-child(11 of .segment),>:nth-child(11 of o-label)){--o-angle: calc(var(--o-range) / 11)}.orbit:has(>:nth-child(12 of .satellite),>:nth-child(12 of o-sector),>:nth-child(12 of .spoke)),[class*=orbit-]:has(>:nth-child(12 of .satellite),>:nth-child(12 of o-sector),>:nth-child(12 of .segment),>:nth-child(12 of o-label)){--o-angle: calc(var(--o-range) / 12)}.orbit:has(>:nth-child(13 of .satellite),>:nth-child(13 of o-sector),>:nth-child(13 of .spoke)),[class*=orbit-]:has(>:nth-child(13 of .satellite),>:nth-child(13 of o-sector),>:nth-child(13 of .segment),>:nth-child(13 of o-label)){--o-angle: calc(var(--o-range) / 13)}.orbit:has(>:nth-child(14 of .satellite),>:nth-child(14 of o-sector),>:nth-child(14 of .spoke)),[class*=orbit-]:has(>:nth-child(14 of .satellite),>:nth-child(14 of o-sector),>:nth-child(14 of .segment),>:nth-child(14 of o-label)){--o-angle: calc(var(--o-range) / 14)}.orbit:has(>:nth-child(15 of .satellite),>:nth-child(15 of o-sector),>:nth-child(15 of .spoke)),[class*=orbit-]:has(>:nth-child(15 of .satellite),>:nth-child(15 of o-sector),>:nth-child(15 of .segment),>:nth-child(15 of o-label)){--o-angle: calc(var(--o-range) / 15)}.orbit:has(>:nth-child(16 of .satellite),>:nth-child(16 of o-sector),>:nth-child(16 of .spoke)),[class*=orbit-]:has(>:nth-child(16 of .satellite),>:nth-child(16 of o-sector),>:nth-child(16 of .segment),>:nth-child(16 of o-label)){--o-angle: calc(var(--o-range) / 16)}.orbit:has(>:nth-child(17 of .satellite),>:nth-child(17 of o-sector),>:nth-child(17 of .spoke)),[class*=orbit-]:has(>:nth-child(17 of .satellite),>:nth-child(17 of o-sector),>:nth-child(17 of .segment),>:nth-child(17 of o-label)){--o-angle: calc(var(--o-range) / 17)}.orbit:has(>:nth-child(18 of .satellite),>:nth-child(18 of o-sector),>:nth-child(18 of .spoke)),[class*=orbit-]:has(>:nth-child(18 of .satellite),>:nth-child(18 of o-sector),>:nth-child(18 of .segment),>:nth-child(18 of o-label)){--o-angle: calc(var(--o-range) / 18)}.orbit:has(>:nth-child(19 of .satellite),>:nth-child(19 of o-sector),>:nth-child(19 of .spoke)),[class*=orbit-]:has(>:nth-child(19 of .satellite),>:nth-child(19 of o-sector),>:nth-child(19 of .segment),>:nth-child(19 of o-label)){--o-angle: calc(var(--o-range) / 19)}.orbit:has(>:nth-child(20 of .satellite),>:nth-child(20 of o-sector),>:nth-child(20 of .spoke)),[class*=orbit-]:has(>:nth-child(20 of .satellite),>:nth-child(20 of o-sector),>:nth-child(20 of .segment),>:nth-child(20 of o-label)){--o-angle: calc(var(--o-range) / 20)}.orbit:has(>:nth-child(21 of .satellite),>:nth-child(21 of o-sector),>:nth-child(21 of .spoke)),[class*=orbit-]:has(>:nth-child(21 of .satellite),>:nth-child(21 of o-sector),>:nth-child(21 of .segment),>:nth-child(21 of o-label)){--o-angle: calc(var(--o-range) / 21)}.orbit:has(>:nth-child(22 of .satellite),>:nth-child(22 of o-sector),>:nth-child(22 of .spoke)),[class*=orbit-]:has(>:nth-child(22 of .satellite),>:nth-child(22 of o-sector),>:nth-child(22 of .segment),>:nth-child(22 of o-label)){--o-angle: calc(var(--o-range) / 22)}.orbit:has(>:nth-child(23 of .satellite),>:nth-child(23 of o-sector),>:nth-child(23 of .spoke)),[class*=orbit-]:has(>:nth-child(23 of .satellite),>:nth-child(23 of o-sector),>:nth-child(23 of .segment),>:nth-child(23 of o-label)){--o-angle: calc(var(--o-range) / 23)}.orbit:has(>:nth-child(24 of .satellite),>:nth-child(24 of o-sector),>:nth-child(24 of .spoke)),[class*=orbit-]:has(>:nth-child(24 of .satellite),>:nth-child(24 of o-sector),>:nth-child(24 of .segment),>:nth-child(24 of o-label)){--o-angle: calc(var(--o-range) / 24)}.orbit:has(>:nth-child(25 of .satellite),>:nth-child(25 of o-sector),>:nth-child(25 of .spoke)),[class*=orbit-]:has(>:nth-child(25 of .satellite),>:nth-child(25 of o-sector),>:nth-child(25 of .segment),>:nth-child(25 of o-label)){--o-angle: calc(var(--o-range) / 25)}.orbit:has(>:nth-child(26 of .satellite),>:nth-child(26 of o-sector),>:nth-child(26 of .spoke)),[class*=orbit-]:has(>:nth-child(26 of .satellite),>:nth-child(26 of o-sector),>:nth-child(26 of .segment),>:nth-child(26 of o-label)){--o-angle: calc(var(--o-range) / 26)}.orbit:has(>:nth-child(27 of .satellite),>:nth-child(27 of o-sector),>:nth-child(27 of .spoke)),[class*=orbit-]:has(>:nth-child(27 of .satellite),>:nth-child(27 of o-sector),>:nth-child(27 of .segment),>:nth-child(27 of o-label)){--o-angle: calc(var(--o-range) / 27)}.orbit:has(>:nth-child(28 of .satellite),>:nth-child(28 of o-sector),>:nth-child(28 of .spoke)),[class*=orbit-]:has(>:nth-child(28 of .satellite),>:nth-child(28 of o-sector),>:nth-child(28 of .segment),>:nth-child(28 of o-label)){--o-angle: calc(var(--o-range) / 28)}.orbit:has(>:nth-child(29 of .satellite),>:nth-child(29 of o-sector),>:nth-child(29 of .spoke)),[class*=orbit-]:has(>:nth-child(29 of .satellite),>:nth-child(29 of o-sector),>:nth-child(29 of .segment),>:nth-child(29 of o-label)){--o-angle: calc(var(--o-range) / 29)}.orbit:has(>:nth-child(30 of .satellite),>:nth-child(30 of o-sector),>:nth-child(30 of .spoke)),[class*=orbit-]:has(>:nth-child(30 of .satellite),>:nth-child(30 of o-sector),>:nth-child(30 of .segment),>:nth-child(30 of o-label)){--o-angle: calc(var(--o-range) / 30)}.orbit:has(>:nth-child(31 of .satellite),>:nth-child(31 of o-sector),>:nth-child(31 of .spoke)),[class*=orbit-]:has(>:nth-child(31 of .satellite),>:nth-child(31 of o-sector),>:nth-child(31 of .segment),>:nth-child(31 of o-label)){--o-angle: calc(var(--o-range) / 31)}.orbit:has(>:nth-child(32 of .satellite),>:nth-child(32 of o-sector),>:nth-child(32 of .spoke)),[class*=orbit-]:has(>:nth-child(32 of .satellite),>:nth-child(32 of o-sector),>:nth-child(32 of .segment),>:nth-child(32 of o-label)){--o-angle: calc(var(--o-range) / 32)}.orbit:has(>:nth-child(33 of .satellite),>:nth-child(33 of o-sector),>:nth-child(33 of .spoke)),[class*=orbit-]:has(>:nth-child(33 of .satellite),>:nth-child(33 of o-sector),>:nth-child(33 of .segment),>:nth-child(33 of o-label)){--o-angle: calc(var(--o-range) / 33)}.orbit:has(>:nth-child(34 of .satellite),>:nth-child(34 of o-sector),>:nth-child(34 of .spoke)),[class*=orbit-]:has(>:nth-child(34 of .satellite),>:nth-child(34 of o-sector),>:nth-child(34 of .segment),>:nth-child(34 of o-label)){--o-angle: calc(var(--o-range) / 34)}.orbit:has(>:nth-child(35 of .satellite),>:nth-child(35 of o-sector),>:nth-child(35 of .spoke)),[class*=orbit-]:has(>:nth-child(35 of .satellite),>:nth-child(35 of o-sector),>:nth-child(35 of .segment),>:nth-child(35 of o-label)){--o-angle: calc(var(--o-range) / 35)}.orbit:has(>:nth-child(36 of .satellite),>:nth-child(36 of o-sector),>:nth-child(36 of .spoke)),[class*=orbit-]:has(>:nth-child(36 of .satellite),>:nth-child(36 of o-sector),>:nth-child(36 of .segment),>:nth-child(36 of o-label)){--o-angle: calc(var(--o-range) / 36)}.orbit:has(>:nth-child(37 of .satellite),>:nth-child(37 of o-sector),>:nth-child(37 of .spoke)),[class*=orbit-]:has(>:nth-child(37 of .satellite),>:nth-child(37 of o-sector),>:nth-child(37 of .segment),>:nth-child(37 of o-label)){--o-angle: calc(var(--o-range) / 37)}.orbit:has(>:nth-child(38 of .satellite),>:nth-child(38 of o-sector),>:nth-child(38 of .spoke)),[class*=orbit-]:has(>:nth-child(38 of .satellite),>:nth-child(38 of o-sector),>:nth-child(38 of .segment),>:nth-child(38 of o-label)){--o-angle: calc(var(--o-range) / 38)}.orbit:has(>:nth-child(39 of .satellite),>:nth-child(39 of o-sector),>:nth-child(39 of .spoke)),[class*=orbit-]:has(>:nth-child(39 of .satellite),>:nth-child(39 of o-sector),>:nth-child(39 of .segment),>:nth-child(39 of o-label)){--o-angle: calc(var(--o-range) / 39)}.orbit:has(>:nth-child(40 of .satellite),>:nth-child(40 of o-sector),>:nth-child(40 of .spoke)),[class*=orbit-]:has(>:nth-child(40 of .satellite),>:nth-child(40 of o-sector),>:nth-child(40 of .segment),>:nth-child(40 of o-label)){--o-angle: calc(var(--o-range) / 40)}.orbit:has(>:nth-child(41 of .satellite),>:nth-child(41 of o-sector),>:nth-child(41 of .spoke)),[class*=orbit-]:has(>:nth-child(41 of .satellite),>:nth-child(41 of o-sector),>:nth-child(41 of .segment),>:nth-child(41 of o-label)){--o-angle: calc(var(--o-range) / 41)}.orbit:has(>:nth-child(42 of .satellite),>:nth-child(42 of o-sector),>:nth-child(42 of .spoke)),[class*=orbit-]:has(>:nth-child(42 of .satellite),>:nth-child(42 of o-sector),>:nth-child(42 of .segment),>:nth-child(42 of o-label)){--o-angle: calc(var(--o-range) / 42)}.orbit:has(>:nth-child(43 of .satellite),>:nth-child(43 of o-sector),>:nth-child(43 of .spoke)),[class*=orbit-]:has(>:nth-child(43 of .satellite),>:nth-child(43 of o-sector),>:nth-child(43 of .segment),>:nth-child(43 of o-label)){--o-angle: calc(var(--o-range) / 43)}.orbit:has(>:nth-child(44 of .satellite),>:nth-child(44 of o-sector),>:nth-child(44 of .spoke)),[class*=orbit-]:has(>:nth-child(44 of .satellite),>:nth-child(44 of o-sector),>:nth-child(44 of .segment),>:nth-child(44 of o-label)){--o-angle: calc(var(--o-range) / 44)}.orbit:has(>:nth-child(45 of .satellite),>:nth-child(45 of o-sector),>:nth-child(45 of .spoke)),[class*=orbit-]:has(>:nth-child(45 of .satellite),>:nth-child(45 of o-sector),>:nth-child(45 of .segment),>:nth-child(45 of o-label)){--o-angle: calc(var(--o-range) / 45)}.orbit:has(>:nth-child(46 of .satellite),>:nth-child(46 of o-sector),>:nth-child(46 of .spoke)),[class*=orbit-]:has(>:nth-child(46 of .satellite),>:nth-child(46 of o-sector),>:nth-child(46 of .segment),>:nth-child(46 of o-label)){--o-angle: calc(var(--o-range) / 46)}.orbit:has(>:nth-child(47 of .satellite),>:nth-child(47 of o-sector),>:nth-child(47 of .spoke)),[class*=orbit-]:has(>:nth-child(47 of .satellite),>:nth-child(47 of o-sector),>:nth-child(47 of .segment),>:nth-child(47 of o-label)){--o-angle: calc(var(--o-range) / 47)}.orbit:has(>:nth-child(48 of .satellite),>:nth-child(48 of o-sector),>:nth-child(48 of .spoke)),[class*=orbit-]:has(>:nth-child(48 of .satellite),>:nth-child(48 of o-sector),>:nth-child(48 of .segment),>:nth-child(48 of o-label)){--o-angle: calc(var(--o-range) / 48)}.orbit:has(>:nth-child(49 of .satellite),>:nth-child(49 of o-sector),>:nth-child(49 of .spoke)),[class*=orbit-]:has(>:nth-child(49 of .satellite),>:nth-child(49 of o-sector),>:nth-child(49 of .segment),>:nth-child(49 of o-label)){--o-angle: calc(var(--o-range) / 49)}.orbit:has(>:nth-child(50 of .satellite),>:nth-child(50 of o-sector),>:nth-child(50 of .spoke)),[class*=orbit-]:has(>:nth-child(50 of .satellite),>:nth-child(50 of o-sector),>:nth-child(50 of .segment),>:nth-child(50 of o-label)){--o-angle: calc(var(--o-range) / 50)}.orbit:has(>:nth-child(51 of .satellite),>:nth-child(51 of o-sector),>:nth-child(51 of .spoke)),[class*=orbit-]:has(>:nth-child(51 of .satellite),>:nth-child(51 of o-sector),>:nth-child(51 of .segment),>:nth-child(51 of o-label)){--o-angle: calc(var(--o-range) / 51)}.orbit:has(>:nth-child(52 of .satellite),>:nth-child(52 of o-sector),>:nth-child(52 of .spoke)),[class*=orbit-]:has(>:nth-child(52 of .satellite),>:nth-child(52 of o-sector),>:nth-child(52 of .segment),>:nth-child(52 of o-label)){--o-angle: calc(var(--o-range) / 52)}.orbit:has(>:nth-child(53 of .satellite),>:nth-child(53 of o-sector),>:nth-child(53 of .spoke)),[class*=orbit-]:has(>:nth-child(53 of .satellite),>:nth-child(53 of o-sector),>:nth-child(53 of .segment),>:nth-child(53 of o-label)){--o-angle: calc(var(--o-range) / 53)}.orbit:has(>:nth-child(54 of .satellite),>:nth-child(54 of o-sector),>:nth-child(54 of .spoke)),[class*=orbit-]:has(>:nth-child(54 of .satellite),>:nth-child(54 of o-sector),>:nth-child(54 of .segment),>:nth-child(54 of o-label)){--o-angle: calc(var(--o-range) / 54)}.orbit:has(>:nth-child(55 of .satellite),>:nth-child(55 of o-sector),>:nth-child(55 of .spoke)),[class*=orbit-]:has(>:nth-child(55 of .satellite),>:nth-child(55 of o-sector),>:nth-child(55 of .segment),>:nth-child(55 of o-label)){--o-angle: calc(var(--o-range) / 55)}.orbit:has(>:nth-child(56 of .satellite),>:nth-child(56 of o-sector),>:nth-child(56 of .spoke)),[class*=orbit-]:has(>:nth-child(56 of .satellite),>:nth-child(56 of o-sector),>:nth-child(56 of .segment),>:nth-child(56 of o-label)){--o-angle: calc(var(--o-range) / 56)}.orbit:has(>:nth-child(57 of .satellite),>:nth-child(57 of o-sector),>:nth-child(57 of .spoke)),[class*=orbit-]:has(>:nth-child(57 of .satellite),>:nth-child(57 of o-sector),>:nth-child(57 of .segment),>:nth-child(57 of o-label)){--o-angle: calc(var(--o-range) / 57)}.orbit:has(>:nth-child(58 of .satellite),>:nth-child(58 of o-sector),>:nth-child(58 of .spoke)),[class*=orbit-]:has(>:nth-child(58 of .satellite),>:nth-child(58 of o-sector),>:nth-child(58 of .segment),>:nth-child(58 of o-label)){--o-angle: calc(var(--o-range) / 58)}.orbit:has(>:nth-child(59 of .satellite),>:nth-child(59 of o-sector),>:nth-child(59 of .spoke)),[class*=orbit-]:has(>:nth-child(59 of .satellite),>:nth-child(59 of o-sector),>:nth-child(59 of .segment),>:nth-child(59 of o-label)){--o-angle: calc(var(--o-range) / 59)}.orbit:has(>:nth-child(60 of .satellite),>:nth-child(60 of o-sector),>:nth-child(60 of .spoke)),[class*=orbit-]:has(>:nth-child(60 of .satellite),>:nth-child(60 of o-sector),>:nth-child(60 of .segment),>:nth-child(60 of o-label)){--o-angle: calc(var(--o-range) / 60)}/*! +*/.orbit-0{--o-orbit-number: 0.01}:nth-child(1 of .orbit),.orbit-1{--o-orbit-number: 1}:nth-child(2 of .orbit),.orbit-2{--o-orbit-number: 2}:nth-child(3 of .orbit),.orbit-3{--o-orbit-number: 3}:nth-child(4 of .orbit),.orbit-4{--o-orbit-number: 4}:nth-child(5 of .orbit),.orbit-5{--o-orbit-number: 5}:nth-child(6 of .orbit),.orbit-6{--o-orbit-number: 6}:nth-child(7 of .orbit),.orbit-7{--o-orbit-number: 7}:nth-child(8 of .orbit),.orbit-8{--o-orbit-number: 8}:nth-child(9 of .orbit),.orbit-9{--o-orbit-number: 9}:nth-child(10 of .orbit),.orbit-10{--o-orbit-number: 10}:nth-child(11 of .orbit),.orbit-11{--o-orbit-number: 11}:nth-child(12 of .orbit),.orbit-12{--o-orbit-number: 12}:nth-child(1 of .segment){--o-orbit-child-number: -1}:nth-child(2 of .segment){--o-orbit-child-number: 0}:nth-child(3 of .segment){--o-orbit-child-number: 1}:nth-child(4 of .segment){--o-orbit-child-number: 2}:nth-child(5 of .segment){--o-orbit-child-number: 3}:nth-child(6 of .segment){--o-orbit-child-number: 4}:nth-child(7 of .segment){--o-orbit-child-number: 5}:nth-child(8 of .segment){--o-orbit-child-number: 6}:nth-child(9 of .segment){--o-orbit-child-number: 7}:nth-child(10 of .segment){--o-orbit-child-number: 8}:nth-child(11 of .segment){--o-orbit-child-number: 9}:nth-child(12 of .segment){--o-orbit-child-number: 10}:nth-child(13 of .segment){--o-orbit-child-number: 11}:nth-child(14 of .segment){--o-orbit-child-number: 12}:nth-child(15 of .segment){--o-orbit-child-number: 13}:nth-child(16 of .segment){--o-orbit-child-number: 14}:nth-child(17 of .segment){--o-orbit-child-number: 15}:nth-child(18 of .segment){--o-orbit-child-number: 16}:nth-child(19 of .segment){--o-orbit-child-number: 17}:nth-child(20 of .segment){--o-orbit-child-number: 18}:nth-child(21 of .segment){--o-orbit-child-number: 19}:nth-child(22 of .segment){--o-orbit-child-number: 20}:nth-child(23 of .segment){--o-orbit-child-number: 21}:nth-child(24 of .segment){--o-orbit-child-number: 22}:nth-child(25 of .segment){--o-orbit-child-number: 23}:nth-child(26 of .segment){--o-orbit-child-number: 24}:nth-child(27 of .segment){--o-orbit-child-number: 25}:nth-child(28 of .segment){--o-orbit-child-number: 26}:nth-child(29 of .segment){--o-orbit-child-number: 27}:nth-child(30 of .segment){--o-orbit-child-number: 28}:nth-child(31 of .segment){--o-orbit-child-number: 29}:nth-child(32 of .segment){--o-orbit-child-number: 30}:nth-child(33 of .segment){--o-orbit-child-number: 31}:nth-child(34 of .segment){--o-orbit-child-number: 32}:nth-child(35 of .segment){--o-orbit-child-number: 33}:nth-child(36 of .segment){--o-orbit-child-number: 34}:nth-child(37 of .segment){--o-orbit-child-number: 35}:nth-child(38 of .segment){--o-orbit-child-number: 36}:nth-child(39 of .segment){--o-orbit-child-number: 37}:nth-child(40 of .segment){--o-orbit-child-number: 38}:nth-child(41 of .segment){--o-orbit-child-number: 39}:nth-child(42 of .segment){--o-orbit-child-number: 40}:nth-child(43 of .segment){--o-orbit-child-number: 41}:nth-child(44 of .segment){--o-orbit-child-number: 42}:nth-child(45 of .segment){--o-orbit-child-number: 43}:nth-child(46 of .segment){--o-orbit-child-number: 44}:nth-child(47 of .segment){--o-orbit-child-number: 45}:nth-child(48 of .segment){--o-orbit-child-number: 46}:nth-child(49 of .segment){--o-orbit-child-number: 47}:nth-child(50 of .segment){--o-orbit-child-number: 48}:nth-child(51 of .segment){--o-orbit-child-number: 49}:nth-child(52 of .segment){--o-orbit-child-number: 50}:nth-child(53 of .segment){--o-orbit-child-number: 51}:nth-child(54 of .segment){--o-orbit-child-number: 52}:nth-child(55 of .segment){--o-orbit-child-number: 53}:nth-child(56 of .segment){--o-orbit-child-number: 54}:nth-child(57 of .segment){--o-orbit-child-number: 55}:nth-child(58 of .segment){--o-orbit-child-number: 56}:nth-child(59 of .segment){--o-orbit-child-number: 57}:nth-child(60 of .segment){--o-orbit-child-number: 58}:nth-child(1 of .satellite),:nth-child(1 of o-sector),:nth-child(1 of .spoke),:nth-child(1 of o-label){--o-orbit-child-number: 0}:nth-child(2 of .satellite),:nth-child(2 of o-sector),:nth-child(2 of .spoke),:nth-child(2 of o-label){--o-orbit-child-number: 1}:nth-child(3 of .satellite),:nth-child(3 of o-sector),:nth-child(3 of .spoke),:nth-child(3 of o-label){--o-orbit-child-number: 2}:nth-child(4 of .satellite),:nth-child(4 of o-sector),:nth-child(4 of .spoke),:nth-child(4 of o-label){--o-orbit-child-number: 3}:nth-child(5 of .satellite),:nth-child(5 of o-sector),:nth-child(5 of .spoke),:nth-child(5 of o-label){--o-orbit-child-number: 4}:nth-child(6 of .satellite),:nth-child(6 of o-sector),:nth-child(6 of .spoke),:nth-child(6 of o-label){--o-orbit-child-number: 5}:nth-child(7 of .satellite),:nth-child(7 of o-sector),:nth-child(7 of .spoke),:nth-child(7 of o-label){--o-orbit-child-number: 6}:nth-child(8 of .satellite),:nth-child(8 of o-sector),:nth-child(8 of .spoke),:nth-child(8 of o-label){--o-orbit-child-number: 7}:nth-child(9 of .satellite),:nth-child(9 of o-sector),:nth-child(9 of .spoke),:nth-child(9 of o-label){--o-orbit-child-number: 8}:nth-child(10 of .satellite),:nth-child(10 of o-sector),:nth-child(10 of .spoke),:nth-child(10 of o-label){--o-orbit-child-number: 9}:nth-child(11 of .satellite),:nth-child(11 of o-sector),:nth-child(11 of .spoke),:nth-child(11 of o-label){--o-orbit-child-number: 10}:nth-child(12 of .satellite),:nth-child(12 of o-sector),:nth-child(12 of .spoke),:nth-child(12 of o-label){--o-orbit-child-number: 11}:nth-child(13 of .satellite),:nth-child(13 of o-sector),:nth-child(13 of .spoke),:nth-child(13 of o-label){--o-orbit-child-number: 12}:nth-child(14 of .satellite),:nth-child(14 of o-sector),:nth-child(14 of .spoke),:nth-child(14 of o-label){--o-orbit-child-number: 13}:nth-child(15 of .satellite),:nth-child(15 of o-sector),:nth-child(15 of .spoke),:nth-child(15 of o-label){--o-orbit-child-number: 14}:nth-child(16 of .satellite),:nth-child(16 of o-sector),:nth-child(16 of .spoke),:nth-child(16 of o-label){--o-orbit-child-number: 15}:nth-child(17 of .satellite),:nth-child(17 of o-sector),:nth-child(17 of .spoke),:nth-child(17 of o-label){--o-orbit-child-number: 16}:nth-child(18 of .satellite),:nth-child(18 of o-sector),:nth-child(18 of .spoke),:nth-child(18 of o-label){--o-orbit-child-number: 17}:nth-child(19 of .satellite),:nth-child(19 of o-sector),:nth-child(19 of .spoke),:nth-child(19 of o-label){--o-orbit-child-number: 18}:nth-child(20 of .satellite),:nth-child(20 of o-sector),:nth-child(20 of .spoke),:nth-child(20 of o-label){--o-orbit-child-number: 19}:nth-child(21 of .satellite),:nth-child(21 of o-sector),:nth-child(21 of .spoke),:nth-child(21 of o-label){--o-orbit-child-number: 20}:nth-child(22 of .satellite),:nth-child(22 of o-sector),:nth-child(22 of .spoke),:nth-child(22 of o-label){--o-orbit-child-number: 21}:nth-child(23 of .satellite),:nth-child(23 of o-sector),:nth-child(23 of .spoke),:nth-child(23 of o-label){--o-orbit-child-number: 22}:nth-child(24 of .satellite),:nth-child(24 of o-sector),:nth-child(24 of .spoke),:nth-child(24 of o-label){--o-orbit-child-number: 23}:nth-child(25 of .satellite),:nth-child(25 of o-sector),:nth-child(25 of .spoke),:nth-child(25 of o-label){--o-orbit-child-number: 24}:nth-child(26 of .satellite),:nth-child(26 of o-sector),:nth-child(26 of .spoke),:nth-child(26 of o-label){--o-orbit-child-number: 25}:nth-child(27 of .satellite),:nth-child(27 of o-sector),:nth-child(27 of .spoke),:nth-child(27 of o-label){--o-orbit-child-number: 26}:nth-child(28 of .satellite),:nth-child(28 of o-sector),:nth-child(28 of .spoke),:nth-child(28 of o-label){--o-orbit-child-number: 27}:nth-child(29 of .satellite),:nth-child(29 of o-sector),:nth-child(29 of .spoke),:nth-child(29 of o-label){--o-orbit-child-number: 28}:nth-child(30 of .satellite),:nth-child(30 of o-sector),:nth-child(30 of .spoke),:nth-child(30 of o-label){--o-orbit-child-number: 29}:nth-child(31 of .satellite),:nth-child(31 of o-sector),:nth-child(31 of .spoke),:nth-child(31 of o-label){--o-orbit-child-number: 30}:nth-child(32 of .satellite),:nth-child(32 of o-sector),:nth-child(32 of .spoke),:nth-child(32 of o-label){--o-orbit-child-number: 31}:nth-child(33 of .satellite),:nth-child(33 of o-sector),:nth-child(33 of .spoke),:nth-child(33 of o-label){--o-orbit-child-number: 32}:nth-child(34 of .satellite),:nth-child(34 of o-sector),:nth-child(34 of .spoke),:nth-child(34 of o-label){--o-orbit-child-number: 33}:nth-child(35 of .satellite),:nth-child(35 of o-sector),:nth-child(35 of .spoke),:nth-child(35 of o-label){--o-orbit-child-number: 34}:nth-child(36 of .satellite),:nth-child(36 of o-sector),:nth-child(36 of .spoke),:nth-child(36 of o-label){--o-orbit-child-number: 35}:nth-child(37 of .satellite),:nth-child(37 of o-sector),:nth-child(37 of .spoke),:nth-child(37 of o-label){--o-orbit-child-number: 36}:nth-child(38 of .satellite),:nth-child(38 of o-sector),:nth-child(38 of .spoke),:nth-child(38 of o-label){--o-orbit-child-number: 37}:nth-child(39 of .satellite),:nth-child(39 of o-sector),:nth-child(39 of .spoke),:nth-child(39 of o-label){--o-orbit-child-number: 38}:nth-child(40 of .satellite),:nth-child(40 of o-sector),:nth-child(40 of .spoke),:nth-child(40 of o-label){--o-orbit-child-number: 39}:nth-child(41 of .satellite),:nth-child(41 of o-sector),:nth-child(41 of .spoke),:nth-child(41 of o-label){--o-orbit-child-number: 40}:nth-child(42 of .satellite),:nth-child(42 of o-sector),:nth-child(42 of .spoke),:nth-child(42 of o-label){--o-orbit-child-number: 41}:nth-child(43 of .satellite),:nth-child(43 of o-sector),:nth-child(43 of .spoke),:nth-child(43 of o-label){--o-orbit-child-number: 42}:nth-child(44 of .satellite),:nth-child(44 of o-sector),:nth-child(44 of .spoke),:nth-child(44 of o-label){--o-orbit-child-number: 43}:nth-child(45 of .satellite),:nth-child(45 of o-sector),:nth-child(45 of .spoke),:nth-child(45 of o-label){--o-orbit-child-number: 44}:nth-child(46 of .satellite),:nth-child(46 of o-sector),:nth-child(46 of .spoke),:nth-child(46 of o-label){--o-orbit-child-number: 45}:nth-child(47 of .satellite),:nth-child(47 of o-sector),:nth-child(47 of .spoke),:nth-child(47 of o-label){--o-orbit-child-number: 46}:nth-child(48 of .satellite),:nth-child(48 of o-sector),:nth-child(48 of .spoke),:nth-child(48 of o-label){--o-orbit-child-number: 47}:nth-child(49 of .satellite),:nth-child(49 of o-sector),:nth-child(49 of .spoke),:nth-child(49 of o-label){--o-orbit-child-number: 48}:nth-child(50 of .satellite),:nth-child(50 of o-sector),:nth-child(50 of .spoke),:nth-child(50 of o-label){--o-orbit-child-number: 49}:nth-child(51 of .satellite),:nth-child(51 of o-sector),:nth-child(51 of .spoke),:nth-child(51 of o-label){--o-orbit-child-number: 50}:nth-child(52 of .satellite),:nth-child(52 of o-sector),:nth-child(52 of .spoke),:nth-child(52 of o-label){--o-orbit-child-number: 51}:nth-child(53 of .satellite),:nth-child(53 of o-sector),:nth-child(53 of .spoke),:nth-child(53 of o-label){--o-orbit-child-number: 52}:nth-child(54 of .satellite),:nth-child(54 of o-sector),:nth-child(54 of .spoke),:nth-child(54 of o-label){--o-orbit-child-number: 53}:nth-child(55 of .satellite),:nth-child(55 of o-sector),:nth-child(55 of .spoke),:nth-child(55 of o-label){--o-orbit-child-number: 54}:nth-child(56 of .satellite),:nth-child(56 of o-sector),:nth-child(56 of .spoke),:nth-child(56 of o-label){--o-orbit-child-number: 55}:nth-child(57 of .satellite),:nth-child(57 of o-sector),:nth-child(57 of .spoke),:nth-child(57 of o-label){--o-orbit-child-number: 56}:nth-child(58 of .satellite),:nth-child(58 of o-sector),:nth-child(58 of .spoke),:nth-child(58 of o-label){--o-orbit-child-number: 57}:nth-child(59 of .satellite),:nth-child(59 of o-sector),:nth-child(59 of .spoke),:nth-child(59 of o-label){--o-orbit-child-number: 58}:nth-child(60 of .satellite),:nth-child(60 of o-sector),:nth-child(60 of .spoke),:nth-child(60 of o-label){--o-orbit-child-number: 59}.orbit:has(>:nth-child(1 of .satellite),>:nth-child(1 of o-sector),>:nth-child(1 of .spoke),>:nth-child(1 of .segment),>:nth-child(1 of o-label)),[class*=orbit-]:has(>:nth-child(1 of .satellite),>:nth-child(1 of o-sector),>:nth-child(1 of .spoke),>:nth-child(1 of .segment),>:nth-child(1 of o-label)){--o-angle: calc(var(--o-range) / 1)}.orbit:has(>:nth-child(2 of .satellite),>:nth-child(2 of o-sector),>:nth-child(2 of .spoke),>:nth-child(2 of .segment),>:nth-child(2 of o-label)),[class*=orbit-]:has(>:nth-child(2 of .satellite),>:nth-child(2 of o-sector),>:nth-child(2 of .spoke),>:nth-child(2 of .segment),>:nth-child(2 of o-label)){--o-angle: calc(var(--o-range) / 2)}.orbit:has(>:nth-child(3 of .satellite),>:nth-child(3 of o-sector),>:nth-child(3 of .spoke),>:nth-child(3 of .segment),>:nth-child(3 of o-label)),[class*=orbit-]:has(>:nth-child(3 of .satellite),>:nth-child(3 of o-sector),>:nth-child(3 of .spoke),>:nth-child(3 of .segment),>:nth-child(3 of o-label)){--o-angle: calc(var(--o-range) / 3)}.orbit:has(>:nth-child(4 of .satellite),>:nth-child(4 of o-sector),>:nth-child(4 of .spoke),>:nth-child(4 of .segment),>:nth-child(4 of o-label)),[class*=orbit-]:has(>:nth-child(4 of .satellite),>:nth-child(4 of o-sector),>:nth-child(4 of .spoke),>:nth-child(4 of .segment),>:nth-child(4 of o-label)){--o-angle: calc(var(--o-range) / 4)}.orbit:has(>:nth-child(5 of .satellite),>:nth-child(5 of o-sector),>:nth-child(5 of .spoke),>:nth-child(5 of .segment),>:nth-child(5 of o-label)),[class*=orbit-]:has(>:nth-child(5 of .satellite),>:nth-child(5 of o-sector),>:nth-child(5 of .spoke),>:nth-child(5 of .segment),>:nth-child(5 of o-label)){--o-angle: calc(var(--o-range) / 5)}.orbit:has(>:nth-child(6 of .satellite),>:nth-child(6 of o-sector),>:nth-child(6 of .spoke),>:nth-child(6 of .segment),>:nth-child(6 of o-label)),[class*=orbit-]:has(>:nth-child(6 of .satellite),>:nth-child(6 of o-sector),>:nth-child(6 of .spoke),>:nth-child(6 of .segment),>:nth-child(6 of o-label)){--o-angle: calc(var(--o-range) / 6)}.orbit:has(>:nth-child(7 of .satellite),>:nth-child(7 of o-sector),>:nth-child(7 of .spoke),>:nth-child(7 of .segment),>:nth-child(7 of o-label)),[class*=orbit-]:has(>:nth-child(7 of .satellite),>:nth-child(7 of o-sector),>:nth-child(7 of .spoke),>:nth-child(7 of .segment),>:nth-child(7 of o-label)){--o-angle: calc(var(--o-range) / 7)}.orbit:has(>:nth-child(8 of .satellite),>:nth-child(8 of o-sector),>:nth-child(8 of .spoke),>:nth-child(8 of .segment),>:nth-child(8 of o-label)),[class*=orbit-]:has(>:nth-child(8 of .satellite),>:nth-child(8 of o-sector),>:nth-child(8 of .spoke),>:nth-child(8 of .segment),>:nth-child(8 of o-label)){--o-angle: calc(var(--o-range) / 8)}.orbit:has(>:nth-child(9 of .satellite),>:nth-child(9 of o-sector),>:nth-child(9 of .spoke),>:nth-child(9 of .segment),>:nth-child(9 of o-label)),[class*=orbit-]:has(>:nth-child(9 of .satellite),>:nth-child(9 of o-sector),>:nth-child(9 of .spoke),>:nth-child(9 of .segment),>:nth-child(9 of o-label)){--o-angle: calc(var(--o-range) / 9)}.orbit:has(>:nth-child(10 of .satellite),>:nth-child(10 of o-sector),>:nth-child(10 of .spoke),>:nth-child(10 of .segment),>:nth-child(10 of o-label)),[class*=orbit-]:has(>:nth-child(10 of .satellite),>:nth-child(10 of o-sector),>:nth-child(10 of .spoke),>:nth-child(10 of .segment),>:nth-child(10 of o-label)){--o-angle: calc(var(--o-range) / 10)}.orbit:has(>:nth-child(11 of .satellite),>:nth-child(11 of o-sector),>:nth-child(11 of .spoke),>:nth-child(11 of .segment),>:nth-child(11 of o-label)),[class*=orbit-]:has(>:nth-child(11 of .satellite),>:nth-child(11 of o-sector),>:nth-child(11 of .spoke),>:nth-child(11 of .segment),>:nth-child(11 of o-label)){--o-angle: calc(var(--o-range) / 11)}.orbit:has(>:nth-child(12 of .satellite),>:nth-child(12 of o-sector),>:nth-child(12 of .spoke),>:nth-child(12 of .segment),>:nth-child(12 of o-label)),[class*=orbit-]:has(>:nth-child(12 of .satellite),>:nth-child(12 of o-sector),>:nth-child(12 of .spoke),>:nth-child(12 of .segment),>:nth-child(12 of o-label)){--o-angle: calc(var(--o-range) / 12)}.orbit:has(>:nth-child(13 of .satellite),>:nth-child(13 of o-sector),>:nth-child(13 of .spoke),>:nth-child(13 of .segment),>:nth-child(13 of o-label)),[class*=orbit-]:has(>:nth-child(13 of .satellite),>:nth-child(13 of o-sector),>:nth-child(13 of .spoke),>:nth-child(13 of .segment),>:nth-child(13 of o-label)){--o-angle: calc(var(--o-range) / 13)}.orbit:has(>:nth-child(14 of .satellite),>:nth-child(14 of o-sector),>:nth-child(14 of .spoke),>:nth-child(14 of .segment),>:nth-child(14 of o-label)),[class*=orbit-]:has(>:nth-child(14 of .satellite),>:nth-child(14 of o-sector),>:nth-child(14 of .spoke),>:nth-child(14 of .segment),>:nth-child(14 of o-label)){--o-angle: calc(var(--o-range) / 14)}.orbit:has(>:nth-child(15 of .satellite),>:nth-child(15 of o-sector),>:nth-child(15 of .spoke),>:nth-child(15 of .segment),>:nth-child(15 of o-label)),[class*=orbit-]:has(>:nth-child(15 of .satellite),>:nth-child(15 of o-sector),>:nth-child(15 of .spoke),>:nth-child(15 of .segment),>:nth-child(15 of o-label)){--o-angle: calc(var(--o-range) / 15)}.orbit:has(>:nth-child(16 of .satellite),>:nth-child(16 of o-sector),>:nth-child(16 of .spoke),>:nth-child(16 of .segment),>:nth-child(16 of o-label)),[class*=orbit-]:has(>:nth-child(16 of .satellite),>:nth-child(16 of o-sector),>:nth-child(16 of .spoke),>:nth-child(16 of .segment),>:nth-child(16 of o-label)){--o-angle: calc(var(--o-range) / 16)}.orbit:has(>:nth-child(17 of .satellite),>:nth-child(17 of o-sector),>:nth-child(17 of .spoke),>:nth-child(17 of .segment),>:nth-child(17 of o-label)),[class*=orbit-]:has(>:nth-child(17 of .satellite),>:nth-child(17 of o-sector),>:nth-child(17 of .spoke),>:nth-child(17 of .segment),>:nth-child(17 of o-label)){--o-angle: calc(var(--o-range) / 17)}.orbit:has(>:nth-child(18 of .satellite),>:nth-child(18 of o-sector),>:nth-child(18 of .spoke),>:nth-child(18 of .segment),>:nth-child(18 of o-label)),[class*=orbit-]:has(>:nth-child(18 of .satellite),>:nth-child(18 of o-sector),>:nth-child(18 of .spoke),>:nth-child(18 of .segment),>:nth-child(18 of o-label)){--o-angle: calc(var(--o-range) / 18)}.orbit:has(>:nth-child(19 of .satellite),>:nth-child(19 of o-sector),>:nth-child(19 of .spoke),>:nth-child(19 of .segment),>:nth-child(19 of o-label)),[class*=orbit-]:has(>:nth-child(19 of .satellite),>:nth-child(19 of o-sector),>:nth-child(19 of .spoke),>:nth-child(19 of .segment),>:nth-child(19 of o-label)){--o-angle: calc(var(--o-range) / 19)}.orbit:has(>:nth-child(20 of .satellite),>:nth-child(20 of o-sector),>:nth-child(20 of .spoke),>:nth-child(20 of .segment),>:nth-child(20 of o-label)),[class*=orbit-]:has(>:nth-child(20 of .satellite),>:nth-child(20 of o-sector),>:nth-child(20 of .spoke),>:nth-child(20 of .segment),>:nth-child(20 of o-label)){--o-angle: calc(var(--o-range) / 20)}.orbit:has(>:nth-child(21 of .satellite),>:nth-child(21 of o-sector),>:nth-child(21 of .spoke),>:nth-child(21 of .segment),>:nth-child(21 of o-label)),[class*=orbit-]:has(>:nth-child(21 of .satellite),>:nth-child(21 of o-sector),>:nth-child(21 of .spoke),>:nth-child(21 of .segment),>:nth-child(21 of o-label)){--o-angle: calc(var(--o-range) / 21)}.orbit:has(>:nth-child(22 of .satellite),>:nth-child(22 of o-sector),>:nth-child(22 of .spoke),>:nth-child(22 of .segment),>:nth-child(22 of o-label)),[class*=orbit-]:has(>:nth-child(22 of .satellite),>:nth-child(22 of o-sector),>:nth-child(22 of .spoke),>:nth-child(22 of .segment),>:nth-child(22 of o-label)){--o-angle: calc(var(--o-range) / 22)}.orbit:has(>:nth-child(23 of .satellite),>:nth-child(23 of o-sector),>:nth-child(23 of .spoke),>:nth-child(23 of .segment),>:nth-child(23 of o-label)),[class*=orbit-]:has(>:nth-child(23 of .satellite),>:nth-child(23 of o-sector),>:nth-child(23 of .spoke),>:nth-child(23 of .segment),>:nth-child(23 of o-label)){--o-angle: calc(var(--o-range) / 23)}.orbit:has(>:nth-child(24 of .satellite),>:nth-child(24 of o-sector),>:nth-child(24 of .spoke),>:nth-child(24 of .segment),>:nth-child(24 of o-label)),[class*=orbit-]:has(>:nth-child(24 of .satellite),>:nth-child(24 of o-sector),>:nth-child(24 of .spoke),>:nth-child(24 of .segment),>:nth-child(24 of o-label)){--o-angle: calc(var(--o-range) / 24)}.orbit:has(>:nth-child(25 of .satellite),>:nth-child(25 of o-sector),>:nth-child(25 of .spoke),>:nth-child(25 of .segment),>:nth-child(25 of o-label)),[class*=orbit-]:has(>:nth-child(25 of .satellite),>:nth-child(25 of o-sector),>:nth-child(25 of .spoke),>:nth-child(25 of .segment),>:nth-child(25 of o-label)){--o-angle: calc(var(--o-range) / 25)}.orbit:has(>:nth-child(26 of .satellite),>:nth-child(26 of o-sector),>:nth-child(26 of .spoke),>:nth-child(26 of .segment),>:nth-child(26 of o-label)),[class*=orbit-]:has(>:nth-child(26 of .satellite),>:nth-child(26 of o-sector),>:nth-child(26 of .spoke),>:nth-child(26 of .segment),>:nth-child(26 of o-label)){--o-angle: calc(var(--o-range) / 26)}.orbit:has(>:nth-child(27 of .satellite),>:nth-child(27 of o-sector),>:nth-child(27 of .spoke),>:nth-child(27 of .segment),>:nth-child(27 of o-label)),[class*=orbit-]:has(>:nth-child(27 of .satellite),>:nth-child(27 of o-sector),>:nth-child(27 of .spoke),>:nth-child(27 of .segment),>:nth-child(27 of o-label)){--o-angle: calc(var(--o-range) / 27)}.orbit:has(>:nth-child(28 of .satellite),>:nth-child(28 of o-sector),>:nth-child(28 of .spoke),>:nth-child(28 of .segment),>:nth-child(28 of o-label)),[class*=orbit-]:has(>:nth-child(28 of .satellite),>:nth-child(28 of o-sector),>:nth-child(28 of .spoke),>:nth-child(28 of .segment),>:nth-child(28 of o-label)){--o-angle: calc(var(--o-range) / 28)}.orbit:has(>:nth-child(29 of .satellite),>:nth-child(29 of o-sector),>:nth-child(29 of .spoke),>:nth-child(29 of .segment),>:nth-child(29 of o-label)),[class*=orbit-]:has(>:nth-child(29 of .satellite),>:nth-child(29 of o-sector),>:nth-child(29 of .spoke),>:nth-child(29 of .segment),>:nth-child(29 of o-label)){--o-angle: calc(var(--o-range) / 29)}.orbit:has(>:nth-child(30 of .satellite),>:nth-child(30 of o-sector),>:nth-child(30 of .spoke),>:nth-child(30 of .segment),>:nth-child(30 of o-label)),[class*=orbit-]:has(>:nth-child(30 of .satellite),>:nth-child(30 of o-sector),>:nth-child(30 of .spoke),>:nth-child(30 of .segment),>:nth-child(30 of o-label)){--o-angle: calc(var(--o-range) / 30)}.orbit:has(>:nth-child(31 of .satellite),>:nth-child(31 of o-sector),>:nth-child(31 of .spoke),>:nth-child(31 of .segment),>:nth-child(31 of o-label)),[class*=orbit-]:has(>:nth-child(31 of .satellite),>:nth-child(31 of o-sector),>:nth-child(31 of .spoke),>:nth-child(31 of .segment),>:nth-child(31 of o-label)){--o-angle: calc(var(--o-range) / 31)}.orbit:has(>:nth-child(32 of .satellite),>:nth-child(32 of o-sector),>:nth-child(32 of .spoke),>:nth-child(32 of .segment),>:nth-child(32 of o-label)),[class*=orbit-]:has(>:nth-child(32 of .satellite),>:nth-child(32 of o-sector),>:nth-child(32 of .spoke),>:nth-child(32 of .segment),>:nth-child(32 of o-label)){--o-angle: calc(var(--o-range) / 32)}.orbit:has(>:nth-child(33 of .satellite),>:nth-child(33 of o-sector),>:nth-child(33 of .spoke),>:nth-child(33 of .segment),>:nth-child(33 of o-label)),[class*=orbit-]:has(>:nth-child(33 of .satellite),>:nth-child(33 of o-sector),>:nth-child(33 of .spoke),>:nth-child(33 of .segment),>:nth-child(33 of o-label)){--o-angle: calc(var(--o-range) / 33)}.orbit:has(>:nth-child(34 of .satellite),>:nth-child(34 of o-sector),>:nth-child(34 of .spoke),>:nth-child(34 of .segment),>:nth-child(34 of o-label)),[class*=orbit-]:has(>:nth-child(34 of .satellite),>:nth-child(34 of o-sector),>:nth-child(34 of .spoke),>:nth-child(34 of .segment),>:nth-child(34 of o-label)){--o-angle: calc(var(--o-range) / 34)}.orbit:has(>:nth-child(35 of .satellite),>:nth-child(35 of o-sector),>:nth-child(35 of .spoke),>:nth-child(35 of .segment),>:nth-child(35 of o-label)),[class*=orbit-]:has(>:nth-child(35 of .satellite),>:nth-child(35 of o-sector),>:nth-child(35 of .spoke),>:nth-child(35 of .segment),>:nth-child(35 of o-label)){--o-angle: calc(var(--o-range) / 35)}.orbit:has(>:nth-child(36 of .satellite),>:nth-child(36 of o-sector),>:nth-child(36 of .spoke),>:nth-child(36 of .segment),>:nth-child(36 of o-label)),[class*=orbit-]:has(>:nth-child(36 of .satellite),>:nth-child(36 of o-sector),>:nth-child(36 of .spoke),>:nth-child(36 of .segment),>:nth-child(36 of o-label)){--o-angle: calc(var(--o-range) / 36)}.orbit:has(>:nth-child(37 of .satellite),>:nth-child(37 of o-sector),>:nth-child(37 of .spoke),>:nth-child(37 of .segment),>:nth-child(37 of o-label)),[class*=orbit-]:has(>:nth-child(37 of .satellite),>:nth-child(37 of o-sector),>:nth-child(37 of .spoke),>:nth-child(37 of .segment),>:nth-child(37 of o-label)){--o-angle: calc(var(--o-range) / 37)}.orbit:has(>:nth-child(38 of .satellite),>:nth-child(38 of o-sector),>:nth-child(38 of .spoke),>:nth-child(38 of .segment),>:nth-child(38 of o-label)),[class*=orbit-]:has(>:nth-child(38 of .satellite),>:nth-child(38 of o-sector),>:nth-child(38 of .spoke),>:nth-child(38 of .segment),>:nth-child(38 of o-label)){--o-angle: calc(var(--o-range) / 38)}.orbit:has(>:nth-child(39 of .satellite),>:nth-child(39 of o-sector),>:nth-child(39 of .spoke),>:nth-child(39 of .segment),>:nth-child(39 of o-label)),[class*=orbit-]:has(>:nth-child(39 of .satellite),>:nth-child(39 of o-sector),>:nth-child(39 of .spoke),>:nth-child(39 of .segment),>:nth-child(39 of o-label)){--o-angle: calc(var(--o-range) / 39)}.orbit:has(>:nth-child(40 of .satellite),>:nth-child(40 of o-sector),>:nth-child(40 of .spoke),>:nth-child(40 of .segment),>:nth-child(40 of o-label)),[class*=orbit-]:has(>:nth-child(40 of .satellite),>:nth-child(40 of o-sector),>:nth-child(40 of .spoke),>:nth-child(40 of .segment),>:nth-child(40 of o-label)){--o-angle: calc(var(--o-range) / 40)}.orbit:has(>:nth-child(41 of .satellite),>:nth-child(41 of o-sector),>:nth-child(41 of .spoke),>:nth-child(41 of .segment),>:nth-child(41 of o-label)),[class*=orbit-]:has(>:nth-child(41 of .satellite),>:nth-child(41 of o-sector),>:nth-child(41 of .spoke),>:nth-child(41 of .segment),>:nth-child(41 of o-label)){--o-angle: calc(var(--o-range) / 41)}.orbit:has(>:nth-child(42 of .satellite),>:nth-child(42 of o-sector),>:nth-child(42 of .spoke),>:nth-child(42 of .segment),>:nth-child(42 of o-label)),[class*=orbit-]:has(>:nth-child(42 of .satellite),>:nth-child(42 of o-sector),>:nth-child(42 of .spoke),>:nth-child(42 of .segment),>:nth-child(42 of o-label)){--o-angle: calc(var(--o-range) / 42)}.orbit:has(>:nth-child(43 of .satellite),>:nth-child(43 of o-sector),>:nth-child(43 of .spoke),>:nth-child(43 of .segment),>:nth-child(43 of o-label)),[class*=orbit-]:has(>:nth-child(43 of .satellite),>:nth-child(43 of o-sector),>:nth-child(43 of .spoke),>:nth-child(43 of .segment),>:nth-child(43 of o-label)){--o-angle: calc(var(--o-range) / 43)}.orbit:has(>:nth-child(44 of .satellite),>:nth-child(44 of o-sector),>:nth-child(44 of .spoke),>:nth-child(44 of .segment),>:nth-child(44 of o-label)),[class*=orbit-]:has(>:nth-child(44 of .satellite),>:nth-child(44 of o-sector),>:nth-child(44 of .spoke),>:nth-child(44 of .segment),>:nth-child(44 of o-label)){--o-angle: calc(var(--o-range) / 44)}.orbit:has(>:nth-child(45 of .satellite),>:nth-child(45 of o-sector),>:nth-child(45 of .spoke),>:nth-child(45 of .segment),>:nth-child(45 of o-label)),[class*=orbit-]:has(>:nth-child(45 of .satellite),>:nth-child(45 of o-sector),>:nth-child(45 of .spoke),>:nth-child(45 of .segment),>:nth-child(45 of o-label)){--o-angle: calc(var(--o-range) / 45)}.orbit:has(>:nth-child(46 of .satellite),>:nth-child(46 of o-sector),>:nth-child(46 of .spoke),>:nth-child(46 of .segment),>:nth-child(46 of o-label)),[class*=orbit-]:has(>:nth-child(46 of .satellite),>:nth-child(46 of o-sector),>:nth-child(46 of .spoke),>:nth-child(46 of .segment),>:nth-child(46 of o-label)){--o-angle: calc(var(--o-range) / 46)}.orbit:has(>:nth-child(47 of .satellite),>:nth-child(47 of o-sector),>:nth-child(47 of .spoke),>:nth-child(47 of .segment),>:nth-child(47 of o-label)),[class*=orbit-]:has(>:nth-child(47 of .satellite),>:nth-child(47 of o-sector),>:nth-child(47 of .spoke),>:nth-child(47 of .segment),>:nth-child(47 of o-label)){--o-angle: calc(var(--o-range) / 47)}.orbit:has(>:nth-child(48 of .satellite),>:nth-child(48 of o-sector),>:nth-child(48 of .spoke),>:nth-child(48 of .segment),>:nth-child(48 of o-label)),[class*=orbit-]:has(>:nth-child(48 of .satellite),>:nth-child(48 of o-sector),>:nth-child(48 of .spoke),>:nth-child(48 of .segment),>:nth-child(48 of o-label)){--o-angle: calc(var(--o-range) / 48)}.orbit:has(>:nth-child(49 of .satellite),>:nth-child(49 of o-sector),>:nth-child(49 of .spoke),>:nth-child(49 of .segment),>:nth-child(49 of o-label)),[class*=orbit-]:has(>:nth-child(49 of .satellite),>:nth-child(49 of o-sector),>:nth-child(49 of .spoke),>:nth-child(49 of .segment),>:nth-child(49 of o-label)){--o-angle: calc(var(--o-range) / 49)}.orbit:has(>:nth-child(50 of .satellite),>:nth-child(50 of o-sector),>:nth-child(50 of .spoke),>:nth-child(50 of .segment),>:nth-child(50 of o-label)),[class*=orbit-]:has(>:nth-child(50 of .satellite),>:nth-child(50 of o-sector),>:nth-child(50 of .spoke),>:nth-child(50 of .segment),>:nth-child(50 of o-label)){--o-angle: calc(var(--o-range) / 50)}.orbit:has(>:nth-child(51 of .satellite),>:nth-child(51 of o-sector),>:nth-child(51 of .spoke),>:nth-child(51 of .segment),>:nth-child(51 of o-label)),[class*=orbit-]:has(>:nth-child(51 of .satellite),>:nth-child(51 of o-sector),>:nth-child(51 of .spoke),>:nth-child(51 of .segment),>:nth-child(51 of o-label)){--o-angle: calc(var(--o-range) / 51)}.orbit:has(>:nth-child(52 of .satellite),>:nth-child(52 of o-sector),>:nth-child(52 of .spoke),>:nth-child(52 of .segment),>:nth-child(52 of o-label)),[class*=orbit-]:has(>:nth-child(52 of .satellite),>:nth-child(52 of o-sector),>:nth-child(52 of .spoke),>:nth-child(52 of .segment),>:nth-child(52 of o-label)){--o-angle: calc(var(--o-range) / 52)}.orbit:has(>:nth-child(53 of .satellite),>:nth-child(53 of o-sector),>:nth-child(53 of .spoke),>:nth-child(53 of .segment),>:nth-child(53 of o-label)),[class*=orbit-]:has(>:nth-child(53 of .satellite),>:nth-child(53 of o-sector),>:nth-child(53 of .spoke),>:nth-child(53 of .segment),>:nth-child(53 of o-label)){--o-angle: calc(var(--o-range) / 53)}.orbit:has(>:nth-child(54 of .satellite),>:nth-child(54 of o-sector),>:nth-child(54 of .spoke),>:nth-child(54 of .segment),>:nth-child(54 of o-label)),[class*=orbit-]:has(>:nth-child(54 of .satellite),>:nth-child(54 of o-sector),>:nth-child(54 of .spoke),>:nth-child(54 of .segment),>:nth-child(54 of o-label)){--o-angle: calc(var(--o-range) / 54)}.orbit:has(>:nth-child(55 of .satellite),>:nth-child(55 of o-sector),>:nth-child(55 of .spoke),>:nth-child(55 of .segment),>:nth-child(55 of o-label)),[class*=orbit-]:has(>:nth-child(55 of .satellite),>:nth-child(55 of o-sector),>:nth-child(55 of .spoke),>:nth-child(55 of .segment),>:nth-child(55 of o-label)){--o-angle: calc(var(--o-range) / 55)}.orbit:has(>:nth-child(56 of .satellite),>:nth-child(56 of o-sector),>:nth-child(56 of .spoke),>:nth-child(56 of .segment),>:nth-child(56 of o-label)),[class*=orbit-]:has(>:nth-child(56 of .satellite),>:nth-child(56 of o-sector),>:nth-child(56 of .spoke),>:nth-child(56 of .segment),>:nth-child(56 of o-label)){--o-angle: calc(var(--o-range) / 56)}.orbit:has(>:nth-child(57 of .satellite),>:nth-child(57 of o-sector),>:nth-child(57 of .spoke),>:nth-child(57 of .segment),>:nth-child(57 of o-label)),[class*=orbit-]:has(>:nth-child(57 of .satellite),>:nth-child(57 of o-sector),>:nth-child(57 of .spoke),>:nth-child(57 of .segment),>:nth-child(57 of o-label)){--o-angle: calc(var(--o-range) / 57)}.orbit:has(>:nth-child(58 of .satellite),>:nth-child(58 of o-sector),>:nth-child(58 of .spoke),>:nth-child(58 of .segment),>:nth-child(58 of o-label)),[class*=orbit-]:has(>:nth-child(58 of .satellite),>:nth-child(58 of o-sector),>:nth-child(58 of .spoke),>:nth-child(58 of .segment),>:nth-child(58 of o-label)){--o-angle: calc(var(--o-range) / 58)}.orbit:has(>:nth-child(59 of .satellite),>:nth-child(59 of o-sector),>:nth-child(59 of .spoke),>:nth-child(59 of .segment),>:nth-child(59 of o-label)),[class*=orbit-]:has(>:nth-child(59 of .satellite),>:nth-child(59 of o-sector),>:nth-child(59 of .spoke),>:nth-child(59 of .segment),>:nth-child(59 of o-label)){--o-angle: calc(var(--o-range) / 59)}.orbit:has(>:nth-child(60 of .satellite),>:nth-child(60 of o-sector),>:nth-child(60 of .spoke),>:nth-child(60 of .segment),>:nth-child(60 of o-label)),[class*=orbit-]:has(>:nth-child(60 of .satellite),>:nth-child(60 of o-sector),>:nth-child(60 of .spoke),>:nth-child(60 of .segment),>:nth-child(60 of o-label)){--o-angle: calc(var(--o-range) / 60)}/*! ## Orbit utilities There is a small set of CSS utilities to use with some orbit classes and componentes: @@ -389,7 +391,7 @@ There is a small set of CSS utilities to use with some orbit classes and compone - **o-sector utilities** - `.gap-*` applied on `.orbit` or `.orbit-*` or in ``: to set a gap space. Default '0' -*/.orbital-zone.at-top-left{align-items:flex-start !important;justify-content:flex-start !important}.orbital-zone.at-top{align-items:flex-start !important;justify-content:center !important}.orbital-zone.at-top-right{align-items:flex-start !important;justify-content:flex-end !important}.orbital-zone.at-bottom-left{align-items:flex-end !important;justify-content:flex-start !important}.orbital-zone.at-bottom{align-items:flex-end !important;justify-content:center !important}.orbital-zone.at-bottom-right{align-items:flex-end !important;justify-content:flex-end !important}.orbital-zone.at-center-left{align-items:center !important;justify-content:flex-start !important}.orbital-zone.at-center{align-items:center !important;justify-content:center !important}.orbital-zone.at-center-right{align-items:center !important;justify-content:flex-end !important}.range-0{--o-range: 0deg}.range-1{--o-range: 1deg}.range-2{--o-range: 2deg}.range-3{--o-range: 3deg}.range-4{--o-range: 4deg}.range-5{--o-range: 5deg}.range-6{--o-range: 6deg}.range-7{--o-range: 7deg}.range-8{--o-range: 8deg}.range-9{--o-range: 9deg}.range-10{--o-range: 10deg}.range-11{--o-range: 11deg}.range-12{--o-range: 12deg}.range-13{--o-range: 13deg}.range-14{--o-range: 14deg}.range-15{--o-range: 15deg}.range-16{--o-range: 16deg}.range-17{--o-range: 17deg}.range-18{--o-range: 18deg}.range-19{--o-range: 19deg}.range-20{--o-range: 20deg}.range-21{--o-range: 21deg}.range-22{--o-range: 22deg}.range-23{--o-range: 23deg}.range-24{--o-range: 24deg}.range-25{--o-range: 25deg}.range-26{--o-range: 26deg}.range-27{--o-range: 27deg}.range-28{--o-range: 28deg}.range-29{--o-range: 29deg}.range-30{--o-range: 30deg}.range-31{--o-range: 31deg}.range-32{--o-range: 32deg}.range-33{--o-range: 33deg}.range-34{--o-range: 34deg}.range-35{--o-range: 35deg}.range-36{--o-range: 36deg}.range-37{--o-range: 37deg}.range-38{--o-range: 38deg}.range-39{--o-range: 39deg}.range-40{--o-range: 40deg}.range-41{--o-range: 41deg}.range-42{--o-range: 42deg}.range-43{--o-range: 43deg}.range-44{--o-range: 44deg}.range-45{--o-range: 45deg}.range-46{--o-range: 46deg}.range-47{--o-range: 47deg}.range-48{--o-range: 48deg}.range-49{--o-range: 49deg}.range-50{--o-range: 50deg}.range-51{--o-range: 51deg}.range-52{--o-range: 52deg}.range-53{--o-range: 53deg}.range-54{--o-range: 54deg}.range-55{--o-range: 55deg}.range-56{--o-range: 56deg}.range-57{--o-range: 57deg}.range-58{--o-range: 58deg}.range-59{--o-range: 59deg}.range-60{--o-range: 60deg}.range-61{--o-range: 61deg}.range-62{--o-range: 62deg}.range-63{--o-range: 63deg}.range-64{--o-range: 64deg}.range-65{--o-range: 65deg}.range-66{--o-range: 66deg}.range-67{--o-range: 67deg}.range-68{--o-range: 68deg}.range-69{--o-range: 69deg}.range-70{--o-range: 70deg}.range-71{--o-range: 71deg}.range-72{--o-range: 72deg}.range-73{--o-range: 73deg}.range-74{--o-range: 74deg}.range-75{--o-range: 75deg}.range-76{--o-range: 76deg}.range-77{--o-range: 77deg}.range-78{--o-range: 78deg}.range-79{--o-range: 79deg}.range-80{--o-range: 80deg}.range-81{--o-range: 81deg}.range-82{--o-range: 82deg}.range-83{--o-range: 83deg}.range-84{--o-range: 84deg}.range-85{--o-range: 85deg}.range-86{--o-range: 86deg}.range-87{--o-range: 87deg}.range-88{--o-range: 88deg}.range-89{--o-range: 89deg}.range-90{--o-range: 90deg}.range-91{--o-range: 91deg}.range-92{--o-range: 92deg}.range-93{--o-range: 93deg}.range-94{--o-range: 94deg}.range-95{--o-range: 95deg}.range-96{--o-range: 96deg}.range-97{--o-range: 97deg}.range-98{--o-range: 98deg}.range-99{--o-range: 99deg}.range-100{--o-range: 100deg}.range-101{--o-range: 101deg}.range-102{--o-range: 102deg}.range-103{--o-range: 103deg}.range-104{--o-range: 104deg}.range-105{--o-range: 105deg}.range-106{--o-range: 106deg}.range-107{--o-range: 107deg}.range-108{--o-range: 108deg}.range-109{--o-range: 109deg}.range-110{--o-range: 110deg}.range-111{--o-range: 111deg}.range-112{--o-range: 112deg}.range-113{--o-range: 113deg}.range-114{--o-range: 114deg}.range-115{--o-range: 115deg}.range-116{--o-range: 116deg}.range-117{--o-range: 117deg}.range-118{--o-range: 118deg}.range-119{--o-range: 119deg}.range-120{--o-range: 120deg}.range-121{--o-range: 121deg}.range-122{--o-range: 122deg}.range-123{--o-range: 123deg}.range-124{--o-range: 124deg}.range-125{--o-range: 125deg}.range-126{--o-range: 126deg}.range-127{--o-range: 127deg}.range-128{--o-range: 128deg}.range-129{--o-range: 129deg}.range-130{--o-range: 130deg}.range-131{--o-range: 131deg}.range-132{--o-range: 132deg}.range-133{--o-range: 133deg}.range-134{--o-range: 134deg}.range-135{--o-range: 135deg}.range-136{--o-range: 136deg}.range-137{--o-range: 137deg}.range-138{--o-range: 138deg}.range-139{--o-range: 139deg}.range-140{--o-range: 140deg}.range-141{--o-range: 141deg}.range-142{--o-range: 142deg}.range-143{--o-range: 143deg}.range-144{--o-range: 144deg}.range-145{--o-range: 145deg}.range-146{--o-range: 146deg}.range-147{--o-range: 147deg}.range-148{--o-range: 148deg}.range-149{--o-range: 149deg}.range-150{--o-range: 150deg}.range-151{--o-range: 151deg}.range-152{--o-range: 152deg}.range-153{--o-range: 153deg}.range-154{--o-range: 154deg}.range-155{--o-range: 155deg}.range-156{--o-range: 156deg}.range-157{--o-range: 157deg}.range-158{--o-range: 158deg}.range-159{--o-range: 159deg}.range-160{--o-range: 160deg}.range-161{--o-range: 161deg}.range-162{--o-range: 162deg}.range-163{--o-range: 163deg}.range-164{--o-range: 164deg}.range-165{--o-range: 165deg}.range-166{--o-range: 166deg}.range-167{--o-range: 167deg}.range-168{--o-range: 168deg}.range-169{--o-range: 169deg}.range-170{--o-range: 170deg}.range-171{--o-range: 171deg}.range-172{--o-range: 172deg}.range-173{--o-range: 173deg}.range-174{--o-range: 174deg}.range-175{--o-range: 175deg}.range-176{--o-range: 176deg}.range-177{--o-range: 177deg}.range-178{--o-range: 178deg}.range-179{--o-range: 179deg}.range-180{--o-range: 180deg}.range-181{--o-range: 181deg}.range-182{--o-range: 182deg}.range-183{--o-range: 183deg}.range-184{--o-range: 184deg}.range-185{--o-range: 185deg}.range-186{--o-range: 186deg}.range-187{--o-range: 187deg}.range-188{--o-range: 188deg}.range-189{--o-range: 189deg}.range-190{--o-range: 190deg}.range-191{--o-range: 191deg}.range-192{--o-range: 192deg}.range-193{--o-range: 193deg}.range-194{--o-range: 194deg}.range-195{--o-range: 195deg}.range-196{--o-range: 196deg}.range-197{--o-range: 197deg}.range-198{--o-range: 198deg}.range-199{--o-range: 199deg}.range-200{--o-range: 200deg}.range-201{--o-range: 201deg}.range-202{--o-range: 202deg}.range-203{--o-range: 203deg}.range-204{--o-range: 204deg}.range-205{--o-range: 205deg}.range-206{--o-range: 206deg}.range-207{--o-range: 207deg}.range-208{--o-range: 208deg}.range-209{--o-range: 209deg}.range-210{--o-range: 210deg}.range-211{--o-range: 211deg}.range-212{--o-range: 212deg}.range-213{--o-range: 213deg}.range-214{--o-range: 214deg}.range-215{--o-range: 215deg}.range-216{--o-range: 216deg}.range-217{--o-range: 217deg}.range-218{--o-range: 218deg}.range-219{--o-range: 219deg}.range-220{--o-range: 220deg}.range-221{--o-range: 221deg}.range-222{--o-range: 222deg}.range-223{--o-range: 223deg}.range-224{--o-range: 224deg}.range-225{--o-range: 225deg}.range-226{--o-range: 226deg}.range-227{--o-range: 227deg}.range-228{--o-range: 228deg}.range-229{--o-range: 229deg}.range-230{--o-range: 230deg}.range-231{--o-range: 231deg}.range-232{--o-range: 232deg}.range-233{--o-range: 233deg}.range-234{--o-range: 234deg}.range-235{--o-range: 235deg}.range-236{--o-range: 236deg}.range-237{--o-range: 237deg}.range-238{--o-range: 238deg}.range-239{--o-range: 239deg}.range-240{--o-range: 240deg}.range-241{--o-range: 241deg}.range-242{--o-range: 242deg}.range-243{--o-range: 243deg}.range-244{--o-range: 244deg}.range-245{--o-range: 245deg}.range-246{--o-range: 246deg}.range-247{--o-range: 247deg}.range-248{--o-range: 248deg}.range-249{--o-range: 249deg}.range-250{--o-range: 250deg}.range-251{--o-range: 251deg}.range-252{--o-range: 252deg}.range-253{--o-range: 253deg}.range-254{--o-range: 254deg}.range-255{--o-range: 255deg}.range-256{--o-range: 256deg}.range-257{--o-range: 257deg}.range-258{--o-range: 258deg}.range-259{--o-range: 259deg}.range-260{--o-range: 260deg}.range-261{--o-range: 261deg}.range-262{--o-range: 262deg}.range-263{--o-range: 263deg}.range-264{--o-range: 264deg}.range-265{--o-range: 265deg}.range-266{--o-range: 266deg}.range-267{--o-range: 267deg}.range-268{--o-range: 268deg}.range-269{--o-range: 269deg}.range-270{--o-range: 270deg}.range-271{--o-range: 271deg}.range-272{--o-range: 272deg}.range-273{--o-range: 273deg}.range-274{--o-range: 274deg}.range-275{--o-range: 275deg}.range-276{--o-range: 276deg}.range-277{--o-range: 277deg}.range-278{--o-range: 278deg}.range-279{--o-range: 279deg}.range-280{--o-range: 280deg}.range-281{--o-range: 281deg}.range-282{--o-range: 282deg}.range-283{--o-range: 283deg}.range-284{--o-range: 284deg}.range-285{--o-range: 285deg}.range-286{--o-range: 286deg}.range-287{--o-range: 287deg}.range-288{--o-range: 288deg}.range-289{--o-range: 289deg}.range-290{--o-range: 290deg}.range-291{--o-range: 291deg}.range-292{--o-range: 292deg}.range-293{--o-range: 293deg}.range-294{--o-range: 294deg}.range-295{--o-range: 295deg}.range-296{--o-range: 296deg}.range-297{--o-range: 297deg}.range-298{--o-range: 298deg}.range-299{--o-range: 299deg}.range-300{--o-range: 300deg}.range-301{--o-range: 301deg}.range-302{--o-range: 302deg}.range-303{--o-range: 303deg}.range-304{--o-range: 304deg}.range-305{--o-range: 305deg}.range-306{--o-range: 306deg}.range-307{--o-range: 307deg}.range-308{--o-range: 308deg}.range-309{--o-range: 309deg}.range-310{--o-range: 310deg}.range-311{--o-range: 311deg}.range-312{--o-range: 312deg}.range-313{--o-range: 313deg}.range-314{--o-range: 314deg}.range-315{--o-range: 315deg}.range-316{--o-range: 316deg}.range-317{--o-range: 317deg}.range-318{--o-range: 318deg}.range-319{--o-range: 319deg}.range-320{--o-range: 320deg}.range-321{--o-range: 321deg}.range-322{--o-range: 322deg}.range-323{--o-range: 323deg}.range-324{--o-range: 324deg}.range-325{--o-range: 325deg}.range-326{--o-range: 326deg}.range-327{--o-range: 327deg}.range-328{--o-range: 328deg}.range-329{--o-range: 329deg}.range-330{--o-range: 330deg}.range-331{--o-range: 331deg}.range-332{--o-range: 332deg}.range-333{--o-range: 333deg}.range-334{--o-range: 334deg}.range-335{--o-range: 335deg}.range-336{--o-range: 336deg}.range-337{--o-range: 337deg}.range-338{--o-range: 338deg}.range-339{--o-range: 339deg}.range-340{--o-range: 340deg}.range-341{--o-range: 341deg}.range-342{--o-range: 342deg}.range-343{--o-range: 343deg}.range-344{--o-range: 344deg}.range-345{--o-range: 345deg}.range-346{--o-range: 346deg}.range-347{--o-range: 347deg}.range-348{--o-range: 348deg}.range-349{--o-range: 349deg}.range-350{--o-range: 350deg}.range-351{--o-range: 351deg}.range-352{--o-range: 352deg}.range-353{--o-range: 353deg}.range-354{--o-range: 354deg}.range-355{--o-range: 355deg}.range-356{--o-range: 356deg}.range-357{--o-range: 357deg}.range-358{--o-range: 358deg}.range-359{--o-range: 359deg}.range-360{--o-range: 360deg}.from-0{--o-from: 0deg}.from-1{--o-from: 1deg}.from-2{--o-from: 2deg}.from-3{--o-from: 3deg}.from-4{--o-from: 4deg}.from-5{--o-from: 5deg}.from-6{--o-from: 6deg}.from-7{--o-from: 7deg}.from-8{--o-from: 8deg}.from-9{--o-from: 9deg}.from-10{--o-from: 10deg}.from-11{--o-from: 11deg}.from-12{--o-from: 12deg}.from-13{--o-from: 13deg}.from-14{--o-from: 14deg}.from-15{--o-from: 15deg}.from-16{--o-from: 16deg}.from-17{--o-from: 17deg}.from-18{--o-from: 18deg}.from-19{--o-from: 19deg}.from-20{--o-from: 20deg}.from-21{--o-from: 21deg}.from-22{--o-from: 22deg}.from-23{--o-from: 23deg}.from-24{--o-from: 24deg}.from-25{--o-from: 25deg}.from-26{--o-from: 26deg}.from-27{--o-from: 27deg}.from-28{--o-from: 28deg}.from-29{--o-from: 29deg}.from-30{--o-from: 30deg}.from-31{--o-from: 31deg}.from-32{--o-from: 32deg}.from-33{--o-from: 33deg}.from-34{--o-from: 34deg}.from-35{--o-from: 35deg}.from-36{--o-from: 36deg}.from-37{--o-from: 37deg}.from-38{--o-from: 38deg}.from-39{--o-from: 39deg}.from-40{--o-from: 40deg}.from-41{--o-from: 41deg}.from-42{--o-from: 42deg}.from-43{--o-from: 43deg}.from-44{--o-from: 44deg}.from-45{--o-from: 45deg}.from-46{--o-from: 46deg}.from-47{--o-from: 47deg}.from-48{--o-from: 48deg}.from-49{--o-from: 49deg}.from-50{--o-from: 50deg}.from-51{--o-from: 51deg}.from-52{--o-from: 52deg}.from-53{--o-from: 53deg}.from-54{--o-from: 54deg}.from-55{--o-from: 55deg}.from-56{--o-from: 56deg}.from-57{--o-from: 57deg}.from-58{--o-from: 58deg}.from-59{--o-from: 59deg}.from-60{--o-from: 60deg}.from-61{--o-from: 61deg}.from-62{--o-from: 62deg}.from-63{--o-from: 63deg}.from-64{--o-from: 64deg}.from-65{--o-from: 65deg}.from-66{--o-from: 66deg}.from-67{--o-from: 67deg}.from-68{--o-from: 68deg}.from-69{--o-from: 69deg}.from-70{--o-from: 70deg}.from-71{--o-from: 71deg}.from-72{--o-from: 72deg}.from-73{--o-from: 73deg}.from-74{--o-from: 74deg}.from-75{--o-from: 75deg}.from-76{--o-from: 76deg}.from-77{--o-from: 77deg}.from-78{--o-from: 78deg}.from-79{--o-from: 79deg}.from-80{--o-from: 80deg}.from-81{--o-from: 81deg}.from-82{--o-from: 82deg}.from-83{--o-from: 83deg}.from-84{--o-from: 84deg}.from-85{--o-from: 85deg}.from-86{--o-from: 86deg}.from-87{--o-from: 87deg}.from-88{--o-from: 88deg}.from-89{--o-from: 89deg}.from-90{--o-from: 90deg}.from-91{--o-from: 91deg}.from-92{--o-from: 92deg}.from-93{--o-from: 93deg}.from-94{--o-from: 94deg}.from-95{--o-from: 95deg}.from-96{--o-from: 96deg}.from-97{--o-from: 97deg}.from-98{--o-from: 98deg}.from-99{--o-from: 99deg}.from-100{--o-from: 100deg}.from-101{--o-from: 101deg}.from-102{--o-from: 102deg}.from-103{--o-from: 103deg}.from-104{--o-from: 104deg}.from-105{--o-from: 105deg}.from-106{--o-from: 106deg}.from-107{--o-from: 107deg}.from-108{--o-from: 108deg}.from-109{--o-from: 109deg}.from-110{--o-from: 110deg}.from-111{--o-from: 111deg}.from-112{--o-from: 112deg}.from-113{--o-from: 113deg}.from-114{--o-from: 114deg}.from-115{--o-from: 115deg}.from-116{--o-from: 116deg}.from-117{--o-from: 117deg}.from-118{--o-from: 118deg}.from-119{--o-from: 119deg}.from-120{--o-from: 120deg}.from-121{--o-from: 121deg}.from-122{--o-from: 122deg}.from-123{--o-from: 123deg}.from-124{--o-from: 124deg}.from-125{--o-from: 125deg}.from-126{--o-from: 126deg}.from-127{--o-from: 127deg}.from-128{--o-from: 128deg}.from-129{--o-from: 129deg}.from-130{--o-from: 130deg}.from-131{--o-from: 131deg}.from-132{--o-from: 132deg}.from-133{--o-from: 133deg}.from-134{--o-from: 134deg}.from-135{--o-from: 135deg}.from-136{--o-from: 136deg}.from-137{--o-from: 137deg}.from-138{--o-from: 138deg}.from-139{--o-from: 139deg}.from-140{--o-from: 140deg}.from-141{--o-from: 141deg}.from-142{--o-from: 142deg}.from-143{--o-from: 143deg}.from-144{--o-from: 144deg}.from-145{--o-from: 145deg}.from-146{--o-from: 146deg}.from-147{--o-from: 147deg}.from-148{--o-from: 148deg}.from-149{--o-from: 149deg}.from-150{--o-from: 150deg}.from-151{--o-from: 151deg}.from-152{--o-from: 152deg}.from-153{--o-from: 153deg}.from-154{--o-from: 154deg}.from-155{--o-from: 155deg}.from-156{--o-from: 156deg}.from-157{--o-from: 157deg}.from-158{--o-from: 158deg}.from-159{--o-from: 159deg}.from-160{--o-from: 160deg}.from-161{--o-from: 161deg}.from-162{--o-from: 162deg}.from-163{--o-from: 163deg}.from-164{--o-from: 164deg}.from-165{--o-from: 165deg}.from-166{--o-from: 166deg}.from-167{--o-from: 167deg}.from-168{--o-from: 168deg}.from-169{--o-from: 169deg}.from-170{--o-from: 170deg}.from-171{--o-from: 171deg}.from-172{--o-from: 172deg}.from-173{--o-from: 173deg}.from-174{--o-from: 174deg}.from-175{--o-from: 175deg}.from-176{--o-from: 176deg}.from-177{--o-from: 177deg}.from-178{--o-from: 178deg}.from-179{--o-from: 179deg}.from-180{--o-from: 180deg}.from-181{--o-from: 181deg}.from-182{--o-from: 182deg}.from-183{--o-from: 183deg}.from-184{--o-from: 184deg}.from-185{--o-from: 185deg}.from-186{--o-from: 186deg}.from-187{--o-from: 187deg}.from-188{--o-from: 188deg}.from-189{--o-from: 189deg}.from-190{--o-from: 190deg}.from-191{--o-from: 191deg}.from-192{--o-from: 192deg}.from-193{--o-from: 193deg}.from-194{--o-from: 194deg}.from-195{--o-from: 195deg}.from-196{--o-from: 196deg}.from-197{--o-from: 197deg}.from-198{--o-from: 198deg}.from-199{--o-from: 199deg}.from-200{--o-from: 200deg}.from-201{--o-from: 201deg}.from-202{--o-from: 202deg}.from-203{--o-from: 203deg}.from-204{--o-from: 204deg}.from-205{--o-from: 205deg}.from-206{--o-from: 206deg}.from-207{--o-from: 207deg}.from-208{--o-from: 208deg}.from-209{--o-from: 209deg}.from-210{--o-from: 210deg}.from-211{--o-from: 211deg}.from-212{--o-from: 212deg}.from-213{--o-from: 213deg}.from-214{--o-from: 214deg}.from-215{--o-from: 215deg}.from-216{--o-from: 216deg}.from-217{--o-from: 217deg}.from-218{--o-from: 218deg}.from-219{--o-from: 219deg}.from-220{--o-from: 220deg}.from-221{--o-from: 221deg}.from-222{--o-from: 222deg}.from-223{--o-from: 223deg}.from-224{--o-from: 224deg}.from-225{--o-from: 225deg}.from-226{--o-from: 226deg}.from-227{--o-from: 227deg}.from-228{--o-from: 228deg}.from-229{--o-from: 229deg}.from-230{--o-from: 230deg}.from-231{--o-from: 231deg}.from-232{--o-from: 232deg}.from-233{--o-from: 233deg}.from-234{--o-from: 234deg}.from-235{--o-from: 235deg}.from-236{--o-from: 236deg}.from-237{--o-from: 237deg}.from-238{--o-from: 238deg}.from-239{--o-from: 239deg}.from-240{--o-from: 240deg}.from-241{--o-from: 241deg}.from-242{--o-from: 242deg}.from-243{--o-from: 243deg}.from-244{--o-from: 244deg}.from-245{--o-from: 245deg}.from-246{--o-from: 246deg}.from-247{--o-from: 247deg}.from-248{--o-from: 248deg}.from-249{--o-from: 249deg}.from-250{--o-from: 250deg}.from-251{--o-from: 251deg}.from-252{--o-from: 252deg}.from-253{--o-from: 253deg}.from-254{--o-from: 254deg}.from-255{--o-from: 255deg}.from-256{--o-from: 256deg}.from-257{--o-from: 257deg}.from-258{--o-from: 258deg}.from-259{--o-from: 259deg}.from-260{--o-from: 260deg}.from-261{--o-from: 261deg}.from-262{--o-from: 262deg}.from-263{--o-from: 263deg}.from-264{--o-from: 264deg}.from-265{--o-from: 265deg}.from-266{--o-from: 266deg}.from-267{--o-from: 267deg}.from-268{--o-from: 268deg}.from-269{--o-from: 269deg}.from-270{--o-from: 270deg}.from-271{--o-from: 271deg}.from-272{--o-from: 272deg}.from-273{--o-from: 273deg}.from-274{--o-from: 274deg}.from-275{--o-from: 275deg}.from-276{--o-from: 276deg}.from-277{--o-from: 277deg}.from-278{--o-from: 278deg}.from-279{--o-from: 279deg}.from-280{--o-from: 280deg}.from-281{--o-from: 281deg}.from-282{--o-from: 282deg}.from-283{--o-from: 283deg}.from-284{--o-from: 284deg}.from-285{--o-from: 285deg}.from-286{--o-from: 286deg}.from-287{--o-from: 287deg}.from-288{--o-from: 288deg}.from-289{--o-from: 289deg}.from-290{--o-from: 290deg}.from-291{--o-from: 291deg}.from-292{--o-from: 292deg}.from-293{--o-from: 293deg}.from-294{--o-from: 294deg}.from-295{--o-from: 295deg}.from-296{--o-from: 296deg}.from-297{--o-from: 297deg}.from-298{--o-from: 298deg}.from-299{--o-from: 299deg}.from-300{--o-from: 300deg}.from-301{--o-from: 301deg}.from-302{--o-from: 302deg}.from-303{--o-from: 303deg}.from-304{--o-from: 304deg}.from-305{--o-from: 305deg}.from-306{--o-from: 306deg}.from-307{--o-from: 307deg}.from-308{--o-from: 308deg}.from-309{--o-from: 309deg}.from-310{--o-from: 310deg}.from-311{--o-from: 311deg}.from-312{--o-from: 312deg}.from-313{--o-from: 313deg}.from-314{--o-from: 314deg}.from-315{--o-from: 315deg}.from-316{--o-from: 316deg}.from-317{--o-from: 317deg}.from-318{--o-from: 318deg}.from-319{--o-from: 319deg}.from-320{--o-from: 320deg}.from-321{--o-from: 321deg}.from-322{--o-from: 322deg}.from-323{--o-from: 323deg}.from-324{--o-from: 324deg}.from-325{--o-from: 325deg}.from-326{--o-from: 326deg}.from-327{--o-from: 327deg}.from-328{--o-from: 328deg}.from-329{--o-from: 329deg}.from-330{--o-from: 330deg}.from-331{--o-from: 331deg}.from-332{--o-from: 332deg}.from-333{--o-from: 333deg}.from-334{--o-from: 334deg}.from-335{--o-from: 335deg}.from-336{--o-from: 336deg}.from-337{--o-from: 337deg}.from-338{--o-from: 338deg}.from-339{--o-from: 339deg}.from-340{--o-from: 340deg}.from-341{--o-from: 341deg}.from-342{--o-from: 342deg}.from-343{--o-from: 343deg}.from-344{--o-from: 344deg}.from-345{--o-from: 345deg}.from-346{--o-from: 346deg}.from-347{--o-from: 347deg}.from-348{--o-from: 348deg}.from-349{--o-from: 349deg}.from-350{--o-from: 350deg}.from-351{--o-from: 351deg}.from-352{--o-from: 352deg}.from-353{--o-from: 353deg}.from-354{--o-from: 354deg}.from-355{--o-from: 355deg}.from-356{--o-from: 356deg}.from-357{--o-from: 357deg}.from-358{--o-from: 358deg}.from-359{--o-from: 359deg}.from-360{--o-from: 360deg}.angle-0{--o-angle-composite: 0deg !important}.angle-1{--o-angle-composite: 1deg !important}.angle-2{--o-angle-composite: 2deg !important}.angle-3{--o-angle-composite: 3deg !important}.angle-4{--o-angle-composite: 4deg !important}.angle-5{--o-angle-composite: 5deg !important}.angle-6{--o-angle-composite: 6deg !important}.angle-7{--o-angle-composite: 7deg !important}.angle-8{--o-angle-composite: 8deg !important}.angle-9{--o-angle-composite: 9deg !important}.angle-10{--o-angle-composite: 10deg !important}.angle-11{--o-angle-composite: 11deg !important}.angle-12{--o-angle-composite: 12deg !important}.angle-13{--o-angle-composite: 13deg !important}.angle-14{--o-angle-composite: 14deg !important}.angle-15{--o-angle-composite: 15deg !important}.angle-16{--o-angle-composite: 16deg !important}.angle-17{--o-angle-composite: 17deg !important}.angle-18{--o-angle-composite: 18deg !important}.angle-19{--o-angle-composite: 19deg !important}.angle-20{--o-angle-composite: 20deg !important}.angle-21{--o-angle-composite: 21deg !important}.angle-22{--o-angle-composite: 22deg !important}.angle-23{--o-angle-composite: 23deg !important}.angle-24{--o-angle-composite: 24deg !important}.angle-25{--o-angle-composite: 25deg !important}.angle-26{--o-angle-composite: 26deg !important}.angle-27{--o-angle-composite: 27deg !important}.angle-28{--o-angle-composite: 28deg !important}.angle-29{--o-angle-composite: 29deg !important}.angle-30{--o-angle-composite: 30deg !important}.angle-31{--o-angle-composite: 31deg !important}.angle-32{--o-angle-composite: 32deg !important}.angle-33{--o-angle-composite: 33deg !important}.angle-34{--o-angle-composite: 34deg !important}.angle-35{--o-angle-composite: 35deg !important}.angle-36{--o-angle-composite: 36deg !important}.angle-37{--o-angle-composite: 37deg !important}.angle-38{--o-angle-composite: 38deg !important}.angle-39{--o-angle-composite: 39deg !important}.angle-40{--o-angle-composite: 40deg !important}.angle-41{--o-angle-composite: 41deg !important}.angle-42{--o-angle-composite: 42deg !important}.angle-43{--o-angle-composite: 43deg !important}.angle-44{--o-angle-composite: 44deg !important}.angle-45{--o-angle-composite: 45deg !important}.angle-46{--o-angle-composite: 46deg !important}.angle-47{--o-angle-composite: 47deg !important}.angle-48{--o-angle-composite: 48deg !important}.angle-49{--o-angle-composite: 49deg !important}.angle-50{--o-angle-composite: 50deg !important}.angle-51{--o-angle-composite: 51deg !important}.angle-52{--o-angle-composite: 52deg !important}.angle-53{--o-angle-composite: 53deg !important}.angle-54{--o-angle-composite: 54deg !important}.angle-55{--o-angle-composite: 55deg !important}.angle-56{--o-angle-composite: 56deg !important}.angle-57{--o-angle-composite: 57deg !important}.angle-58{--o-angle-composite: 58deg !important}.angle-59{--o-angle-composite: 59deg !important}.angle-60{--o-angle-composite: 60deg !important}.angle-61{--o-angle-composite: 61deg !important}.angle-62{--o-angle-composite: 62deg !important}.angle-63{--o-angle-composite: 63deg !important}.angle-64{--o-angle-composite: 64deg !important}.angle-65{--o-angle-composite: 65deg !important}.angle-66{--o-angle-composite: 66deg !important}.angle-67{--o-angle-composite: 67deg !important}.angle-68{--o-angle-composite: 68deg !important}.angle-69{--o-angle-composite: 69deg !important}.angle-70{--o-angle-composite: 70deg !important}.angle-71{--o-angle-composite: 71deg !important}.angle-72{--o-angle-composite: 72deg !important}.angle-73{--o-angle-composite: 73deg !important}.angle-74{--o-angle-composite: 74deg !important}.angle-75{--o-angle-composite: 75deg !important}.angle-76{--o-angle-composite: 76deg !important}.angle-77{--o-angle-composite: 77deg !important}.angle-78{--o-angle-composite: 78deg !important}.angle-79{--o-angle-composite: 79deg !important}.angle-80{--o-angle-composite: 80deg !important}.angle-81{--o-angle-composite: 81deg !important}.angle-82{--o-angle-composite: 82deg !important}.angle-83{--o-angle-composite: 83deg !important}.angle-84{--o-angle-composite: 84deg !important}.angle-85{--o-angle-composite: 85deg !important}.angle-86{--o-angle-composite: 86deg !important}.angle-87{--o-angle-composite: 87deg !important}.angle-88{--o-angle-composite: 88deg !important}.angle-89{--o-angle-composite: 89deg !important}.angle-90{--o-angle-composite: 90deg !important}.angle-91{--o-angle-composite: 91deg !important}.angle-92{--o-angle-composite: 92deg !important}.angle-93{--o-angle-composite: 93deg !important}.angle-94{--o-angle-composite: 94deg !important}.angle-95{--o-angle-composite: 95deg !important}.angle-96{--o-angle-composite: 96deg !important}.angle-97{--o-angle-composite: 97deg !important}.angle-98{--o-angle-composite: 98deg !important}.angle-99{--o-angle-composite: 99deg !important}.angle-100{--o-angle-composite: 100deg !important}.angle-101{--o-angle-composite: 101deg !important}.angle-102{--o-angle-composite: 102deg !important}.angle-103{--o-angle-composite: 103deg !important}.angle-104{--o-angle-composite: 104deg !important}.angle-105{--o-angle-composite: 105deg !important}.angle-106{--o-angle-composite: 106deg !important}.angle-107{--o-angle-composite: 107deg !important}.angle-108{--o-angle-composite: 108deg !important}.angle-109{--o-angle-composite: 109deg !important}.angle-110{--o-angle-composite: 110deg !important}.angle-111{--o-angle-composite: 111deg !important}.angle-112{--o-angle-composite: 112deg !important}.angle-113{--o-angle-composite: 113deg !important}.angle-114{--o-angle-composite: 114deg !important}.angle-115{--o-angle-composite: 115deg !important}.angle-116{--o-angle-composite: 116deg !important}.angle-117{--o-angle-composite: 117deg !important}.angle-118{--o-angle-composite: 118deg !important}.angle-119{--o-angle-composite: 119deg !important}.angle-120{--o-angle-composite: 120deg !important}.angle-121{--o-angle-composite: 121deg !important}.angle-122{--o-angle-composite: 122deg !important}.angle-123{--o-angle-composite: 123deg !important}.angle-124{--o-angle-composite: 124deg !important}.angle-125{--o-angle-composite: 125deg !important}.angle-126{--o-angle-composite: 126deg !important}.angle-127{--o-angle-composite: 127deg !important}.angle-128{--o-angle-composite: 128deg !important}.angle-129{--o-angle-composite: 129deg !important}.angle-130{--o-angle-composite: 130deg !important}.angle-131{--o-angle-composite: 131deg !important}.angle-132{--o-angle-composite: 132deg !important}.angle-133{--o-angle-composite: 133deg !important}.angle-134{--o-angle-composite: 134deg !important}.angle-135{--o-angle-composite: 135deg !important}.angle-136{--o-angle-composite: 136deg !important}.angle-137{--o-angle-composite: 137deg !important}.angle-138{--o-angle-composite: 138deg !important}.angle-139{--o-angle-composite: 139deg !important}.angle-140{--o-angle-composite: 140deg !important}.angle-141{--o-angle-composite: 141deg !important}.angle-142{--o-angle-composite: 142deg !important}.angle-143{--o-angle-composite: 143deg !important}.angle-144{--o-angle-composite: 144deg !important}.angle-145{--o-angle-composite: 145deg !important}.angle-146{--o-angle-composite: 146deg !important}.angle-147{--o-angle-composite: 147deg !important}.angle-148{--o-angle-composite: 148deg !important}.angle-149{--o-angle-composite: 149deg !important}.angle-150{--o-angle-composite: 150deg !important}.angle-151{--o-angle-composite: 151deg !important}.angle-152{--o-angle-composite: 152deg !important}.angle-153{--o-angle-composite: 153deg !important}.angle-154{--o-angle-composite: 154deg !important}.angle-155{--o-angle-composite: 155deg !important}.angle-156{--o-angle-composite: 156deg !important}.angle-157{--o-angle-composite: 157deg !important}.angle-158{--o-angle-composite: 158deg !important}.angle-159{--o-angle-composite: 159deg !important}.angle-160{--o-angle-composite: 160deg !important}.angle-161{--o-angle-composite: 161deg !important}.angle-162{--o-angle-composite: 162deg !important}.angle-163{--o-angle-composite: 163deg !important}.angle-164{--o-angle-composite: 164deg !important}.angle-165{--o-angle-composite: 165deg !important}.angle-166{--o-angle-composite: 166deg !important}.angle-167{--o-angle-composite: 167deg !important}.angle-168{--o-angle-composite: 168deg !important}.angle-169{--o-angle-composite: 169deg !important}.angle-170{--o-angle-composite: 170deg !important}.angle-171{--o-angle-composite: 171deg !important}.angle-172{--o-angle-composite: 172deg !important}.angle-173{--o-angle-composite: 173deg !important}.angle-174{--o-angle-composite: 174deg !important}.angle-175{--o-angle-composite: 175deg !important}.angle-176{--o-angle-composite: 176deg !important}.angle-177{--o-angle-composite: 177deg !important}.angle-178{--o-angle-composite: 178deg !important}.angle-179{--o-angle-composite: 179deg !important}.angle-180{--o-angle-composite: 180deg !important}.angle-181{--o-angle-composite: 181deg !important}.angle-182{--o-angle-composite: 182deg !important}.angle-183{--o-angle-composite: 183deg !important}.angle-184{--o-angle-composite: 184deg !important}.angle-185{--o-angle-composite: 185deg !important}.angle-186{--o-angle-composite: 186deg !important}.angle-187{--o-angle-composite: 187deg !important}.angle-188{--o-angle-composite: 188deg !important}.angle-189{--o-angle-composite: 189deg !important}.angle-190{--o-angle-composite: 190deg !important}.angle-191{--o-angle-composite: 191deg !important}.angle-192{--o-angle-composite: 192deg !important}.angle-193{--o-angle-composite: 193deg !important}.angle-194{--o-angle-composite: 194deg !important}.angle-195{--o-angle-composite: 195deg !important}.angle-196{--o-angle-composite: 196deg !important}.angle-197{--o-angle-composite: 197deg !important}.angle-198{--o-angle-composite: 198deg !important}.angle-199{--o-angle-composite: 199deg !important}.angle-200{--o-angle-composite: 200deg !important}.angle-201{--o-angle-composite: 201deg !important}.angle-202{--o-angle-composite: 202deg !important}.angle-203{--o-angle-composite: 203deg !important}.angle-204{--o-angle-composite: 204deg !important}.angle-205{--o-angle-composite: 205deg !important}.angle-206{--o-angle-composite: 206deg !important}.angle-207{--o-angle-composite: 207deg !important}.angle-208{--o-angle-composite: 208deg !important}.angle-209{--o-angle-composite: 209deg !important}.angle-210{--o-angle-composite: 210deg !important}.angle-211{--o-angle-composite: 211deg !important}.angle-212{--o-angle-composite: 212deg !important}.angle-213{--o-angle-composite: 213deg !important}.angle-214{--o-angle-composite: 214deg !important}.angle-215{--o-angle-composite: 215deg !important}.angle-216{--o-angle-composite: 216deg !important}.angle-217{--o-angle-composite: 217deg !important}.angle-218{--o-angle-composite: 218deg !important}.angle-219{--o-angle-composite: 219deg !important}.angle-220{--o-angle-composite: 220deg !important}.angle-221{--o-angle-composite: 221deg !important}.angle-222{--o-angle-composite: 222deg !important}.angle-223{--o-angle-composite: 223deg !important}.angle-224{--o-angle-composite: 224deg !important}.angle-225{--o-angle-composite: 225deg !important}.angle-226{--o-angle-composite: 226deg !important}.angle-227{--o-angle-composite: 227deg !important}.angle-228{--o-angle-composite: 228deg !important}.angle-229{--o-angle-composite: 229deg !important}.angle-230{--o-angle-composite: 230deg !important}.angle-231{--o-angle-composite: 231deg !important}.angle-232{--o-angle-composite: 232deg !important}.angle-233{--o-angle-composite: 233deg !important}.angle-234{--o-angle-composite: 234deg !important}.angle-235{--o-angle-composite: 235deg !important}.angle-236{--o-angle-composite: 236deg !important}.angle-237{--o-angle-composite: 237deg !important}.angle-238{--o-angle-composite: 238deg !important}.angle-239{--o-angle-composite: 239deg !important}.angle-240{--o-angle-composite: 240deg !important}.angle-241{--o-angle-composite: 241deg !important}.angle-242{--o-angle-composite: 242deg !important}.angle-243{--o-angle-composite: 243deg !important}.angle-244{--o-angle-composite: 244deg !important}.angle-245{--o-angle-composite: 245deg !important}.angle-246{--o-angle-composite: 246deg !important}.angle-247{--o-angle-composite: 247deg !important}.angle-248{--o-angle-composite: 248deg !important}.angle-249{--o-angle-composite: 249deg !important}.angle-250{--o-angle-composite: 250deg !important}.angle-251{--o-angle-composite: 251deg !important}.angle-252{--o-angle-composite: 252deg !important}.angle-253{--o-angle-composite: 253deg !important}.angle-254{--o-angle-composite: 254deg !important}.angle-255{--o-angle-composite: 255deg !important}.angle-256{--o-angle-composite: 256deg !important}.angle-257{--o-angle-composite: 257deg !important}.angle-258{--o-angle-composite: 258deg !important}.angle-259{--o-angle-composite: 259deg !important}.angle-260{--o-angle-composite: 260deg !important}.angle-261{--o-angle-composite: 261deg !important}.angle-262{--o-angle-composite: 262deg !important}.angle-263{--o-angle-composite: 263deg !important}.angle-264{--o-angle-composite: 264deg !important}.angle-265{--o-angle-composite: 265deg !important}.angle-266{--o-angle-composite: 266deg !important}.angle-267{--o-angle-composite: 267deg !important}.angle-268{--o-angle-composite: 268deg !important}.angle-269{--o-angle-composite: 269deg !important}.angle-270{--o-angle-composite: 270deg !important}.angle-271{--o-angle-composite: 271deg !important}.angle-272{--o-angle-composite: 272deg !important}.angle-273{--o-angle-composite: 273deg !important}.angle-274{--o-angle-composite: 274deg !important}.angle-275{--o-angle-composite: 275deg !important}.angle-276{--o-angle-composite: 276deg !important}.angle-277{--o-angle-composite: 277deg !important}.angle-278{--o-angle-composite: 278deg !important}.angle-279{--o-angle-composite: 279deg !important}.angle-280{--o-angle-composite: 280deg !important}.angle-281{--o-angle-composite: 281deg !important}.angle-282{--o-angle-composite: 282deg !important}.angle-283{--o-angle-composite: 283deg !important}.angle-284{--o-angle-composite: 284deg !important}.angle-285{--o-angle-composite: 285deg !important}.angle-286{--o-angle-composite: 286deg !important}.angle-287{--o-angle-composite: 287deg !important}.angle-288{--o-angle-composite: 288deg !important}.angle-289{--o-angle-composite: 289deg !important}.angle-290{--o-angle-composite: 290deg !important}.angle-291{--o-angle-composite: 291deg !important}.angle-292{--o-angle-composite: 292deg !important}.angle-293{--o-angle-composite: 293deg !important}.angle-294{--o-angle-composite: 294deg !important}.angle-295{--o-angle-composite: 295deg !important}.angle-296{--o-angle-composite: 296deg !important}.angle-297{--o-angle-composite: 297deg !important}.angle-298{--o-angle-composite: 298deg !important}.angle-299{--o-angle-composite: 299deg !important}.angle-300{--o-angle-composite: 300deg !important}.angle-301{--o-angle-composite: 301deg !important}.angle-302{--o-angle-composite: 302deg !important}.angle-303{--o-angle-composite: 303deg !important}.angle-304{--o-angle-composite: 304deg !important}.angle-305{--o-angle-composite: 305deg !important}.angle-306{--o-angle-composite: 306deg !important}.angle-307{--o-angle-composite: 307deg !important}.angle-308{--o-angle-composite: 308deg !important}.angle-309{--o-angle-composite: 309deg !important}.angle-310{--o-angle-composite: 310deg !important}.angle-311{--o-angle-composite: 311deg !important}.angle-312{--o-angle-composite: 312deg !important}.angle-313{--o-angle-composite: 313deg !important}.angle-314{--o-angle-composite: 314deg !important}.angle-315{--o-angle-composite: 315deg !important}.angle-316{--o-angle-composite: 316deg !important}.angle-317{--o-angle-composite: 317deg !important}.angle-318{--o-angle-composite: 318deg !important}.angle-319{--o-angle-composite: 319deg !important}.angle-320{--o-angle-composite: 320deg !important}.angle-321{--o-angle-composite: 321deg !important}.angle-322{--o-angle-composite: 322deg !important}.angle-323{--o-angle-composite: 323deg !important}.angle-324{--o-angle-composite: 324deg !important}.angle-325{--o-angle-composite: 325deg !important}.angle-326{--o-angle-composite: 326deg !important}.angle-327{--o-angle-composite: 327deg !important}.angle-328{--o-angle-composite: 328deg !important}.angle-329{--o-angle-composite: 329deg !important}.angle-330{--o-angle-composite: 330deg !important}.angle-331{--o-angle-composite: 331deg !important}.angle-332{--o-angle-composite: 332deg !important}.angle-333{--o-angle-composite: 333deg !important}.angle-334{--o-angle-composite: 334deg !important}.angle-335{--o-angle-composite: 335deg !important}.angle-336{--o-angle-composite: 336deg !important}.angle-337{--o-angle-composite: 337deg !important}.angle-338{--o-angle-composite: 338deg !important}.angle-339{--o-angle-composite: 339deg !important}.angle-340{--o-angle-composite: 340deg !important}.angle-341{--o-angle-composite: 341deg !important}.angle-342{--o-angle-composite: 342deg !important}.angle-343{--o-angle-composite: 343deg !important}.angle-344{--o-angle-composite: 344deg !important}.angle-345{--o-angle-composite: 345deg !important}.angle-346{--o-angle-composite: 346deg !important}.angle-347{--o-angle-composite: 347deg !important}.angle-348{--o-angle-composite: 348deg !important}.angle-349{--o-angle-composite: 349deg !important}.angle-350{--o-angle-composite: 350deg !important}.angle-351{--o-angle-composite: 351deg !important}.angle-352{--o-angle-composite: 352deg !important}.angle-353{--o-angle-composite: 353deg !important}.angle-354{--o-angle-composite: 354deg !important}.angle-355{--o-angle-composite: 355deg !important}.angle-356{--o-angle-composite: 356deg !important}.angle-357{--o-angle-composite: 357deg !important}.angle-358{--o-angle-composite: 358deg !important}.angle-359{--o-angle-composite: 359deg !important}.angle-360{--o-angle-composite: 360deg !important}o-sector.gap-1,o-text.gap-1{--o-gap: 1}o-sector.gap-2,o-text.gap-2{--o-gap: 2}o-sector.gap-3,o-text.gap-3{--o-gap: 3}o-sector.gap-4,o-text.gap-4{--o-gap: 4}o-sector.gap-5,o-text.gap-5{--o-gap: 5}o-sector.gap-6,o-text.gap-6{--o-gap: 6}o-sector.gap-7,o-text.gap-7{--o-gap: 7}o-sector.gap-8,o-text.gap-8{--o-gap: 8}o-sector.gap-9,o-text.gap-9{--o-gap: 9}o-sector.gap-10,o-text.gap-10{--o-gap: 10}o-sector.gap-11,o-text.gap-11{--o-gap: 11}o-sector.gap-12,o-text.gap-12{--o-gap: 12}o-sector.gap-13,o-text.gap-13{--o-gap: 13}o-sector.gap-14,o-text.gap-14{--o-gap: 14}o-sector.gap-15,o-text.gap-15{--o-gap: 15}o-sector.gap-16,o-text.gap-16{--o-gap: 16}o-sector.gap-17,o-text.gap-17{--o-gap: 17}o-sector.gap-18,o-text.gap-18{--o-gap: 18}o-sector.gap-19,o-text.gap-19{--o-gap: 19}o-sector.gap-20,o-text.gap-20{--o-gap: 20}o-sector.gap-21,o-text.gap-21{--o-gap: 21}o-sector.gap-22,o-text.gap-22{--o-gap: 22}o-sector.gap-23,o-text.gap-23{--o-gap: 23}o-sector.gap-24,o-text.gap-24{--o-gap: 24}o-sector.gap-25,o-text.gap-25{--o-gap: 25}o-sector.gap-26,o-text.gap-26{--o-gap: 26}o-sector.gap-27,o-text.gap-27{--o-gap: 27}o-sector.gap-28,o-text.gap-28{--o-gap: 28}o-sector.gap-29,o-text.gap-29{--o-gap: 29}o-sector.gap-30,o-text.gap-30{--o-gap: 30}.reduce-0{--o-size-ratio: 1}.reduce-10{--o-size-ratio: 0.9}.reduce-20{--o-size-ratio: 0.8}.reduce-30{--o-size-ratio: 0.7}.reduce-40{--o-size-ratio: 0.6}.reduce-50{--o-size-ratio: 0.5}.reduce-60{--o-size-ratio: 0.4}.reduce-70{--o-size-ratio: 0.3}.reduce-80{--o-size-ratio: 0.2}.reduce-90{--o-size-ratio: 0.1}.reduce-100{--o-size-ratio: 0}.grow-1x{--o-size-ratio: 1}.grow-2x{--o-size-ratio: 2}.grow-3x{--o-size-ratio: 3}.grow-4x{--o-size-ratio: 4}.grow-5x{--o-size-ratio: 5}.grow-6x{--o-size-ratio: 6}.grow-7x{--o-size-ratio: 7}.grow-8x{--o-size-ratio: 8}.grow-9x{--o-size-ratio: 9}.grow-10x{--o-size-ratio: 10}.grow-11x{--o-size-ratio: 11}.grow-12x{--o-size-ratio: 12}.inner-orbit{--o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / 2}.outer-orbit{--o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / -2}.ccw{--o-direction: -1;--o-offset: - -90deg }.capsule{--o-angle-composite: 0deg;width:inherit;height:auto;padding:5px;position:absolute;align-items:center;justify-content:center;rotate:calc(var(--o-angle-composite))}.capsule.flip{--o-angle-composite: 180deg !important}.capsule.turn-left{margin-top:25%;--o-angle-composite: 90deg !important}.capsule.turn-right{margin-top:25%;--o-angle-composite: 270deg !important}.capsule.stable{--o-gyro: calc(90deg - ( var(--o-angle) * var(--o-orbit-child-number)));--o-angle-composite: var(--o-gyro)}.satellite>.capsule.stable{--o-gyro: calc(var(--o-angle) * var(--o-orbit-child-number));--o-angle-composite: var(--o-gyro)}.satellite>.capsule.turn-left{--o-angle-composite: 90deg !important}.satellite>.capsule.turn-right{--o-angle-composite: 270deg !important}/*! +*/.orbital-zone.at-top-left{align-items:flex-start !important;justify-content:flex-start !important}.orbital-zone.at-top{align-items:flex-start !important;justify-content:center !important}.orbital-zone.at-top-right{align-items:flex-start !important;justify-content:flex-end !important}.orbital-zone.at-bottom-left{align-items:flex-end !important;justify-content:flex-start !important}.orbital-zone.at-bottom{align-items:flex-end !important;justify-content:center !important}.orbital-zone.at-bottom-right{align-items:flex-end !important;justify-content:flex-end !important}.orbital-zone.at-center-left{align-items:center !important;justify-content:flex-start !important}.orbital-zone.at-center{align-items:center !important;justify-content:center !important}.orbital-zone.at-center-right{align-items:center !important;justify-content:flex-end !important}.range-0{--o-range: 0deg}.range-1{--o-range: 1deg}.range-2{--o-range: 2deg}.range-3{--o-range: 3deg}.range-4{--o-range: 4deg}.range-5{--o-range: 5deg}.range-6{--o-range: 6deg}.range-7{--o-range: 7deg}.range-8{--o-range: 8deg}.range-9{--o-range: 9deg}.range-10{--o-range: 10deg}.range-11{--o-range: 11deg}.range-12{--o-range: 12deg}.range-13{--o-range: 13deg}.range-14{--o-range: 14deg}.range-15{--o-range: 15deg}.range-16{--o-range: 16deg}.range-17{--o-range: 17deg}.range-18{--o-range: 18deg}.range-19{--o-range: 19deg}.range-20{--o-range: 20deg}.range-21{--o-range: 21deg}.range-22{--o-range: 22deg}.range-23{--o-range: 23deg}.range-24{--o-range: 24deg}.range-25{--o-range: 25deg}.range-26{--o-range: 26deg}.range-27{--o-range: 27deg}.range-28{--o-range: 28deg}.range-29{--o-range: 29deg}.range-30{--o-range: 30deg}.range-31{--o-range: 31deg}.range-32{--o-range: 32deg}.range-33{--o-range: 33deg}.range-34{--o-range: 34deg}.range-35{--o-range: 35deg}.range-36{--o-range: 36deg}.range-37{--o-range: 37deg}.range-38{--o-range: 38deg}.range-39{--o-range: 39deg}.range-40{--o-range: 40deg}.range-41{--o-range: 41deg}.range-42{--o-range: 42deg}.range-43{--o-range: 43deg}.range-44{--o-range: 44deg}.range-45{--o-range: 45deg}.range-46{--o-range: 46deg}.range-47{--o-range: 47deg}.range-48{--o-range: 48deg}.range-49{--o-range: 49deg}.range-50{--o-range: 50deg}.range-51{--o-range: 51deg}.range-52{--o-range: 52deg}.range-53{--o-range: 53deg}.range-54{--o-range: 54deg}.range-55{--o-range: 55deg}.range-56{--o-range: 56deg}.range-57{--o-range: 57deg}.range-58{--o-range: 58deg}.range-59{--o-range: 59deg}.range-60{--o-range: 60deg}.range-61{--o-range: 61deg}.range-62{--o-range: 62deg}.range-63{--o-range: 63deg}.range-64{--o-range: 64deg}.range-65{--o-range: 65deg}.range-66{--o-range: 66deg}.range-67{--o-range: 67deg}.range-68{--o-range: 68deg}.range-69{--o-range: 69deg}.range-70{--o-range: 70deg}.range-71{--o-range: 71deg}.range-72{--o-range: 72deg}.range-73{--o-range: 73deg}.range-74{--o-range: 74deg}.range-75{--o-range: 75deg}.range-76{--o-range: 76deg}.range-77{--o-range: 77deg}.range-78{--o-range: 78deg}.range-79{--o-range: 79deg}.range-80{--o-range: 80deg}.range-81{--o-range: 81deg}.range-82{--o-range: 82deg}.range-83{--o-range: 83deg}.range-84{--o-range: 84deg}.range-85{--o-range: 85deg}.range-86{--o-range: 86deg}.range-87{--o-range: 87deg}.range-88{--o-range: 88deg}.range-89{--o-range: 89deg}.range-90{--o-range: 90deg}.range-91{--o-range: 91deg}.range-92{--o-range: 92deg}.range-93{--o-range: 93deg}.range-94{--o-range: 94deg}.range-95{--o-range: 95deg}.range-96{--o-range: 96deg}.range-97{--o-range: 97deg}.range-98{--o-range: 98deg}.range-99{--o-range: 99deg}.range-100{--o-range: 100deg}.range-101{--o-range: 101deg}.range-102{--o-range: 102deg}.range-103{--o-range: 103deg}.range-104{--o-range: 104deg}.range-105{--o-range: 105deg}.range-106{--o-range: 106deg}.range-107{--o-range: 107deg}.range-108{--o-range: 108deg}.range-109{--o-range: 109deg}.range-110{--o-range: 110deg}.range-111{--o-range: 111deg}.range-112{--o-range: 112deg}.range-113{--o-range: 113deg}.range-114{--o-range: 114deg}.range-115{--o-range: 115deg}.range-116{--o-range: 116deg}.range-117{--o-range: 117deg}.range-118{--o-range: 118deg}.range-119{--o-range: 119deg}.range-120{--o-range: 120deg}.range-121{--o-range: 121deg}.range-122{--o-range: 122deg}.range-123{--o-range: 123deg}.range-124{--o-range: 124deg}.range-125{--o-range: 125deg}.range-126{--o-range: 126deg}.range-127{--o-range: 127deg}.range-128{--o-range: 128deg}.range-129{--o-range: 129deg}.range-130{--o-range: 130deg}.range-131{--o-range: 131deg}.range-132{--o-range: 132deg}.range-133{--o-range: 133deg}.range-134{--o-range: 134deg}.range-135{--o-range: 135deg}.range-136{--o-range: 136deg}.range-137{--o-range: 137deg}.range-138{--o-range: 138deg}.range-139{--o-range: 139deg}.range-140{--o-range: 140deg}.range-141{--o-range: 141deg}.range-142{--o-range: 142deg}.range-143{--o-range: 143deg}.range-144{--o-range: 144deg}.range-145{--o-range: 145deg}.range-146{--o-range: 146deg}.range-147{--o-range: 147deg}.range-148{--o-range: 148deg}.range-149{--o-range: 149deg}.range-150{--o-range: 150deg}.range-151{--o-range: 151deg}.range-152{--o-range: 152deg}.range-153{--o-range: 153deg}.range-154{--o-range: 154deg}.range-155{--o-range: 155deg}.range-156{--o-range: 156deg}.range-157{--o-range: 157deg}.range-158{--o-range: 158deg}.range-159{--o-range: 159deg}.range-160{--o-range: 160deg}.range-161{--o-range: 161deg}.range-162{--o-range: 162deg}.range-163{--o-range: 163deg}.range-164{--o-range: 164deg}.range-165{--o-range: 165deg}.range-166{--o-range: 166deg}.range-167{--o-range: 167deg}.range-168{--o-range: 168deg}.range-169{--o-range: 169deg}.range-170{--o-range: 170deg}.range-171{--o-range: 171deg}.range-172{--o-range: 172deg}.range-173{--o-range: 173deg}.range-174{--o-range: 174deg}.range-175{--o-range: 175deg}.range-176{--o-range: 176deg}.range-177{--o-range: 177deg}.range-178{--o-range: 178deg}.range-179{--o-range: 179deg}.range-180{--o-range: 180deg}.range-181{--o-range: 181deg}.range-182{--o-range: 182deg}.range-183{--o-range: 183deg}.range-184{--o-range: 184deg}.range-185{--o-range: 185deg}.range-186{--o-range: 186deg}.range-187{--o-range: 187deg}.range-188{--o-range: 188deg}.range-189{--o-range: 189deg}.range-190{--o-range: 190deg}.range-191{--o-range: 191deg}.range-192{--o-range: 192deg}.range-193{--o-range: 193deg}.range-194{--o-range: 194deg}.range-195{--o-range: 195deg}.range-196{--o-range: 196deg}.range-197{--o-range: 197deg}.range-198{--o-range: 198deg}.range-199{--o-range: 199deg}.range-200{--o-range: 200deg}.range-201{--o-range: 201deg}.range-202{--o-range: 202deg}.range-203{--o-range: 203deg}.range-204{--o-range: 204deg}.range-205{--o-range: 205deg}.range-206{--o-range: 206deg}.range-207{--o-range: 207deg}.range-208{--o-range: 208deg}.range-209{--o-range: 209deg}.range-210{--o-range: 210deg}.range-211{--o-range: 211deg}.range-212{--o-range: 212deg}.range-213{--o-range: 213deg}.range-214{--o-range: 214deg}.range-215{--o-range: 215deg}.range-216{--o-range: 216deg}.range-217{--o-range: 217deg}.range-218{--o-range: 218deg}.range-219{--o-range: 219deg}.range-220{--o-range: 220deg}.range-221{--o-range: 221deg}.range-222{--o-range: 222deg}.range-223{--o-range: 223deg}.range-224{--o-range: 224deg}.range-225{--o-range: 225deg}.range-226{--o-range: 226deg}.range-227{--o-range: 227deg}.range-228{--o-range: 228deg}.range-229{--o-range: 229deg}.range-230{--o-range: 230deg}.range-231{--o-range: 231deg}.range-232{--o-range: 232deg}.range-233{--o-range: 233deg}.range-234{--o-range: 234deg}.range-235{--o-range: 235deg}.range-236{--o-range: 236deg}.range-237{--o-range: 237deg}.range-238{--o-range: 238deg}.range-239{--o-range: 239deg}.range-240{--o-range: 240deg}.range-241{--o-range: 241deg}.range-242{--o-range: 242deg}.range-243{--o-range: 243deg}.range-244{--o-range: 244deg}.range-245{--o-range: 245deg}.range-246{--o-range: 246deg}.range-247{--o-range: 247deg}.range-248{--o-range: 248deg}.range-249{--o-range: 249deg}.range-250{--o-range: 250deg}.range-251{--o-range: 251deg}.range-252{--o-range: 252deg}.range-253{--o-range: 253deg}.range-254{--o-range: 254deg}.range-255{--o-range: 255deg}.range-256{--o-range: 256deg}.range-257{--o-range: 257deg}.range-258{--o-range: 258deg}.range-259{--o-range: 259deg}.range-260{--o-range: 260deg}.range-261{--o-range: 261deg}.range-262{--o-range: 262deg}.range-263{--o-range: 263deg}.range-264{--o-range: 264deg}.range-265{--o-range: 265deg}.range-266{--o-range: 266deg}.range-267{--o-range: 267deg}.range-268{--o-range: 268deg}.range-269{--o-range: 269deg}.range-270{--o-range: 270deg}.range-271{--o-range: 271deg}.range-272{--o-range: 272deg}.range-273{--o-range: 273deg}.range-274{--o-range: 274deg}.range-275{--o-range: 275deg}.range-276{--o-range: 276deg}.range-277{--o-range: 277deg}.range-278{--o-range: 278deg}.range-279{--o-range: 279deg}.range-280{--o-range: 280deg}.range-281{--o-range: 281deg}.range-282{--o-range: 282deg}.range-283{--o-range: 283deg}.range-284{--o-range: 284deg}.range-285{--o-range: 285deg}.range-286{--o-range: 286deg}.range-287{--o-range: 287deg}.range-288{--o-range: 288deg}.range-289{--o-range: 289deg}.range-290{--o-range: 290deg}.range-291{--o-range: 291deg}.range-292{--o-range: 292deg}.range-293{--o-range: 293deg}.range-294{--o-range: 294deg}.range-295{--o-range: 295deg}.range-296{--o-range: 296deg}.range-297{--o-range: 297deg}.range-298{--o-range: 298deg}.range-299{--o-range: 299deg}.range-300{--o-range: 300deg}.range-301{--o-range: 301deg}.range-302{--o-range: 302deg}.range-303{--o-range: 303deg}.range-304{--o-range: 304deg}.range-305{--o-range: 305deg}.range-306{--o-range: 306deg}.range-307{--o-range: 307deg}.range-308{--o-range: 308deg}.range-309{--o-range: 309deg}.range-310{--o-range: 310deg}.range-311{--o-range: 311deg}.range-312{--o-range: 312deg}.range-313{--o-range: 313deg}.range-314{--o-range: 314deg}.range-315{--o-range: 315deg}.range-316{--o-range: 316deg}.range-317{--o-range: 317deg}.range-318{--o-range: 318deg}.range-319{--o-range: 319deg}.range-320{--o-range: 320deg}.range-321{--o-range: 321deg}.range-322{--o-range: 322deg}.range-323{--o-range: 323deg}.range-324{--o-range: 324deg}.range-325{--o-range: 325deg}.range-326{--o-range: 326deg}.range-327{--o-range: 327deg}.range-328{--o-range: 328deg}.range-329{--o-range: 329deg}.range-330{--o-range: 330deg}.range-331{--o-range: 331deg}.range-332{--o-range: 332deg}.range-333{--o-range: 333deg}.range-334{--o-range: 334deg}.range-335{--o-range: 335deg}.range-336{--o-range: 336deg}.range-337{--o-range: 337deg}.range-338{--o-range: 338deg}.range-339{--o-range: 339deg}.range-340{--o-range: 340deg}.range-341{--o-range: 341deg}.range-342{--o-range: 342deg}.range-343{--o-range: 343deg}.range-344{--o-range: 344deg}.range-345{--o-range: 345deg}.range-346{--o-range: 346deg}.range-347{--o-range: 347deg}.range-348{--o-range: 348deg}.range-349{--o-range: 349deg}.range-350{--o-range: 350deg}.range-351{--o-range: 351deg}.range-352{--o-range: 352deg}.range-353{--o-range: 353deg}.range-354{--o-range: 354deg}.range-355{--o-range: 355deg}.range-356{--o-range: 356deg}.range-357{--o-range: 357deg}.range-358{--o-range: 358deg}.range-359{--o-range: 359deg}.range-360{--o-range: 360deg}.from-0{--o-from: 0deg}.from-1{--o-from: 1deg}.from-2{--o-from: 2deg}.from-3{--o-from: 3deg}.from-4{--o-from: 4deg}.from-5{--o-from: 5deg}.from-6{--o-from: 6deg}.from-7{--o-from: 7deg}.from-8{--o-from: 8deg}.from-9{--o-from: 9deg}.from-10{--o-from: 10deg}.from-11{--o-from: 11deg}.from-12{--o-from: 12deg}.from-13{--o-from: 13deg}.from-14{--o-from: 14deg}.from-15{--o-from: 15deg}.from-16{--o-from: 16deg}.from-17{--o-from: 17deg}.from-18{--o-from: 18deg}.from-19{--o-from: 19deg}.from-20{--o-from: 20deg}.from-21{--o-from: 21deg}.from-22{--o-from: 22deg}.from-23{--o-from: 23deg}.from-24{--o-from: 24deg}.from-25{--o-from: 25deg}.from-26{--o-from: 26deg}.from-27{--o-from: 27deg}.from-28{--o-from: 28deg}.from-29{--o-from: 29deg}.from-30{--o-from: 30deg}.from-31{--o-from: 31deg}.from-32{--o-from: 32deg}.from-33{--o-from: 33deg}.from-34{--o-from: 34deg}.from-35{--o-from: 35deg}.from-36{--o-from: 36deg}.from-37{--o-from: 37deg}.from-38{--o-from: 38deg}.from-39{--o-from: 39deg}.from-40{--o-from: 40deg}.from-41{--o-from: 41deg}.from-42{--o-from: 42deg}.from-43{--o-from: 43deg}.from-44{--o-from: 44deg}.from-45{--o-from: 45deg}.from-46{--o-from: 46deg}.from-47{--o-from: 47deg}.from-48{--o-from: 48deg}.from-49{--o-from: 49deg}.from-50{--o-from: 50deg}.from-51{--o-from: 51deg}.from-52{--o-from: 52deg}.from-53{--o-from: 53deg}.from-54{--o-from: 54deg}.from-55{--o-from: 55deg}.from-56{--o-from: 56deg}.from-57{--o-from: 57deg}.from-58{--o-from: 58deg}.from-59{--o-from: 59deg}.from-60{--o-from: 60deg}.from-61{--o-from: 61deg}.from-62{--o-from: 62deg}.from-63{--o-from: 63deg}.from-64{--o-from: 64deg}.from-65{--o-from: 65deg}.from-66{--o-from: 66deg}.from-67{--o-from: 67deg}.from-68{--o-from: 68deg}.from-69{--o-from: 69deg}.from-70{--o-from: 70deg}.from-71{--o-from: 71deg}.from-72{--o-from: 72deg}.from-73{--o-from: 73deg}.from-74{--o-from: 74deg}.from-75{--o-from: 75deg}.from-76{--o-from: 76deg}.from-77{--o-from: 77deg}.from-78{--o-from: 78deg}.from-79{--o-from: 79deg}.from-80{--o-from: 80deg}.from-81{--o-from: 81deg}.from-82{--o-from: 82deg}.from-83{--o-from: 83deg}.from-84{--o-from: 84deg}.from-85{--o-from: 85deg}.from-86{--o-from: 86deg}.from-87{--o-from: 87deg}.from-88{--o-from: 88deg}.from-89{--o-from: 89deg}.from-90{--o-from: 90deg}.from-91{--o-from: 91deg}.from-92{--o-from: 92deg}.from-93{--o-from: 93deg}.from-94{--o-from: 94deg}.from-95{--o-from: 95deg}.from-96{--o-from: 96deg}.from-97{--o-from: 97deg}.from-98{--o-from: 98deg}.from-99{--o-from: 99deg}.from-100{--o-from: 100deg}.from-101{--o-from: 101deg}.from-102{--o-from: 102deg}.from-103{--o-from: 103deg}.from-104{--o-from: 104deg}.from-105{--o-from: 105deg}.from-106{--o-from: 106deg}.from-107{--o-from: 107deg}.from-108{--o-from: 108deg}.from-109{--o-from: 109deg}.from-110{--o-from: 110deg}.from-111{--o-from: 111deg}.from-112{--o-from: 112deg}.from-113{--o-from: 113deg}.from-114{--o-from: 114deg}.from-115{--o-from: 115deg}.from-116{--o-from: 116deg}.from-117{--o-from: 117deg}.from-118{--o-from: 118deg}.from-119{--o-from: 119deg}.from-120{--o-from: 120deg}.from-121{--o-from: 121deg}.from-122{--o-from: 122deg}.from-123{--o-from: 123deg}.from-124{--o-from: 124deg}.from-125{--o-from: 125deg}.from-126{--o-from: 126deg}.from-127{--o-from: 127deg}.from-128{--o-from: 128deg}.from-129{--o-from: 129deg}.from-130{--o-from: 130deg}.from-131{--o-from: 131deg}.from-132{--o-from: 132deg}.from-133{--o-from: 133deg}.from-134{--o-from: 134deg}.from-135{--o-from: 135deg}.from-136{--o-from: 136deg}.from-137{--o-from: 137deg}.from-138{--o-from: 138deg}.from-139{--o-from: 139deg}.from-140{--o-from: 140deg}.from-141{--o-from: 141deg}.from-142{--o-from: 142deg}.from-143{--o-from: 143deg}.from-144{--o-from: 144deg}.from-145{--o-from: 145deg}.from-146{--o-from: 146deg}.from-147{--o-from: 147deg}.from-148{--o-from: 148deg}.from-149{--o-from: 149deg}.from-150{--o-from: 150deg}.from-151{--o-from: 151deg}.from-152{--o-from: 152deg}.from-153{--o-from: 153deg}.from-154{--o-from: 154deg}.from-155{--o-from: 155deg}.from-156{--o-from: 156deg}.from-157{--o-from: 157deg}.from-158{--o-from: 158deg}.from-159{--o-from: 159deg}.from-160{--o-from: 160deg}.from-161{--o-from: 161deg}.from-162{--o-from: 162deg}.from-163{--o-from: 163deg}.from-164{--o-from: 164deg}.from-165{--o-from: 165deg}.from-166{--o-from: 166deg}.from-167{--o-from: 167deg}.from-168{--o-from: 168deg}.from-169{--o-from: 169deg}.from-170{--o-from: 170deg}.from-171{--o-from: 171deg}.from-172{--o-from: 172deg}.from-173{--o-from: 173deg}.from-174{--o-from: 174deg}.from-175{--o-from: 175deg}.from-176{--o-from: 176deg}.from-177{--o-from: 177deg}.from-178{--o-from: 178deg}.from-179{--o-from: 179deg}.from-180{--o-from: 180deg}.from-181{--o-from: 181deg}.from-182{--o-from: 182deg}.from-183{--o-from: 183deg}.from-184{--o-from: 184deg}.from-185{--o-from: 185deg}.from-186{--o-from: 186deg}.from-187{--o-from: 187deg}.from-188{--o-from: 188deg}.from-189{--o-from: 189deg}.from-190{--o-from: 190deg}.from-191{--o-from: 191deg}.from-192{--o-from: 192deg}.from-193{--o-from: 193deg}.from-194{--o-from: 194deg}.from-195{--o-from: 195deg}.from-196{--o-from: 196deg}.from-197{--o-from: 197deg}.from-198{--o-from: 198deg}.from-199{--o-from: 199deg}.from-200{--o-from: 200deg}.from-201{--o-from: 201deg}.from-202{--o-from: 202deg}.from-203{--o-from: 203deg}.from-204{--o-from: 204deg}.from-205{--o-from: 205deg}.from-206{--o-from: 206deg}.from-207{--o-from: 207deg}.from-208{--o-from: 208deg}.from-209{--o-from: 209deg}.from-210{--o-from: 210deg}.from-211{--o-from: 211deg}.from-212{--o-from: 212deg}.from-213{--o-from: 213deg}.from-214{--o-from: 214deg}.from-215{--o-from: 215deg}.from-216{--o-from: 216deg}.from-217{--o-from: 217deg}.from-218{--o-from: 218deg}.from-219{--o-from: 219deg}.from-220{--o-from: 220deg}.from-221{--o-from: 221deg}.from-222{--o-from: 222deg}.from-223{--o-from: 223deg}.from-224{--o-from: 224deg}.from-225{--o-from: 225deg}.from-226{--o-from: 226deg}.from-227{--o-from: 227deg}.from-228{--o-from: 228deg}.from-229{--o-from: 229deg}.from-230{--o-from: 230deg}.from-231{--o-from: 231deg}.from-232{--o-from: 232deg}.from-233{--o-from: 233deg}.from-234{--o-from: 234deg}.from-235{--o-from: 235deg}.from-236{--o-from: 236deg}.from-237{--o-from: 237deg}.from-238{--o-from: 238deg}.from-239{--o-from: 239deg}.from-240{--o-from: 240deg}.from-241{--o-from: 241deg}.from-242{--o-from: 242deg}.from-243{--o-from: 243deg}.from-244{--o-from: 244deg}.from-245{--o-from: 245deg}.from-246{--o-from: 246deg}.from-247{--o-from: 247deg}.from-248{--o-from: 248deg}.from-249{--o-from: 249deg}.from-250{--o-from: 250deg}.from-251{--o-from: 251deg}.from-252{--o-from: 252deg}.from-253{--o-from: 253deg}.from-254{--o-from: 254deg}.from-255{--o-from: 255deg}.from-256{--o-from: 256deg}.from-257{--o-from: 257deg}.from-258{--o-from: 258deg}.from-259{--o-from: 259deg}.from-260{--o-from: 260deg}.from-261{--o-from: 261deg}.from-262{--o-from: 262deg}.from-263{--o-from: 263deg}.from-264{--o-from: 264deg}.from-265{--o-from: 265deg}.from-266{--o-from: 266deg}.from-267{--o-from: 267deg}.from-268{--o-from: 268deg}.from-269{--o-from: 269deg}.from-270{--o-from: 270deg}.from-271{--o-from: 271deg}.from-272{--o-from: 272deg}.from-273{--o-from: 273deg}.from-274{--o-from: 274deg}.from-275{--o-from: 275deg}.from-276{--o-from: 276deg}.from-277{--o-from: 277deg}.from-278{--o-from: 278deg}.from-279{--o-from: 279deg}.from-280{--o-from: 280deg}.from-281{--o-from: 281deg}.from-282{--o-from: 282deg}.from-283{--o-from: 283deg}.from-284{--o-from: 284deg}.from-285{--o-from: 285deg}.from-286{--o-from: 286deg}.from-287{--o-from: 287deg}.from-288{--o-from: 288deg}.from-289{--o-from: 289deg}.from-290{--o-from: 290deg}.from-291{--o-from: 291deg}.from-292{--o-from: 292deg}.from-293{--o-from: 293deg}.from-294{--o-from: 294deg}.from-295{--o-from: 295deg}.from-296{--o-from: 296deg}.from-297{--o-from: 297deg}.from-298{--o-from: 298deg}.from-299{--o-from: 299deg}.from-300{--o-from: 300deg}.from-301{--o-from: 301deg}.from-302{--o-from: 302deg}.from-303{--o-from: 303deg}.from-304{--o-from: 304deg}.from-305{--o-from: 305deg}.from-306{--o-from: 306deg}.from-307{--o-from: 307deg}.from-308{--o-from: 308deg}.from-309{--o-from: 309deg}.from-310{--o-from: 310deg}.from-311{--o-from: 311deg}.from-312{--o-from: 312deg}.from-313{--o-from: 313deg}.from-314{--o-from: 314deg}.from-315{--o-from: 315deg}.from-316{--o-from: 316deg}.from-317{--o-from: 317deg}.from-318{--o-from: 318deg}.from-319{--o-from: 319deg}.from-320{--o-from: 320deg}.from-321{--o-from: 321deg}.from-322{--o-from: 322deg}.from-323{--o-from: 323deg}.from-324{--o-from: 324deg}.from-325{--o-from: 325deg}.from-326{--o-from: 326deg}.from-327{--o-from: 327deg}.from-328{--o-from: 328deg}.from-329{--o-from: 329deg}.from-330{--o-from: 330deg}.from-331{--o-from: 331deg}.from-332{--o-from: 332deg}.from-333{--o-from: 333deg}.from-334{--o-from: 334deg}.from-335{--o-from: 335deg}.from-336{--o-from: 336deg}.from-337{--o-from: 337deg}.from-338{--o-from: 338deg}.from-339{--o-from: 339deg}.from-340{--o-from: 340deg}.from-341{--o-from: 341deg}.from-342{--o-from: 342deg}.from-343{--o-from: 343deg}.from-344{--o-from: 344deg}.from-345{--o-from: 345deg}.from-346{--o-from: 346deg}.from-347{--o-from: 347deg}.from-348{--o-from: 348deg}.from-349{--o-from: 349deg}.from-350{--o-from: 350deg}.from-351{--o-from: 351deg}.from-352{--o-from: 352deg}.from-353{--o-from: 353deg}.from-354{--o-from: 354deg}.from-355{--o-from: 355deg}.from-356{--o-from: 356deg}.from-357{--o-from: 357deg}.from-358{--o-from: 358deg}.from-359{--o-from: 359deg}.from-360{--o-from: 360deg}.angle-0{--o-angle-composite: calc(0deg - 90deg) !important}.angle-1{--o-angle-composite: calc(1deg - 90deg) !important}.angle-2{--o-angle-composite: calc(2deg - 90deg) !important}.angle-3{--o-angle-composite: calc(3deg - 90deg) !important}.angle-4{--o-angle-composite: calc(4deg - 90deg) !important}.angle-5{--o-angle-composite: calc(5deg - 90deg) !important}.angle-6{--o-angle-composite: calc(6deg - 90deg) !important}.angle-7{--o-angle-composite: calc(7deg - 90deg) !important}.angle-8{--o-angle-composite: calc(8deg - 90deg) !important}.angle-9{--o-angle-composite: calc(9deg - 90deg) !important}.angle-10{--o-angle-composite: calc(10deg - 90deg) !important}.angle-11{--o-angle-composite: calc(11deg - 90deg) !important}.angle-12{--o-angle-composite: calc(12deg - 90deg) !important}.angle-13{--o-angle-composite: calc(13deg - 90deg) !important}.angle-14{--o-angle-composite: calc(14deg - 90deg) !important}.angle-15{--o-angle-composite: calc(15deg - 90deg) !important}.angle-16{--o-angle-composite: calc(16deg - 90deg) !important}.angle-17{--o-angle-composite: calc(17deg - 90deg) !important}.angle-18{--o-angle-composite: calc(18deg - 90deg) !important}.angle-19{--o-angle-composite: calc(19deg - 90deg) !important}.angle-20{--o-angle-composite: calc(20deg - 90deg) !important}.angle-21{--o-angle-composite: calc(21deg - 90deg) !important}.angle-22{--o-angle-composite: calc(22deg - 90deg) !important}.angle-23{--o-angle-composite: calc(23deg - 90deg) !important}.angle-24{--o-angle-composite: calc(24deg - 90deg) !important}.angle-25{--o-angle-composite: calc(25deg - 90deg) !important}.angle-26{--o-angle-composite: calc(26deg - 90deg) !important}.angle-27{--o-angle-composite: calc(27deg - 90deg) !important}.angle-28{--o-angle-composite: calc(28deg - 90deg) !important}.angle-29{--o-angle-composite: calc(29deg - 90deg) !important}.angle-30{--o-angle-composite: calc(30deg - 90deg) !important}.angle-31{--o-angle-composite: calc(31deg - 90deg) !important}.angle-32{--o-angle-composite: calc(32deg - 90deg) !important}.angle-33{--o-angle-composite: calc(33deg - 90deg) !important}.angle-34{--o-angle-composite: calc(34deg - 90deg) !important}.angle-35{--o-angle-composite: calc(35deg - 90deg) !important}.angle-36{--o-angle-composite: calc(36deg - 90deg) !important}.angle-37{--o-angle-composite: calc(37deg - 90deg) !important}.angle-38{--o-angle-composite: calc(38deg - 90deg) !important}.angle-39{--o-angle-composite: calc(39deg - 90deg) !important}.angle-40{--o-angle-composite: calc(40deg - 90deg) !important}.angle-41{--o-angle-composite: calc(41deg - 90deg) !important}.angle-42{--o-angle-composite: calc(42deg - 90deg) !important}.angle-43{--o-angle-composite: calc(43deg - 90deg) !important}.angle-44{--o-angle-composite: calc(44deg - 90deg) !important}.angle-45{--o-angle-composite: calc(45deg - 90deg) !important}.angle-46{--o-angle-composite: calc(46deg - 90deg) !important}.angle-47{--o-angle-composite: calc(47deg - 90deg) !important}.angle-48{--o-angle-composite: calc(48deg - 90deg) !important}.angle-49{--o-angle-composite: calc(49deg - 90deg) !important}.angle-50{--o-angle-composite: calc(50deg - 90deg) !important}.angle-51{--o-angle-composite: calc(51deg - 90deg) !important}.angle-52{--o-angle-composite: calc(52deg - 90deg) !important}.angle-53{--o-angle-composite: calc(53deg - 90deg) !important}.angle-54{--o-angle-composite: calc(54deg - 90deg) !important}.angle-55{--o-angle-composite: calc(55deg - 90deg) !important}.angle-56{--o-angle-composite: calc(56deg - 90deg) !important}.angle-57{--o-angle-composite: calc(57deg - 90deg) !important}.angle-58{--o-angle-composite: calc(58deg - 90deg) !important}.angle-59{--o-angle-composite: calc(59deg - 90deg) !important}.angle-60{--o-angle-composite: calc(60deg - 90deg) !important}.angle-61{--o-angle-composite: calc(61deg - 90deg) !important}.angle-62{--o-angle-composite: calc(62deg - 90deg) !important}.angle-63{--o-angle-composite: calc(63deg - 90deg) !important}.angle-64{--o-angle-composite: calc(64deg - 90deg) !important}.angle-65{--o-angle-composite: calc(65deg - 90deg) !important}.angle-66{--o-angle-composite: calc(66deg - 90deg) !important}.angle-67{--o-angle-composite: calc(67deg - 90deg) !important}.angle-68{--o-angle-composite: calc(68deg - 90deg) !important}.angle-69{--o-angle-composite: calc(69deg - 90deg) !important}.angle-70{--o-angle-composite: calc(70deg - 90deg) !important}.angle-71{--o-angle-composite: calc(71deg - 90deg) !important}.angle-72{--o-angle-composite: calc(72deg - 90deg) !important}.angle-73{--o-angle-composite: calc(73deg - 90deg) !important}.angle-74{--o-angle-composite: calc(74deg - 90deg) !important}.angle-75{--o-angle-composite: calc(75deg - 90deg) !important}.angle-76{--o-angle-composite: calc(76deg - 90deg) !important}.angle-77{--o-angle-composite: calc(77deg - 90deg) !important}.angle-78{--o-angle-composite: calc(78deg - 90deg) !important}.angle-79{--o-angle-composite: calc(79deg - 90deg) !important}.angle-80{--o-angle-composite: calc(80deg - 90deg) !important}.angle-81{--o-angle-composite: calc(81deg - 90deg) !important}.angle-82{--o-angle-composite: calc(82deg - 90deg) !important}.angle-83{--o-angle-composite: calc(83deg - 90deg) !important}.angle-84{--o-angle-composite: calc(84deg - 90deg) !important}.angle-85{--o-angle-composite: calc(85deg - 90deg) !important}.angle-86{--o-angle-composite: calc(86deg - 90deg) !important}.angle-87{--o-angle-composite: calc(87deg - 90deg) !important}.angle-88{--o-angle-composite: calc(88deg - 90deg) !important}.angle-89{--o-angle-composite: calc(89deg - 90deg) !important}.angle-90{--o-angle-composite: calc(90deg - 90deg) !important}.angle-91{--o-angle-composite: calc(91deg - 90deg) !important}.angle-92{--o-angle-composite: calc(92deg - 90deg) !important}.angle-93{--o-angle-composite: calc(93deg - 90deg) !important}.angle-94{--o-angle-composite: calc(94deg - 90deg) !important}.angle-95{--o-angle-composite: calc(95deg - 90deg) !important}.angle-96{--o-angle-composite: calc(96deg - 90deg) !important}.angle-97{--o-angle-composite: calc(97deg - 90deg) !important}.angle-98{--o-angle-composite: calc(98deg - 90deg) !important}.angle-99{--o-angle-composite: calc(99deg - 90deg) !important}.angle-100{--o-angle-composite: calc(100deg - 90deg) !important}.angle-101{--o-angle-composite: calc(101deg - 90deg) !important}.angle-102{--o-angle-composite: calc(102deg - 90deg) !important}.angle-103{--o-angle-composite: calc(103deg - 90deg) !important}.angle-104{--o-angle-composite: calc(104deg - 90deg) !important}.angle-105{--o-angle-composite: calc(105deg - 90deg) !important}.angle-106{--o-angle-composite: calc(106deg - 90deg) !important}.angle-107{--o-angle-composite: calc(107deg - 90deg) !important}.angle-108{--o-angle-composite: calc(108deg - 90deg) !important}.angle-109{--o-angle-composite: calc(109deg - 90deg) !important}.angle-110{--o-angle-composite: calc(110deg - 90deg) !important}.angle-111{--o-angle-composite: calc(111deg - 90deg) !important}.angle-112{--o-angle-composite: calc(112deg - 90deg) !important}.angle-113{--o-angle-composite: calc(113deg - 90deg) !important}.angle-114{--o-angle-composite: calc(114deg - 90deg) !important}.angle-115{--o-angle-composite: calc(115deg - 90deg) !important}.angle-116{--o-angle-composite: calc(116deg - 90deg) !important}.angle-117{--o-angle-composite: calc(117deg - 90deg) !important}.angle-118{--o-angle-composite: calc(118deg - 90deg) !important}.angle-119{--o-angle-composite: calc(119deg - 90deg) !important}.angle-120{--o-angle-composite: calc(120deg - 90deg) !important}.angle-121{--o-angle-composite: calc(121deg - 90deg) !important}.angle-122{--o-angle-composite: calc(122deg - 90deg) !important}.angle-123{--o-angle-composite: calc(123deg - 90deg) !important}.angle-124{--o-angle-composite: calc(124deg - 90deg) !important}.angle-125{--o-angle-composite: calc(125deg - 90deg) !important}.angle-126{--o-angle-composite: calc(126deg - 90deg) !important}.angle-127{--o-angle-composite: calc(127deg - 90deg) !important}.angle-128{--o-angle-composite: calc(128deg - 90deg) !important}.angle-129{--o-angle-composite: calc(129deg - 90deg) !important}.angle-130{--o-angle-composite: calc(130deg - 90deg) !important}.angle-131{--o-angle-composite: calc(131deg - 90deg) !important}.angle-132{--o-angle-composite: calc(132deg - 90deg) !important}.angle-133{--o-angle-composite: calc(133deg - 90deg) !important}.angle-134{--o-angle-composite: calc(134deg - 90deg) !important}.angle-135{--o-angle-composite: calc(135deg - 90deg) !important}.angle-136{--o-angle-composite: calc(136deg - 90deg) !important}.angle-137{--o-angle-composite: calc(137deg - 90deg) !important}.angle-138{--o-angle-composite: calc(138deg - 90deg) !important}.angle-139{--o-angle-composite: calc(139deg - 90deg) !important}.angle-140{--o-angle-composite: calc(140deg - 90deg) !important}.angle-141{--o-angle-composite: calc(141deg - 90deg) !important}.angle-142{--o-angle-composite: calc(142deg - 90deg) !important}.angle-143{--o-angle-composite: calc(143deg - 90deg) !important}.angle-144{--o-angle-composite: calc(144deg - 90deg) !important}.angle-145{--o-angle-composite: calc(145deg - 90deg) !important}.angle-146{--o-angle-composite: calc(146deg - 90deg) !important}.angle-147{--o-angle-composite: calc(147deg - 90deg) !important}.angle-148{--o-angle-composite: calc(148deg - 90deg) !important}.angle-149{--o-angle-composite: calc(149deg - 90deg) !important}.angle-150{--o-angle-composite: calc(150deg - 90deg) !important}.angle-151{--o-angle-composite: calc(151deg - 90deg) !important}.angle-152{--o-angle-composite: calc(152deg - 90deg) !important}.angle-153{--o-angle-composite: calc(153deg - 90deg) !important}.angle-154{--o-angle-composite: calc(154deg - 90deg) !important}.angle-155{--o-angle-composite: calc(155deg - 90deg) !important}.angle-156{--o-angle-composite: calc(156deg - 90deg) !important}.angle-157{--o-angle-composite: calc(157deg - 90deg) !important}.angle-158{--o-angle-composite: calc(158deg - 90deg) !important}.angle-159{--o-angle-composite: calc(159deg - 90deg) !important}.angle-160{--o-angle-composite: calc(160deg - 90deg) !important}.angle-161{--o-angle-composite: calc(161deg - 90deg) !important}.angle-162{--o-angle-composite: calc(162deg - 90deg) !important}.angle-163{--o-angle-composite: calc(163deg - 90deg) !important}.angle-164{--o-angle-composite: calc(164deg - 90deg) !important}.angle-165{--o-angle-composite: calc(165deg - 90deg) !important}.angle-166{--o-angle-composite: calc(166deg - 90deg) !important}.angle-167{--o-angle-composite: calc(167deg - 90deg) !important}.angle-168{--o-angle-composite: calc(168deg - 90deg) !important}.angle-169{--o-angle-composite: calc(169deg - 90deg) !important}.angle-170{--o-angle-composite: calc(170deg - 90deg) !important}.angle-171{--o-angle-composite: calc(171deg - 90deg) !important}.angle-172{--o-angle-composite: calc(172deg - 90deg) !important}.angle-173{--o-angle-composite: calc(173deg - 90deg) !important}.angle-174{--o-angle-composite: calc(174deg - 90deg) !important}.angle-175{--o-angle-composite: calc(175deg - 90deg) !important}.angle-176{--o-angle-composite: calc(176deg - 90deg) !important}.angle-177{--o-angle-composite: calc(177deg - 90deg) !important}.angle-178{--o-angle-composite: calc(178deg - 90deg) !important}.angle-179{--o-angle-composite: calc(179deg - 90deg) !important}.angle-180{--o-angle-composite: calc(180deg - 90deg) !important}.angle-181{--o-angle-composite: calc(181deg - 90deg) !important}.angle-182{--o-angle-composite: calc(182deg - 90deg) !important}.angle-183{--o-angle-composite: calc(183deg - 90deg) !important}.angle-184{--o-angle-composite: calc(184deg - 90deg) !important}.angle-185{--o-angle-composite: calc(185deg - 90deg) !important}.angle-186{--o-angle-composite: calc(186deg - 90deg) !important}.angle-187{--o-angle-composite: calc(187deg - 90deg) !important}.angle-188{--o-angle-composite: calc(188deg - 90deg) !important}.angle-189{--o-angle-composite: calc(189deg - 90deg) !important}.angle-190{--o-angle-composite: calc(190deg - 90deg) !important}.angle-191{--o-angle-composite: calc(191deg - 90deg) !important}.angle-192{--o-angle-composite: calc(192deg - 90deg) !important}.angle-193{--o-angle-composite: calc(193deg - 90deg) !important}.angle-194{--o-angle-composite: calc(194deg - 90deg) !important}.angle-195{--o-angle-composite: calc(195deg - 90deg) !important}.angle-196{--o-angle-composite: calc(196deg - 90deg) !important}.angle-197{--o-angle-composite: calc(197deg - 90deg) !important}.angle-198{--o-angle-composite: calc(198deg - 90deg) !important}.angle-199{--o-angle-composite: calc(199deg - 90deg) !important}.angle-200{--o-angle-composite: calc(200deg - 90deg) !important}.angle-201{--o-angle-composite: calc(201deg - 90deg) !important}.angle-202{--o-angle-composite: calc(202deg - 90deg) !important}.angle-203{--o-angle-composite: calc(203deg - 90deg) !important}.angle-204{--o-angle-composite: calc(204deg - 90deg) !important}.angle-205{--o-angle-composite: calc(205deg - 90deg) !important}.angle-206{--o-angle-composite: calc(206deg - 90deg) !important}.angle-207{--o-angle-composite: calc(207deg - 90deg) !important}.angle-208{--o-angle-composite: calc(208deg - 90deg) !important}.angle-209{--o-angle-composite: calc(209deg - 90deg) !important}.angle-210{--o-angle-composite: calc(210deg - 90deg) !important}.angle-211{--o-angle-composite: calc(211deg - 90deg) !important}.angle-212{--o-angle-composite: calc(212deg - 90deg) !important}.angle-213{--o-angle-composite: calc(213deg - 90deg) !important}.angle-214{--o-angle-composite: calc(214deg - 90deg) !important}.angle-215{--o-angle-composite: calc(215deg - 90deg) !important}.angle-216{--o-angle-composite: calc(216deg - 90deg) !important}.angle-217{--o-angle-composite: calc(217deg - 90deg) !important}.angle-218{--o-angle-composite: calc(218deg - 90deg) !important}.angle-219{--o-angle-composite: calc(219deg - 90deg) !important}.angle-220{--o-angle-composite: calc(220deg - 90deg) !important}.angle-221{--o-angle-composite: calc(221deg - 90deg) !important}.angle-222{--o-angle-composite: calc(222deg - 90deg) !important}.angle-223{--o-angle-composite: calc(223deg - 90deg) !important}.angle-224{--o-angle-composite: calc(224deg - 90deg) !important}.angle-225{--o-angle-composite: calc(225deg - 90deg) !important}.angle-226{--o-angle-composite: calc(226deg - 90deg) !important}.angle-227{--o-angle-composite: calc(227deg - 90deg) !important}.angle-228{--o-angle-composite: calc(228deg - 90deg) !important}.angle-229{--o-angle-composite: calc(229deg - 90deg) !important}.angle-230{--o-angle-composite: calc(230deg - 90deg) !important}.angle-231{--o-angle-composite: calc(231deg - 90deg) !important}.angle-232{--o-angle-composite: calc(232deg - 90deg) !important}.angle-233{--o-angle-composite: calc(233deg - 90deg) !important}.angle-234{--o-angle-composite: calc(234deg - 90deg) !important}.angle-235{--o-angle-composite: calc(235deg - 90deg) !important}.angle-236{--o-angle-composite: calc(236deg - 90deg) !important}.angle-237{--o-angle-composite: calc(237deg - 90deg) !important}.angle-238{--o-angle-composite: calc(238deg - 90deg) !important}.angle-239{--o-angle-composite: calc(239deg - 90deg) !important}.angle-240{--o-angle-composite: calc(240deg - 90deg) !important}.angle-241{--o-angle-composite: calc(241deg - 90deg) !important}.angle-242{--o-angle-composite: calc(242deg - 90deg) !important}.angle-243{--o-angle-composite: calc(243deg - 90deg) !important}.angle-244{--o-angle-composite: calc(244deg - 90deg) !important}.angle-245{--o-angle-composite: calc(245deg - 90deg) !important}.angle-246{--o-angle-composite: calc(246deg - 90deg) !important}.angle-247{--o-angle-composite: calc(247deg - 90deg) !important}.angle-248{--o-angle-composite: calc(248deg - 90deg) !important}.angle-249{--o-angle-composite: calc(249deg - 90deg) !important}.angle-250{--o-angle-composite: calc(250deg - 90deg) !important}.angle-251{--o-angle-composite: calc(251deg - 90deg) !important}.angle-252{--o-angle-composite: calc(252deg - 90deg) !important}.angle-253{--o-angle-composite: calc(253deg - 90deg) !important}.angle-254{--o-angle-composite: calc(254deg - 90deg) !important}.angle-255{--o-angle-composite: calc(255deg - 90deg) !important}.angle-256{--o-angle-composite: calc(256deg - 90deg) !important}.angle-257{--o-angle-composite: calc(257deg - 90deg) !important}.angle-258{--o-angle-composite: calc(258deg - 90deg) !important}.angle-259{--o-angle-composite: calc(259deg - 90deg) !important}.angle-260{--o-angle-composite: calc(260deg - 90deg) !important}.angle-261{--o-angle-composite: calc(261deg - 90deg) !important}.angle-262{--o-angle-composite: calc(262deg - 90deg) !important}.angle-263{--o-angle-composite: calc(263deg - 90deg) !important}.angle-264{--o-angle-composite: calc(264deg - 90deg) !important}.angle-265{--o-angle-composite: calc(265deg - 90deg) !important}.angle-266{--o-angle-composite: calc(266deg - 90deg) !important}.angle-267{--o-angle-composite: calc(267deg - 90deg) !important}.angle-268{--o-angle-composite: calc(268deg - 90deg) !important}.angle-269{--o-angle-composite: calc(269deg - 90deg) !important}.angle-270{--o-angle-composite: calc(270deg - 90deg) !important}.angle-271{--o-angle-composite: calc(271deg - 90deg) !important}.angle-272{--o-angle-composite: calc(272deg - 90deg) !important}.angle-273{--o-angle-composite: calc(273deg - 90deg) !important}.angle-274{--o-angle-composite: calc(274deg - 90deg) !important}.angle-275{--o-angle-composite: calc(275deg - 90deg) !important}.angle-276{--o-angle-composite: calc(276deg - 90deg) !important}.angle-277{--o-angle-composite: calc(277deg - 90deg) !important}.angle-278{--o-angle-composite: calc(278deg - 90deg) !important}.angle-279{--o-angle-composite: calc(279deg - 90deg) !important}.angle-280{--o-angle-composite: calc(280deg - 90deg) !important}.angle-281{--o-angle-composite: calc(281deg - 90deg) !important}.angle-282{--o-angle-composite: calc(282deg - 90deg) !important}.angle-283{--o-angle-composite: calc(283deg - 90deg) !important}.angle-284{--o-angle-composite: calc(284deg - 90deg) !important}.angle-285{--o-angle-composite: calc(285deg - 90deg) !important}.angle-286{--o-angle-composite: calc(286deg - 90deg) !important}.angle-287{--o-angle-composite: calc(287deg - 90deg) !important}.angle-288{--o-angle-composite: calc(288deg - 90deg) !important}.angle-289{--o-angle-composite: calc(289deg - 90deg) !important}.angle-290{--o-angle-composite: calc(290deg - 90deg) !important}.angle-291{--o-angle-composite: calc(291deg - 90deg) !important}.angle-292{--o-angle-composite: calc(292deg - 90deg) !important}.angle-293{--o-angle-composite: calc(293deg - 90deg) !important}.angle-294{--o-angle-composite: calc(294deg - 90deg) !important}.angle-295{--o-angle-composite: calc(295deg - 90deg) !important}.angle-296{--o-angle-composite: calc(296deg - 90deg) !important}.angle-297{--o-angle-composite: calc(297deg - 90deg) !important}.angle-298{--o-angle-composite: calc(298deg - 90deg) !important}.angle-299{--o-angle-composite: calc(299deg - 90deg) !important}.angle-300{--o-angle-composite: calc(300deg - 90deg) !important}.angle-301{--o-angle-composite: calc(301deg - 90deg) !important}.angle-302{--o-angle-composite: calc(302deg - 90deg) !important}.angle-303{--o-angle-composite: calc(303deg - 90deg) !important}.angle-304{--o-angle-composite: calc(304deg - 90deg) !important}.angle-305{--o-angle-composite: calc(305deg - 90deg) !important}.angle-306{--o-angle-composite: calc(306deg - 90deg) !important}.angle-307{--o-angle-composite: calc(307deg - 90deg) !important}.angle-308{--o-angle-composite: calc(308deg - 90deg) !important}.angle-309{--o-angle-composite: calc(309deg - 90deg) !important}.angle-310{--o-angle-composite: calc(310deg - 90deg) !important}.angle-311{--o-angle-composite: calc(311deg - 90deg) !important}.angle-312{--o-angle-composite: calc(312deg - 90deg) !important}.angle-313{--o-angle-composite: calc(313deg - 90deg) !important}.angle-314{--o-angle-composite: calc(314deg - 90deg) !important}.angle-315{--o-angle-composite: calc(315deg - 90deg) !important}.angle-316{--o-angle-composite: calc(316deg - 90deg) !important}.angle-317{--o-angle-composite: calc(317deg - 90deg) !important}.angle-318{--o-angle-composite: calc(318deg - 90deg) !important}.angle-319{--o-angle-composite: calc(319deg - 90deg) !important}.angle-320{--o-angle-composite: calc(320deg - 90deg) !important}.angle-321{--o-angle-composite: calc(321deg - 90deg) !important}.angle-322{--o-angle-composite: calc(322deg - 90deg) !important}.angle-323{--o-angle-composite: calc(323deg - 90deg) !important}.angle-324{--o-angle-composite: calc(324deg - 90deg) !important}.angle-325{--o-angle-composite: calc(325deg - 90deg) !important}.angle-326{--o-angle-composite: calc(326deg - 90deg) !important}.angle-327{--o-angle-composite: calc(327deg - 90deg) !important}.angle-328{--o-angle-composite: calc(328deg - 90deg) !important}.angle-329{--o-angle-composite: calc(329deg - 90deg) !important}.angle-330{--o-angle-composite: calc(330deg - 90deg) !important}.angle-331{--o-angle-composite: calc(331deg - 90deg) !important}.angle-332{--o-angle-composite: calc(332deg - 90deg) !important}.angle-333{--o-angle-composite: calc(333deg - 90deg) !important}.angle-334{--o-angle-composite: calc(334deg - 90deg) !important}.angle-335{--o-angle-composite: calc(335deg - 90deg) !important}.angle-336{--o-angle-composite: calc(336deg - 90deg) !important}.angle-337{--o-angle-composite: calc(337deg - 90deg) !important}.angle-338{--o-angle-composite: calc(338deg - 90deg) !important}.angle-339{--o-angle-composite: calc(339deg - 90deg) !important}.angle-340{--o-angle-composite: calc(340deg - 90deg) !important}.angle-341{--o-angle-composite: calc(341deg - 90deg) !important}.angle-342{--o-angle-composite: calc(342deg - 90deg) !important}.angle-343{--o-angle-composite: calc(343deg - 90deg) !important}.angle-344{--o-angle-composite: calc(344deg - 90deg) !important}.angle-345{--o-angle-composite: calc(345deg - 90deg) !important}.angle-346{--o-angle-composite: calc(346deg - 90deg) !important}.angle-347{--o-angle-composite: calc(347deg - 90deg) !important}.angle-348{--o-angle-composite: calc(348deg - 90deg) !important}.angle-349{--o-angle-composite: calc(349deg - 90deg) !important}.angle-350{--o-angle-composite: calc(350deg - 90deg) !important}.angle-351{--o-angle-composite: calc(351deg - 90deg) !important}.angle-352{--o-angle-composite: calc(352deg - 90deg) !important}.angle-353{--o-angle-composite: calc(353deg - 90deg) !important}.angle-354{--o-angle-composite: calc(354deg - 90deg) !important}.angle-355{--o-angle-composite: calc(355deg - 90deg) !important}.angle-356{--o-angle-composite: calc(356deg - 90deg) !important}.angle-357{--o-angle-composite: calc(357deg - 90deg) !important}.angle-358{--o-angle-composite: calc(358deg - 90deg) !important}.angle-359{--o-angle-composite: calc(359deg - 90deg) !important}.angle-360{--o-angle-composite: calc(360deg - 90deg) !important}o-sector.gap-1,o-text.gap-1{--o-gap: 1}o-sector.gap-2,o-text.gap-2{--o-gap: 2}o-sector.gap-3,o-text.gap-3{--o-gap: 3}o-sector.gap-4,o-text.gap-4{--o-gap: 4}o-sector.gap-5,o-text.gap-5{--o-gap: 5}o-sector.gap-6,o-text.gap-6{--o-gap: 6}o-sector.gap-7,o-text.gap-7{--o-gap: 7}o-sector.gap-8,o-text.gap-8{--o-gap: 8}o-sector.gap-9,o-text.gap-9{--o-gap: 9}o-sector.gap-10,o-text.gap-10{--o-gap: 10}o-sector.gap-11,o-text.gap-11{--o-gap: 11}o-sector.gap-12,o-text.gap-12{--o-gap: 12}o-sector.gap-13,o-text.gap-13{--o-gap: 13}o-sector.gap-14,o-text.gap-14{--o-gap: 14}o-sector.gap-15,o-text.gap-15{--o-gap: 15}o-sector.gap-16,o-text.gap-16{--o-gap: 16}o-sector.gap-17,o-text.gap-17{--o-gap: 17}o-sector.gap-18,o-text.gap-18{--o-gap: 18}o-sector.gap-19,o-text.gap-19{--o-gap: 19}o-sector.gap-20,o-text.gap-20{--o-gap: 20}o-sector.gap-21,o-text.gap-21{--o-gap: 21}o-sector.gap-22,o-text.gap-22{--o-gap: 22}o-sector.gap-23,o-text.gap-23{--o-gap: 23}o-sector.gap-24,o-text.gap-24{--o-gap: 24}o-sector.gap-25,o-text.gap-25{--o-gap: 25}o-sector.gap-26,o-text.gap-26{--o-gap: 26}o-sector.gap-27,o-text.gap-27{--o-gap: 27}o-sector.gap-28,o-text.gap-28{--o-gap: 28}o-sector.gap-29,o-text.gap-29{--o-gap: 29}o-sector.gap-30,o-text.gap-30{--o-gap: 30}.reduce-0{--o-size-ratio: 1}.reduce-10{--o-size-ratio: 0.9}.reduce-20{--o-size-ratio: 0.8}.reduce-30{--o-size-ratio: 0.7}.reduce-40{--o-size-ratio: 0.6}.reduce-50{--o-size-ratio: 0.5}.reduce-60{--o-size-ratio: 0.4}.reduce-70{--o-size-ratio: 0.3}.reduce-80{--o-size-ratio: 0.2}.reduce-90{--o-size-ratio: 0.1}.reduce-100{--o-size-ratio: 0}.grow-1x{--o-size-ratio: 1}.grow-2x{--o-size-ratio: 2}.grow-3x{--o-size-ratio: 3}.grow-4x{--o-size-ratio: 4}.grow-5x{--o-size-ratio: 5}.grow-6x{--o-size-ratio: 6}.grow-7x{--o-size-ratio: 7}.grow-8x{--o-size-ratio: 8}.grow-9x{--o-size-ratio: 9}.grow-10x{--o-size-ratio: 10}.grow-11x{--o-size-ratio: 11}.grow-12x{--o-size-ratio: 12}.inner-orbit{--o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / 2}.quarter-inner-orbit{--o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / 3.75}.quarter-outer-orbit{--o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / -3.75}.outer-orbit{--o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / -2}.ccw{--o-direction: -1;--o-offset: - -90deg }.capsule{--o-angle-composite: 0deg;width:inherit;height:auto;padding:5px;position:absolute;align-items:center;justify-content:center;rotate:calc(var(--o-angle-composite))}.capsule.flip{--o-angle-composite: 180deg !important}.capsule.turn-left{margin-top:25%;--o-angle-composite: 90deg !important}.capsule.turn-right{margin-top:25%;--o-angle-composite: 270deg !important}.capsule.stable{--o-gyro: calc(90deg - ( var(--o-angle) * var(--o-orbit-child-number)));--o-angle-composite: var(--o-gyro)}.satellite>.capsule.stable{--o-gyro: calc(var(--o-angle) * var(--o-orbit-child-number));--o-angle-composite: var(--o-gyro)}.satellite>.capsule.turn-left{--o-angle-composite: 90deg !important}.satellite>.capsule.turn-right{--o-angle-composite: 270deg !important}/*! ## Orbit support and check @@ -405,4 +407,4 @@ Currently Orbit doesn't support ellipse shapes, so when detected these web-compo - Orbit checks and warns if `.satellite` has some invalid Orbit direct child element. Only `.orbital-zone` is allowed. -*/@container osector not style(--o-ellipse-x: 1){o-sector svg path,o-progress svg path{display:none}}@container osector not style(--o-ellipse-y: 1){o-sector svg path,o-progress svg path{display:none}}.orbital-zone:has(>.satellite,>.vector,>o-progress,>o-sector){border:.5px solid red !important}.orbital-zone::after{position:absolute;top:0px;left:0px;font-size:x-small;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;width:-moz-fit-content;width:fit-content;padding:5px;color:red;height:auto}.satellite::after{position:absolute;top:25px;left:0px;font-size:x-small;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;width:100px;padding:5px;color:red;height:auto}.orbital-zone>.satellite,.orbital-zone>.vector,.orbital-zone>o-sector,.orbital-zone>o-progress,.satellite>.satellite,.satellite>.orbit,.satellite>[class*=orbit-],.satellite>.vector,.satellite>o-sector,.satellite>o-progress{border:1px solid red !important;background-color:red;border-radius:50%;width:5px;height:5px;animation:pulse 1.5s infinite}.orbital-zone>o-sector path,.orbital-zone>o-progress path,.satellite>o-sector path,.satellite>o-progress path{stroke:none}.orbital-zone:has(>.satellite,>.vector,>o-sector,>o-progress)::after{content:"⚠️ Invalid nested elements on .orbital-zone!"}.satellite:has(>.satellite,>.vector,>o-sector,>o-progress,>.orbit,>[class*=orbit-])::after{content:"⚠️ Invalid nested elements on .satellite!"}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(3);opacity:.5}100%{transform:scale(1);opacity:1}}.orbit,[class*=orbit-]{border:1px solid #007bff}.satellite{background-color:#ff0;border:1px solid #000}o-sector path{stroke-opacity:.5;border:1px solid purple}o-sector path:hover{stroke:red;cursor:pointer}.spoke,.segment{border:none;background:#000}.segment{border:none;background:#000}/*# sourceMappingURL=orbit.min.css.map */ \ No newline at end of file +*/@container osector not style(--o-ellipse-x: 1){o-sector svg path,o-progress svg path{display:none}}@container osector not style(--o-ellipse-y: 1){o-sector svg path,o-progress svg path{display:none}}.orbital-zone:has(>.satellite,>.vector,>o-progress,>o-sector){border:.5px solid red !important}.orbital-zone::after{position:absolute;top:0px;left:0px;font-size:x-small;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;width:-moz-fit-content;width:fit-content;padding:5px;color:red;height:auto}.satellite::after{position:absolute;top:25px;left:0px;font-size:x-small;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;width:100px;padding:5px;color:red;height:auto}.orbital-zone>.satellite,.orbital-zone>.vector,.orbital-zone>o-sector,.orbital-zone>o-progress,.satellite>.satellite,.satellite>.orbit,.satellite>[class*=orbit-],.satellite>.vector,.satellite>o-sector,.satellite>o-progress{border:1px solid red !important;background-color:red;border-radius:50%;width:5px;height:5px;animation:pulse 1.5s infinite}.orbital-zone>o-sector path,.orbital-zone>o-progress path,.satellite>o-sector path,.satellite>o-progress path{stroke:none}.orbital-zone:has(>.satellite,>.vector,>o-sector,>o-progress)::after{content:"⚠️ Invalid nested elements on .orbital-zone!"}.satellite:has(>.satellite,>.vector,>o-sector,>o-progress,>.orbit,>[class*=orbit-])::after{content:"⚠️ Invalid nested elements on .satellite!"}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(3);opacity:.5}100%{transform:scale(1);opacity:1}}.orbit,[class*=orbit-]{border:1px solid #007bff}.satellite{background-color:#ff0;border:1px solid #000}o-sector path{stroke-opacity:.5;border:1px solid purple}o-sector path:hover{stroke:red;cursor:pointer}.spoke{border:none;background:#000}.segment{border:none;background:#000}/*# sourceMappingURL=orbit.min.css.map */ \ No newline at end of file diff --git a/assets/css/orbit.min.css.map b/assets/css/orbit.min.css.map index 2f3f1b4..ac397e0 100644 --- a/assets/css/orbit.min.css.map +++ b/assets/css/orbit.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["orbit.min.css","../../src/scss/_settings.scss","../../src/scss/_orbital-zone.scss","../../src/scss/_orbit-class.scss","../../src/scss/_satellite.scss","../../src/scss/_spoke.scss","../../src/scss/_segment.scss","../../src/scss/_sector.scss","../../src/scss/_label.scss","../../src/scss/_progress.scss","../../src/scss/_radial-layout.scss","../../src/scss/_utilities.scss","../../src/scss/_support.scss","../../src/scss/_orbit-class_theme.scss","../../src/scss/_satellite_theme.scss","../../src/scss/_sector_theme.scss","../../src/scss/_spoke_theme.scss","../../src/scss/_segment_theme.scss"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CCCA,CA0CA,MACE,cAAA,CACA,iBAAA,CACA,gBAAA,CACA,gBAAA,CAIF,EACE,qBAAA,CCpDF;;;;;;;;;;;;;;;;;;;;;;CAAA,CAuBA,cACE,0BAAA,CACA,iBAAA,CACA,qBAAA,CACA,cAAA,CACA,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,mBAAA,CACA,WAAA,CChCF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAqGA,uBACE,oBAAA,CACA,gEAAA,CACA,uCAAA,CACA,gDAAA,CACA,iDAAA,CACA,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CChHF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CA4DA,WACE,wBAAA,CACA,qHAAA,CACA,6QAAA,CAUA,4BAAA,CACA,wEAAA,CACA,yEAAA,CACA,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CAGF,qBACE,qEAAA,CAEF,kBACE,iBAAA,CAGF,eACE,gBAAA,CAGF,uBACE,iBAAA,CC/FF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAiCA,OACE,oBAAA,CACA,qHAAA,CACA,qUAAA,CAaA,wEAAA,CACA,iBAAA,CACA,SAAA,CACA,4BAAA,CACA,UAAA,CACA,mBAAA,CACA,WAAA,CACA,eAAA,CAGF,iBACE,wEAAA,CC5DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAiCA,SACE,sBAAA,CACA,qHAAA,CACA,8DAAA,CACA,+FAAA,CAEA,2DAAA,CACA,iBAAA,CACA,SAAA,CACA,4BAAA,CACA,UAAA,CACA,mBAAA,CACA,WAAA,CACA,eAAA,CAGF,qBACE,4BAAA,CACA,mDAAA,CClDF;;;;;CAAA,CAMA,SACE,yFAAA,CACA,sBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CACA,iBAAA,CACA,mBAAA,CACA,UAAA,CACA,iBAAA,CACA,+EAAA,CACA,gEAAA,CAGF,aACE,mBAAA,CACA,2BAAA,CAEF,eACE,qBAAA,CC1BF;;;;;CAAA,CAMA,QACE,yFAAA,CACA,oBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CACA,iBAAA,CACA,mBAAA,CACA,UAAA,CACA,iBAAA,CACA,+EAAA,CACA,gEAAA,CAGF,YACE,mBAAA,CACA,2BAAA,CAEF,cACE,qBAAA,CAGF,iBACE,aAAA,CACA,aAAA,CACA,eAAA,CACA,wIAAA,CClCF;;;;;CAAA,CAMA,WACE,wBAAA,CACA,iBAAA,CACA,+EAAA,CACA,+BAAA,CACA,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,UAAA,CACA,iBAAA,CACA,mBAAA,CAGF,mBACE,kBAAA,CAGF,eACE,mBAAA,CACA,2BAAA,CCvBF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAwEA,SACE,sBAAA,CAGE,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,mCACA,oBAAA,CADA,mCACA,oBAAA,CADA,mCACA,oBAAA,CAMH,0BACG,0BAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,2BACG,yBAAA,CADH,2BACG,yBAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CAKF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,2GACE,yBAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CAKA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,+NAGA,mCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CAHA,sOAGA,oCAAA,CCpGJ;;;;;;;;;;;;;;;;;;;;;;;CAAA,CA0BA,0BACE,iCAAA,CACA,qCAAA,CAEF,qBACE,iCAAA,CACA,iCAAA,CAEF,2BACE,iCAAA,CACA,mCAAA,CAEF,6BACE,+BAAA,CACA,qCAAA,CAEF,wBACE,+BAAA,CACA,iCAAA,CAEF,8BACE,+BAAA,CACA,mCAAA,CAEF,6BACE,6BAAA,CACA,qCAAA,CAEF,wBACE,6BAAA,CACA,iCAAA,CAEF,8BACE,6BAAA,CACA,mCAAA,CAQA,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CAIF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CAIF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,SACE,oCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,UACE,qCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CADF,WACE,sCAAA,CAcF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CAYF,UACE,iBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,YACE,iBAAA,CAKF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,UACE,kBAAA,CADF,UACE,kBAAA,CADF,UACE,kBAAA,CAOJ,aACE,6FAAA,CAIF,aACE,8FAAA,CASF,KACE,iBAAA,CACA,qBAAA,CAQF,SACE,yBAAA,CACA,aAAA,CACA,WAAA,CACA,WAAA,CACA,iBAAA,CACA,kBAAA,CACA,sBAAA,CACA,qCAAA,CAEF,cACE,sCAAA,CAGF,mBACE,cAAA,CACA,qCAAA,CAEF,oBACE,cAAA,CACA,sCAAA,CAGF,gBACE,uEAAA,CACA,kCAAA,CAGF,2BACE,4DAAA,CACA,kCAAA,CAGF,8BACE,qCAAA,CAEF,+BACE,sCAAA,CCrLF;;;;;;;;;;;;;;;;CAAA,CAkBA,+CAEE,sCACE,YAAA,CAAA,CAGJ,+CAEE,sCACE,YAAA,CAAA,CAIJ,8DACE,gCAAA,CAGF,qBACE,iBAAA,CACA,OAAA,CACA,QAAA,CACA,iBAAA,CACA,wIAAA,CACA,sBAAA,CAAA,iBAAA,CACA,WAAA,CACA,SAAA,CACA,WAAA,CAGF,kBACE,iBAAA,CACA,QAAA,CACA,QAAA,CACA,iBAAA,CACA,wIAAA,CACA,WAAA,CACA,WAAA,CACA,SAAA,CACA,WAAA,CAIF,+NACE,+BAAA,CACA,oBAAA,CACA,iBAAA,CACA,SAAA,CACA,UAAA,CACA,6BAAA,CAGF,8GACE,WAAA,CAGF,qEACE,sDAAA,CAEF,2FACE,mDAAA,CAGF,iBACE,GACE,kBAAA,CACA,SAAA,CAEF,IACE,kBAAA,CACA,UAAA,CAEF,KACE,kBAAA,CACA,SAAA,CAAA,CC1FJ,uBACE,wBAAA,CCDF,WACE,qBAAA,CACA,qBAAA,CAAA,cCCA,iBAAA,CACA,uBAAA,CAGF,oBACE,UAAA,CACA,cAAA,CCTF,gBACE,WAAA,CACA,eAAA,CCFF,SACE,WAAA,CACA,eAAA","file":"orbit.min.css"} \ No newline at end of file +{"version":3,"sources":["orbit.min.css","../../src/scss/_settings.scss","../../src/scss/_orbital-zone.scss","../../src/scss/_orbit-class.scss","../../src/scss/_satellite.scss","../../src/scss/_spoke.scss","../../src/scss/_segment.scss","../../src/scss/_sector.scss","../../src/scss/_label.scss","../../src/scss/_progress.scss","../../src/scss/_radial-layout.scss","../../src/scss/_utilities.scss","../../src/scss/_support.scss","../../src/scss/_orbit-class_theme.scss","../../src/scss/_satellite_theme.scss","../../src/scss/_sector_theme.scss","../../src/scss/_spoke_theme.scss","../../src/scss/_segment_theme.scss"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CCCA,CA0CA,MACE,cAAA,CACA,iBAAA,CACA,gBAAA,CACA,gBAAA,CAIF,EACE,qBAAA,CCpDF;;;;;;;;;;;;;;;;;;;;;;CAAA,CAuBA,cACE,0BAAA,CACA,iBAAA,CACA,qBAAA,CACA,cAAA,CACA,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,mBAAA,CACA,WAAA,CChCF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAuGA,uBACE,oBAAA,CACA,gEAAA,CACA,uCAAA,CACA,gDAAA,CACA,iDAAA,CACA,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CClHF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CA4DA,WACE,wBAAA,CACA,qHAAA,CACA,6QAAA,CAUA,4BAAA,CACA,wEAAA,CACA,yEAAA,CACA,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CAGF,qBACE,qEAAA,CAEF,kBACE,iBAAA,CAGF,eACE,gBAAA,CAGF,uBACE,iBAAA,CC/FF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAiCA,OACE,oBAAA,CACA,qHAAA,CACA,qUAAA,CAaA,wEAAA,CACA,iBAAA,CACA,YAAA,CACA,kBAAA,CACA,4BAAA,CACA,UAAA,CACA,mBAAA,CACA,WAAA,CAGF,iBACE,wEAAA,CC5DF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAiCA,SACE,sBAAA,CACA,qHAAA,CACA,8DAAA,CACA,+FAAA,CAEA,2DAAA,CACA,iBAAA,CACA,SAAA,CACA,4BAAA,CACA,UAAA,CACA,mBAAA,CACA,WAAA,CACA,eAAA,CAGF,qBACE,4BAAA,CACA,mDAAA,CClDF;;;;;CAAA,CAMA,SACE,yFAAA,CACA,sBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CACA,iBAAA,CACA,mBAAA,CACA,UAAA,CACA,iBAAA,CACA,+EAAA,CACA,gEAAA,CAGF,aACE,mBAAA,CACA,2BAAA,CAEF,eACE,qBAAA,CC1BF;;;;;CAAA,CAMA,QACE,yFAAA,CACA,oBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,iBAAA,CACA,iBAAA,CACA,mBAAA,CACA,UAAA,CACA,iBAAA,CACA,+EAAA,CACA,gEAAA,CAGF,YACE,mBAAA,CACA,2BAAA,CAEF,cACE,qBAAA,CAGF,iBACE,aAAA,CACA,aAAA,CACA,eAAA,CACA,wIAAA,CClCF;;;;;CAAA,CAMA,WACE,wBAAA,CACA,iBAAA,CACA,+EAAA,CACA,+BAAA,CACA,iBAAA,CACA,YAAA,CACA,sBAAA,CACA,kBAAA,CACA,UAAA,CACA,iBAAA,CACA,mBAAA,CAGF,mBACE,kBAAA,CAGF,eACE,mBAAA,CACA,2BAAA,CCvBF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAA,CAwEA,SACE,sBAAA,CAGE,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,iCACA,mBAAA,CADA,mCACA,oBAAA,CADA,mCACA,oBAAA,CADA,mCACA,oBAAA,CAMH,0BACG,0BAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,0BACG,yBAAA,CADH,2BACG,yBAAA,CADH,2BACG,yBAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CADH,2BACG,0BAAA,CAKF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,uGACE,yBAAA,CADF,2GACE,yBAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CADF,2GACE,0BAAA,CAKA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,6SAEA,mCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CAFA,uTAEA,oCAAA,CCnGJ;;;;;;;;;;;;;;;;;;;;;;;CAAA,CA0BA,0BACE,iCAAA,CACA,qCAAA,CAEF,qBACE,iCAAA,CACA,iCAAA,CAEF,2BACE,iCAAA,CACA,mCAAA,CAEF,6BACE,+BAAA,CACA,qCAAA,CAEF,wBACE,+BAAA,CACA,iCAAA,CAEF,8BACE,+BAAA,CACA,mCAAA,CAEF,6BACE,6BAAA,CACA,qCAAA,CAEF,wBACE,6BAAA,CACA,iCAAA,CAEF,8BACE,6BAAA,CACA,mCAAA,CAQA,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CADF,WACE,iBAAA,CAIF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,QACE,cAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,SACE,eAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CADF,UACE,gBAAA,CAIF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,SACE,kDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,UACE,mDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CADF,WACE,oDAAA,CAcF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,4BACE,UAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CADF,8BACE,WAAA,CAYF,UACE,iBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,WACE,mBAAA,CADF,YACE,iBAAA,CAKF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,SACE,iBAAA,CADF,UACE,kBAAA,CADF,UACE,kBAAA,CADF,UACE,kBAAA,CAOJ,aACE,6FAAA,CAIF,qBACE,gGAAA,CAIF,qBACE,iGAAA,CAKF,aACE,8FAAA,CASF,KACE,iBAAA,CACA,qBAAA,CAQF,SACE,yBAAA,CACA,aAAA,CACA,WAAA,CACA,WAAA,CACA,iBAAA,CACA,kBAAA,CACA,sBAAA,CACA,qCAAA,CAEF,cACE,sCAAA,CAGF,mBACE,cAAA,CACA,qCAAA,CAEF,oBACE,cAAA,CACA,sCAAA,CAGF,gBACE,uEAAA,CACA,kCAAA,CAGF,2BACE,4DAAA,CACA,kCAAA,CAGF,8BACE,qCAAA,CAEF,+BACE,sCAAA,CChMF;;;;;;;;;;;;;;;;CAAA,CAkBA,+CAEE,sCACE,YAAA,CAAA,CAGJ,+CAEE,sCACE,YAAA,CAAA,CAIJ,8DACE,gCAAA,CAGF,qBACE,iBAAA,CACA,OAAA,CACA,QAAA,CACA,iBAAA,CACA,wIAAA,CACA,sBAAA,CAAA,iBAAA,CACA,WAAA,CACA,SAAA,CACA,WAAA,CAGF,kBACE,iBAAA,CACA,QAAA,CACA,QAAA,CACA,iBAAA,CACA,wIAAA,CACA,WAAA,CACA,WAAA,CACA,SAAA,CACA,WAAA,CAIF,+NACE,+BAAA,CACA,oBAAA,CACA,iBAAA,CACA,SAAA,CACA,UAAA,CACA,6BAAA,CAGF,8GACE,WAAA,CAGF,qEACE,sDAAA,CAEF,2FACE,mDAAA,CAGF,iBACE,GACE,kBAAA,CACA,SAAA,CAEF,IACE,kBAAA,CACA,UAAA,CAEF,KACE,kBAAA,CACA,SAAA,CAAA,CC1FJ,uBACE,wBAAA,CCDF,WACE,qBAAA,CACA,qBAAA,CAAA,cCCA,iBAAA,CACA,uBAAA,CAGF,oBACE,UAAA,CACA,cAAA,CCTF,OACE,WAAA,CACA,eAAA,CCFF,SACE,WAAA,CACA,eAAA","file":"orbit.min.css"} \ No newline at end of file diff --git a/examples/analog-watch.html b/examples/analog-watch.html index a377e04..d8e48aa 100644 --- a/examples/analog-watch.html +++ b/examples/analog-watch.html @@ -44,8 +44,10 @@
-
-
+
+ +
+
diff --git a/src/scss/_orbit-class.scss b/src/scss/_orbit-class.scss index e68c494..c767706 100644 --- a/src/scss/_orbit-class.scss +++ b/src/scss/_orbit-class.scss @@ -97,6 +97,8 @@ Please see **Radial Layout section**. * bug alineacion gaps ... 180 on mas de un sector/ o-label * separar vector de constellation... o vector to spoke / vector.is-poligon to segment * ornit-nth cambiar nombre +* trabajar con spoke as container... tiene que alinearse siempre a la mitad asi, si tiene una imagen dentro queda +alineada tambien. */ diff --git a/src/scss/_radial-layout.scss b/src/scss/_radial-layout.scss index c404036..3c847a3 100644 --- a/src/scss/_radial-layout.scss +++ b/src/scss/_radial-layout.scss @@ -96,9 +96,9 @@ There are some modifiers to adjust orbit child distribution: } @for $i from 1 through $max-orbiters { - .orbit:has(> :nth-child(#{$i} of .satellite), > :nth-child(#{$i} of o-sector), > :nth-child(#{$i} of .spoke)), - [class*='orbit-']:has(> :nth-child(#{$i} of .satellite), > :nth-child(#{$i} of o-sector), > :nth-child(#{$i} of .segment), - > :nth-child(#{$i} of o-label)) { + .orbit:has(> :nth-child(#{$i} of .satellite), > :nth-child(#{$i} of o-sector), > :nth-child(#{$i} of .spoke), > :nth-child(#{$i} of .segment), > :nth-child(#{$i} of o-label)), + [class*='orbit-']:has(> :nth-child(#{$i} of .satellite), > :nth-child(#{$i} of o-sector), > :nth-child(#{$i} of .spoke), > :nth-child(#{$i} of .segment), > :nth-child(#{$i} of o-label)) { --o-angle: calc(var(--o-range) / #{$i}); } } + diff --git a/src/scss/_spoke.scss b/src/scss/_spoke.scss index a6bbeb9..e9881f1 100644 --- a/src/scss/_spoke.scss +++ b/src/scss/_spoke.scss @@ -49,12 +49,12 @@ It has some special classes and css variables to customize it: ); width: calc(var(--o-radius) / var(--o-orbit-number) * var(--o-size-ratio, 1)); position: absolute; - padding: 0; + display: flex; + align-items: center; transform: var(--o-transform); height: 1px; /*use vars latter */ pointer-events: none; border: none; - background: rgb(0, 0, 0); } .spoke.at-center { diff --git a/src/scss/_spoke_theme.scss b/src/scss/_spoke_theme.scss index 61b9476..ef1ea1d 100644 --- a/src/scss/_spoke_theme.scss +++ b/src/scss/_spoke_theme.scss @@ -1,7 +1,7 @@ /* .vector theme */ -.spoke, .segment { +.spoke { border: none; background: rgb(0, 0, 0); } diff --git a/src/scss/_utilities.scss b/src/scss/_utilities.scss index 73adf84..717fd8f 100644 --- a/src/scss/_utilities.scss +++ b/src/scss/_utilities.scss @@ -78,7 +78,7 @@ $max-grade: 360; } @for $i from 0 through $max-grade { .angle-#{$i} { - --o-angle-composite: #{$i}deg !important; + --o-angle-composite: calc(#{$i}deg - 90deg) !important; } } @@ -124,6 +124,17 @@ Can be used in parent elements or in each orbiter class var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) ) / 2; } +.quarter-inner-orbit { + --o-aligment: calc( + var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) + ) / 3.75; +} +.quarter-outer-orbit { + --o-aligment: calc( + var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1) + ) / -3.75; +} + .outer-orbit { --o-aligment: calc( var(--o-radius) / var(--o-orbit-number, 1) * var(--o-size-ratio, 1)