@cronocode/react-box 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/box.js +7952 -4333
- package/css.variables.d.ts +1 -1
- package/package.json +10 -11
- package/styles.css +1 -1
- package/chunk/jsx-runtime-8434466e.js +0 -33
- package/components/button.js +0 -39
- package/components/flex.d.ts +0 -15
- package/components/flex.js +0 -43
package/css.variables.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const variables: {
|
|
2
|
-
sizes: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];
|
|
2
|
+
sizes: readonly [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100];
|
|
3
3
|
sizeMultiplier: number;
|
|
4
4
|
colors: readonly ["primary", "primaryLight", "primaryDark", "secondary", "secondaryLight", "secondaryDark", "tertiary", "tertiaryLight", "tertiaryDark", "blue", "blueLight", "blueDark", "red", "redLight", "redDark", "purple", "purpleLight", "purpleDark", "yellow", "yellowLight", "yellowDark", "pink", "pinkLight", "pinkDark", "green", "greenLight", "greenDark", "orange", "orangeLight", "orangeDark", "navy", "navyLight", "navyDark", "teal", "tealLight", "tealDark", "violet", "violetLight", "violetDark", "black", "white", "gray", "grayLight", "grayDark", "brown", "brownLight", "brownDark", "orange", "orangeLight", "orangeDark"];
|
|
5
5
|
cursors: readonly ["auto", "default", "none", "context-menu", "help", "pointer", "progress", "wait", "cell", "crosshair", "text", "vertical-text", "alias", "copy", "move", "no-drop", "not-allowed", "e-resize", "n-resize", "ne-resize", "nw-resize", "s-resize", "se-resize", "sw-resize", "w-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "col-resize", "row-resize", "all-scroll", "zoom-in", "zoom-out", "grab", "grabbing"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cronocode/react-box",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"main": "./box.js",
|
|
5
5
|
"module": "./box.js",
|
|
6
6
|
"types": "./box.d.ts",
|
|
@@ -39,22 +39,21 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/cronocodesolutions/react-box#readme",
|
|
41
41
|
"description": "",
|
|
42
|
-
"dependencies": {},
|
|
43
42
|
"devDependencies": {
|
|
44
|
-
"react": "^18.1.0",
|
|
45
43
|
"@cronocode/identity-factory": "^0.0.6",
|
|
46
|
-
"@types/node": "^18.
|
|
47
|
-
"@types/react": "^18.0.
|
|
48
|
-
"@vitejs/plugin-react": "^
|
|
49
|
-
"autoprefixer": "^10.4.
|
|
50
|
-
"postcss": "^8.4.
|
|
44
|
+
"@types/node": "^18.7.6",
|
|
45
|
+
"@types/react": "^18.0.17",
|
|
46
|
+
"@vitejs/plugin-react": "^2.0.1",
|
|
47
|
+
"autoprefixer": "^10.4.8",
|
|
48
|
+
"postcss": "^8.4.16",
|
|
51
49
|
"postcss-calc": "^8.2.4",
|
|
52
50
|
"postcss-each": "^1.1.0",
|
|
53
51
|
"postcss-simple-vars": "^6.0.3",
|
|
54
52
|
"prettier": "^2.7.1",
|
|
53
|
+
"react": "^18.1.0",
|
|
55
54
|
"react-dom": "^18.2.0",
|
|
56
|
-
"typescript": "^4.7.
|
|
57
|
-
"vite": "^
|
|
58
|
-
"vite-plugin-dts": "^1.
|
|
55
|
+
"typescript": "^4.7.4",
|
|
56
|
+
"vite": "^3.0.8",
|
|
57
|
+
"vite-plugin-dts": "^1.4.1"
|
|
59
58
|
}
|
|
60
59
|
}
|
package/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
html,body{font-size:16px;line-height:1.2;margin:0;padding:0}.a{display:block;border:0 solid inherit;font-family:inherit;font-size:inherit;margin:0;padding:0}.b{display:none}.c{display:block}.d{display:inline-block}.e{display:flex}.f{display:inline-flex}.g{display:grid}.h{position:static}.i{position:relative}.j{position:absolute}.k{position:fixed}.l{position:-webkit-sticky;position:sticky}.m{width:100%}.n{width:100vw}.o{width:auto}.p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.q{width:-webkit-max-content;width:-moz-max-content;width:max-content}.r{width:-webkit-min-content;width:-moz-min-content;width:min-content}.s{height:100%}.t{height:100vh}.u{height:auto}.v{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.w{height:-webkit-max-content;height:-moz-max-content;height:max-content}.x{height:-webkit-min-content;height:-moz-min-content;height:min-content}.y{min-width:100%}.z{min-width:100vw}.A{min-width:auto}.B{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.C{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.D{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.E{min-height:100%}.F{min-height:100vh}.G{min-height:auto}.H{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.I{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.J{min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.K{max-width:100%}.L{max-width:100vw}.M{max-width:auto}.N{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.O{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.P{max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content}.Q{max-height:100%}.R{max-height:100vh}.S{max-height:auto}.T{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.U{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.V{max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content}.W{top:0rem}.X{top:.5rem}.Y{top:1rem}.Z{top:1.5rem}.aa{top:2rem}.ab{top:2.5rem}.ac{top:3rem}.ad{top:3.5rem}.ae{top:4rem}.af{top:4.5rem}.ag{top:5rem}.ah{top:5.5rem}.ai{top:6rem}.aj{top:6.5rem}.ak{top:7rem}.al{top:7.5rem}.am{top:8rem}.an{top:8.5rem}.ao{top:9rem}.ap{top:9.5rem}.aq{top:10rem}.ar{right:0rem}.as{right:.5rem}.at{right:1rem}.au{right:1.5rem}.av{right:2rem}.aw{right:2.5rem}.ax{right:3rem}.ay{right:3.5rem}.az{right:4rem}.aA{right:4.5rem}.aB{right:5rem}.aC{right:5.5rem}.aD{right:6rem}.aE{right:6.5rem}.aF{right:7rem}.aG{right:7.5rem}.aH{right:8rem}.aI{right:8.5rem}.aJ{right:9rem}.aK{right:9.5rem}.aL{right:10rem}.aM{bottom:0rem}.aN{bottom:.5rem}.aO{bottom:1rem}.aP{bottom:1.5rem}.aQ{bottom:2rem}.aR{bottom:2.5rem}.aS{bottom:3rem}.aT{bottom:3.5rem}.aU{bottom:4rem}.aV{bottom:4.5rem}.aW{bottom:5rem}.aX{bottom:5.5rem}.aY{bottom:6rem}.aZ{bottom:6.5rem}.a0{bottom:7rem}.a1{bottom:7.5rem}.a2{bottom:8rem}.a3{bottom:8.5rem}.a4{bottom:9rem}.a5{bottom:9.5rem}.a6{bottom:10rem}.a7{left:0rem}.a8{left:.5rem}.a9{left:1rem}.ba{left:1.5rem}.bb{left:2rem}.bc{left:2.5rem}.bd{left:3rem}.be{left:3.5rem}.bf{left:4rem}.bg{left:4.5rem}.bh{left:5rem}.bi{left:5.5rem}.bj{left:6rem}.bk{left:6.5rem}.bl{left:7rem}.bm{left:7.5rem}.bn{left:8rem}.bo{left:8.5rem}.bp{left:9rem}.bq{left:9.5rem}.br{left:10rem}.bs,.bt{margin:0rem}.bu,.bv{margin:.5rem}.bw,.bx{margin:1rem}.by,.bz{margin:1.5rem}.bA,.bB{margin:2rem}.bC,.bD{margin:2.5rem}.bE,.bF{margin:3rem}.bG,.bH{margin:3.5rem}.bI,.bJ{margin:4rem}.bK,.bL{margin:4.5rem}.bM,.bN{margin:5rem}.bO,.bP{margin:5.5rem}.bQ,.bR{margin:6rem}.bS,.bT{margin:6.5rem}.bU,.bV{margin:7rem}.bW,.bX{margin:7.5rem}.bY,.bZ{margin:8rem}.b0,.b1{margin:8.5rem}.b2,.b3{margin:9rem}.b4,.b5{margin:9.5rem}.b6,.b7{margin:10rem}.b8,.b9{margin-left:0rem;margin-right:0rem}.ca,.cb{margin-top:0rem;margin-bottom:0rem}.cc,.cd{margin-left:.5rem;margin-right:.5rem}.ce,.cf{margin-top:.5rem;margin-bottom:.5rem}.cg,.ch{margin-left:1rem;margin-right:1rem}.ci,.cj{margin-top:1rem;margin-bottom:1rem}.ck,.cl{margin-left:1.5rem;margin-right:1.5rem}.cm,.cn{margin-top:1.5rem;margin-bottom:1.5rem}.co,.cp{margin-left:2rem;margin-right:2rem}.cq,.cr{margin-top:2rem;margin-bottom:2rem}.cs,.ct{margin-left:2.5rem;margin-right:2.5rem}.cu,.cv{margin-top:2.5rem;margin-bottom:2.5rem}.cw,.cx{margin-left:3rem;margin-right:3rem}.cy,.cz{margin-top:3rem;margin-bottom:3rem}.cA,.cB{margin-left:3.5rem;margin-right:3.5rem}.cC,.cD{margin-top:3.5rem;margin-bottom:3.5rem}.cE,.cF{margin-left:4rem;margin-right:4rem}.cG,.cH{margin-top:4rem;margin-bottom:4rem}.cI,.cJ{margin-left:4.5rem;margin-right:4.5rem}.cK,.cL{margin-top:4.5rem;margin-bottom:4.5rem}.cM,.cN{margin-left:5rem;margin-right:5rem}.cO,.cP{margin-top:5rem;margin-bottom:5rem}.cQ,.cR{margin-left:5.5rem;margin-right:5.5rem}.cS,.cT{margin-top:5.5rem;margin-bottom:5.5rem}.cU,.cV{margin-left:6rem;margin-right:6rem}.cW,.cX{margin-top:6rem;margin-bottom:6rem}.cY,.cZ{margin-left:6.5rem;margin-right:6.5rem}.c0,.c1{margin-top:6.5rem;margin-bottom:6.5rem}.c2,.c3{margin-left:7rem;margin-right:7rem}.c4,.c5{margin-top:7rem;margin-bottom:7rem}.c6,.c7{margin-left:7.5rem;margin-right:7.5rem}.c8,.c9{margin-top:7.5rem;margin-bottom:7.5rem}.da,.db{margin-left:8rem;margin-right:8rem}.dc,.dd{margin-top:8rem;margin-bottom:8rem}.de,.df{margin-left:8.5rem;margin-right:8.5rem}.dg,.dh{margin-top:8.5rem;margin-bottom:8.5rem}.di,.dj{margin-left:9rem;margin-right:9rem}.dk,.dl{margin-top:9rem;margin-bottom:9rem}.dm,.dn{margin-left:9.5rem;margin-right:9.5rem}.do,.dp{margin-top:9.5rem;margin-bottom:9.5rem}.dq,.dr{margin-left:10rem;margin-right:10rem}.ds,.dt{margin-top:10rem;margin-bottom:10rem}.du,.dv{margin-top:0rem}.dw,.dx{margin-right:0rem}.dy,.dz{margin-bottom:0rem}.dA,.dB{margin-left:0rem}.dC,.dD{margin-top:.5rem}.dE,.dF{margin-right:.5rem}.dG,.dH{margin-bottom:.5rem}.dI,.dJ{margin-left:.5rem}.dK,.dL{margin-top:1rem}.dM,.dN{margin-right:1rem}.dO,.dP{margin-bottom:1rem}.dQ,.dR{margin-left:1rem}.dS,.dT{margin-top:1.5rem}.dU,.dV{margin-right:1.5rem}.dW,.dX{margin-bottom:1.5rem}.dY,.dZ{margin-left:1.5rem}.d0,.d1{margin-top:2rem}.d2,.d3{margin-right:2rem}.d4,.d5{margin-bottom:2rem}.d6,.d7{margin-left:2rem}.d8,.d9{margin-top:2.5rem}.ea,.eb{margin-right:2.5rem}.ec,.ed{margin-bottom:2.5rem}.ee,.ef{margin-left:2.5rem}.eg,.eh{margin-top:3rem}.ei,.ej{margin-right:3rem}.ek,.el{margin-bottom:3rem}.em,.en{margin-left:3rem}.eo,.ep{margin-top:3.5rem}.eq,.er{margin-right:3.5rem}.es,.et{margin-bottom:3.5rem}.eu,.ev{margin-left:3.5rem}.ew,.ex{margin-top:4rem}.ey,.ez{margin-right:4rem}.eA,.eB{margin-bottom:4rem}.eC,.eD{margin-left:4rem}.eE,.eF{margin-top:4.5rem}.eG,.eH{margin-right:4.5rem}.eI,.eJ{margin-bottom:4.5rem}.eK,.eL{margin-left:4.5rem}.eM,.eN{margin-top:5rem}.eO,.eP{margin-right:5rem}.eQ,.eR{margin-bottom:5rem}.eS,.eT{margin-left:5rem}.eU,.eV{margin-top:5.5rem}.eW,.eX{margin-right:5.5rem}.eY,.eZ{margin-bottom:5.5rem}.e0,.e1{margin-left:5.5rem}.e2,.e3{margin-top:6rem}.e4,.e5{margin-right:6rem}.e6,.e7{margin-bottom:6rem}.e8,.e9{margin-left:6rem}.fa,.fb{margin-top:6.5rem}.fc,.fd{margin-right:6.5rem}.fe,.ff{margin-bottom:6.5rem}.fg,.fh{margin-left:6.5rem}.fi,.fj{margin-top:7rem}.fk,.fl{margin-right:7rem}.fm,.fn{margin-bottom:7rem}.fo,.fp{margin-left:7rem}.fq,.fr{margin-top:7.5rem}.fs,.ft{margin-right:7.5rem}.fu,.fv{margin-bottom:7.5rem}.fw,.fx{margin-left:7.5rem}.fy,.fz{margin-top:8rem}.fA,.fB{margin-right:8rem}.fC,.fD{margin-bottom:8rem}.fE,.fF{margin-left:8rem}.fG,.fH{margin-top:8.5rem}.fI,.fJ{margin-right:8.5rem}.fK,.fL{margin-bottom:8.5rem}.fM,.fN{margin-left:8.5rem}.fO,.fP{margin-top:9rem}.fQ,.fR{margin-right:9rem}.fS,.fT{margin-bottom:9rem}.fU,.fV{margin-left:9rem}.fW,.fX{margin-top:9.5rem}.fY,.fZ{margin-right:9.5rem}.f0,.f1{margin-bottom:9.5rem}.f2,.f3{margin-left:9.5rem}.f4,.f5{margin-top:10rem}.f6,.f7{margin-right:10rem}.f8,.f9{margin-bottom:10rem}.ga,.gb{margin-left:10rem}.gc,.gd{padding:0rem}.ge,.gf{padding:.5rem}.gg,.gh{padding:1rem}.gi,.gj{padding:1.5rem}.gk,.gl{padding:2rem}.gm,.gn{padding:2.5rem}.go,.gp{padding:3rem}.gq,.gr{padding:3.5rem}.gs,.gt{padding:4rem}.gu,.gv{padding:4.5rem}.gw,.gx{padding:5rem}.gy,.gz{padding:5.5rem}.gA,.gB{padding:6rem}.gC,.gD{padding:6.5rem}.gE,.gF{padding:7rem}.gG,.gH{padding:7.5rem}.gI,.gJ{padding:8rem}.gK,.gL{padding:8.5rem}.gM,.gN{padding:9rem}.gO,.gP{padding:9.5rem}.gQ,.gR{padding:10rem}.gS,.gT{padding-left:0rem;padding-right:0rem}.gU,.gV{padding-top:0rem;padding-bottom:0rem}.gW,.gX{padding-left:.5rem;padding-right:.5rem}.gY,.gZ{padding-top:.5rem;padding-bottom:.5rem}.g0,.g1{padding-left:1rem;padding-right:1rem}.g2,.g3{padding-top:1rem;padding-bottom:1rem}.g4,.g5{padding-left:1.5rem;padding-right:1.5rem}.g6,.g7{padding-top:1.5rem;padding-bottom:1.5rem}.g8,.g9{padding-left:2rem;padding-right:2rem}.ha,.hb{padding-top:2rem;padding-bottom:2rem}.hc,.hd{padding-left:2.5rem;padding-right:2.5rem}.he,.hf{padding-top:2.5rem;padding-bottom:2.5rem}.hg,.hh{padding-left:3rem;padding-right:3rem}.hi,.hj{padding-top:3rem;padding-bottom:3rem}.hk,.hl{padding-left:3.5rem;padding-right:3.5rem}.hm,.hn{padding-top:3.5rem;padding-bottom:3.5rem}.ho,.hp{padding-left:4rem;padding-right:4rem}.hq,.hr{padding-top:4rem;padding-bottom:4rem}.hs,.ht{padding-left:4.5rem;padding-right:4.5rem}.hu,.hv{padding-top:4.5rem;padding-bottom:4.5rem}.hw,.hx{padding-left:5rem;padding-right:5rem}.hy,.hz{padding-top:5rem;padding-bottom:5rem}.hA,.hB{padding-left:5.5rem;padding-right:5.5rem}.hC,.hD{padding-top:5.5rem;padding-bottom:5.5rem}.hE,.hF{padding-left:6rem;padding-right:6rem}.hG,.hH{padding-top:6rem;padding-bottom:6rem}.hI,.hJ{padding-left:6.5rem;padding-right:6.5rem}.hK,.hL{padding-top:6.5rem;padding-bottom:6.5rem}.hM,.hN{padding-left:7rem;padding-right:7rem}.hO,.hP{padding-top:7rem;padding-bottom:7rem}.hQ,.hR{padding-left:7.5rem;padding-right:7.5rem}.hS,.hT{padding-top:7.5rem;padding-bottom:7.5rem}.hU,.hV{padding-left:8rem;padding-right:8rem}.hW,.hX{padding-top:8rem;padding-bottom:8rem}.hY,.hZ{padding-left:8.5rem;padding-right:8.5rem}.h0,.h1{padding-top:8.5rem;padding-bottom:8.5rem}.h2,.h3{padding-left:9rem;padding-right:9rem}.h4,.h5{padding-top:9rem;padding-bottom:9rem}.h6,.h7{padding-left:9.5rem;padding-right:9.5rem}.h8,.h9{padding-top:9.5rem;padding-bottom:9.5rem}.ia,.ib{padding-left:10rem;padding-right:10rem}.ic,.id{padding-top:10rem;padding-bottom:10rem}.ie,.if{padding-top:0rem}.ig,.ih{padding-right:0rem}.ii,.ij{padding-bottom:0rem}.ik,.il{padding-left:0rem}.im,.in{padding-top:.5rem}.io,.ip{padding-right:.5rem}.iq,.ir{padding-bottom:.5rem}.is,.it{padding-left:.5rem}.iu,.iv{padding-top:1rem}.iw,.ix{padding-right:1rem}.iy,.iz{padding-bottom:1rem}.iA,.iB{padding-left:1rem}.iC,.iD{padding-top:1.5rem}.iE,.iF{padding-right:1.5rem}.iG,.iH{padding-bottom:1.5rem}.iI,.iJ{padding-left:1.5rem}.iK,.iL{padding-top:2rem}.iM,.iN{padding-right:2rem}.iO,.iP{padding-bottom:2rem}.iQ,.iR{padding-left:2rem}.iS,.iT{padding-top:2.5rem}.iU,.iV{padding-right:2.5rem}.iW,.iX{padding-bottom:2.5rem}.iY,.iZ{padding-left:2.5rem}.i0,.i1{padding-top:3rem}.i2,.i3{padding-right:3rem}.i4,.i5{padding-bottom:3rem}.i6,.i7{padding-left:3rem}.i8,.i9{padding-top:3.5rem}.ja,.jb{padding-right:3.5rem}.jc,.jd{padding-bottom:3.5rem}.je,.jf{padding-left:3.5rem}.jg,.jh{padding-top:4rem}.ji,.jj{padding-right:4rem}.jk,.jl{padding-bottom:4rem}.jm,.jn{padding-left:4rem}.jo,.jp{padding-top:4.5rem}.jq,.jr{padding-right:4.5rem}.js,.jt{padding-bottom:4.5rem}.ju,.jv{padding-left:4.5rem}.jw,.jx{padding-top:5rem}.jy,.jz{padding-right:5rem}.jA,.jB{padding-bottom:5rem}.jC,.jD{padding-left:5rem}.jE,.jF{padding-top:5.5rem}.jG,.jH{padding-right:5.5rem}.jI,.jJ{padding-bottom:5.5rem}.jK,.jL{padding-left:5.5rem}.jM,.jN{padding-top:6rem}.jO,.jP{padding-right:6rem}.jQ,.jR{padding-bottom:6rem}.jS,.jT{padding-left:6rem}.jU,.jV{padding-top:6.5rem}.jW,.jX{padding-right:6.5rem}.jY,.jZ{padding-bottom:6.5rem}.j0,.j1{padding-left:6.5rem}.j2,.j3{padding-top:7rem}.j4,.j5{padding-right:7rem}.j6,.j7{padding-bottom:7rem}.j8,.j9{padding-left:7rem}.ka,.kb{padding-top:7.5rem}.kc,.kd{padding-right:7.5rem}.ke,.kf{padding-bottom:7.5rem}.kg,.kh{padding-left:7.5rem}.ki,.kj{padding-top:8rem}.kk,.kl{padding-right:8rem}.km,.kn{padding-bottom:8rem}.ko,.kp{padding-left:8rem}.kq,.kr{padding-top:8.5rem}.ks,.kt{padding-right:8.5rem}.ku,.kv{padding-bottom:8.5rem}.kw,.kx{padding-left:8.5rem}.ky,.kz{padding-top:9rem}.kA,.kB{padding-right:9rem}.kC,.kD{padding-bottom:9rem}.kE,.kF{padding-left:9rem}.kG,.kH{padding-top:9.5rem}.kI,.kJ{padding-right:9.5rem}.kK,.kL{padding-bottom:9.5rem}.kM,.kN{padding-left:9.5rem}.kO,.kP{padding-top:10rem}.kQ,.kR{padding-right:10rem}.kS,.kT{padding-bottom:10rem}.kU,.kV{padding-left:10rem}.kW,.kX{border-width:0px}.kY,.kZ{border-width:1px}.k0,.k1{border-width:2px}.k2,.k3{border-width:3px}.k4,.k5{border-width:4px}.k6,.k7{border-width:5px}.k8,.k9{border-width:6px}.la,.lb{border-width:7px}.lc,.ld{border-width:8px}.le,.lf{border-width:9px}.lg,.lh{border-width:10px}.li,.lj{border-width:11px}.lk,.ll{border-width:12px}.lm,.ln{border-width:13px}.lo,.lp{border-width:14px}.lq,.lr{border-width:15px}.ls,.lt{border-width:16px}.lu,.lv{border-width:17px}.lw,.lx{border-width:18px}.ly,.lz{border-width:19px}.lA,.lB{border-width:20px}.lC,.lD{border-left-width:0px;border-right-width:0px}.lE,.lF{border-top-width:0px;border-bottom-width:0px}.lG,.lH{border-left-width:1px;border-right-width:1px}.lI,.lJ{border-top-width:1px;border-bottom-width:1px}.lK,.lL{border-left-width:2px;border-right-width:2px}.lM,.lN{border-top-width:2px;border-bottom-width:2px}.lO,.lP{border-left-width:3px;border-right-width:3px}.lQ,.lR{border-top-width:3px;border-bottom-width:3px}.lS,.lT{border-left-width:4px;border-right-width:4px}.lU,.lV{border-top-width:4px;border-bottom-width:4px}.lW,.lX{border-left-width:5px;border-right-width:5px}.lY,.lZ{border-top-width:5px;border-bottom-width:5px}.l0,.l1{border-left-width:6px;border-right-width:6px}.l2,.l3{border-top-width:6px;border-bottom-width:6px}.l4,.l5{border-left-width:7px;border-right-width:7px}.l6,.l7{border-top-width:7px;border-bottom-width:7px}.l8,.l9{border-left-width:8px;border-right-width:8px}.ma,.mb{border-top-width:8px;border-bottom-width:8px}.mc,.md{border-left-width:9px;border-right-width:9px}.me,.mf{border-top-width:9px;border-bottom-width:9px}.mg,.mh{border-left-width:10px;border-right-width:10px}.mi,.mj{border-top-width:10px;border-bottom-width:10px}.mk,.ml{border-left-width:11px;border-right-width:11px}.mm,.mn{border-top-width:11px;border-bottom-width:11px}.mo,.mp{border-left-width:12px;border-right-width:12px}.mq,.mr{border-top-width:12px;border-bottom-width:12px}.ms,.mt{border-left-width:13px;border-right-width:13px}.mu,.mv{border-top-width:13px;border-bottom-width:13px}.mw,.mx{border-left-width:14px;border-right-width:14px}.my,.mz{border-top-width:14px;border-bottom-width:14px}.mA,.mB{border-left-width:15px;border-right-width:15px}.mC,.mD{border-top-width:15px;border-bottom-width:15px}.mE,.mF{border-left-width:16px;border-right-width:16px}.mG,.mH{border-top-width:16px;border-bottom-width:16px}.mI,.mJ{border-left-width:17px;border-right-width:17px}.mK,.mL{border-top-width:17px;border-bottom-width:17px}.mM,.mN{border-left-width:18px;border-right-width:18px}.mO,.mP{border-top-width:18px;border-bottom-width:18px}.mQ,.mR{border-left-width:19px;border-right-width:19px}.mS,.mT{border-top-width:19px;border-bottom-width:19px}.mU,.mV{border-left-width:20px;border-right-width:20px}.mW,.mX{border-top-width:20px;border-bottom-width:20px}.mY,.mZ{border-top-width:0px}.m0,.m1{border-right-width:0px}.m2,.m3{border-bottom-width:0px}.m4,.m5{border-left-width:0px}.m6,.m7{border-top-width:1px}.m8,.m9{border-right-width:1px}.na,.nb{border-bottom-width:1px}.nc,.nd{border-left-width:1px}.ne,.nf{border-top-width:2px}.ng,.nh{border-right-width:2px}.ni,.nj{border-bottom-width:2px}.nk,.nl{border-left-width:2px}.nm,.nn{border-top-width:3px}.no,.np{border-right-width:3px}.nq,.nr{border-bottom-width:3px}.ns,.nt{border-left-width:3px}.nu,.nv{border-top-width:4px}.nw,.nx{border-right-width:4px}.ny,.nz{border-bottom-width:4px}.nA,.nB{border-left-width:4px}.nC,.nD{border-top-width:5px}.nE,.nF{border-right-width:5px}.nG,.nH{border-bottom-width:5px}.nI,.nJ{border-left-width:5px}.nK,.nL{border-top-width:6px}.nM,.nN{border-right-width:6px}.nO,.nP{border-bottom-width:6px}.nQ,.nR{border-left-width:6px}.nS,.nT{border-top-width:7px}.nU,.nV{border-right-width:7px}.nW,.nX{border-bottom-width:7px}.nY,.nZ{border-left-width:7px}.n0,.n1{border-top-width:8px}.n2,.n3{border-right-width:8px}.n4,.n5{border-bottom-width:8px}.n6,.n7{border-left-width:8px}.n8,.n9{border-top-width:9px}.oa,.ob{border-right-width:9px}.oc,.od{border-bottom-width:9px}.oe,.of{border-left-width:9px}.og,.oh{border-top-width:10px}.oi,.oj{border-right-width:10px}.ok,.ol{border-bottom-width:10px}.om,.on{border-left-width:10px}.oo,.op{border-top-width:11px}.oq,.or{border-right-width:11px}.os,.ot{border-bottom-width:11px}.ou,.ov{border-left-width:11px}.ow,.ox{border-top-width:12px}.oy,.oz{border-right-width:12px}.oA,.oB{border-bottom-width:12px}.oC,.oD{border-left-width:12px}.oE,.oF{border-top-width:13px}.oG,.oH{border-right-width:13px}.oI,.oJ{border-bottom-width:13px}.oK,.oL{border-left-width:13px}.oM,.oN{border-top-width:14px}.oO,.oP{border-right-width:14px}.oQ,.oR{border-bottom-width:14px}.oS,.oT{border-left-width:14px}.oU,.oV{border-top-width:15px}.oW,.oX{border-right-width:15px}.oY,.oZ{border-bottom-width:15px}.o0,.o1{border-left-width:15px}.o2,.o3{border-top-width:16px}.o4,.o5{border-right-width:16px}.o6,.o7{border-bottom-width:16px}.o8,.o9{border-left-width:16px}.pa,.pb{border-top-width:17px}.pc,.pd{border-right-width:17px}.pe,.pf{border-bottom-width:17px}.pg,.ph{border-left-width:17px}.pi,.pj{border-top-width:18px}.pk,.pl{border-right-width:18px}.pm,.pn{border-bottom-width:18px}.po,.pp{border-left-width:18px}.pq,.pr{border-top-width:19px}.ps,.pt{border-right-width:19px}.pu,.pv{border-bottom-width:19px}.pw,.px{border-left-width:19px}.py,.pz{border-top-width:20px}.pA,.pB{border-right-width:20px}.pC,.pD{border-bottom-width:20px}.pE,.pF{border-left-width:20px}.pG,.pH{border-style:solid}.pI,.pJ{border-style:dashed}.pK,.pL{border-style:dotted}.pM,.pN{border-style:double}.pO,.pP{border-radius:0rem}.pQ,.pR{border-radius:.25rem}.pS,.pT{border-radius:.5rem}.pU,.pV{border-radius:.75rem}.pW,.pX{border-radius:1rem}.pY,.pZ{border-radius:1.25rem}.p0,.p1{border-radius:1.5rem}.p2,.p3{border-radius:1.75rem}.p4,.p5{border-radius:2rem}.p6,.p7{border-radius:2.25rem}.p8,.p9{border-radius:2.5rem}.qa,.qb{border-radius:2.75rem}.qc,.qd{border-radius:3rem}.qe,.qf{border-radius:3.25rem}.qg,.qh{border-radius:3.5rem}.qi,.qj{border-radius:3.75rem}.qk,.ql{border-radius:4rem}.qm,.qn{border-radius:4.25rem}.qo,.qp{border-radius:4.5rem}.qq,.qr{border-radius:4.75rem}.qs,.qt{border-radius:5rem}.qu,.qv{border-top-left-radius:0rem;border-top-right-radius:0rem}.qw,.qx{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.qy,.qz{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.qA,.qB{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.qC,.qD{border-top-left-radius:1rem;border-top-right-radius:1rem}.qE,.qF{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.qG,.qH{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.qI,.qJ{border-top-left-radius:1.75rem;border-top-right-radius:1.75rem}.qK,.qL{border-top-left-radius:2rem;border-top-right-radius:2rem}.qM,.qN{border-top-left-radius:2.25rem;border-top-right-radius:2.25rem}.qO,.qP{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.qQ,.qR{border-top-left-radius:2.75rem;border-top-right-radius:2.75rem}.qS,.qT{border-top-left-radius:3rem;border-top-right-radius:3rem}.qU,.qV{border-top-left-radius:3.25rem;border-top-right-radius:3.25rem}.qW,.qX{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.qY,.qZ{border-top-left-radius:3.75rem;border-top-right-radius:3.75rem}.q0,.q1{border-top-left-radius:4rem;border-top-right-radius:4rem}.q2,.q3{border-top-left-radius:4.25rem;border-top-right-radius:4.25rem}.q4,.q5{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.q6,.q7{border-top-left-radius:4.75rem;border-top-right-radius:4.75rem}.q8,.q9{border-top-left-radius:5rem;border-top-right-radius:5rem}.ra,.rb{border-top-right-radius:0rem;border-bottom-right-radius:0rem}.rc,.rd{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.re,.rf{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rg,.rh{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.ri,.rj{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rk,.rl{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}.rm,.rn{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.ro,.rp{border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem}.rq,.rr{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.rs,.rt{border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem}.ru,.rv{border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem}.rw,.rx{border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem}.ry,.rz{border-top-right-radius:3rem;border-bottom-right-radius:3rem}.rA,.rB{border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem}.rC,.rD{border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem}.rE,.rF{border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem}.rG,.rH{border-top-right-radius:4rem;border-bottom-right-radius:4rem}.rI,.rJ{border-top-right-radius:4.25rem;border-bottom-right-radius:4.25rem}.rK,.rL{border-top-right-radius:4.5rem;border-bottom-right-radius:4.5rem}.rM,.rN{border-top-right-radius:4.75rem;border-bottom-right-radius:4.75rem}.rO,.rP{border-top-right-radius:5rem;border-bottom-right-radius:5rem}.rQ,.rR{border-bottom-left-radius:0rem;border-bottom-right-radius:0rem}.rS,.rT{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.rU,.rV{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rW,.rX{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.rY,.rZ{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.r0,.r1{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.r2,.r3{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.r4,.r5{border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem}.r6,.r7{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.r8,.r9{border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem}.sa,.sb{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.sc,.sd{border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem}.se,.sf{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.sg,.sh{border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem}.si,.sj{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.sk,.sl{border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem}.sm,.sn{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.so,.sp{border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem}.sq,.sr{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.ss,.st{border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem}.su,.sv{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.sw,.sx{border-top-left-radius:0rem;border-bottom-left-radius:0rem}.sy,.sz{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sA,.sB{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.sC,.sD{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.sE,.sF{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sG,.sH{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}.sI,.sJ{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.sK,.sL{border-top-left-radius:1.75rem;border-bottom-left-radius:1.75rem}.sM,.sN{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.sO,.sP{border-top-left-radius:2.25rem;border-bottom-left-radius:2.25rem}.sQ,.sR{border-top-left-radius:2.5rem;border-bottom-left-radius:2.5rem}.sS,.sT{border-top-left-radius:2.75rem;border-bottom-left-radius:2.75rem}.sU,.sV{border-top-left-radius:3rem;border-bottom-left-radius:3rem}.sW,.sX{border-top-left-radius:3.25rem;border-bottom-left-radius:3.25rem}.sY,.sZ{border-top-left-radius:3.5rem;border-bottom-left-radius:3.5rem}.s0,.s1{border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.s2,.s3{border-top-left-radius:4rem;border-bottom-left-radius:4rem}.s4,.s5{border-top-left-radius:4.25rem;border-bottom-left-radius:4.25rem}.s6,.s7{border-top-left-radius:4.5rem;border-bottom-left-radius:4.5rem}.s8,.s9{border-top-left-radius:4.75rem;border-bottom-left-radius:4.75rem}.ta,.tb{border-top-left-radius:5rem;border-bottom-left-radius:5rem}.tc,.td{border-top-right-radius:0rem}.te,.tf{border-top-left-radius:0rem}.tg,.th{border-bottom-right-radius:0rem}.ti,.tj{border-bottom-left-radius:0rem}.tk,.tl{border-top-right-radius:.25rem}.tm,.tn{border-top-left-radius:.25rem}.to,.tp{border-bottom-right-radius:.25rem}.tq,.tr{border-bottom-left-radius:.25rem}.ts,.tt{border-top-right-radius:.5rem}.tu,.tv{border-top-left-radius:.5rem}.tw,.tx{border-bottom-right-radius:.5rem}.ty,.tz{border-bottom-left-radius:.5rem}.tA,.tB{border-top-right-radius:.75rem}.tC,.tD{border-top-left-radius:.75rem}.tE,.tF{border-bottom-right-radius:.75rem}.tG,.tH{border-bottom-left-radius:.75rem}.tI,.tJ{border-top-right-radius:1rem}.tK,.tL{border-top-left-radius:1rem}.tM,.tN{border-bottom-right-radius:1rem}.tO,.tP{border-bottom-left-radius:1rem}.tQ,.tR{border-top-right-radius:1.25rem}.tS,.tT{border-top-left-radius:1.25rem}.tU,.tV{border-bottom-right-radius:1.25rem}.tW,.tX{border-bottom-left-radius:1.25rem}.tY,.tZ{border-top-right-radius:1.5rem}.t0,.t1{border-top-left-radius:1.5rem}.t2,.t3{border-bottom-right-radius:1.5rem}.t4,.t5{border-bottom-left-radius:1.5rem}.t6,.t7{border-top-right-radius:1.75rem}.t8,.t9{border-top-left-radius:1.75rem}.ua,.ub{border-bottom-right-radius:1.75rem}.uc,.ud{border-bottom-left-radius:1.75rem}.ue,.uf{border-top-right-radius:2rem}.ug,.uh{border-top-left-radius:2rem}.ui,.uj{border-bottom-right-radius:2rem}.uk,.ul{border-bottom-left-radius:2rem}.um,.un{border-top-right-radius:2.25rem}.uo,.up{border-top-left-radius:2.25rem}.uq,.ur{border-bottom-right-radius:2.25rem}.us,.ut{border-bottom-left-radius:2.25rem}.uu,.uv{border-top-right-radius:2.5rem}.uw,.ux{border-top-left-radius:2.5rem}.uy,.uz{border-bottom-right-radius:2.5rem}.uA,.uB{border-bottom-left-radius:2.5rem}.uC,.uD{border-top-right-radius:2.75rem}.uE,.uF{border-top-left-radius:2.75rem}.uG,.uH{border-bottom-right-radius:2.75rem}.uI,.uJ{border-bottom-left-radius:2.75rem}.uK,.uL{border-top-right-radius:3rem}.uM,.uN{border-top-left-radius:3rem}.uO,.uP{border-bottom-right-radius:3rem}.uQ,.uR{border-bottom-left-radius:3rem}.uS,.uT{border-top-right-radius:3.25rem}.uU,.uV{border-top-left-radius:3.25rem}.uW,.uX{border-bottom-right-radius:3.25rem}.uY,.uZ{border-bottom-left-radius:3.25rem}.u0,.u1{border-top-right-radius:3.5rem}.u2,.u3{border-top-left-radius:3.5rem}.u4,.u5{border-bottom-right-radius:3.5rem}.u6,.u7{border-bottom-left-radius:3.5rem}.u8,.u9{border-top-right-radius:3.75rem}.va,.vb{border-top-left-radius:3.75rem}.vc,.vd{border-bottom-right-radius:3.75rem}.ve,.vf{border-bottom-left-radius:3.75rem}.vg,.vh{border-top-right-radius:4rem}.vi,.vj{border-top-left-radius:4rem}.vk,.vl{border-bottom-right-radius:4rem}.vm,.vn{border-bottom-left-radius:4rem}.vo,.vp{border-top-right-radius:4.25rem}.vq,.vr{border-top-left-radius:4.25rem}.vs,.vt{border-bottom-right-radius:4.25rem}.vu,.vv{border-bottom-left-radius:4.25rem}.vw,.vx{border-top-right-radius:4.5rem}.vy,.vz{border-top-left-radius:4.5rem}.vA,.vB{border-bottom-right-radius:4.5rem}.vC,.vD{border-bottom-left-radius:4.5rem}.vE,.vF{border-top-right-radius:4.75rem}.vG,.vH{border-top-left-radius:4.75rem}.vI,.vJ{border-bottom-right-radius:4.75rem}.vK,.vL{border-bottom-left-radius:4.75rem}.vM,.vN{border-top-right-radius:5rem}.vO,.vP{border-top-left-radius:5rem}.vQ,.vR{border-bottom-right-radius:5rem}.vS,.vT{border-bottom-left-radius:5rem}.vU,.vV:hover{color:var(--primary)}.vW,.vX,.vY:hover,.vZ:hover{background-color:var(--primary)}.v0,.v1,.v2:hover,.v3:hover{border-color:var(--primary)}.v4,.v5:hover{color:var(--primaryLight)}.v6,.v7,.v8:hover,.v9:hover{background-color:var(--primaryLight)}.wa,.wb,.wc:hover,.wd:hover{border-color:var(--primaryLight)}.we,.wf:hover{color:var(--primaryDark)}.wg,.wh,.wi:hover,.wj:hover{background-color:var(--primaryDark)}.wk,.wl,.wm:hover,.wn:hover{border-color:var(--primaryDark)}.wo,.wp:hover{color:var(--secondary)}.wq,.wr,.ws:hover,.wt:hover{background-color:var(--secondary)}.wu,.wv,.ww:hover,.wx:hover{border-color:var(--secondary)}.wy,.wz:hover{color:var(--secondaryLight)}.wA,.wB,.wC:hover,.wD:hover{background-color:var(--secondaryLight)}.wE,.wF,.wG:hover,.wH:hover{border-color:var(--secondaryLight)}.wI,.wJ:hover{color:var(--secondaryDark)}.wK,.wL,.wM:hover,.wN:hover{background-color:var(--secondaryDark)}.wO,.wP,.wQ:hover,.wR:hover{border-color:var(--secondaryDark)}.wS,.wT:hover{color:var(--tertiary)}.wU,.wV,.wW:hover,.wX:hover{background-color:var(--tertiary)}.wY,.wZ,.w0:hover,.w1:hover{border-color:var(--tertiary)}.w2,.w3:hover{color:var(--tertiaryLight)}.w4,.w5,.w6:hover,.w7:hover{background-color:var(--tertiaryLight)}.w8,.w9,.xa:hover,.xb:hover{border-color:var(--tertiaryLight)}.xc,.xd:hover{color:var(--tertiaryDark)}.xe,.xf,.xg:hover,.xh:hover{background-color:var(--tertiaryDark)}.xi,.xj,.xk:hover,.xl:hover{border-color:var(--tertiaryDark)}.xm,.xn:hover{color:var(--blue)}.xo,.xp,.xq:hover,.xr:hover{background-color:var(--blue)}.xs,.xt,.xu:hover,.xv:hover{border-color:var(--blue)}.xw,.xx:hover{color:var(--blueLight)}.xy,.xz,.xA:hover,.xB:hover{background-color:var(--blueLight)}.xC,.xD,.xE:hover,.xF:hover{border-color:var(--blueLight)}.xG,.xH:hover{color:var(--blueDark)}.xI,.xJ,.xK:hover,.xL:hover{background-color:var(--blueDark)}.xM,.xN,.xO:hover,.xP:hover{border-color:var(--blueDark)}.xQ,.xR:hover{color:var(--red)}.xS,.xT,.xU:hover,.xV:hover{background-color:var(--red)}.xW,.xX,.xY:hover,.xZ:hover{border-color:var(--red)}.x0,.x1:hover{color:var(--redLight)}.x2,.x3,.x4:hover,.x5:hover{background-color:var(--redLight)}.x6,.x7,.x8:hover,.x9:hover{border-color:var(--redLight)}.ya,.yb:hover{color:var(--redDark)}.yc,.yd,.ye:hover,.yf:hover{background-color:var(--redDark)}.yg,.yh,.yi:hover,.yj:hover{border-color:var(--redDark)}.yk,.yl:hover{color:var(--purple)}.ym,.yn,.yo:hover,.yp:hover{background-color:var(--purple)}.yq,.yr,.ys:hover,.yt:hover{border-color:var(--purple)}.yu,.yv:hover{color:var(--purpleLight)}.yw,.yx,.yy:hover,.yz:hover{background-color:var(--purpleLight)}.yA,.yB,.yC:hover,.yD:hover{border-color:var(--purpleLight)}.yE,.yF:hover{color:var(--purpleDark)}.yG,.yH,.yI:hover,.yJ:hover{background-color:var(--purpleDark)}.yK,.yL,.yM:hover,.yN:hover{border-color:var(--purpleDark)}.yO,.yP:hover{color:var(--yellow)}.yQ,.yR,.yS:hover,.yT:hover{background-color:var(--yellow)}.yU,.yV,.yW:hover,.yX:hover{border-color:var(--yellow)}.yY,.yZ:hover{color:var(--yellowLight)}.y0,.y1,.y2:hover,.y3:hover{background-color:var(--yellowLight)}.y4,.y5,.y6:hover,.y7:hover{border-color:var(--yellowLight)}.y8,.y9:hover{color:var(--yellowDark)}.za,.zb,.zc:hover,.zd:hover{background-color:var(--yellowDark)}.ze,.zf,.zg:hover,.zh:hover{border-color:var(--yellowDark)}.zi,.zj:hover{color:var(--pink)}.zk,.zl,.zm:hover,.zn:hover{background-color:var(--pink)}.zo,.zp,.zq:hover,.zr:hover{border-color:var(--pink)}.zs,.zt:hover{color:var(--pinkLight)}.zu,.zv,.zw:hover,.zx:hover{background-color:var(--pinkLight)}.zy,.zz,.zA:hover,.zB:hover{border-color:var(--pinkLight)}.zC,.zD:hover{color:var(--pinkDark)}.zE,.zF,.zG:hover,.zH:hover{background-color:var(--pinkDark)}.zI,.zJ,.zK:hover,.zL:hover{border-color:var(--pinkDark)}.zM,.zN:hover{color:var(--green)}.zO,.zP,.zQ:hover,.zR:hover{background-color:var(--green)}.zS,.zT,.zU:hover,.zV:hover{border-color:var(--green)}.zW,.zX:hover{color:var(--greenLight)}.zY,.zZ,.z0:hover,.z1:hover{background-color:var(--greenLight)}.z2,.z3,.z4:hover,.z5:hover{border-color:var(--greenLight)}.z6,.z7:hover{color:var(--greenDark)}.z8,.z9,.Aa:hover,.Ab:hover{background-color:var(--greenDark)}.Ac,.Ad,.Ae:hover,.Af:hover{border-color:var(--greenDark)}.Ag,.Ah:hover{color:var(--orange)}.Ai,.Aj,.Ak:hover,.Al:hover{background-color:var(--orange)}.Am,.An,.Ao:hover,.Ap:hover{border-color:var(--orange)}.Aq,.Ar:hover{color:var(--orangeLight)}.As,.At,.Au:hover,.Av:hover{background-color:var(--orangeLight)}.Aw,.Ax,.Ay:hover,.Az:hover{border-color:var(--orangeLight)}.AA,.AB:hover{color:var(--orangeDark)}.AC,.AD,.AE:hover,.AF:hover{background-color:var(--orangeDark)}.AG,.AH,.AI:hover,.AJ:hover{border-color:var(--orangeDark)}.AK,.AL:hover{color:var(--navy)}.AM,.AN,.AO:hover,.AP:hover{background-color:var(--navy)}.AQ,.AR,.AS:hover,.AT:hover{border-color:var(--navy)}.AU,.AV:hover{color:var(--navyLight)}.AW,.AX,.AY:hover,.AZ:hover{background-color:var(--navyLight)}.A0,.A1,.A2:hover,.A3:hover{border-color:var(--navyLight)}.A4,.A5:hover{color:var(--navyDark)}.A6,.A7,.A8:hover,.A9:hover{background-color:var(--navyDark)}.Ba,.Bb,.Bc:hover,.Bd:hover{border-color:var(--navyDark)}.Be,.Bf:hover{color:var(--teal)}.Bg,.Bh,.Bi:hover,.Bj:hover{background-color:var(--teal)}.Bk,.Bl,.Bm:hover,.Bn:hover{border-color:var(--teal)}.Bo,.Bp:hover{color:var(--tealLight)}.Bq,.Br,.Bs:hover,.Bt:hover{background-color:var(--tealLight)}.Bu,.Bv,.Bw:hover,.Bx:hover{border-color:var(--tealLight)}.By,.Bz:hover{color:var(--tealDark)}.BA,.BB,.BC:hover,.BD:hover{background-color:var(--tealDark)}.BE,.BF,.BG:hover,.BH:hover{border-color:var(--tealDark)}.BI,.BJ:hover{color:var(--violet)}.BK,.BL,.BM:hover,.BN:hover{background-color:var(--violet)}.BO,.BP,.BQ:hover,.BR:hover{border-color:var(--violet)}.BS,.BT:hover{color:var(--violetLight)}.BU,.BV,.BW:hover,.BX:hover{background-color:var(--violetLight)}.BY,.BZ,.B0:hover,.B1:hover{border-color:var(--violetLight)}.B2,.B3:hover{color:var(--violetDark)}.B4,.B5,.B6:hover,.B7:hover{background-color:var(--violetDark)}.B8,.B9,.Ca:hover,.Cb:hover{border-color:var(--violetDark)}.Cc,.Cd:hover{color:var(--black)}.Ce,.Cf,.Cg:hover,.Ch:hover{background-color:var(--black)}.Ci,.Cj,.Ck:hover,.Cl:hover{border-color:var(--black)}.Cm,.Cn:hover{color:var(--white)}.Co,.Cp,.Cq:hover,.Cr:hover{background-color:var(--white)}.Cs,.Ct,.Cu:hover,.Cv:hover{border-color:var(--white)}.Cw,.Cx:hover{color:var(--gray)}.Cy,.Cz,.CA:hover,.CB:hover{background-color:var(--gray)}.CC,.CD,.CE:hover,.CF:hover{border-color:var(--gray)}.CG,.CH:hover{color:var(--grayLight)}.CI,.CJ,.CK:hover,.CL:hover{background-color:var(--grayLight)}.CM,.CN,.CO:hover,.CP:hover{border-color:var(--grayLight)}.CQ,.CR:hover{color:var(--grayDark)}.CS,.CT,.CU:hover,.CV:hover{background-color:var(--grayDark)}.CW,.CX,.CY:hover,.CZ:hover{border-color:var(--grayDark)}.C0,.C1:hover{color:var(--brown)}.C2,.C3,.C4:hover,.C5:hover{background-color:var(--brown)}.C6,.C7,.C8:hover,.C9:hover{border-color:var(--brown)}.Da,.Db:hover{color:var(--brownLight)}.Dc,.Dd,.De:hover,.Df:hover{background-color:var(--brownLight)}.Dg,.Dh,.Di:hover,.Dj:hover{border-color:var(--brownLight)}.Dk,.Dl:hover{color:var(--brownDark)}.Dm,.Dn,.Do:hover,.Dp:hover{background-color:var(--brownDark)}.Dq,.Dr,.Ds:hover,.Dt:hover{border-color:var(--brownDark)}.Ag,.Ah:hover{color:var(--orange)}.Ai,.Aj,.Ak:hover,.Al:hover{background-color:var(--orange)}.Am,.An,.Ao:hover,.Ap:hover{border-color:var(--orange)}.Aq,.Ar:hover{color:var(--orangeLight)}.As,.At,.Au:hover,.Av:hover{background-color:var(--orangeLight)}.Aw,.Ax,.Ay:hover,.Az:hover{border-color:var(--orangeLight)}.AA,.AB:hover{color:var(--orangeDark)}.AC,.AD,.AE:hover,.AF:hover{background-color:var(--orangeDark)}.AG,.AH,.AI:hover,.AJ:hover{border-color:var(--orangeDark)}.Du{line-height:0}.Dv{line-height:.3}.Dw{line-height:.6}.Dx{line-height:.9}.Dy{line-height:1.2}.Dz{line-height:1.5}.DA{line-height:1.8}.DB{line-height:2.1}.DC{line-height:2.4}.DD{line-height:2.7}.DE{line-height:3}.DF{line-height:3.3}.DG{line-height:3.6}.DH{line-height:3.9}.DI{line-height:4.2}.DJ{line-height:4.5}.DK{line-height:4.8}.DL{line-height:5.1}.DM{line-height:5.4}.DN{line-height:5.7}.DO{line-height:6}.DP{cursor:auto}.DQ{cursor:default}.DR{cursor:none}.DS{cursor:context-menu}.DT{cursor:help}.DU{cursor:pointer}.DV{cursor:progress}.DW{cursor:wait}.DX{cursor:cell}.DY{cursor:crosshair}.DZ{cursor:text}.D0{cursor:vertical-text}.D1{cursor:alias}.D2{cursor:copy}.D3{cursor:move}.D4{cursor:no-drop}.D5{cursor:not-allowed}.D6{cursor:e-resize}.D7{cursor:n-resize}.D8{cursor:ne-resize}.D9{cursor:nw-resize}.Ea{cursor:s-resize}.Eb{cursor:se-resize}.Ec{cursor:sw-resize}.Ed{cursor:w-resize}.Ee{cursor:ew-resize}.Ef{cursor:ns-resize}.Eg{cursor:nesw-resize}.Eh{cursor:nwse-resize}.Ei{cursor:col-resize}.Ej{cursor:row-resize}.Ek{cursor:all-scroll}.El{cursor:zoom-in}.Em{cursor:zoom-out}.En{cursor:-webkit-grab;cursor:grab}.Eo{cursor:-webkit-grabbing;cursor:grabbing}.Ep{z-index:0}.Eq{z-index:1}.Er{z-index:2}.Es{z-index:3}.Et{z-index:4}.Eu{z-index:5}.Ev{z-index:6}.Ew{z-index:7}.Ex{z-index:8}.Ey{z-index:9}.Ez{z-index:10}.EA{z-index:11}.EB{z-index:12}.EC{z-index:13}.ED{z-index:14}.EE{z-index:15}.EF{z-index:16}.EG{z-index:17}.EH{z-index:18}.EI{z-index:19}.EJ{z-index:20}.EK{overflow:auto}.EL{overflow-x:auto}.EM{overflow-y:auto}.EN{overflow:hidden}.EO{overflow-x:hidden}.EP{overflow-y:hidden}.EQ{overflow:scroll}.ER{overflow-x:scroll}.ES{overflow-y:scroll}.ET{overflow:visible}.EU{overflow-x:visible}.EV{overflow-y:visible}.EW{opacity:.1}.EX{opacity:.2}.EY{opacity:.3}.EZ{opacity:.4}.E0{opacity:.5}.E1{opacity:.6}.E2{opacity:.7}.E3{opacity:.8}.E4{opacity:.9}.E5{opacity:1}.E6{font-size:6px}.E7{font-size:8px}.E8{font-size:10px}.E9{font-size:12px}.Fa{font-size:14px}.Fb{font-size:16px}.Fc{font-size:18px}.Fd{font-size:20px}.Fe{font-size:22px}.Ff{font-size:24px}.Fg{font-size:26px}.Fh{font-size:28px}.Fi{font-size:30px}.Fj{font-size:32px}.Fk{font-size:34px}.Fl{font-size:36px}.Fm{font-size:38px}.Fn{font-size:40px}.Fo{font-size:42px}.Fp{font-size:44px}.Fq{font-size:46px}.Fr{font-size:48px}.Fs{font-size:50px}.Ft{font-weight:100}.Fu{font-weight:200}.Fv{font-weight:300}.Fw{font-weight:400}.Fx{font-weight:500}.Fy{font-weight:600}.Fz{font-weight:700}.FA{font-weight:800}.FB{font-weight:900}.FC{text-decoration:none}.FD{text-decoration:underline}.FE{text-align:left}.FF{text-align:right}.FG{text-align:center}.FH{text-transform:none}.FI{text-transform:capitalize}.FJ{text-transform:lowercase}.FK{text-transform:uppercase}.FL{flex-wrap:nowrap}.FM{flex-wrap:wrap}.FN{flex-wrap:wrap-reverse}.FO{justify-content:start}.FP{justify-content:end}.FQ{justify-content:flex-start}.FR{justify-content:flex-end}.FS{justify-content:center}.FT{justify-content:left}.FU{justify-content:right}.FV{justify-content:space-between}.FW{justify-content:space-around}.FX{justify-content:space-evenly}.FY{justify-content:stretch}.FZ{align-items:stretch}.F0{align-items:flex-start}.F1{align-items:flex-end}.F2{align-items:center}.F3{align-items:baseline}.F4{align-items:start}.F5{align-items:end}.F6{align-items:self-start}.F7{align-items:self-end}.F8{align-content:flex-start}.F9{align-content:flex-end}.Ga{align-content:center}.Gb{align-content:space-between}.Gc{align-content:space-around}.Gd{align-content:space-evenly}.Ge{align-content:stretch}.Gf{align-content:start}.Gg{align-content:end}.Gh{align-content:baseline}.Gi{flex:1}.Gj{direction:row}.Gk{direction:row-reverse}.Gl{direction:column}.Gm{direction:column-reverse}.Gn{gap:0rem}.Go{row-gap:0rem}.Gp{-moz-column-gap:0rem;column-gap:0rem}.Gq{order:0}.Gr{flex-grow:0}.Gs{flex-shrink:0}.Gt{gap:.5rem}.Gu{row-gap:.5rem}.Gv{-moz-column-gap:.5rem;column-gap:.5rem}.Gw{order:1}.Gx{flex-grow:1}.Gy{flex-shrink:1}.Gz{gap:1rem}.GA{row-gap:1rem}.GB{-moz-column-gap:1rem;column-gap:1rem}.GC{order:2}.GD{flex-grow:2}.GE{flex-shrink:2}.GF{gap:1.5rem}.GG{row-gap:1.5rem}.GH{-moz-column-gap:1.5rem;column-gap:1.5rem}.GI{order:3}.GJ{flex-grow:3}.GK{flex-shrink:3}.GL{gap:2rem}.GM{row-gap:2rem}.GN{-moz-column-gap:2rem;column-gap:2rem}.GO{order:4}.GP{flex-grow:4}.GQ{flex-shrink:4}.GR{gap:2.5rem}.GS{row-gap:2.5rem}.GT{-moz-column-gap:2.5rem;column-gap:2.5rem}.GU{order:5}.GV{flex-grow:5}.GW{flex-shrink:5}.GX{gap:3rem}.GY{row-gap:3rem}.GZ{-moz-column-gap:3rem;column-gap:3rem}.G0{order:6}.G1{flex-grow:6}.G2{flex-shrink:6}.G3{gap:3.5rem}.G4{row-gap:3.5rem}.G5{-moz-column-gap:3.5rem;column-gap:3.5rem}.G6{order:7}.G7{flex-grow:7}.G8{flex-shrink:7}.G9{gap:4rem}.Ha{row-gap:4rem}.Hb{-moz-column-gap:4rem;column-gap:4rem}.Hc{order:8}.Hd{flex-grow:8}.He{flex-shrink:8}.Hf{gap:4.5rem}.Hg{row-gap:4.5rem}.Hh{-moz-column-gap:4.5rem;column-gap:4.5rem}.Hi{order:9}.Hj{flex-grow:9}.Hk{flex-shrink:9}.Hl{gap:5rem}.Hm{row-gap:5rem}.Hn{-moz-column-gap:5rem;column-gap:5rem}.Ho{order:10}.Hp{flex-grow:10}.Hq{flex-shrink:10}.Hr{gap:5.5rem}.Hs{row-gap:5.5rem}.Ht{-moz-column-gap:5.5rem;column-gap:5.5rem}.Hu{order:11}.Hv{flex-grow:11}.Hw{flex-shrink:11}.Hx{gap:6rem}.Hy{row-gap:6rem}.Hz{-moz-column-gap:6rem;column-gap:6rem}.HA{order:12}.HB{flex-grow:12}.HC{flex-shrink:12}.HD{gap:6.5rem}.HE{row-gap:6.5rem}.HF{-moz-column-gap:6.5rem;column-gap:6.5rem}.HG{order:13}.HH{flex-grow:13}.HI{flex-shrink:13}.HJ{gap:7rem}.HK{row-gap:7rem}.HL{-moz-column-gap:7rem;column-gap:7rem}.HM{order:14}.HN{flex-grow:14}.HO{flex-shrink:14}.HP{gap:7.5rem}.HQ{row-gap:7.5rem}.HR{-moz-column-gap:7.5rem;column-gap:7.5rem}.HS{order:15}.HT{flex-grow:15}.HU{flex-shrink:15}.HV{gap:8rem}.HW{row-gap:8rem}.HX{-moz-column-gap:8rem;column-gap:8rem}.HY{order:16}.HZ{flex-grow:16}.H0{flex-shrink:16}.H1{gap:8.5rem}.H2{row-gap:8.5rem}.H3{-moz-column-gap:8.5rem;column-gap:8.5rem}.H4{order:17}.H5{flex-grow:17}.H6{flex-shrink:17}.H7{gap:9rem}.H8{row-gap:9rem}.H9{-moz-column-gap:9rem;column-gap:9rem}.Ia{order:18}.Ib{flex-grow:18}.Ic{flex-shrink:18}.Id{gap:9.5rem}.Ie{row-gap:9.5rem}.If{-moz-column-gap:9.5rem;column-gap:9.5rem}.Ig{order:19}.Ih{flex-grow:19}.Ii{flex-shrink:19}.Ij{gap:10rem}.Ik{row-gap:10rem}.Il{-moz-column-gap:10rem;column-gap:10rem}.Im{order:20}.In{flex-grow:20}.Io{flex-shrink:20}.Ip{align-self:auto}.Iq{align-self:flex-start}.Ir{align-self:flex-end}.Is{align-self:center}.It{align-self:baseline}.Iu{align-self:stretch}
|
|
1
|
+
html,body{font-size:16px;line-height:1.2;margin:0;padding:0}.a{display:block;border:0 solid inherit;font-family:inherit;font-size:inherit;margin:0;padding:0}.b{display:none}.c{display:block}.d{display:inline-block}.e{display:flex}.f{display:inline-flex}.g{display:grid}.h{position:static}.i{position:relative}.j{position:absolute}.k{position:fixed}.l{position:-webkit-sticky;position:sticky}.m{width:100%}.n{width:100vw}.o{width:auto}.p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.q{width:-webkit-max-content;width:-moz-max-content;width:max-content}.r{width:-webkit-min-content;width:-moz-min-content;width:min-content}.s{height:100%}.t{height:100vh}.u{height:auto}.v{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.w{height:-webkit-max-content;height:-moz-max-content;height:max-content}.x{height:-webkit-min-content;height:-moz-min-content;height:min-content}.y{min-width:100%}.z{min-width:100vw}.A{min-width:auto}.B{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.C{min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}.D{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.E{min-height:100%}.F{min-height:100vh}.G{min-height:auto}.H{min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.I{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content}.J{min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content}.K{max-width:100%}.L{max-width:100vw}.M{max-width:auto}.N{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.O{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.P{max-width:-webkit-min-content;max-width:-moz-min-content;max-width:min-content}.Q{max-height:100%}.R{max-height:100vh}.S{max-height:auto}.T{max-height:-webkit-fit-content;max-height:-moz-fit-content;max-height:fit-content}.U{max-height:-webkit-max-content;max-height:-moz-max-content;max-height:max-content}.V{max-height:-webkit-min-content;max-height:-moz-min-content;max-height:min-content}.W{top:0rem}.X{top:.25rem}.Y{top:.5rem}.Z{top:.75rem}.aa{top:1rem}.ab{top:1.25rem}.ac{top:1.5rem}.ad{top:1.75rem}.ae{top:2rem}.af{top:2.25rem}.ag{top:2.5rem}.ah{top:2.75rem}.ai{top:3rem}.aj{top:3.25rem}.ak{top:3.5rem}.al{top:3.75rem}.am{top:4rem}.an{top:4.25rem}.ao{top:4.5rem}.ap{top:4.75rem}.aq{top:5rem}.ar{top:5.25rem}.as{top:5.5rem}.at{top:5.75rem}.au{top:6rem}.av{top:6.25rem}.aw{top:6.5rem}.ax{top:6.75rem}.ay{top:7rem}.az{top:7.25rem}.aA{top:7.5rem}.aB{top:7.75rem}.aC{top:8rem}.aD{top:8.25rem}.aE{top:8.5rem}.aF{top:8.75rem}.aG{top:9rem}.aH{top:9.25rem}.aI{top:9.5rem}.aJ{top:9.75rem}.aK{top:10rem}.aL{top:10.25rem}.aM{top:10.5rem}.aN{top:10.75rem}.aO{top:11rem}.aP{top:11.25rem}.aQ{top:11.5rem}.aR{top:11.75rem}.aS{top:12rem}.aT{top:12.25rem}.aU{top:12.5rem}.aV{top:12.75rem}.aW{top:13rem}.aX{top:13.25rem}.aY{top:13.5rem}.aZ{top:13.75rem}.a0{top:14rem}.a1{top:14.25rem}.a2{top:14.5rem}.a3{top:14.75rem}.a4{top:15rem}.a5{top:15.25rem}.a6{top:15.5rem}.a7{top:15.75rem}.a8{top:16rem}.a9{top:16.25rem}.ba{top:16.5rem}.bb{top:16.75rem}.bc{top:17rem}.bd{top:17.25rem}.be{top:17.5rem}.bf{top:17.75rem}.bg{top:18rem}.bh{top:18.25rem}.bi{top:18.5rem}.bj{top:18.75rem}.bk{top:19rem}.bl{top:19.25rem}.bm{top:19.5rem}.bn{top:19.75rem}.bo{top:20rem}.bp{top:20.25rem}.bq{top:20.5rem}.br{top:20.75rem}.bs{top:21rem}.bt{top:21.25rem}.bu{top:21.5rem}.bv{top:21.75rem}.bw{top:22rem}.bx{top:22.25rem}.by{top:22.5rem}.bz{top:22.75rem}.bA{top:23rem}.bB{top:23.25rem}.bC{top:23.5rem}.bD{top:23.75rem}.bE{top:24rem}.bF{top:24.25rem}.bG{top:24.5rem}.bH{top:24.75rem}.bI{top:25rem}.bJ{right:0rem}.bK{right:.25rem}.bL{right:.5rem}.bM{right:.75rem}.bN{right:1rem}.bO{right:1.25rem}.bP{right:1.5rem}.bQ{right:1.75rem}.bR{right:2rem}.bS{right:2.25rem}.bT{right:2.5rem}.bU{right:2.75rem}.bV{right:3rem}.bW{right:3.25rem}.bX{right:3.5rem}.bY{right:3.75rem}.bZ{right:4rem}.b0{right:4.25rem}.b1{right:4.5rem}.b2{right:4.75rem}.b3{right:5rem}.b4{right:5.25rem}.b5{right:5.5rem}.b6{right:5.75rem}.b7{right:6rem}.b8{right:6.25rem}.b9{right:6.5rem}.ca{right:6.75rem}.cb{right:7rem}.cc{right:7.25rem}.cd{right:7.5rem}.ce{right:7.75rem}.cf{right:8rem}.cg{right:8.25rem}.ch{right:8.5rem}.ci{right:8.75rem}.cj{right:9rem}.ck{right:9.25rem}.cl{right:9.5rem}.cm{right:9.75rem}.cn{right:10rem}.co{right:10.25rem}.cp{right:10.5rem}.cq{right:10.75rem}.cr{right:11rem}.cs{right:11.25rem}.ct{right:11.5rem}.cu{right:11.75rem}.cv{right:12rem}.cw{right:12.25rem}.cx{right:12.5rem}.cy{right:12.75rem}.cz{right:13rem}.cA{right:13.25rem}.cB{right:13.5rem}.cC{right:13.75rem}.cD{right:14rem}.cE{right:14.25rem}.cF{right:14.5rem}.cG{right:14.75rem}.cH{right:15rem}.cI{right:15.25rem}.cJ{right:15.5rem}.cK{right:15.75rem}.cL{right:16rem}.cM{right:16.25rem}.cN{right:16.5rem}.cO{right:16.75rem}.cP{right:17rem}.cQ{right:17.25rem}.cR{right:17.5rem}.cS{right:17.75rem}.cT{right:18rem}.cU{right:18.25rem}.cV{right:18.5rem}.cW{right:18.75rem}.cX{right:19rem}.cY{right:19.25rem}.cZ{right:19.5rem}.c0{right:19.75rem}.c1{right:20rem}.c2{right:20.25rem}.c3{right:20.5rem}.c4{right:20.75rem}.c5{right:21rem}.c6{right:21.25rem}.c7{right:21.5rem}.c8{right:21.75rem}.c9{right:22rem}.da{right:22.25rem}.db{right:22.5rem}.dc{right:22.75rem}.dd{right:23rem}.de{right:23.25rem}.df{right:23.5rem}.dg{right:23.75rem}.dh{right:24rem}.di{right:24.25rem}.dj{right:24.5rem}.dk{right:24.75rem}.dl{right:25rem}.dm{bottom:0rem}.dn{bottom:.25rem}.do{bottom:.5rem}.dp{bottom:.75rem}.dq{bottom:1rem}.dr{bottom:1.25rem}.ds{bottom:1.5rem}.dt{bottom:1.75rem}.du{bottom:2rem}.dv{bottom:2.25rem}.dw{bottom:2.5rem}.dx{bottom:2.75rem}.dy{bottom:3rem}.dz{bottom:3.25rem}.dA{bottom:3.5rem}.dB{bottom:3.75rem}.dC{bottom:4rem}.dD{bottom:4.25rem}.dE{bottom:4.5rem}.dF{bottom:4.75rem}.dG{bottom:5rem}.dH{bottom:5.25rem}.dI{bottom:5.5rem}.dJ{bottom:5.75rem}.dK{bottom:6rem}.dL{bottom:6.25rem}.dM{bottom:6.5rem}.dN{bottom:6.75rem}.dO{bottom:7rem}.dP{bottom:7.25rem}.dQ{bottom:7.5rem}.dR{bottom:7.75rem}.dS{bottom:8rem}.dT{bottom:8.25rem}.dU{bottom:8.5rem}.dV{bottom:8.75rem}.dW{bottom:9rem}.dX{bottom:9.25rem}.dY{bottom:9.5rem}.dZ{bottom:9.75rem}.d0{bottom:10rem}.d1{bottom:10.25rem}.d2{bottom:10.5rem}.d3{bottom:10.75rem}.d4{bottom:11rem}.d5{bottom:11.25rem}.d6{bottom:11.5rem}.d7{bottom:11.75rem}.d8{bottom:12rem}.d9{bottom:12.25rem}.ea{bottom:12.5rem}.eb{bottom:12.75rem}.ec{bottom:13rem}.ed{bottom:13.25rem}.ee{bottom:13.5rem}.ef{bottom:13.75rem}.eg{bottom:14rem}.eh{bottom:14.25rem}.ei{bottom:14.5rem}.ej{bottom:14.75rem}.ek{bottom:15rem}.el{bottom:15.25rem}.em{bottom:15.5rem}.en{bottom:15.75rem}.eo{bottom:16rem}.ep{bottom:16.25rem}.eq{bottom:16.5rem}.er{bottom:16.75rem}.es{bottom:17rem}.et{bottom:17.25rem}.eu{bottom:17.5rem}.ev{bottom:17.75rem}.ew{bottom:18rem}.ex{bottom:18.25rem}.ey{bottom:18.5rem}.ez{bottom:18.75rem}.eA{bottom:19rem}.eB{bottom:19.25rem}.eC{bottom:19.5rem}.eD{bottom:19.75rem}.eE{bottom:20rem}.eF{bottom:20.25rem}.eG{bottom:20.5rem}.eH{bottom:20.75rem}.eI{bottom:21rem}.eJ{bottom:21.25rem}.eK{bottom:21.5rem}.eL{bottom:21.75rem}.eM{bottom:22rem}.eN{bottom:22.25rem}.eO{bottom:22.5rem}.eP{bottom:22.75rem}.eQ{bottom:23rem}.eR{bottom:23.25rem}.eS{bottom:23.5rem}.eT{bottom:23.75rem}.eU{bottom:24rem}.eV{bottom:24.25rem}.eW{bottom:24.5rem}.eX{bottom:24.75rem}.eY{bottom:25rem}.eZ{left:0rem}.e0{left:.25rem}.e1{left:.5rem}.e2{left:.75rem}.e3{left:1rem}.e4{left:1.25rem}.e5{left:1.5rem}.e6{left:1.75rem}.e7{left:2rem}.e8{left:2.25rem}.e9{left:2.5rem}.fa{left:2.75rem}.fb{left:3rem}.fc{left:3.25rem}.fd{left:3.5rem}.fe{left:3.75rem}.ff{left:4rem}.fg{left:4.25rem}.fh{left:4.5rem}.fi{left:4.75rem}.fj{left:5rem}.fk{left:5.25rem}.fl{left:5.5rem}.fm{left:5.75rem}.fn{left:6rem}.fo{left:6.25rem}.fp{left:6.5rem}.fq{left:6.75rem}.fr{left:7rem}.fs{left:7.25rem}.ft{left:7.5rem}.fu{left:7.75rem}.fv{left:8rem}.fw{left:8.25rem}.fx{left:8.5rem}.fy{left:8.75rem}.fz{left:9rem}.fA{left:9.25rem}.fB{left:9.5rem}.fC{left:9.75rem}.fD{left:10rem}.fE{left:10.25rem}.fF{left:10.5rem}.fG{left:10.75rem}.fH{left:11rem}.fI{left:11.25rem}.fJ{left:11.5rem}.fK{left:11.75rem}.fL{left:12rem}.fM{left:12.25rem}.fN{left:12.5rem}.fO{left:12.75rem}.fP{left:13rem}.fQ{left:13.25rem}.fR{left:13.5rem}.fS{left:13.75rem}.fT{left:14rem}.fU{left:14.25rem}.fV{left:14.5rem}.fW{left:14.75rem}.fX{left:15rem}.fY{left:15.25rem}.fZ{left:15.5rem}.f0{left:15.75rem}.f1{left:16rem}.f2{left:16.25rem}.f3{left:16.5rem}.f4{left:16.75rem}.f5{left:17rem}.f6{left:17.25rem}.f7{left:17.5rem}.f8{left:17.75rem}.f9{left:18rem}.ga{left:18.25rem}.gb{left:18.5rem}.gc{left:18.75rem}.gd{left:19rem}.ge{left:19.25rem}.gf{left:19.5rem}.gg{left:19.75rem}.gh{left:20rem}.gi{left:20.25rem}.gj{left:20.5rem}.gk{left:20.75rem}.gl{left:21rem}.gm{left:21.25rem}.gn{left:21.5rem}.go{left:21.75rem}.gp{left:22rem}.gq{left:22.25rem}.gr{left:22.5rem}.gs{left:22.75rem}.gt{left:23rem}.gu{left:23.25rem}.gv{left:23.5rem}.gw{left:23.75rem}.gx{left:24rem}.gy{left:24.25rem}.gz{left:24.5rem}.gA{left:24.75rem}.gB{left:25rem}.gC,.gD{margin:0rem}.gE,.gF{margin:.25rem}.gG,.gH{margin:.5rem}.gI,.gJ{margin:.75rem}.gK,.gL{margin:1rem}.gM,.gN{margin:1.25rem}.gO,.gP{margin:1.5rem}.gQ,.gR{margin:1.75rem}.gS,.gT{margin:2rem}.gU,.gV{margin:2.25rem}.gW,.gX{margin:2.5rem}.gY,.gZ{margin:2.75rem}.g0,.g1{margin:3rem}.g2,.g3{margin:3.25rem}.g4,.g5{margin:3.5rem}.g6,.g7{margin:3.75rem}.g8,.g9{margin:4rem}.ha,.hb{margin:4.25rem}.hc,.hd{margin:4.5rem}.he,.hf{margin:4.75rem}.hg,.hh{margin:5rem}.hi,.hj{margin:5.25rem}.hk,.hl{margin:5.5rem}.hm,.hn{margin:5.75rem}.ho,.hp{margin:6rem}.hq,.hr{margin:6.25rem}.hs,.ht{margin:6.5rem}.hu,.hv{margin:6.75rem}.hw,.hx{margin:7rem}.hy,.hz{margin:7.25rem}.hA,.hB{margin:7.5rem}.hC,.hD{margin:7.75rem}.hE,.hF{margin:8rem}.hG,.hH{margin:8.25rem}.hI,.hJ{margin:8.5rem}.hK,.hL{margin:8.75rem}.hM,.hN{margin:9rem}.hO,.hP{margin:9.25rem}.hQ,.hR{margin:9.5rem}.hS,.hT{margin:9.75rem}.hU,.hV{margin:10rem}.hW,.hX{margin:10.25rem}.hY,.hZ{margin:10.5rem}.h0,.h1{margin:10.75rem}.h2,.h3{margin:11rem}.h4,.h5{margin:11.25rem}.h6,.h7{margin:11.5rem}.h8,.h9{margin:11.75rem}.ia,.ib{margin:12rem}.ic,.id{margin:12.25rem}.ie,.if{margin:12.5rem}.ig,.ih{margin:12.75rem}.ii,.ij{margin:13rem}.ik,.il{margin:13.25rem}.im,.in{margin:13.5rem}.io,.ip{margin:13.75rem}.iq,.ir{margin:14rem}.is,.it{margin:14.25rem}.iu,.iv{margin:14.5rem}.iw,.ix{margin:14.75rem}.iy,.iz{margin:15rem}.iA,.iB{margin:15.25rem}.iC,.iD{margin:15.5rem}.iE,.iF{margin:15.75rem}.iG,.iH{margin:16rem}.iI,.iJ{margin:16.25rem}.iK,.iL{margin:16.5rem}.iM,.iN{margin:16.75rem}.iO,.iP{margin:17rem}.iQ,.iR{margin:17.25rem}.iS,.iT{margin:17.5rem}.iU,.iV{margin:17.75rem}.iW,.iX{margin:18rem}.iY,.iZ{margin:18.25rem}.i0,.i1{margin:18.5rem}.i2,.i3{margin:18.75rem}.i4,.i5{margin:19rem}.i6,.i7{margin:19.25rem}.i8,.i9{margin:19.5rem}.ja,.jb{margin:19.75rem}.jc,.jd{margin:20rem}.je,.jf{margin:20.25rem}.jg,.jh{margin:20.5rem}.ji,.jj{margin:20.75rem}.jk,.jl{margin:21rem}.jm,.jn{margin:21.25rem}.jo,.jp{margin:21.5rem}.jq,.jr{margin:21.75rem}.js,.jt{margin:22rem}.ju,.jv{margin:22.25rem}.jw,.jx{margin:22.5rem}.jy,.jz{margin:22.75rem}.jA,.jB{margin:23rem}.jC,.jD{margin:23.25rem}.jE,.jF{margin:23.5rem}.jG,.jH{margin:23.75rem}.jI,.jJ{margin:24rem}.jK,.jL{margin:24.25rem}.jM,.jN{margin:24.5rem}.jO,.jP{margin:24.75rem}.jQ,.jR{margin:25rem}.jS,.jT{margin-left:0rem;margin-right:0rem}.jU,.jV{margin-top:0rem;margin-bottom:0rem}.jW,.jX{margin-left:.25rem;margin-right:.25rem}.jY,.jZ{margin-top:.25rem;margin-bottom:.25rem}.j0,.j1{margin-left:.5rem;margin-right:.5rem}.j2,.j3{margin-top:.5rem;margin-bottom:.5rem}.j4,.j5{margin-left:.75rem;margin-right:.75rem}.j6,.j7{margin-top:.75rem;margin-bottom:.75rem}.j8,.j9{margin-left:1rem;margin-right:1rem}.ka,.kb{margin-top:1rem;margin-bottom:1rem}.kc,.kd{margin-left:1.25rem;margin-right:1.25rem}.ke,.kf{margin-top:1.25rem;margin-bottom:1.25rem}.kg,.kh{margin-left:1.5rem;margin-right:1.5rem}.ki,.kj{margin-top:1.5rem;margin-bottom:1.5rem}.kk,.kl{margin-left:1.75rem;margin-right:1.75rem}.km,.kn{margin-top:1.75rem;margin-bottom:1.75rem}.ko,.kp{margin-left:2rem;margin-right:2rem}.kq,.kr{margin-top:2rem;margin-bottom:2rem}.ks,.kt{margin-left:2.25rem;margin-right:2.25rem}.ku,.kv{margin-top:2.25rem;margin-bottom:2.25rem}.kw,.kx{margin-left:2.5rem;margin-right:2.5rem}.ky,.kz{margin-top:2.5rem;margin-bottom:2.5rem}.kA,.kB{margin-left:2.75rem;margin-right:2.75rem}.kC,.kD{margin-top:2.75rem;margin-bottom:2.75rem}.kE,.kF{margin-left:3rem;margin-right:3rem}.kG,.kH{margin-top:3rem;margin-bottom:3rem}.kI,.kJ{margin-left:3.25rem;margin-right:3.25rem}.kK,.kL{margin-top:3.25rem;margin-bottom:3.25rem}.kM,.kN{margin-left:3.5rem;margin-right:3.5rem}.kO,.kP{margin-top:3.5rem;margin-bottom:3.5rem}.kQ,.kR{margin-left:3.75rem;margin-right:3.75rem}.kS,.kT{margin-top:3.75rem;margin-bottom:3.75rem}.kU,.kV{margin-left:4rem;margin-right:4rem}.kW,.kX{margin-top:4rem;margin-bottom:4rem}.kY,.kZ{margin-left:4.25rem;margin-right:4.25rem}.k0,.k1{margin-top:4.25rem;margin-bottom:4.25rem}.k2,.k3{margin-left:4.5rem;margin-right:4.5rem}.k4,.k5{margin-top:4.5rem;margin-bottom:4.5rem}.k6,.k7{margin-left:4.75rem;margin-right:4.75rem}.k8,.k9{margin-top:4.75rem;margin-bottom:4.75rem}.la,.lb{margin-left:5rem;margin-right:5rem}.lc,.ld{margin-top:5rem;margin-bottom:5rem}.le,.lf{margin-left:5.25rem;margin-right:5.25rem}.lg,.lh{margin-top:5.25rem;margin-bottom:5.25rem}.li,.lj{margin-left:5.5rem;margin-right:5.5rem}.lk,.ll{margin-top:5.5rem;margin-bottom:5.5rem}.lm,.ln{margin-left:5.75rem;margin-right:5.75rem}.lo,.lp{margin-top:5.75rem;margin-bottom:5.75rem}.lq,.lr{margin-left:6rem;margin-right:6rem}.ls,.lt{margin-top:6rem;margin-bottom:6rem}.lu,.lv{margin-left:6.25rem;margin-right:6.25rem}.lw,.lx{margin-top:6.25rem;margin-bottom:6.25rem}.ly,.lz{margin-left:6.5rem;margin-right:6.5rem}.lA,.lB{margin-top:6.5rem;margin-bottom:6.5rem}.lC,.lD{margin-left:6.75rem;margin-right:6.75rem}.lE,.lF{margin-top:6.75rem;margin-bottom:6.75rem}.lG,.lH{margin-left:7rem;margin-right:7rem}.lI,.lJ{margin-top:7rem;margin-bottom:7rem}.lK,.lL{margin-left:7.25rem;margin-right:7.25rem}.lM,.lN{margin-top:7.25rem;margin-bottom:7.25rem}.lO,.lP{margin-left:7.5rem;margin-right:7.5rem}.lQ,.lR{margin-top:7.5rem;margin-bottom:7.5rem}.lS,.lT{margin-left:7.75rem;margin-right:7.75rem}.lU,.lV{margin-top:7.75rem;margin-bottom:7.75rem}.lW,.lX{margin-left:8rem;margin-right:8rem}.lY,.lZ{margin-top:8rem;margin-bottom:8rem}.l0,.l1{margin-left:8.25rem;margin-right:8.25rem}.l2,.l3{margin-top:8.25rem;margin-bottom:8.25rem}.l4,.l5{margin-left:8.5rem;margin-right:8.5rem}.l6,.l7{margin-top:8.5rem;margin-bottom:8.5rem}.l8,.l9{margin-left:8.75rem;margin-right:8.75rem}.ma,.mb{margin-top:8.75rem;margin-bottom:8.75rem}.mc,.md{margin-left:9rem;margin-right:9rem}.me,.mf{margin-top:9rem;margin-bottom:9rem}.mg,.mh{margin-left:9.25rem;margin-right:9.25rem}.mi,.mj{margin-top:9.25rem;margin-bottom:9.25rem}.mk,.ml{margin-left:9.5rem;margin-right:9.5rem}.mm,.mn{margin-top:9.5rem;margin-bottom:9.5rem}.mo,.mp{margin-left:9.75rem;margin-right:9.75rem}.mq,.mr{margin-top:9.75rem;margin-bottom:9.75rem}.ms,.mt{margin-left:10rem;margin-right:10rem}.mu,.mv{margin-top:10rem;margin-bottom:10rem}.mw,.mx{margin-left:10.25rem;margin-right:10.25rem}.my,.mz{margin-top:10.25rem;margin-bottom:10.25rem}.mA,.mB{margin-left:10.5rem;margin-right:10.5rem}.mC,.mD{margin-top:10.5rem;margin-bottom:10.5rem}.mE,.mF{margin-left:10.75rem;margin-right:10.75rem}.mG,.mH{margin-top:10.75rem;margin-bottom:10.75rem}.mI,.mJ{margin-left:11rem;margin-right:11rem}.mK,.mL{margin-top:11rem;margin-bottom:11rem}.mM,.mN{margin-left:11.25rem;margin-right:11.25rem}.mO,.mP{margin-top:11.25rem;margin-bottom:11.25rem}.mQ,.mR{margin-left:11.5rem;margin-right:11.5rem}.mS,.mT{margin-top:11.5rem;margin-bottom:11.5rem}.mU,.mV{margin-left:11.75rem;margin-right:11.75rem}.mW,.mX{margin-top:11.75rem;margin-bottom:11.75rem}.mY,.mZ{margin-left:12rem;margin-right:12rem}.m0,.m1{margin-top:12rem;margin-bottom:12rem}.m2,.m3{margin-left:12.25rem;margin-right:12.25rem}.m4,.m5{margin-top:12.25rem;margin-bottom:12.25rem}.m6,.m7{margin-left:12.5rem;margin-right:12.5rem}.m8,.m9{margin-top:12.5rem;margin-bottom:12.5rem}.na,.nb{margin-left:12.75rem;margin-right:12.75rem}.nc,.nd{margin-top:12.75rem;margin-bottom:12.75rem}.ne,.nf{margin-left:13rem;margin-right:13rem}.ng,.nh{margin-top:13rem;margin-bottom:13rem}.ni,.nj{margin-left:13.25rem;margin-right:13.25rem}.nk,.nl{margin-top:13.25rem;margin-bottom:13.25rem}.nm,.nn{margin-left:13.5rem;margin-right:13.5rem}.no,.np{margin-top:13.5rem;margin-bottom:13.5rem}.nq,.nr{margin-left:13.75rem;margin-right:13.75rem}.ns,.nt{margin-top:13.75rem;margin-bottom:13.75rem}.nu,.nv{margin-left:14rem;margin-right:14rem}.nw,.nx{margin-top:14rem;margin-bottom:14rem}.ny,.nz{margin-left:14.25rem;margin-right:14.25rem}.nA,.nB{margin-top:14.25rem;margin-bottom:14.25rem}.nC,.nD{margin-left:14.5rem;margin-right:14.5rem}.nE,.nF{margin-top:14.5rem;margin-bottom:14.5rem}.nG,.nH{margin-left:14.75rem;margin-right:14.75rem}.nI,.nJ{margin-top:14.75rem;margin-bottom:14.75rem}.nK,.nL{margin-left:15rem;margin-right:15rem}.nM,.nN{margin-top:15rem;margin-bottom:15rem}.nO,.nP{margin-left:15.25rem;margin-right:15.25rem}.nQ,.nR{margin-top:15.25rem;margin-bottom:15.25rem}.nS,.nT{margin-left:15.5rem;margin-right:15.5rem}.nU,.nV{margin-top:15.5rem;margin-bottom:15.5rem}.nW,.nX{margin-left:15.75rem;margin-right:15.75rem}.nY,.nZ{margin-top:15.75rem;margin-bottom:15.75rem}.n0,.n1{margin-left:16rem;margin-right:16rem}.n2,.n3{margin-top:16rem;margin-bottom:16rem}.n4,.n5{margin-left:16.25rem;margin-right:16.25rem}.n6,.n7{margin-top:16.25rem;margin-bottom:16.25rem}.n8,.n9{margin-left:16.5rem;margin-right:16.5rem}.oa,.ob{margin-top:16.5rem;margin-bottom:16.5rem}.oc,.od{margin-left:16.75rem;margin-right:16.75rem}.oe,.of{margin-top:16.75rem;margin-bottom:16.75rem}.og,.oh{margin-left:17rem;margin-right:17rem}.oi,.oj{margin-top:17rem;margin-bottom:17rem}.ok,.ol{margin-left:17.25rem;margin-right:17.25rem}.om,.on{margin-top:17.25rem;margin-bottom:17.25rem}.oo,.op{margin-left:17.5rem;margin-right:17.5rem}.oq,.or{margin-top:17.5rem;margin-bottom:17.5rem}.os,.ot{margin-left:17.75rem;margin-right:17.75rem}.ou,.ov{margin-top:17.75rem;margin-bottom:17.75rem}.ow,.ox{margin-left:18rem;margin-right:18rem}.oy,.oz{margin-top:18rem;margin-bottom:18rem}.oA,.oB{margin-left:18.25rem;margin-right:18.25rem}.oC,.oD{margin-top:18.25rem;margin-bottom:18.25rem}.oE,.oF{margin-left:18.5rem;margin-right:18.5rem}.oG,.oH{margin-top:18.5rem;margin-bottom:18.5rem}.oI,.oJ{margin-left:18.75rem;margin-right:18.75rem}.oK,.oL{margin-top:18.75rem;margin-bottom:18.75rem}.oM,.oN{margin-left:19rem;margin-right:19rem}.oO,.oP{margin-top:19rem;margin-bottom:19rem}.oQ,.oR{margin-left:19.25rem;margin-right:19.25rem}.oS,.oT{margin-top:19.25rem;margin-bottom:19.25rem}.oU,.oV{margin-left:19.5rem;margin-right:19.5rem}.oW,.oX{margin-top:19.5rem;margin-bottom:19.5rem}.oY,.oZ{margin-left:19.75rem;margin-right:19.75rem}.o0,.o1{margin-top:19.75rem;margin-bottom:19.75rem}.o2,.o3{margin-left:20rem;margin-right:20rem}.o4,.o5{margin-top:20rem;margin-bottom:20rem}.o6,.o7{margin-left:20.25rem;margin-right:20.25rem}.o8,.o9{margin-top:20.25rem;margin-bottom:20.25rem}.pa,.pb{margin-left:20.5rem;margin-right:20.5rem}.pc,.pd{margin-top:20.5rem;margin-bottom:20.5rem}.pe,.pf{margin-left:20.75rem;margin-right:20.75rem}.pg,.ph{margin-top:20.75rem;margin-bottom:20.75rem}.pi,.pj{margin-left:21rem;margin-right:21rem}.pk,.pl{margin-top:21rem;margin-bottom:21rem}.pm,.pn{margin-left:21.25rem;margin-right:21.25rem}.po,.pp{margin-top:21.25rem;margin-bottom:21.25rem}.pq,.pr{margin-left:21.5rem;margin-right:21.5rem}.ps,.pt{margin-top:21.5rem;margin-bottom:21.5rem}.pu,.pv{margin-left:21.75rem;margin-right:21.75rem}.pw,.px{margin-top:21.75rem;margin-bottom:21.75rem}.py,.pz{margin-left:22rem;margin-right:22rem}.pA,.pB{margin-top:22rem;margin-bottom:22rem}.pC,.pD{margin-left:22.25rem;margin-right:22.25rem}.pE,.pF{margin-top:22.25rem;margin-bottom:22.25rem}.pG,.pH{margin-left:22.5rem;margin-right:22.5rem}.pI,.pJ{margin-top:22.5rem;margin-bottom:22.5rem}.pK,.pL{margin-left:22.75rem;margin-right:22.75rem}.pM,.pN{margin-top:22.75rem;margin-bottom:22.75rem}.pO,.pP{margin-left:23rem;margin-right:23rem}.pQ,.pR{margin-top:23rem;margin-bottom:23rem}.pS,.pT{margin-left:23.25rem;margin-right:23.25rem}.pU,.pV{margin-top:23.25rem;margin-bottom:23.25rem}.pW,.pX{margin-left:23.5rem;margin-right:23.5rem}.pY,.pZ{margin-top:23.5rem;margin-bottom:23.5rem}.p0,.p1{margin-left:23.75rem;margin-right:23.75rem}.p2,.p3{margin-top:23.75rem;margin-bottom:23.75rem}.p4,.p5{margin-left:24rem;margin-right:24rem}.p6,.p7{margin-top:24rem;margin-bottom:24rem}.p8,.p9{margin-left:24.25rem;margin-right:24.25rem}.qa,.qb{margin-top:24.25rem;margin-bottom:24.25rem}.qc,.qd{margin-left:24.5rem;margin-right:24.5rem}.qe,.qf{margin-top:24.5rem;margin-bottom:24.5rem}.qg,.qh{margin-left:24.75rem;margin-right:24.75rem}.qi,.qj{margin-top:24.75rem;margin-bottom:24.75rem}.qk,.ql{margin-left:25rem;margin-right:25rem}.qm,.qn{margin-top:25rem;margin-bottom:25rem}.qo,.qp{margin-top:0rem}.qq,.qr{margin-right:0rem}.qs,.qt{margin-bottom:0rem}.qu,.qv{margin-left:0rem}.qw,.qx{margin-top:.25rem}.qy,.qz{margin-right:.25rem}.qA,.qB{margin-bottom:.25rem}.qC,.qD{margin-left:.25rem}.qE,.qF{margin-top:.5rem}.qG,.qH{margin-right:.5rem}.qI,.qJ{margin-bottom:.5rem}.qK,.qL{margin-left:.5rem}.qM,.qN{margin-top:.75rem}.qO,.qP{margin-right:.75rem}.qQ,.qR{margin-bottom:.75rem}.qS,.qT{margin-left:.75rem}.qU,.qV{margin-top:1rem}.qW,.qX{margin-right:1rem}.qY,.qZ{margin-bottom:1rem}.q0,.q1{margin-left:1rem}.q2,.q3{margin-top:1.25rem}.q4,.q5{margin-right:1.25rem}.q6,.q7{margin-bottom:1.25rem}.q8,.q9{margin-left:1.25rem}.ra,.rb{margin-top:1.5rem}.rc,.rd{margin-right:1.5rem}.re,.rf{margin-bottom:1.5rem}.rg,.rh{margin-left:1.5rem}.ri,.rj{margin-top:1.75rem}.rk,.rl{margin-right:1.75rem}.rm,.rn{margin-bottom:1.75rem}.ro,.rp{margin-left:1.75rem}.rq,.rr{margin-top:2rem}.rs,.rt{margin-right:2rem}.ru,.rv{margin-bottom:2rem}.rw,.rx{margin-left:2rem}.ry,.rz{margin-top:2.25rem}.rA,.rB{margin-right:2.25rem}.rC,.rD{margin-bottom:2.25rem}.rE,.rF{margin-left:2.25rem}.rG,.rH{margin-top:2.5rem}.rI,.rJ{margin-right:2.5rem}.rK,.rL{margin-bottom:2.5rem}.rM,.rN{margin-left:2.5rem}.rO,.rP{margin-top:2.75rem}.rQ,.rR{margin-right:2.75rem}.rS,.rT{margin-bottom:2.75rem}.rU,.rV{margin-left:2.75rem}.rW,.rX{margin-top:3rem}.rY,.rZ{margin-right:3rem}.r0,.r1{margin-bottom:3rem}.r2,.r3{margin-left:3rem}.r4,.r5{margin-top:3.25rem}.r6,.r7{margin-right:3.25rem}.r8,.r9{margin-bottom:3.25rem}.sa,.sb{margin-left:3.25rem}.sc,.sd{margin-top:3.5rem}.se,.sf{margin-right:3.5rem}.sg,.sh{margin-bottom:3.5rem}.si,.sj{margin-left:3.5rem}.sk,.sl{margin-top:3.75rem}.sm,.sn{margin-right:3.75rem}.so,.sp{margin-bottom:3.75rem}.sq,.sr{margin-left:3.75rem}.ss,.st{margin-top:4rem}.su,.sv{margin-right:4rem}.sw,.sx{margin-bottom:4rem}.sy,.sz{margin-left:4rem}.sA,.sB{margin-top:4.25rem}.sC,.sD{margin-right:4.25rem}.sE,.sF{margin-bottom:4.25rem}.sG,.sH{margin-left:4.25rem}.sI,.sJ{margin-top:4.5rem}.sK,.sL{margin-right:4.5rem}.sM,.sN{margin-bottom:4.5rem}.sO,.sP{margin-left:4.5rem}.sQ,.sR{margin-top:4.75rem}.sS,.sT{margin-right:4.75rem}.sU,.sV{margin-bottom:4.75rem}.sW,.sX{margin-left:4.75rem}.sY,.sZ{margin-top:5rem}.s0,.s1{margin-right:5rem}.s2,.s3{margin-bottom:5rem}.s4,.s5{margin-left:5rem}.s6,.s7{margin-top:5.25rem}.s8,.s9{margin-right:5.25rem}.ta,.tb{margin-bottom:5.25rem}.tc,.td{margin-left:5.25rem}.te,.tf{margin-top:5.5rem}.tg,.th{margin-right:5.5rem}.ti,.tj{margin-bottom:5.5rem}.tk,.tl{margin-left:5.5rem}.tm,.tn{margin-top:5.75rem}.to,.tp{margin-right:5.75rem}.tq,.tr{margin-bottom:5.75rem}.ts,.tt{margin-left:5.75rem}.tu,.tv{margin-top:6rem}.tw,.tx{margin-right:6rem}.ty,.tz{margin-bottom:6rem}.tA,.tB{margin-left:6rem}.tC,.tD{margin-top:6.25rem}.tE,.tF{margin-right:6.25rem}.tG,.tH{margin-bottom:6.25rem}.tI,.tJ{margin-left:6.25rem}.tK,.tL{margin-top:6.5rem}.tM,.tN{margin-right:6.5rem}.tO,.tP{margin-bottom:6.5rem}.tQ,.tR{margin-left:6.5rem}.tS,.tT{margin-top:6.75rem}.tU,.tV{margin-right:6.75rem}.tW,.tX{margin-bottom:6.75rem}.tY,.tZ{margin-left:6.75rem}.t0,.t1{margin-top:7rem}.t2,.t3{margin-right:7rem}.t4,.t5{margin-bottom:7rem}.t6,.t7{margin-left:7rem}.t8,.t9{margin-top:7.25rem}.ua,.ub{margin-right:7.25rem}.uc,.ud{margin-bottom:7.25rem}.ue,.uf{margin-left:7.25rem}.ug,.uh{margin-top:7.5rem}.ui,.uj{margin-right:7.5rem}.uk,.ul{margin-bottom:7.5rem}.um,.un{margin-left:7.5rem}.uo,.up{margin-top:7.75rem}.uq,.ur{margin-right:7.75rem}.us,.ut{margin-bottom:7.75rem}.uu,.uv{margin-left:7.75rem}.uw,.ux{margin-top:8rem}.uy,.uz{margin-right:8rem}.uA,.uB{margin-bottom:8rem}.uC,.uD{margin-left:8rem}.uE,.uF{margin-top:8.25rem}.uG,.uH{margin-right:8.25rem}.uI,.uJ{margin-bottom:8.25rem}.uK,.uL{margin-left:8.25rem}.uM,.uN{margin-top:8.5rem}.uO,.uP{margin-right:8.5rem}.uQ,.uR{margin-bottom:8.5rem}.uS,.uT{margin-left:8.5rem}.uU,.uV{margin-top:8.75rem}.uW,.uX{margin-right:8.75rem}.uY,.uZ{margin-bottom:8.75rem}.u0,.u1{margin-left:8.75rem}.u2,.u3{margin-top:9rem}.u4,.u5{margin-right:9rem}.u6,.u7{margin-bottom:9rem}.u8,.u9{margin-left:9rem}.va,.vb{margin-top:9.25rem}.vc,.vd{margin-right:9.25rem}.ve,.vf{margin-bottom:9.25rem}.vg,.vh{margin-left:9.25rem}.vi,.vj{margin-top:9.5rem}.vk,.vl{margin-right:9.5rem}.vm,.vn{margin-bottom:9.5rem}.vo,.vp{margin-left:9.5rem}.vq,.vr{margin-top:9.75rem}.vs,.vt{margin-right:9.75rem}.vu,.vv{margin-bottom:9.75rem}.vw,.vx{margin-left:9.75rem}.vy,.vz{margin-top:10rem}.vA,.vB{margin-right:10rem}.vC,.vD{margin-bottom:10rem}.vE,.vF{margin-left:10rem}.vG,.vH{margin-top:10.25rem}.vI,.vJ{margin-right:10.25rem}.vK,.vL{margin-bottom:10.25rem}.vM,.vN{margin-left:10.25rem}.vO,.vP{margin-top:10.5rem}.vQ,.vR{margin-right:10.5rem}.vS,.vT{margin-bottom:10.5rem}.vU,.vV{margin-left:10.5rem}.vW,.vX{margin-top:10.75rem}.vY,.vZ{margin-right:10.75rem}.v0,.v1{margin-bottom:10.75rem}.v2,.v3{margin-left:10.75rem}.v4,.v5{margin-top:11rem}.v6,.v7{margin-right:11rem}.v8,.v9{margin-bottom:11rem}.wa,.wb{margin-left:11rem}.wc,.wd{margin-top:11.25rem}.we,.wf{margin-right:11.25rem}.wg,.wh{margin-bottom:11.25rem}.wi,.wj{margin-left:11.25rem}.wk,.wl{margin-top:11.5rem}.wm,.wn{margin-right:11.5rem}.wo,.wp{margin-bottom:11.5rem}.wq,.wr{margin-left:11.5rem}.ws,.wt{margin-top:11.75rem}.wu,.wv{margin-right:11.75rem}.ww,.wx{margin-bottom:11.75rem}.wy,.wz{margin-left:11.75rem}.wA,.wB{margin-top:12rem}.wC,.wD{margin-right:12rem}.wE,.wF{margin-bottom:12rem}.wG,.wH{margin-left:12rem}.wI,.wJ{margin-top:12.25rem}.wK,.wL{margin-right:12.25rem}.wM,.wN{margin-bottom:12.25rem}.wO,.wP{margin-left:12.25rem}.wQ,.wR{margin-top:12.5rem}.wS,.wT{margin-right:12.5rem}.wU,.wV{margin-bottom:12.5rem}.wW,.wX{margin-left:12.5rem}.wY,.wZ{margin-top:12.75rem}.w0,.w1{margin-right:12.75rem}.w2,.w3{margin-bottom:12.75rem}.w4,.w5{margin-left:12.75rem}.w6,.w7{margin-top:13rem}.w8,.w9{margin-right:13rem}.xa,.xb{margin-bottom:13rem}.xc,.xd{margin-left:13rem}.xe,.xf{margin-top:13.25rem}.xg,.xh{margin-right:13.25rem}.xi,.xj{margin-bottom:13.25rem}.xk,.xl{margin-left:13.25rem}.xm,.xn{margin-top:13.5rem}.xo,.xp{margin-right:13.5rem}.xq,.xr{margin-bottom:13.5rem}.xs,.xt{margin-left:13.5rem}.xu,.xv{margin-top:13.75rem}.xw,.xx{margin-right:13.75rem}.xy,.xz{margin-bottom:13.75rem}.xA,.xB{margin-left:13.75rem}.xC,.xD{margin-top:14rem}.xE,.xF{margin-right:14rem}.xG,.xH{margin-bottom:14rem}.xI,.xJ{margin-left:14rem}.xK,.xL{margin-top:14.25rem}.xM,.xN{margin-right:14.25rem}.xO,.xP{margin-bottom:14.25rem}.xQ,.xR{margin-left:14.25rem}.xS,.xT{margin-top:14.5rem}.xU,.xV{margin-right:14.5rem}.xW,.xX{margin-bottom:14.5rem}.xY,.xZ{margin-left:14.5rem}.x0,.x1{margin-top:14.75rem}.x2,.x3{margin-right:14.75rem}.x4,.x5{margin-bottom:14.75rem}.x6,.x7{margin-left:14.75rem}.x8,.x9{margin-top:15rem}.ya,.yb{margin-right:15rem}.yc,.yd{margin-bottom:15rem}.ye,.yf{margin-left:15rem}.yg,.yh{margin-top:15.25rem}.yi,.yj{margin-right:15.25rem}.yk,.yl{margin-bottom:15.25rem}.ym,.yn{margin-left:15.25rem}.yo,.yp{margin-top:15.5rem}.yq,.yr{margin-right:15.5rem}.ys,.yt{margin-bottom:15.5rem}.yu,.yv{margin-left:15.5rem}.yw,.yx{margin-top:15.75rem}.yy,.yz{margin-right:15.75rem}.yA,.yB{margin-bottom:15.75rem}.yC,.yD{margin-left:15.75rem}.yE,.yF{margin-top:16rem}.yG,.yH{margin-right:16rem}.yI,.yJ{margin-bottom:16rem}.yK,.yL{margin-left:16rem}.yM,.yN{margin-top:16.25rem}.yO,.yP{margin-right:16.25rem}.yQ,.yR{margin-bottom:16.25rem}.yS,.yT{margin-left:16.25rem}.yU,.yV{margin-top:16.5rem}.yW,.yX{margin-right:16.5rem}.yY,.yZ{margin-bottom:16.5rem}.y0,.y1{margin-left:16.5rem}.y2,.y3{margin-top:16.75rem}.y4,.y5{margin-right:16.75rem}.y6,.y7{margin-bottom:16.75rem}.y8,.y9{margin-left:16.75rem}.za,.zb{margin-top:17rem}.zc,.zd{margin-right:17rem}.ze,.zf{margin-bottom:17rem}.zg,.zh{margin-left:17rem}.zi,.zj{margin-top:17.25rem}.zk,.zl{margin-right:17.25rem}.zm,.zn{margin-bottom:17.25rem}.zo,.zp{margin-left:17.25rem}.zq,.zr{margin-top:17.5rem}.zs,.zt{margin-right:17.5rem}.zu,.zv{margin-bottom:17.5rem}.zw,.zx{margin-left:17.5rem}.zy,.zz{margin-top:17.75rem}.zA,.zB{margin-right:17.75rem}.zC,.zD{margin-bottom:17.75rem}.zE,.zF{margin-left:17.75rem}.zG,.zH{margin-top:18rem}.zI,.zJ{margin-right:18rem}.zK,.zL{margin-bottom:18rem}.zM,.zN{margin-left:18rem}.zO,.zP{margin-top:18.25rem}.zQ,.zR{margin-right:18.25rem}.zS,.zT{margin-bottom:18.25rem}.zU,.zV{margin-left:18.25rem}.zW,.zX{margin-top:18.5rem}.zY,.zZ{margin-right:18.5rem}.z0,.z1{margin-bottom:18.5rem}.z2,.z3{margin-left:18.5rem}.z4,.z5{margin-top:18.75rem}.z6,.z7{margin-right:18.75rem}.z8,.z9{margin-bottom:18.75rem}.Aa,.Ab{margin-left:18.75rem}.Ac,.Ad{margin-top:19rem}.Ae,.Af{margin-right:19rem}.Ag,.Ah{margin-bottom:19rem}.Ai,.Aj{margin-left:19rem}.Ak,.Al{margin-top:19.25rem}.Am,.An{margin-right:19.25rem}.Ao,.Ap{margin-bottom:19.25rem}.Aq,.Ar{margin-left:19.25rem}.As,.At{margin-top:19.5rem}.Au,.Av{margin-right:19.5rem}.Aw,.Ax{margin-bottom:19.5rem}.Ay,.Az{margin-left:19.5rem}.AA,.AB{margin-top:19.75rem}.AC,.AD{margin-right:19.75rem}.AE,.AF{margin-bottom:19.75rem}.AG,.AH{margin-left:19.75rem}.AI,.AJ{margin-top:20rem}.AK,.AL{margin-right:20rem}.AM,.AN{margin-bottom:20rem}.AO,.AP{margin-left:20rem}.AQ,.AR{margin-top:20.25rem}.AS,.AT{margin-right:20.25rem}.AU,.AV{margin-bottom:20.25rem}.AW,.AX{margin-left:20.25rem}.AY,.AZ{margin-top:20.5rem}.A0,.A1{margin-right:20.5rem}.A2,.A3{margin-bottom:20.5rem}.A4,.A5{margin-left:20.5rem}.A6,.A7{margin-top:20.75rem}.A8,.A9{margin-right:20.75rem}.Ba,.Bb{margin-bottom:20.75rem}.Bc,.Bd{margin-left:20.75rem}.Be,.Bf{margin-top:21rem}.Bg,.Bh{margin-right:21rem}.Bi,.Bj{margin-bottom:21rem}.Bk,.Bl{margin-left:21rem}.Bm,.Bn{margin-top:21.25rem}.Bo,.Bp{margin-right:21.25rem}.Bq,.Br{margin-bottom:21.25rem}.Bs,.Bt{margin-left:21.25rem}.Bu,.Bv{margin-top:21.5rem}.Bw,.Bx{margin-right:21.5rem}.By,.Bz{margin-bottom:21.5rem}.BA,.BB{margin-left:21.5rem}.BC,.BD{margin-top:21.75rem}.BE,.BF{margin-right:21.75rem}.BG,.BH{margin-bottom:21.75rem}.BI,.BJ{margin-left:21.75rem}.BK,.BL{margin-top:22rem}.BM,.BN{margin-right:22rem}.BO,.BP{margin-bottom:22rem}.BQ,.BR{margin-left:22rem}.BS,.BT{margin-top:22.25rem}.BU,.BV{margin-right:22.25rem}.BW,.BX{margin-bottom:22.25rem}.BY,.BZ{margin-left:22.25rem}.B0,.B1{margin-top:22.5rem}.B2,.B3{margin-right:22.5rem}.B4,.B5{margin-bottom:22.5rem}.B6,.B7{margin-left:22.5rem}.B8,.B9{margin-top:22.75rem}.Ca,.Cb{margin-right:22.75rem}.Cc,.Cd{margin-bottom:22.75rem}.Ce,.Cf{margin-left:22.75rem}.Cg,.Ch{margin-top:23rem}.Ci,.Cj{margin-right:23rem}.Ck,.Cl{margin-bottom:23rem}.Cm,.Cn{margin-left:23rem}.Co,.Cp{margin-top:23.25rem}.Cq,.Cr{margin-right:23.25rem}.Cs,.Ct{margin-bottom:23.25rem}.Cu,.Cv{margin-left:23.25rem}.Cw,.Cx{margin-top:23.5rem}.Cy,.Cz{margin-right:23.5rem}.CA,.CB{margin-bottom:23.5rem}.CC,.CD{margin-left:23.5rem}.CE,.CF{margin-top:23.75rem}.CG,.CH{margin-right:23.75rem}.CI,.CJ{margin-bottom:23.75rem}.CK,.CL{margin-left:23.75rem}.CM,.CN{margin-top:24rem}.CO,.CP{margin-right:24rem}.CQ,.CR{margin-bottom:24rem}.CS,.CT{margin-left:24rem}.CU,.CV{margin-top:24.25rem}.CW,.CX{margin-right:24.25rem}.CY,.CZ{margin-bottom:24.25rem}.C0,.C1{margin-left:24.25rem}.C2,.C3{margin-top:24.5rem}.C4,.C5{margin-right:24.5rem}.C6,.C7{margin-bottom:24.5rem}.C8,.C9{margin-left:24.5rem}.Da,.Db{margin-top:24.75rem}.Dc,.Dd{margin-right:24.75rem}.De,.Df{margin-bottom:24.75rem}.Dg,.Dh{margin-left:24.75rem}.Di,.Dj{margin-top:25rem}.Dk,.Dl{margin-right:25rem}.Dm,.Dn{margin-bottom:25rem}.Do,.Dp{margin-left:25rem}.Dq,.Dr{padding:0rem}.Ds,.Dt{padding:.25rem}.Du,.Dv{padding:.5rem}.Dw,.Dx{padding:.75rem}.Dy,.Dz{padding:1rem}.DA,.DB{padding:1.25rem}.DC,.DD{padding:1.5rem}.DE,.DF{padding:1.75rem}.DG,.DH{padding:2rem}.DI,.DJ{padding:2.25rem}.DK,.DL{padding:2.5rem}.DM,.DN{padding:2.75rem}.DO,.DP{padding:3rem}.DQ,.DR{padding:3.25rem}.DS,.DT{padding:3.5rem}.DU,.DV{padding:3.75rem}.DW,.DX{padding:4rem}.DY,.DZ{padding:4.25rem}.D0,.D1{padding:4.5rem}.D2,.D3{padding:4.75rem}.D4,.D5{padding:5rem}.D6,.D7{padding:5.25rem}.D8,.D9{padding:5.5rem}.Ea,.Eb{padding:5.75rem}.Ec,.Ed{padding:6rem}.Ee,.Ef{padding:6.25rem}.Eg,.Eh{padding:6.5rem}.Ei,.Ej{padding:6.75rem}.Ek,.El{padding:7rem}.Em,.En{padding:7.25rem}.Eo,.Ep{padding:7.5rem}.Eq,.Er{padding:7.75rem}.Es,.Et{padding:8rem}.Eu,.Ev{padding:8.25rem}.Ew,.Ex{padding:8.5rem}.Ey,.Ez{padding:8.75rem}.EA,.EB{padding:9rem}.EC,.ED{padding:9.25rem}.EE,.EF{padding:9.5rem}.EG,.EH{padding:9.75rem}.EI,.EJ{padding:10rem}.EK,.EL{padding:10.25rem}.EM,.EN{padding:10.5rem}.EO,.EP{padding:10.75rem}.EQ,.ER{padding:11rem}.ES,.ET{padding:11.25rem}.EU,.EV{padding:11.5rem}.EW,.EX{padding:11.75rem}.EY,.EZ{padding:12rem}.E0,.E1{padding:12.25rem}.E2,.E3{padding:12.5rem}.E4,.E5{padding:12.75rem}.E6,.E7{padding:13rem}.E8,.E9{padding:13.25rem}.Fa,.Fb{padding:13.5rem}.Fc,.Fd{padding:13.75rem}.Fe,.Ff{padding:14rem}.Fg,.Fh{padding:14.25rem}.Fi,.Fj{padding:14.5rem}.Fk,.Fl{padding:14.75rem}.Fm,.Fn{padding:15rem}.Fo,.Fp{padding:15.25rem}.Fq,.Fr{padding:15.5rem}.Fs,.Ft{padding:15.75rem}.Fu,.Fv{padding:16rem}.Fw,.Fx{padding:16.25rem}.Fy,.Fz{padding:16.5rem}.FA,.FB{padding:16.75rem}.FC,.FD{padding:17rem}.FE,.FF{padding:17.25rem}.FG,.FH{padding:17.5rem}.FI,.FJ{padding:17.75rem}.FK,.FL{padding:18rem}.FM,.FN{padding:18.25rem}.FO,.FP{padding:18.5rem}.FQ,.FR{padding:18.75rem}.FS,.FT{padding:19rem}.FU,.FV{padding:19.25rem}.FW,.FX{padding:19.5rem}.FY,.FZ{padding:19.75rem}.F0,.F1{padding:20rem}.F2,.F3{padding:20.25rem}.F4,.F5{padding:20.5rem}.F6,.F7{padding:20.75rem}.F8,.F9{padding:21rem}.Ga,.Gb{padding:21.25rem}.Gc,.Gd{padding:21.5rem}.Ge,.Gf{padding:21.75rem}.Gg,.Gh{padding:22rem}.Gi,.Gj{padding:22.25rem}.Gk,.Gl{padding:22.5rem}.Gm,.Gn{padding:22.75rem}.Go,.Gp{padding:23rem}.Gq,.Gr{padding:23.25rem}.Gs,.Gt{padding:23.5rem}.Gu,.Gv{padding:23.75rem}.Gw,.Gx{padding:24rem}.Gy,.Gz{padding:24.25rem}.GA,.GB{padding:24.5rem}.GC,.GD{padding:24.75rem}.GE,.GF{padding:25rem}.GG,.GH{padding-left:0rem;padding-right:0rem}.GI,.GJ{padding-top:0rem;padding-bottom:0rem}.GK,.GL{padding-left:.25rem;padding-right:.25rem}.GM,.GN{padding-top:.25rem;padding-bottom:.25rem}.GO,.GP{padding-left:.5rem;padding-right:.5rem}.GQ,.GR{padding-top:.5rem;padding-bottom:.5rem}.GS,.GT{padding-left:.75rem;padding-right:.75rem}.GU,.GV{padding-top:.75rem;padding-bottom:.75rem}.GW,.GX{padding-left:1rem;padding-right:1rem}.GY,.GZ{padding-top:1rem;padding-bottom:1rem}.G0,.G1{padding-left:1.25rem;padding-right:1.25rem}.G2,.G3{padding-top:1.25rem;padding-bottom:1.25rem}.G4,.G5{padding-left:1.5rem;padding-right:1.5rem}.G6,.G7{padding-top:1.5rem;padding-bottom:1.5rem}.G8,.G9{padding-left:1.75rem;padding-right:1.75rem}.Ha,.Hb{padding-top:1.75rem;padding-bottom:1.75rem}.Hc,.Hd{padding-left:2rem;padding-right:2rem}.He,.Hf{padding-top:2rem;padding-bottom:2rem}.Hg,.Hh{padding-left:2.25rem;padding-right:2.25rem}.Hi,.Hj{padding-top:2.25rem;padding-bottom:2.25rem}.Hk,.Hl{padding-left:2.5rem;padding-right:2.5rem}.Hm,.Hn{padding-top:2.5rem;padding-bottom:2.5rem}.Ho,.Hp{padding-left:2.75rem;padding-right:2.75rem}.Hq,.Hr{padding-top:2.75rem;padding-bottom:2.75rem}.Hs,.Ht{padding-left:3rem;padding-right:3rem}.Hu,.Hv{padding-top:3rem;padding-bottom:3rem}.Hw,.Hx{padding-left:3.25rem;padding-right:3.25rem}.Hy,.Hz{padding-top:3.25rem;padding-bottom:3.25rem}.HA,.HB{padding-left:3.5rem;padding-right:3.5rem}.HC,.HD{padding-top:3.5rem;padding-bottom:3.5rem}.HE,.HF{padding-left:3.75rem;padding-right:3.75rem}.HG,.HH{padding-top:3.75rem;padding-bottom:3.75rem}.HI,.HJ{padding-left:4rem;padding-right:4rem}.HK,.HL{padding-top:4rem;padding-bottom:4rem}.HM,.HN{padding-left:4.25rem;padding-right:4.25rem}.HO,.HP{padding-top:4.25rem;padding-bottom:4.25rem}.HQ,.HR{padding-left:4.5rem;padding-right:4.5rem}.HS,.HT{padding-top:4.5rem;padding-bottom:4.5rem}.HU,.HV{padding-left:4.75rem;padding-right:4.75rem}.HW,.HX{padding-top:4.75rem;padding-bottom:4.75rem}.HY,.HZ{padding-left:5rem;padding-right:5rem}.H0,.H1{padding-top:5rem;padding-bottom:5rem}.H2,.H3{padding-left:5.25rem;padding-right:5.25rem}.H4,.H5{padding-top:5.25rem;padding-bottom:5.25rem}.H6,.H7{padding-left:5.5rem;padding-right:5.5rem}.H8,.H9{padding-top:5.5rem;padding-bottom:5.5rem}.Ia,.Ib{padding-left:5.75rem;padding-right:5.75rem}.Ic,.Id{padding-top:5.75rem;padding-bottom:5.75rem}.Ie,.If{padding-left:6rem;padding-right:6rem}.Ig,.Ih{padding-top:6rem;padding-bottom:6rem}.Ii,.Ij{padding-left:6.25rem;padding-right:6.25rem}.Ik,.Il{padding-top:6.25rem;padding-bottom:6.25rem}.Im,.In{padding-left:6.5rem;padding-right:6.5rem}.Io,.Ip{padding-top:6.5rem;padding-bottom:6.5rem}.Iq,.Ir{padding-left:6.75rem;padding-right:6.75rem}.Is,.It{padding-top:6.75rem;padding-bottom:6.75rem}.Iu,.Iv{padding-left:7rem;padding-right:7rem}.Iw,.Ix{padding-top:7rem;padding-bottom:7rem}.Iy,.Iz{padding-left:7.25rem;padding-right:7.25rem}.IA,.IB{padding-top:7.25rem;padding-bottom:7.25rem}.IC,.ID{padding-left:7.5rem;padding-right:7.5rem}.IE,.IF{padding-top:7.5rem;padding-bottom:7.5rem}.IG,.IH{padding-left:7.75rem;padding-right:7.75rem}.II,.IJ{padding-top:7.75rem;padding-bottom:7.75rem}.IK,.IL{padding-left:8rem;padding-right:8rem}.IM,.IN{padding-top:8rem;padding-bottom:8rem}.IO,.IP{padding-left:8.25rem;padding-right:8.25rem}.IQ,.IR{padding-top:8.25rem;padding-bottom:8.25rem}.IS,.IT{padding-left:8.5rem;padding-right:8.5rem}.IU,.IV{padding-top:8.5rem;padding-bottom:8.5rem}.IW,.IX{padding-left:8.75rem;padding-right:8.75rem}.IY,.IZ{padding-top:8.75rem;padding-bottom:8.75rem}.I0,.I1{padding-left:9rem;padding-right:9rem}.I2,.I3{padding-top:9rem;padding-bottom:9rem}.I4,.I5{padding-left:9.25rem;padding-right:9.25rem}.I6,.I7{padding-top:9.25rem;padding-bottom:9.25rem}.I8,.I9{padding-left:9.5rem;padding-right:9.5rem}.Ja,.Jb{padding-top:9.5rem;padding-bottom:9.5rem}.Jc,.Jd{padding-left:9.75rem;padding-right:9.75rem}.Je,.Jf{padding-top:9.75rem;padding-bottom:9.75rem}.Jg,.Jh{padding-left:10rem;padding-right:10rem}.Ji,.Jj{padding-top:10rem;padding-bottom:10rem}.Jk,.Jl{padding-left:10.25rem;padding-right:10.25rem}.Jm,.Jn{padding-top:10.25rem;padding-bottom:10.25rem}.Jo,.Jp{padding-left:10.5rem;padding-right:10.5rem}.Jq,.Jr{padding-top:10.5rem;padding-bottom:10.5rem}.Js,.Jt{padding-left:10.75rem;padding-right:10.75rem}.Ju,.Jv{padding-top:10.75rem;padding-bottom:10.75rem}.Jw,.Jx{padding-left:11rem;padding-right:11rem}.Jy,.Jz{padding-top:11rem;padding-bottom:11rem}.JA,.JB{padding-left:11.25rem;padding-right:11.25rem}.JC,.JD{padding-top:11.25rem;padding-bottom:11.25rem}.JE,.JF{padding-left:11.5rem;padding-right:11.5rem}.JG,.JH{padding-top:11.5rem;padding-bottom:11.5rem}.JI,.JJ{padding-left:11.75rem;padding-right:11.75rem}.JK,.JL{padding-top:11.75rem;padding-bottom:11.75rem}.JM,.JN{padding-left:12rem;padding-right:12rem}.JO,.JP{padding-top:12rem;padding-bottom:12rem}.JQ,.JR{padding-left:12.25rem;padding-right:12.25rem}.JS,.JT{padding-top:12.25rem;padding-bottom:12.25rem}.JU,.JV{padding-left:12.5rem;padding-right:12.5rem}.JW,.JX{padding-top:12.5rem;padding-bottom:12.5rem}.JY,.JZ{padding-left:12.75rem;padding-right:12.75rem}.J0,.J1{padding-top:12.75rem;padding-bottom:12.75rem}.J2,.J3{padding-left:13rem;padding-right:13rem}.J4,.J5{padding-top:13rem;padding-bottom:13rem}.J6,.J7{padding-left:13.25rem;padding-right:13.25rem}.J8,.J9{padding-top:13.25rem;padding-bottom:13.25rem}.Ka,.Kb{padding-left:13.5rem;padding-right:13.5rem}.Kc,.Kd{padding-top:13.5rem;padding-bottom:13.5rem}.Ke,.Kf{padding-left:13.75rem;padding-right:13.75rem}.Kg,.Kh{padding-top:13.75rem;padding-bottom:13.75rem}.Ki,.Kj{padding-left:14rem;padding-right:14rem}.Kk,.Kl{padding-top:14rem;padding-bottom:14rem}.Km,.Kn{padding-left:14.25rem;padding-right:14.25rem}.Ko,.Kp{padding-top:14.25rem;padding-bottom:14.25rem}.Kq,.Kr{padding-left:14.5rem;padding-right:14.5rem}.Ks,.Kt{padding-top:14.5rem;padding-bottom:14.5rem}.Ku,.Kv{padding-left:14.75rem;padding-right:14.75rem}.Kw,.Kx{padding-top:14.75rem;padding-bottom:14.75rem}.Ky,.Kz{padding-left:15rem;padding-right:15rem}.KA,.KB{padding-top:15rem;padding-bottom:15rem}.KC,.KD{padding-left:15.25rem;padding-right:15.25rem}.KE,.KF{padding-top:15.25rem;padding-bottom:15.25rem}.KG,.KH{padding-left:15.5rem;padding-right:15.5rem}.KI,.KJ{padding-top:15.5rem;padding-bottom:15.5rem}.KK,.KL{padding-left:15.75rem;padding-right:15.75rem}.KM,.KN{padding-top:15.75rem;padding-bottom:15.75rem}.KO,.KP{padding-left:16rem;padding-right:16rem}.KQ,.KR{padding-top:16rem;padding-bottom:16rem}.KS,.KT{padding-left:16.25rem;padding-right:16.25rem}.KU,.KV{padding-top:16.25rem;padding-bottom:16.25rem}.KW,.KX{padding-left:16.5rem;padding-right:16.5rem}.KY,.KZ{padding-top:16.5rem;padding-bottom:16.5rem}.K0,.K1{padding-left:16.75rem;padding-right:16.75rem}.K2,.K3{padding-top:16.75rem;padding-bottom:16.75rem}.K4,.K5{padding-left:17rem;padding-right:17rem}.K6,.K7{padding-top:17rem;padding-bottom:17rem}.K8,.K9{padding-left:17.25rem;padding-right:17.25rem}.La,.Lb{padding-top:17.25rem;padding-bottom:17.25rem}.Lc,.Ld{padding-left:17.5rem;padding-right:17.5rem}.Le,.Lf{padding-top:17.5rem;padding-bottom:17.5rem}.Lg,.Lh{padding-left:17.75rem;padding-right:17.75rem}.Li,.Lj{padding-top:17.75rem;padding-bottom:17.75rem}.Lk,.Ll{padding-left:18rem;padding-right:18rem}.Lm,.Ln{padding-top:18rem;padding-bottom:18rem}.Lo,.Lp{padding-left:18.25rem;padding-right:18.25rem}.Lq,.Lr{padding-top:18.25rem;padding-bottom:18.25rem}.Ls,.Lt{padding-left:18.5rem;padding-right:18.5rem}.Lu,.Lv{padding-top:18.5rem;padding-bottom:18.5rem}.Lw,.Lx{padding-left:18.75rem;padding-right:18.75rem}.Ly,.Lz{padding-top:18.75rem;padding-bottom:18.75rem}.LA,.LB{padding-left:19rem;padding-right:19rem}.LC,.LD{padding-top:19rem;padding-bottom:19rem}.LE,.LF{padding-left:19.25rem;padding-right:19.25rem}.LG,.LH{padding-top:19.25rem;padding-bottom:19.25rem}.LI,.LJ{padding-left:19.5rem;padding-right:19.5rem}.LK,.LL{padding-top:19.5rem;padding-bottom:19.5rem}.LM,.LN{padding-left:19.75rem;padding-right:19.75rem}.LO,.LP{padding-top:19.75rem;padding-bottom:19.75rem}.LQ,.LR{padding-left:20rem;padding-right:20rem}.LS,.LT{padding-top:20rem;padding-bottom:20rem}.LU,.LV{padding-left:20.25rem;padding-right:20.25rem}.LW,.LX{padding-top:20.25rem;padding-bottom:20.25rem}.LY,.LZ{padding-left:20.5rem;padding-right:20.5rem}.L0,.L1{padding-top:20.5rem;padding-bottom:20.5rem}.L2,.L3{padding-left:20.75rem;padding-right:20.75rem}.L4,.L5{padding-top:20.75rem;padding-bottom:20.75rem}.L6,.L7{padding-left:21rem;padding-right:21rem}.L8,.L9{padding-top:21rem;padding-bottom:21rem}.Ma,.Mb{padding-left:21.25rem;padding-right:21.25rem}.Mc,.Md{padding-top:21.25rem;padding-bottom:21.25rem}.Me,.Mf{padding-left:21.5rem;padding-right:21.5rem}.Mg,.Mh{padding-top:21.5rem;padding-bottom:21.5rem}.Mi,.Mj{padding-left:21.75rem;padding-right:21.75rem}.Mk,.Ml{padding-top:21.75rem;padding-bottom:21.75rem}.Mm,.Mn{padding-left:22rem;padding-right:22rem}.Mo,.Mp{padding-top:22rem;padding-bottom:22rem}.Mq,.Mr{padding-left:22.25rem;padding-right:22.25rem}.Ms,.Mt{padding-top:22.25rem;padding-bottom:22.25rem}.Mu,.Mv{padding-left:22.5rem;padding-right:22.5rem}.Mw,.Mx{padding-top:22.5rem;padding-bottom:22.5rem}.My,.Mz{padding-left:22.75rem;padding-right:22.75rem}.MA,.MB{padding-top:22.75rem;padding-bottom:22.75rem}.MC,.MD{padding-left:23rem;padding-right:23rem}.ME,.MF{padding-top:23rem;padding-bottom:23rem}.MG,.MH{padding-left:23.25rem;padding-right:23.25rem}.MI,.MJ{padding-top:23.25rem;padding-bottom:23.25rem}.MK,.ML{padding-left:23.5rem;padding-right:23.5rem}.MM,.MN{padding-top:23.5rem;padding-bottom:23.5rem}.MO,.MP{padding-left:23.75rem;padding-right:23.75rem}.MQ,.MR{padding-top:23.75rem;padding-bottom:23.75rem}.MS,.MT{padding-left:24rem;padding-right:24rem}.MU,.MV{padding-top:24rem;padding-bottom:24rem}.MW,.MX{padding-left:24.25rem;padding-right:24.25rem}.MY,.MZ{padding-top:24.25rem;padding-bottom:24.25rem}.M0,.M1{padding-left:24.5rem;padding-right:24.5rem}.M2,.M3{padding-top:24.5rem;padding-bottom:24.5rem}.M4,.M5{padding-left:24.75rem;padding-right:24.75rem}.M6,.M7{padding-top:24.75rem;padding-bottom:24.75rem}.M8,.M9{padding-left:25rem;padding-right:25rem}.Na,.Nb{padding-top:25rem;padding-bottom:25rem}.Nc,.Nd{padding-top:0rem}.Ne,.Nf{padding-right:0rem}.Ng,.Nh{padding-bottom:0rem}.Ni,.Nj{padding-left:0rem}.Nk,.Nl{padding-top:.25rem}.Nm,.Nn{padding-right:.25rem}.No,.Np{padding-bottom:.25rem}.Nq,.Nr{padding-left:.25rem}.Ns,.Nt{padding-top:.5rem}.Nu,.Nv{padding-right:.5rem}.Nw,.Nx{padding-bottom:.5rem}.Ny,.Nz{padding-left:.5rem}.NA,.NB{padding-top:.75rem}.NC,.ND{padding-right:.75rem}.NE,.NF{padding-bottom:.75rem}.NG,.NH{padding-left:.75rem}.NI,.NJ{padding-top:1rem}.NK,.NL{padding-right:1rem}.NM,.NN{padding-bottom:1rem}.NO,.NP{padding-left:1rem}.NQ,.NR{padding-top:1.25rem}.NS,.NT{padding-right:1.25rem}.NU,.NV{padding-bottom:1.25rem}.NW,.NX{padding-left:1.25rem}.NY,.NZ{padding-top:1.5rem}.N0,.N1{padding-right:1.5rem}.N2,.N3{padding-bottom:1.5rem}.N4,.N5{padding-left:1.5rem}.N6,.N7{padding-top:1.75rem}.N8,.N9{padding-right:1.75rem}.Oa,.Ob{padding-bottom:1.75rem}.Oc,.Od{padding-left:1.75rem}.Oe,.Of{padding-top:2rem}.Og,.Oh{padding-right:2rem}.Oi,.Oj{padding-bottom:2rem}.Ok,.Ol{padding-left:2rem}.Om,.On{padding-top:2.25rem}.Oo,.Op{padding-right:2.25rem}.Oq,.Or{padding-bottom:2.25rem}.Os,.Ot{padding-left:2.25rem}.Ou,.Ov{padding-top:2.5rem}.Ow,.Ox{padding-right:2.5rem}.Oy,.Oz{padding-bottom:2.5rem}.OA,.OB{padding-left:2.5rem}.OC,.OD{padding-top:2.75rem}.OE,.OF{padding-right:2.75rem}.OG,.OH{padding-bottom:2.75rem}.OI,.OJ{padding-left:2.75rem}.OK,.OL{padding-top:3rem}.OM,.ON{padding-right:3rem}.OO,.OP{padding-bottom:3rem}.OQ,.OR{padding-left:3rem}.OS,.OT{padding-top:3.25rem}.OU,.OV{padding-right:3.25rem}.OW,.OX{padding-bottom:3.25rem}.OY,.OZ{padding-left:3.25rem}.O0,.O1{padding-top:3.5rem}.O2,.O3{padding-right:3.5rem}.O4,.O5{padding-bottom:3.5rem}.O6,.O7{padding-left:3.5rem}.O8,.O9{padding-top:3.75rem}.Pa,.Pb{padding-right:3.75rem}.Pc,.Pd{padding-bottom:3.75rem}.Pe,.Pf{padding-left:3.75rem}.Pg,.Ph{padding-top:4rem}.Pi,.Pj{padding-right:4rem}.Pk,.Pl{padding-bottom:4rem}.Pm,.Pn{padding-left:4rem}.Po,.Pp{padding-top:4.25rem}.Pq,.Pr{padding-right:4.25rem}.Ps,.Pt{padding-bottom:4.25rem}.Pu,.Pv{padding-left:4.25rem}.Pw,.Px{padding-top:4.5rem}.Py,.Pz{padding-right:4.5rem}.PA,.PB{padding-bottom:4.5rem}.PC,.PD{padding-left:4.5rem}.PE,.PF{padding-top:4.75rem}.PG,.PH{padding-right:4.75rem}.PI,.PJ{padding-bottom:4.75rem}.PK,.PL{padding-left:4.75rem}.PM,.PN{padding-top:5rem}.PO,.PP{padding-right:5rem}.PQ,.PR{padding-bottom:5rem}.PS,.PT{padding-left:5rem}.PU,.PV{padding-top:5.25rem}.PW,.PX{padding-right:5.25rem}.PY,.PZ{padding-bottom:5.25rem}.P0,.P1{padding-left:5.25rem}.P2,.P3{padding-top:5.5rem}.P4,.P5{padding-right:5.5rem}.P6,.P7{padding-bottom:5.5rem}.P8,.P9{padding-left:5.5rem}.Qa,.Qb{padding-top:5.75rem}.Qc,.Qd{padding-right:5.75rem}.Qe,.Qf{padding-bottom:5.75rem}.Qg,.Qh{padding-left:5.75rem}.Qi,.Qj{padding-top:6rem}.Qk,.Ql{padding-right:6rem}.Qm,.Qn{padding-bottom:6rem}.Qo,.Qp{padding-left:6rem}.Qq,.Qr{padding-top:6.25rem}.Qs,.Qt{padding-right:6.25rem}.Qu,.Qv{padding-bottom:6.25rem}.Qw,.Qx{padding-left:6.25rem}.Qy,.Qz{padding-top:6.5rem}.QA,.QB{padding-right:6.5rem}.QC,.QD{padding-bottom:6.5rem}.QE,.QF{padding-left:6.5rem}.QG,.QH{padding-top:6.75rem}.QI,.QJ{padding-right:6.75rem}.QK,.QL{padding-bottom:6.75rem}.QM,.QN{padding-left:6.75rem}.QO,.QP{padding-top:7rem}.QQ,.QR{padding-right:7rem}.QS,.QT{padding-bottom:7rem}.QU,.QV{padding-left:7rem}.QW,.QX{padding-top:7.25rem}.QY,.QZ{padding-right:7.25rem}.Q0,.Q1{padding-bottom:7.25rem}.Q2,.Q3{padding-left:7.25rem}.Q4,.Q5{padding-top:7.5rem}.Q6,.Q7{padding-right:7.5rem}.Q8,.Q9{padding-bottom:7.5rem}.Ra,.Rb{padding-left:7.5rem}.Rc,.Rd{padding-top:7.75rem}.Re,.Rf{padding-right:7.75rem}.Rg,.Rh{padding-bottom:7.75rem}.Ri,.Rj{padding-left:7.75rem}.Rk,.Rl{padding-top:8rem}.Rm,.Rn{padding-right:8rem}.Ro,.Rp{padding-bottom:8rem}.Rq,.Rr{padding-left:8rem}.Rs,.Rt{padding-top:8.25rem}.Ru,.Rv{padding-right:8.25rem}.Rw,.Rx{padding-bottom:8.25rem}.Ry,.Rz{padding-left:8.25rem}.RA,.RB{padding-top:8.5rem}.RC,.RD{padding-right:8.5rem}.RE,.RF{padding-bottom:8.5rem}.RG,.RH{padding-left:8.5rem}.RI,.RJ{padding-top:8.75rem}.RK,.RL{padding-right:8.75rem}.RM,.RN{padding-bottom:8.75rem}.RO,.RP{padding-left:8.75rem}.RQ,.RR{padding-top:9rem}.RS,.RT{padding-right:9rem}.RU,.RV{padding-bottom:9rem}.RW,.RX{padding-left:9rem}.RY,.RZ{padding-top:9.25rem}.R0,.R1{padding-right:9.25rem}.R2,.R3{padding-bottom:9.25rem}.R4,.R5{padding-left:9.25rem}.R6,.R7{padding-top:9.5rem}.R8,.R9{padding-right:9.5rem}.Sa,.Sb{padding-bottom:9.5rem}.Sc,.Sd{padding-left:9.5rem}.Se,.Sf{padding-top:9.75rem}.Sg,.Sh{padding-right:9.75rem}.Si,.Sj{padding-bottom:9.75rem}.Sk,.Sl{padding-left:9.75rem}.Sm,.Sn{padding-top:10rem}.So,.Sp{padding-right:10rem}.Sq,.Sr{padding-bottom:10rem}.Ss,.St{padding-left:10rem}.Su,.Sv{padding-top:10.25rem}.Sw,.Sx{padding-right:10.25rem}.Sy,.Sz{padding-bottom:10.25rem}.SA,.SB{padding-left:10.25rem}.SC,.SD{padding-top:10.5rem}.SE,.SF{padding-right:10.5rem}.SG,.SH{padding-bottom:10.5rem}.SI,.SJ{padding-left:10.5rem}.SK,.SL{padding-top:10.75rem}.SM,.SN{padding-right:10.75rem}.SO,.SP{padding-bottom:10.75rem}.SQ,.SR{padding-left:10.75rem}.SS,.ST{padding-top:11rem}.SU,.SV{padding-right:11rem}.SW,.SX{padding-bottom:11rem}.SY,.SZ{padding-left:11rem}.S0,.S1{padding-top:11.25rem}.S2,.S3{padding-right:11.25rem}.S4,.S5{padding-bottom:11.25rem}.S6,.S7{padding-left:11.25rem}.S8,.S9{padding-top:11.5rem}.Ta,.Tb{padding-right:11.5rem}.Tc,.Td{padding-bottom:11.5rem}.Te,.Tf{padding-left:11.5rem}.Tg,.Th{padding-top:11.75rem}.Ti,.Tj{padding-right:11.75rem}.Tk,.Tl{padding-bottom:11.75rem}.Tm,.Tn{padding-left:11.75rem}.To,.Tp{padding-top:12rem}.Tq,.Tr{padding-right:12rem}.Ts,.Tt{padding-bottom:12rem}.Tu,.Tv{padding-left:12rem}.Tw,.Tx{padding-top:12.25rem}.Ty,.Tz{padding-right:12.25rem}.TA,.TB{padding-bottom:12.25rem}.TC,.TD{padding-left:12.25rem}.TE,.TF{padding-top:12.5rem}.TG,.TH{padding-right:12.5rem}.TI,.TJ{padding-bottom:12.5rem}.TK,.TL{padding-left:12.5rem}.TM,.TN{padding-top:12.75rem}.TO,.TP{padding-right:12.75rem}.TQ,.TR{padding-bottom:12.75rem}.TS,.TT{padding-left:12.75rem}.TU,.TV{padding-top:13rem}.TW,.TX{padding-right:13rem}.TY,.TZ{padding-bottom:13rem}.T0,.T1{padding-left:13rem}.T2,.T3{padding-top:13.25rem}.T4,.T5{padding-right:13.25rem}.T6,.T7{padding-bottom:13.25rem}.T8,.T9{padding-left:13.25rem}.Ua,.Ub{padding-top:13.5rem}.Uc,.Ud{padding-right:13.5rem}.Ue,.Uf{padding-bottom:13.5rem}.Ug,.Uh{padding-left:13.5rem}.Ui,.Uj{padding-top:13.75rem}.Uk,.Ul{padding-right:13.75rem}.Um,.Un{padding-bottom:13.75rem}.Uo,.Up{padding-left:13.75rem}.Uq,.Ur{padding-top:14rem}.Us,.Ut{padding-right:14rem}.Uu,.Uv{padding-bottom:14rem}.Uw,.Ux{padding-left:14rem}.Uy,.Uz{padding-top:14.25rem}.UA,.UB{padding-right:14.25rem}.UC,.UD{padding-bottom:14.25rem}.UE,.UF{padding-left:14.25rem}.UG,.UH{padding-top:14.5rem}.UI,.UJ{padding-right:14.5rem}.UK,.UL{padding-bottom:14.5rem}.UM,.UN{padding-left:14.5rem}.UO,.UP{padding-top:14.75rem}.UQ,.UR{padding-right:14.75rem}.US,.UT{padding-bottom:14.75rem}.UU,.UV{padding-left:14.75rem}.UW,.UX{padding-top:15rem}.UY,.UZ{padding-right:15rem}.U0,.U1{padding-bottom:15rem}.U2,.U3{padding-left:15rem}.U4,.U5{padding-top:15.25rem}.U6,.U7{padding-right:15.25rem}.U8,.U9{padding-bottom:15.25rem}.Va,.Vb{padding-left:15.25rem}.Vc,.Vd{padding-top:15.5rem}.Ve,.Vf{padding-right:15.5rem}.Vg,.Vh{padding-bottom:15.5rem}.Vi,.Vj{padding-left:15.5rem}.Vk,.Vl{padding-top:15.75rem}.Vm,.Vn{padding-right:15.75rem}.Vo,.Vp{padding-bottom:15.75rem}.Vq,.Vr{padding-left:15.75rem}.Vs,.Vt{padding-top:16rem}.Vu,.Vv{padding-right:16rem}.Vw,.Vx{padding-bottom:16rem}.Vy,.Vz{padding-left:16rem}.VA,.VB{padding-top:16.25rem}.VC,.VD{padding-right:16.25rem}.VE,.VF{padding-bottom:16.25rem}.VG,.VH{padding-left:16.25rem}.VI,.VJ{padding-top:16.5rem}.VK,.VL{padding-right:16.5rem}.VM,.VN{padding-bottom:16.5rem}.VO,.VP{padding-left:16.5rem}.VQ,.VR{padding-top:16.75rem}.VS,.VT{padding-right:16.75rem}.VU,.VV{padding-bottom:16.75rem}.VW,.VX{padding-left:16.75rem}.VY,.VZ{padding-top:17rem}.V0,.V1{padding-right:17rem}.V2,.V3{padding-bottom:17rem}.V4,.V5{padding-left:17rem}.V6,.V7{padding-top:17.25rem}.V8,.V9{padding-right:17.25rem}.Wa,.Wb{padding-bottom:17.25rem}.Wc,.Wd{padding-left:17.25rem}.We,.Wf{padding-top:17.5rem}.Wg,.Wh{padding-right:17.5rem}.Wi,.Wj{padding-bottom:17.5rem}.Wk,.Wl{padding-left:17.5rem}.Wm,.Wn{padding-top:17.75rem}.Wo,.Wp{padding-right:17.75rem}.Wq,.Wr{padding-bottom:17.75rem}.Ws,.Wt{padding-left:17.75rem}.Wu,.Wv{padding-top:18rem}.Ww,.Wx{padding-right:18rem}.Wy,.Wz{padding-bottom:18rem}.WA,.WB{padding-left:18rem}.WC,.WD{padding-top:18.25rem}.WE,.WF{padding-right:18.25rem}.WG,.WH{padding-bottom:18.25rem}.WI,.WJ{padding-left:18.25rem}.WK,.WL{padding-top:18.5rem}.WM,.WN{padding-right:18.5rem}.WO,.WP{padding-bottom:18.5rem}.WQ,.WR{padding-left:18.5rem}.WS,.WT{padding-top:18.75rem}.WU,.WV{padding-right:18.75rem}.WW,.WX{padding-bottom:18.75rem}.WY,.WZ{padding-left:18.75rem}.W0,.W1{padding-top:19rem}.W2,.W3{padding-right:19rem}.W4,.W5{padding-bottom:19rem}.W6,.W7{padding-left:19rem}.W8,.W9{padding-top:19.25rem}.Xa,.Xb{padding-right:19.25rem}.Xc,.Xd{padding-bottom:19.25rem}.Xe,.Xf{padding-left:19.25rem}.Xg,.Xh{padding-top:19.5rem}.Xi,.Xj{padding-right:19.5rem}.Xk,.Xl{padding-bottom:19.5rem}.Xm,.Xn{padding-left:19.5rem}.Xo,.Xp{padding-top:19.75rem}.Xq,.Xr{padding-right:19.75rem}.Xs,.Xt{padding-bottom:19.75rem}.Xu,.Xv{padding-left:19.75rem}.Xw,.Xx{padding-top:20rem}.Xy,.Xz{padding-right:20rem}.XA,.XB{padding-bottom:20rem}.XC,.XD{padding-left:20rem}.XE,.XF{padding-top:20.25rem}.XG,.XH{padding-right:20.25rem}.XI,.XJ{padding-bottom:20.25rem}.XK,.XL{padding-left:20.25rem}.XM,.XN{padding-top:20.5rem}.XO,.XP{padding-right:20.5rem}.XQ,.XR{padding-bottom:20.5rem}.XS,.XT{padding-left:20.5rem}.XU,.XV{padding-top:20.75rem}.XW,.XX{padding-right:20.75rem}.XY,.XZ{padding-bottom:20.75rem}.X0,.X1{padding-left:20.75rem}.X2,.X3{padding-top:21rem}.X4,.X5{padding-right:21rem}.X6,.X7{padding-bottom:21rem}.X8,.X9{padding-left:21rem}.Ya,.Yb{padding-top:21.25rem}.Yc,.Yd{padding-right:21.25rem}.Ye,.Yf{padding-bottom:21.25rem}.Yg,.Yh{padding-left:21.25rem}.Yi,.Yj{padding-top:21.5rem}.Yk,.Yl{padding-right:21.5rem}.Ym,.Yn{padding-bottom:21.5rem}.Yo,.Yp{padding-left:21.5rem}.Yq,.Yr{padding-top:21.75rem}.Ys,.Yt{padding-right:21.75rem}.Yu,.Yv{padding-bottom:21.75rem}.Yw,.Yx{padding-left:21.75rem}.Yy,.Yz{padding-top:22rem}.YA,.YB{padding-right:22rem}.YC,.YD{padding-bottom:22rem}.YE,.YF{padding-left:22rem}.YG,.YH{padding-top:22.25rem}.YI,.YJ{padding-right:22.25rem}.YK,.YL{padding-bottom:22.25rem}.YM,.YN{padding-left:22.25rem}.YO,.YP{padding-top:22.5rem}.YQ,.YR{padding-right:22.5rem}.YS,.YT{padding-bottom:22.5rem}.YU,.YV{padding-left:22.5rem}.YW,.YX{padding-top:22.75rem}.YY,.YZ{padding-right:22.75rem}.Y0,.Y1{padding-bottom:22.75rem}.Y2,.Y3{padding-left:22.75rem}.Y4,.Y5{padding-top:23rem}.Y6,.Y7{padding-right:23rem}.Y8,.Y9{padding-bottom:23rem}.Za,.Zb{padding-left:23rem}.Zc,.Zd{padding-top:23.25rem}.Ze,.Zf{padding-right:23.25rem}.Zg,.Zh{padding-bottom:23.25rem}.Zi,.Zj{padding-left:23.25rem}.Zk,.Zl{padding-top:23.5rem}.Zm,.Zn{padding-right:23.5rem}.Zo,.Zp{padding-bottom:23.5rem}.Zq,.Zr{padding-left:23.5rem}.Zs,.Zt{padding-top:23.75rem}.Zu,.Zv{padding-right:23.75rem}.Zw,.Zx{padding-bottom:23.75rem}.Zy,.Zz{padding-left:23.75rem}.ZA,.ZB{padding-top:24rem}.ZC,.ZD{padding-right:24rem}.ZE,.ZF{padding-bottom:24rem}.ZG,.ZH{padding-left:24rem}.ZI,.ZJ{padding-top:24.25rem}.ZK,.ZL{padding-right:24.25rem}.ZM,.ZN{padding-bottom:24.25rem}.ZO,.ZP{padding-left:24.25rem}.ZQ,.ZR{padding-top:24.5rem}.ZS,.ZT{padding-right:24.5rem}.ZU,.ZV{padding-bottom:24.5rem}.ZW,.ZX{padding-left:24.5rem}.ZY,.ZZ{padding-top:24.75rem}.Z0,.Z1{padding-right:24.75rem}.Z2,.Z3{padding-bottom:24.75rem}.Z4,.Z5{padding-left:24.75rem}.Z6,.Z7{padding-top:25rem}.Z8,.Z9{padding-right:25rem}.aaa,.aab{padding-bottom:25rem}.aac,.aad{padding-left:25rem}.aae,.aaf{border-width:0px}.aag,.aah{border-width:1px}.aai,.aaj{border-width:2px}.aak,.aal{border-width:3px}.aam,.aan{border-width:4px}.aao,.aap{border-width:5px}.aaq,.aar{border-width:6px}.aas,.aat{border-width:7px}.aau,.aav{border-width:8px}.aaw,.aax{border-width:9px}.aay,.aaz{border-width:10px}.aaA,.aaB{border-width:11px}.aaC,.aaD{border-width:12px}.aaE,.aaF{border-width:13px}.aaG,.aaH{border-width:14px}.aaI,.aaJ{border-width:15px}.aaK,.aaL{border-width:16px}.aaM,.aaN{border-width:17px}.aaO,.aaP{border-width:18px}.aaQ,.aaR{border-width:19px}.aaS,.aaT{border-width:20px}.aaU,.aaV{border-width:21px}.aaW,.aaX{border-width:22px}.aaY,.aaZ{border-width:23px}.aa0,.aa1{border-width:24px}.aa2,.aa3{border-width:25px}.aa4,.aa5{border-width:26px}.aa6,.aa7{border-width:27px}.aa8,.aa9{border-width:28px}.aba,.abb{border-width:29px}.abc,.abd{border-width:30px}.abe,.abf{border-width:31px}.abg,.abh{border-width:32px}.abi,.abj{border-width:33px}.abk,.abl{border-width:34px}.abm,.abn{border-width:35px}.abo,.abp{border-width:36px}.abq,.abr{border-width:37px}.abs,.abt{border-width:38px}.abu,.abv{border-width:39px}.abw,.abx{border-width:40px}.aby,.abz{border-width:41px}.abA,.abB{border-width:42px}.abC,.abD{border-width:43px}.abE,.abF{border-width:44px}.abG,.abH{border-width:45px}.abI,.abJ{border-width:46px}.abK,.abL{border-width:47px}.abM,.abN{border-width:48px}.abO,.abP{border-width:49px}.abQ,.abR{border-width:50px}.abS,.abT{border-width:51px}.abU,.abV{border-width:52px}.abW,.abX{border-width:53px}.abY,.abZ{border-width:54px}.ab0,.ab1{border-width:55px}.ab2,.ab3{border-width:56px}.ab4,.ab5{border-width:57px}.ab6,.ab7{border-width:58px}.ab8,.ab9{border-width:59px}.aca,.acb{border-width:60px}.acc,.acd{border-width:61px}.ace,.acf{border-width:62px}.acg,.ach{border-width:63px}.aci,.acj{border-width:64px}.ack,.acl{border-width:65px}.acm,.acn{border-width:66px}.aco,.acp{border-width:67px}.acq,.acr{border-width:68px}.acs,.act{border-width:69px}.acu,.acv{border-width:70px}.acw,.acx{border-width:71px}.acy,.acz{border-width:72px}.acA,.acB{border-width:73px}.acC,.acD{border-width:74px}.acE,.acF{border-width:75px}.acG,.acH{border-width:76px}.acI,.acJ{border-width:77px}.acK,.acL{border-width:78px}.acM,.acN{border-width:79px}.acO,.acP{border-width:80px}.acQ,.acR{border-width:81px}.acS,.acT{border-width:82px}.acU,.acV{border-width:83px}.acW,.acX{border-width:84px}.acY,.acZ{border-width:85px}.ac0,.ac1{border-width:86px}.ac2,.ac3{border-width:87px}.ac4,.ac5{border-width:88px}.ac6,.ac7{border-width:89px}.ac8,.ac9{border-width:90px}.ada,.adb{border-width:91px}.adc,.add{border-width:92px}.ade,.adf{border-width:93px}.adg,.adh{border-width:94px}.adi,.adj{border-width:95px}.adk,.adl{border-width:96px}.adm,.adn{border-width:97px}.ado,.adp{border-width:98px}.adq,.adr{border-width:99px}.ads,.adt{border-width:100px}.adu,.adv{border-left-width:0px;border-right-width:0px}.adw,.adx{border-top-width:0px;border-bottom-width:0px}.ady,.adz{border-left-width:1px;border-right-width:1px}.adA,.adB{border-top-width:1px;border-bottom-width:1px}.adC,.adD{border-left-width:2px;border-right-width:2px}.adE,.adF{border-top-width:2px;border-bottom-width:2px}.adG,.adH{border-left-width:3px;border-right-width:3px}.adI,.adJ{border-top-width:3px;border-bottom-width:3px}.adK,.adL{border-left-width:4px;border-right-width:4px}.adM,.adN{border-top-width:4px;border-bottom-width:4px}.adO,.adP{border-left-width:5px;border-right-width:5px}.adQ,.adR{border-top-width:5px;border-bottom-width:5px}.adS,.adT{border-left-width:6px;border-right-width:6px}.adU,.adV{border-top-width:6px;border-bottom-width:6px}.adW,.adX{border-left-width:7px;border-right-width:7px}.adY,.adZ{border-top-width:7px;border-bottom-width:7px}.ad0,.ad1{border-left-width:8px;border-right-width:8px}.ad2,.ad3{border-top-width:8px;border-bottom-width:8px}.ad4,.ad5{border-left-width:9px;border-right-width:9px}.ad6,.ad7{border-top-width:9px;border-bottom-width:9px}.ad8,.ad9{border-left-width:10px;border-right-width:10px}.aea,.aeb{border-top-width:10px;border-bottom-width:10px}.aec,.aed{border-left-width:11px;border-right-width:11px}.aee,.aef{border-top-width:11px;border-bottom-width:11px}.aeg,.aeh{border-left-width:12px;border-right-width:12px}.aei,.aej{border-top-width:12px;border-bottom-width:12px}.aek,.ael{border-left-width:13px;border-right-width:13px}.aem,.aen{border-top-width:13px;border-bottom-width:13px}.aeo,.aep{border-left-width:14px;border-right-width:14px}.aeq,.aer{border-top-width:14px;border-bottom-width:14px}.aes,.aet{border-left-width:15px;border-right-width:15px}.aeu,.aev{border-top-width:15px;border-bottom-width:15px}.aew,.aex{border-left-width:16px;border-right-width:16px}.aey,.aez{border-top-width:16px;border-bottom-width:16px}.aeA,.aeB{border-left-width:17px;border-right-width:17px}.aeC,.aeD{border-top-width:17px;border-bottom-width:17px}.aeE,.aeF{border-left-width:18px;border-right-width:18px}.aeG,.aeH{border-top-width:18px;border-bottom-width:18px}.aeI,.aeJ{border-left-width:19px;border-right-width:19px}.aeK,.aeL{border-top-width:19px;border-bottom-width:19px}.aeM,.aeN{border-left-width:20px;border-right-width:20px}.aeO,.aeP{border-top-width:20px;border-bottom-width:20px}.aeQ,.aeR{border-left-width:21px;border-right-width:21px}.aeS,.aeT{border-top-width:21px;border-bottom-width:21px}.aeU,.aeV{border-left-width:22px;border-right-width:22px}.aeW,.aeX{border-top-width:22px;border-bottom-width:22px}.aeY,.aeZ{border-left-width:23px;border-right-width:23px}.ae0,.ae1{border-top-width:23px;border-bottom-width:23px}.ae2,.ae3{border-left-width:24px;border-right-width:24px}.ae4,.ae5{border-top-width:24px;border-bottom-width:24px}.ae6,.ae7{border-left-width:25px;border-right-width:25px}.ae8,.ae9{border-top-width:25px;border-bottom-width:25px}.afa,.afb{border-left-width:26px;border-right-width:26px}.afc,.afd{border-top-width:26px;border-bottom-width:26px}.afe,.aff{border-left-width:27px;border-right-width:27px}.afg,.afh{border-top-width:27px;border-bottom-width:27px}.afi,.afj{border-left-width:28px;border-right-width:28px}.afk,.afl{border-top-width:28px;border-bottom-width:28px}.afm,.afn{border-left-width:29px;border-right-width:29px}.afo,.afp{border-top-width:29px;border-bottom-width:29px}.afq,.afr{border-left-width:30px;border-right-width:30px}.afs,.aft{border-top-width:30px;border-bottom-width:30px}.afu,.afv{border-left-width:31px;border-right-width:31px}.afw,.afx{border-top-width:31px;border-bottom-width:31px}.afy,.afz{border-left-width:32px;border-right-width:32px}.afA,.afB{border-top-width:32px;border-bottom-width:32px}.afC,.afD{border-left-width:33px;border-right-width:33px}.afE,.afF{border-top-width:33px;border-bottom-width:33px}.afG,.afH{border-left-width:34px;border-right-width:34px}.afI,.afJ{border-top-width:34px;border-bottom-width:34px}.afK,.afL{border-left-width:35px;border-right-width:35px}.afM,.afN{border-top-width:35px;border-bottom-width:35px}.afO,.afP{border-left-width:36px;border-right-width:36px}.afQ,.afR{border-top-width:36px;border-bottom-width:36px}.afS,.afT{border-left-width:37px;border-right-width:37px}.afU,.afV{border-top-width:37px;border-bottom-width:37px}.afW,.afX{border-left-width:38px;border-right-width:38px}.afY,.afZ{border-top-width:38px;border-bottom-width:38px}.af0,.af1{border-left-width:39px;border-right-width:39px}.af2,.af3{border-top-width:39px;border-bottom-width:39px}.af4,.af5{border-left-width:40px;border-right-width:40px}.af6,.af7{border-top-width:40px;border-bottom-width:40px}.af8,.af9{border-left-width:41px;border-right-width:41px}.aga,.agb{border-top-width:41px;border-bottom-width:41px}.agc,.agd{border-left-width:42px;border-right-width:42px}.age,.agf{border-top-width:42px;border-bottom-width:42px}.agg,.agh{border-left-width:43px;border-right-width:43px}.agi,.agj{border-top-width:43px;border-bottom-width:43px}.agk,.agl{border-left-width:44px;border-right-width:44px}.agm,.agn{border-top-width:44px;border-bottom-width:44px}.ago,.agp{border-left-width:45px;border-right-width:45px}.agq,.agr{border-top-width:45px;border-bottom-width:45px}.ags,.agt{border-left-width:46px;border-right-width:46px}.agu,.agv{border-top-width:46px;border-bottom-width:46px}.agw,.agx{border-left-width:47px;border-right-width:47px}.agy,.agz{border-top-width:47px;border-bottom-width:47px}.agA,.agB{border-left-width:48px;border-right-width:48px}.agC,.agD{border-top-width:48px;border-bottom-width:48px}.agE,.agF{border-left-width:49px;border-right-width:49px}.agG,.agH{border-top-width:49px;border-bottom-width:49px}.agI,.agJ{border-left-width:50px;border-right-width:50px}.agK,.agL{border-top-width:50px;border-bottom-width:50px}.agM,.agN{border-left-width:51px;border-right-width:51px}.agO,.agP{border-top-width:51px;border-bottom-width:51px}.agQ,.agR{border-left-width:52px;border-right-width:52px}.agS,.agT{border-top-width:52px;border-bottom-width:52px}.agU,.agV{border-left-width:53px;border-right-width:53px}.agW,.agX{border-top-width:53px;border-bottom-width:53px}.agY,.agZ{border-left-width:54px;border-right-width:54px}.ag0,.ag1{border-top-width:54px;border-bottom-width:54px}.ag2,.ag3{border-left-width:55px;border-right-width:55px}.ag4,.ag5{border-top-width:55px;border-bottom-width:55px}.ag6,.ag7{border-left-width:56px;border-right-width:56px}.ag8,.ag9{border-top-width:56px;border-bottom-width:56px}.aha,.ahb{border-left-width:57px;border-right-width:57px}.ahc,.ahd{border-top-width:57px;border-bottom-width:57px}.ahe,.ahf{border-left-width:58px;border-right-width:58px}.ahg,.ahh{border-top-width:58px;border-bottom-width:58px}.ahi,.ahj{border-left-width:59px;border-right-width:59px}.ahk,.ahl{border-top-width:59px;border-bottom-width:59px}.ahm,.ahn{border-left-width:60px;border-right-width:60px}.aho,.ahp{border-top-width:60px;border-bottom-width:60px}.ahq,.ahr{border-left-width:61px;border-right-width:61px}.ahs,.aht{border-top-width:61px;border-bottom-width:61px}.ahu,.ahv{border-left-width:62px;border-right-width:62px}.ahw,.ahx{border-top-width:62px;border-bottom-width:62px}.ahy,.ahz{border-left-width:63px;border-right-width:63px}.ahA,.ahB{border-top-width:63px;border-bottom-width:63px}.ahC,.ahD{border-left-width:64px;border-right-width:64px}.ahE,.ahF{border-top-width:64px;border-bottom-width:64px}.ahG,.ahH{border-left-width:65px;border-right-width:65px}.ahI,.ahJ{border-top-width:65px;border-bottom-width:65px}.ahK,.ahL{border-left-width:66px;border-right-width:66px}.ahM,.ahN{border-top-width:66px;border-bottom-width:66px}.ahO,.ahP{border-left-width:67px;border-right-width:67px}.ahQ,.ahR{border-top-width:67px;border-bottom-width:67px}.ahS,.ahT{border-left-width:68px;border-right-width:68px}.ahU,.ahV{border-top-width:68px;border-bottom-width:68px}.ahW,.ahX{border-left-width:69px;border-right-width:69px}.ahY,.ahZ{border-top-width:69px;border-bottom-width:69px}.ah0,.ah1{border-left-width:70px;border-right-width:70px}.ah2,.ah3{border-top-width:70px;border-bottom-width:70px}.ah4,.ah5{border-left-width:71px;border-right-width:71px}.ah6,.ah7{border-top-width:71px;border-bottom-width:71px}.ah8,.ah9{border-left-width:72px;border-right-width:72px}.aia,.aib{border-top-width:72px;border-bottom-width:72px}.aic,.aid{border-left-width:73px;border-right-width:73px}.aie,.aif{border-top-width:73px;border-bottom-width:73px}.aig,.aih{border-left-width:74px;border-right-width:74px}.aii,.aij{border-top-width:74px;border-bottom-width:74px}.aik,.ail{border-left-width:75px;border-right-width:75px}.aim,.ain{border-top-width:75px;border-bottom-width:75px}.aio,.aip{border-left-width:76px;border-right-width:76px}.aiq,.air{border-top-width:76px;border-bottom-width:76px}.ais,.ait{border-left-width:77px;border-right-width:77px}.aiu,.aiv{border-top-width:77px;border-bottom-width:77px}.aiw,.aix{border-left-width:78px;border-right-width:78px}.aiy,.aiz{border-top-width:78px;border-bottom-width:78px}.aiA,.aiB{border-left-width:79px;border-right-width:79px}.aiC,.aiD{border-top-width:79px;border-bottom-width:79px}.aiE,.aiF{border-left-width:80px;border-right-width:80px}.aiG,.aiH{border-top-width:80px;border-bottom-width:80px}.aiI,.aiJ{border-left-width:81px;border-right-width:81px}.aiK,.aiL{border-top-width:81px;border-bottom-width:81px}.aiM,.aiN{border-left-width:82px;border-right-width:82px}.aiO,.aiP{border-top-width:82px;border-bottom-width:82px}.aiQ,.aiR{border-left-width:83px;border-right-width:83px}.aiS,.aiT{border-top-width:83px;border-bottom-width:83px}.aiU,.aiV{border-left-width:84px;border-right-width:84px}.aiW,.aiX{border-top-width:84px;border-bottom-width:84px}.aiY,.aiZ{border-left-width:85px;border-right-width:85px}.ai0,.ai1{border-top-width:85px;border-bottom-width:85px}.ai2,.ai3{border-left-width:86px;border-right-width:86px}.ai4,.ai5{border-top-width:86px;border-bottom-width:86px}.ai6,.ai7{border-left-width:87px;border-right-width:87px}.ai8,.ai9{border-top-width:87px;border-bottom-width:87px}.aja,.ajb{border-left-width:88px;border-right-width:88px}.ajc,.ajd{border-top-width:88px;border-bottom-width:88px}.aje,.ajf{border-left-width:89px;border-right-width:89px}.ajg,.ajh{border-top-width:89px;border-bottom-width:89px}.aji,.ajj{border-left-width:90px;border-right-width:90px}.ajk,.ajl{border-top-width:90px;border-bottom-width:90px}.ajm,.ajn{border-left-width:91px;border-right-width:91px}.ajo,.ajp{border-top-width:91px;border-bottom-width:91px}.ajq,.ajr{border-left-width:92px;border-right-width:92px}.ajs,.ajt{border-top-width:92px;border-bottom-width:92px}.aju,.ajv{border-left-width:93px;border-right-width:93px}.ajw,.ajx{border-top-width:93px;border-bottom-width:93px}.ajy,.ajz{border-left-width:94px;border-right-width:94px}.ajA,.ajB{border-top-width:94px;border-bottom-width:94px}.ajC,.ajD{border-left-width:95px;border-right-width:95px}.ajE,.ajF{border-top-width:95px;border-bottom-width:95px}.ajG,.ajH{border-left-width:96px;border-right-width:96px}.ajI,.ajJ{border-top-width:96px;border-bottom-width:96px}.ajK,.ajL{border-left-width:97px;border-right-width:97px}.ajM,.ajN{border-top-width:97px;border-bottom-width:97px}.ajO,.ajP{border-left-width:98px;border-right-width:98px}.ajQ,.ajR{border-top-width:98px;border-bottom-width:98px}.ajS,.ajT{border-left-width:99px;border-right-width:99px}.ajU,.ajV{border-top-width:99px;border-bottom-width:99px}.ajW,.ajX{border-left-width:100px;border-right-width:100px}.ajY,.ajZ{border-top-width:100px;border-bottom-width:100px}.aj0,.aj1{border-top-width:0px}.aj2,.aj3{border-right-width:0px}.aj4,.aj5{border-bottom-width:0px}.aj6,.aj7{border-left-width:0px}.aj8,.aj9{border-top-width:1px}.aka,.akb{border-right-width:1px}.akc,.akd{border-bottom-width:1px}.ake,.akf{border-left-width:1px}.akg,.akh{border-top-width:2px}.aki,.akj{border-right-width:2px}.akk,.akl{border-bottom-width:2px}.akm,.akn{border-left-width:2px}.ako,.akp{border-top-width:3px}.akq,.akr{border-right-width:3px}.aks,.akt{border-bottom-width:3px}.aku,.akv{border-left-width:3px}.akw,.akx{border-top-width:4px}.aky,.akz{border-right-width:4px}.akA,.akB{border-bottom-width:4px}.akC,.akD{border-left-width:4px}.akE,.akF{border-top-width:5px}.akG,.akH{border-right-width:5px}.akI,.akJ{border-bottom-width:5px}.akK,.akL{border-left-width:5px}.akM,.akN{border-top-width:6px}.akO,.akP{border-right-width:6px}.akQ,.akR{border-bottom-width:6px}.akS,.akT{border-left-width:6px}.akU,.akV{border-top-width:7px}.akW,.akX{border-right-width:7px}.akY,.akZ{border-bottom-width:7px}.ak0,.ak1{border-left-width:7px}.ak2,.ak3{border-top-width:8px}.ak4,.ak5{border-right-width:8px}.ak6,.ak7{border-bottom-width:8px}.ak8,.ak9{border-left-width:8px}.ala,.alb{border-top-width:9px}.alc,.ald{border-right-width:9px}.ale,.alf{border-bottom-width:9px}.alg,.alh{border-left-width:9px}.ali,.alj{border-top-width:10px}.alk,.all{border-right-width:10px}.alm,.aln{border-bottom-width:10px}.alo,.alp{border-left-width:10px}.alq,.alr{border-top-width:11px}.als,.alt{border-right-width:11px}.alu,.alv{border-bottom-width:11px}.alw,.alx{border-left-width:11px}.aly,.alz{border-top-width:12px}.alA,.alB{border-right-width:12px}.alC,.alD{border-bottom-width:12px}.alE,.alF{border-left-width:12px}.alG,.alH{border-top-width:13px}.alI,.alJ{border-right-width:13px}.alK,.alL{border-bottom-width:13px}.alM,.alN{border-left-width:13px}.alO,.alP{border-top-width:14px}.alQ,.alR{border-right-width:14px}.alS,.alT{border-bottom-width:14px}.alU,.alV{border-left-width:14px}.alW,.alX{border-top-width:15px}.alY,.alZ{border-right-width:15px}.al0,.al1{border-bottom-width:15px}.al2,.al3{border-left-width:15px}.al4,.al5{border-top-width:16px}.al6,.al7{border-right-width:16px}.al8,.al9{border-bottom-width:16px}.ama,.amb{border-left-width:16px}.amc,.amd{border-top-width:17px}.ame,.amf{border-right-width:17px}.amg,.amh{border-bottom-width:17px}.ami,.amj{border-left-width:17px}.amk,.aml{border-top-width:18px}.amm,.amn{border-right-width:18px}.amo,.amp{border-bottom-width:18px}.amq,.amr{border-left-width:18px}.ams,.amt{border-top-width:19px}.amu,.amv{border-right-width:19px}.amw,.amx{border-bottom-width:19px}.amy,.amz{border-left-width:19px}.amA,.amB{border-top-width:20px}.amC,.amD{border-right-width:20px}.amE,.amF{border-bottom-width:20px}.amG,.amH{border-left-width:20px}.amI,.amJ{border-top-width:21px}.amK,.amL{border-right-width:21px}.amM,.amN{border-bottom-width:21px}.amO,.amP{border-left-width:21px}.amQ,.amR{border-top-width:22px}.amS,.amT{border-right-width:22px}.amU,.amV{border-bottom-width:22px}.amW,.amX{border-left-width:22px}.amY,.amZ{border-top-width:23px}.am0,.am1{border-right-width:23px}.am2,.am3{border-bottom-width:23px}.am4,.am5{border-left-width:23px}.am6,.am7{border-top-width:24px}.am8,.am9{border-right-width:24px}.ana,.anb{border-bottom-width:24px}.anc,.and{border-left-width:24px}.ane,.anf{border-top-width:25px}.ang,.anh{border-right-width:25px}.ani,.anj{border-bottom-width:25px}.ank,.anl{border-left-width:25px}.anm,.ann{border-top-width:26px}.ano,.anp{border-right-width:26px}.anq,.anr{border-bottom-width:26px}.ans,.ant{border-left-width:26px}.anu,.anv{border-top-width:27px}.anw,.anx{border-right-width:27px}.any,.anz{border-bottom-width:27px}.anA,.anB{border-left-width:27px}.anC,.anD{border-top-width:28px}.anE,.anF{border-right-width:28px}.anG,.anH{border-bottom-width:28px}.anI,.anJ{border-left-width:28px}.anK,.anL{border-top-width:29px}.anM,.anN{border-right-width:29px}.anO,.anP{border-bottom-width:29px}.anQ,.anR{border-left-width:29px}.anS,.anT{border-top-width:30px}.anU,.anV{border-right-width:30px}.anW,.anX{border-bottom-width:30px}.anY,.anZ{border-left-width:30px}.an0,.an1{border-top-width:31px}.an2,.an3{border-right-width:31px}.an4,.an5{border-bottom-width:31px}.an6,.an7{border-left-width:31px}.an8,.an9{border-top-width:32px}.aoa,.aob{border-right-width:32px}.aoc,.aod{border-bottom-width:32px}.aoe,.aof{border-left-width:32px}.aog,.aoh{border-top-width:33px}.aoi,.aoj{border-right-width:33px}.aok,.aol{border-bottom-width:33px}.aom,.aon{border-left-width:33px}.aoo,.aop{border-top-width:34px}.aoq,.aor{border-right-width:34px}.aos,.aot{border-bottom-width:34px}.aou,.aov{border-left-width:34px}.aow,.aox{border-top-width:35px}.aoy,.aoz{border-right-width:35px}.aoA,.aoB{border-bottom-width:35px}.aoC,.aoD{border-left-width:35px}.aoE,.aoF{border-top-width:36px}.aoG,.aoH{border-right-width:36px}.aoI,.aoJ{border-bottom-width:36px}.aoK,.aoL{border-left-width:36px}.aoM,.aoN{border-top-width:37px}.aoO,.aoP{border-right-width:37px}.aoQ,.aoR{border-bottom-width:37px}.aoS,.aoT{border-left-width:37px}.aoU,.aoV{border-top-width:38px}.aoW,.aoX{border-right-width:38px}.aoY,.aoZ{border-bottom-width:38px}.ao0,.ao1{border-left-width:38px}.ao2,.ao3{border-top-width:39px}.ao4,.ao5{border-right-width:39px}.ao6,.ao7{border-bottom-width:39px}.ao8,.ao9{border-left-width:39px}.apa,.apb{border-top-width:40px}.apc,.apd{border-right-width:40px}.ape,.apf{border-bottom-width:40px}.apg,.aph{border-left-width:40px}.api,.apj{border-top-width:41px}.apk,.apl{border-right-width:41px}.apm,.apn{border-bottom-width:41px}.apo,.app{border-left-width:41px}.apq,.apr{border-top-width:42px}.aps,.apt{border-right-width:42px}.apu,.apv{border-bottom-width:42px}.apw,.apx{border-left-width:42px}.apy,.apz{border-top-width:43px}.apA,.apB{border-right-width:43px}.apC,.apD{border-bottom-width:43px}.apE,.apF{border-left-width:43px}.apG,.apH{border-top-width:44px}.apI,.apJ{border-right-width:44px}.apK,.apL{border-bottom-width:44px}.apM,.apN{border-left-width:44px}.apO,.apP{border-top-width:45px}.apQ,.apR{border-right-width:45px}.apS,.apT{border-bottom-width:45px}.apU,.apV{border-left-width:45px}.apW,.apX{border-top-width:46px}.apY,.apZ{border-right-width:46px}.ap0,.ap1{border-bottom-width:46px}.ap2,.ap3{border-left-width:46px}.ap4,.ap5{border-top-width:47px}.ap6,.ap7{border-right-width:47px}.ap8,.ap9{border-bottom-width:47px}.aqa,.aqb{border-left-width:47px}.aqc,.aqd{border-top-width:48px}.aqe,.aqf{border-right-width:48px}.aqg,.aqh{border-bottom-width:48px}.aqi,.aqj{border-left-width:48px}.aqk,.aql{border-top-width:49px}.aqm,.aqn{border-right-width:49px}.aqo,.aqp{border-bottom-width:49px}.aqq,.aqr{border-left-width:49px}.aqs,.aqt{border-top-width:50px}.aqu,.aqv{border-right-width:50px}.aqw,.aqx{border-bottom-width:50px}.aqy,.aqz{border-left-width:50px}.aqA,.aqB{border-top-width:51px}.aqC,.aqD{border-right-width:51px}.aqE,.aqF{border-bottom-width:51px}.aqG,.aqH{border-left-width:51px}.aqI,.aqJ{border-top-width:52px}.aqK,.aqL{border-right-width:52px}.aqM,.aqN{border-bottom-width:52px}.aqO,.aqP{border-left-width:52px}.aqQ,.aqR{border-top-width:53px}.aqS,.aqT{border-right-width:53px}.aqU,.aqV{border-bottom-width:53px}.aqW,.aqX{border-left-width:53px}.aqY,.aqZ{border-top-width:54px}.aq0,.aq1{border-right-width:54px}.aq2,.aq3{border-bottom-width:54px}.aq4,.aq5{border-left-width:54px}.aq6,.aq7{border-top-width:55px}.aq8,.aq9{border-right-width:55px}.ara,.arb{border-bottom-width:55px}.arc,.ard{border-left-width:55px}.are,.arf{border-top-width:56px}.arg,.arh{border-right-width:56px}.ari,.arj{border-bottom-width:56px}.ark,.arl{border-left-width:56px}.arm,.arn{border-top-width:57px}.aro,.arp{border-right-width:57px}.arq,.arr{border-bottom-width:57px}.ars,.art{border-left-width:57px}.aru,.arv{border-top-width:58px}.arw,.arx{border-right-width:58px}.ary,.arz{border-bottom-width:58px}.arA,.arB{border-left-width:58px}.arC,.arD{border-top-width:59px}.arE,.arF{border-right-width:59px}.arG,.arH{border-bottom-width:59px}.arI,.arJ{border-left-width:59px}.arK,.arL{border-top-width:60px}.arM,.arN{border-right-width:60px}.arO,.arP{border-bottom-width:60px}.arQ,.arR{border-left-width:60px}.arS,.arT{border-top-width:61px}.arU,.arV{border-right-width:61px}.arW,.arX{border-bottom-width:61px}.arY,.arZ{border-left-width:61px}.ar0,.ar1{border-top-width:62px}.ar2,.ar3{border-right-width:62px}.ar4,.ar5{border-bottom-width:62px}.ar6,.ar7{border-left-width:62px}.ar8,.ar9{border-top-width:63px}.asa,.asb{border-right-width:63px}.asc,.asd{border-bottom-width:63px}.ase,.asf{border-left-width:63px}.asg,.ash{border-top-width:64px}.asi,.asj{border-right-width:64px}.ask,.asl{border-bottom-width:64px}.asm,.asn{border-left-width:64px}.aso,.asp{border-top-width:65px}.asq,.asr{border-right-width:65px}.ass,.ast{border-bottom-width:65px}.asu,.asv{border-left-width:65px}.asw,.asx{border-top-width:66px}.asy,.asz{border-right-width:66px}.asA,.asB{border-bottom-width:66px}.asC,.asD{border-left-width:66px}.asE,.asF{border-top-width:67px}.asG,.asH{border-right-width:67px}.asI,.asJ{border-bottom-width:67px}.asK,.asL{border-left-width:67px}.asM,.asN{border-top-width:68px}.asO,.asP{border-right-width:68px}.asQ,.asR{border-bottom-width:68px}.asS,.asT{border-left-width:68px}.asU,.asV{border-top-width:69px}.asW,.asX{border-right-width:69px}.asY,.asZ{border-bottom-width:69px}.as0,.as1{border-left-width:69px}.as2,.as3{border-top-width:70px}.as4,.as5{border-right-width:70px}.as6,.as7{border-bottom-width:70px}.as8,.as9{border-left-width:70px}.ata,.atb{border-top-width:71px}.atc,.atd{border-right-width:71px}.ate,.atf{border-bottom-width:71px}.atg,.ath{border-left-width:71px}.ati,.atj{border-top-width:72px}.atk,.atl{border-right-width:72px}.atm,.atn{border-bottom-width:72px}.ato,.atp{border-left-width:72px}.atq,.atr{border-top-width:73px}.ats,.att{border-right-width:73px}.atu,.atv{border-bottom-width:73px}.atw,.atx{border-left-width:73px}.aty,.atz{border-top-width:74px}.atA,.atB{border-right-width:74px}.atC,.atD{border-bottom-width:74px}.atE,.atF{border-left-width:74px}.atG,.atH{border-top-width:75px}.atI,.atJ{border-right-width:75px}.atK,.atL{border-bottom-width:75px}.atM,.atN{border-left-width:75px}.atO,.atP{border-top-width:76px}.atQ,.atR{border-right-width:76px}.atS,.atT{border-bottom-width:76px}.atU,.atV{border-left-width:76px}.atW,.atX{border-top-width:77px}.atY,.atZ{border-right-width:77px}.at0,.at1{border-bottom-width:77px}.at2,.at3{border-left-width:77px}.at4,.at5{border-top-width:78px}.at6,.at7{border-right-width:78px}.at8,.at9{border-bottom-width:78px}.aua,.aub{border-left-width:78px}.auc,.aud{border-top-width:79px}.aue,.auf{border-right-width:79px}.aug,.auh{border-bottom-width:79px}.aui,.auj{border-left-width:79px}.auk,.aul{border-top-width:80px}.aum,.aun{border-right-width:80px}.auo,.aup{border-bottom-width:80px}.auq,.aur{border-left-width:80px}.aus,.aut{border-top-width:81px}.auu,.auv{border-right-width:81px}.auw,.aux{border-bottom-width:81px}.auy,.auz{border-left-width:81px}.auA,.auB{border-top-width:82px}.auC,.auD{border-right-width:82px}.auE,.auF{border-bottom-width:82px}.auG,.auH{border-left-width:82px}.auI,.auJ{border-top-width:83px}.auK,.auL{border-right-width:83px}.auM,.auN{border-bottom-width:83px}.auO,.auP{border-left-width:83px}.auQ,.auR{border-top-width:84px}.auS,.auT{border-right-width:84px}.auU,.auV{border-bottom-width:84px}.auW,.auX{border-left-width:84px}.auY,.auZ{border-top-width:85px}.au0,.au1{border-right-width:85px}.au2,.au3{border-bottom-width:85px}.au4,.au5{border-left-width:85px}.au6,.au7{border-top-width:86px}.au8,.au9{border-right-width:86px}.ava,.avb{border-bottom-width:86px}.avc,.avd{border-left-width:86px}.ave,.avf{border-top-width:87px}.avg,.avh{border-right-width:87px}.avi,.avj{border-bottom-width:87px}.avk,.avl{border-left-width:87px}.avm,.avn{border-top-width:88px}.avo,.avp{border-right-width:88px}.avq,.avr{border-bottom-width:88px}.avs,.avt{border-left-width:88px}.avu,.avv{border-top-width:89px}.avw,.avx{border-right-width:89px}.avy,.avz{border-bottom-width:89px}.avA,.avB{border-left-width:89px}.avC,.avD{border-top-width:90px}.avE,.avF{border-right-width:90px}.avG,.avH{border-bottom-width:90px}.avI,.avJ{border-left-width:90px}.avK,.avL{border-top-width:91px}.avM,.avN{border-right-width:91px}.avO,.avP{border-bottom-width:91px}.avQ,.avR{border-left-width:91px}.avS,.avT{border-top-width:92px}.avU,.avV{border-right-width:92px}.avW,.avX{border-bottom-width:92px}.avY,.avZ{border-left-width:92px}.av0,.av1{border-top-width:93px}.av2,.av3{border-right-width:93px}.av4,.av5{border-bottom-width:93px}.av6,.av7{border-left-width:93px}.av8,.av9{border-top-width:94px}.awa,.awb{border-right-width:94px}.awc,.awd{border-bottom-width:94px}.awe,.awf{border-left-width:94px}.awg,.awh{border-top-width:95px}.awi,.awj{border-right-width:95px}.awk,.awl{border-bottom-width:95px}.awm,.awn{border-left-width:95px}.awo,.awp{border-top-width:96px}.awq,.awr{border-right-width:96px}.aws,.awt{border-bottom-width:96px}.awu,.awv{border-left-width:96px}.aww,.awx{border-top-width:97px}.awy,.awz{border-right-width:97px}.awA,.awB{border-bottom-width:97px}.awC,.awD{border-left-width:97px}.awE,.awF{border-top-width:98px}.awG,.awH{border-right-width:98px}.awI,.awJ{border-bottom-width:98px}.awK,.awL{border-left-width:98px}.awM,.awN{border-top-width:99px}.awO,.awP{border-right-width:99px}.awQ,.awR{border-bottom-width:99px}.awS,.awT{border-left-width:99px}.awU,.awV{border-top-width:100px}.awW,.awX{border-right-width:100px}.awY,.awZ{border-bottom-width:100px}.aw0,.aw1{border-left-width:100px}.aw2,.aw3{border-style:solid}.aw4,.aw5{border-style:dashed}.aw6,.aw7{border-style:dotted}.aw8,.aw9{border-style:double}.axa,.axb{border-radius:0rem}.axc,.axd{border-radius:.25rem}.axe,.axf{border-radius:.5rem}.axg,.axh{border-radius:.75rem}.axi,.axj{border-radius:1rem}.axk,.axl{border-radius:1.25rem}.axm,.axn{border-radius:1.5rem}.axo,.axp{border-radius:1.75rem}.axq,.axr{border-radius:2rem}.axs,.axt{border-radius:2.25rem}.axu,.axv{border-radius:2.5rem}.axw,.axx{border-radius:2.75rem}.axy,.axz{border-radius:3rem}.axA,.axB{border-radius:3.25rem}.axC,.axD{border-radius:3.5rem}.axE,.axF{border-radius:3.75rem}.axG,.axH{border-radius:4rem}.axI,.axJ{border-radius:4.25rem}.axK,.axL{border-radius:4.5rem}.axM,.axN{border-radius:4.75rem}.axO,.axP{border-radius:5rem}.axQ,.axR{border-radius:5.25rem}.axS,.axT{border-radius:5.5rem}.axU,.axV{border-radius:5.75rem}.axW,.axX{border-radius:6rem}.axY,.axZ{border-radius:6.25rem}.ax0,.ax1{border-radius:6.5rem}.ax2,.ax3{border-radius:6.75rem}.ax4,.ax5{border-radius:7rem}.ax6,.ax7{border-radius:7.25rem}.ax8,.ax9{border-radius:7.5rem}.aya,.ayb{border-radius:7.75rem}.ayc,.ayd{border-radius:8rem}.aye,.ayf{border-radius:8.25rem}.ayg,.ayh{border-radius:8.5rem}.ayi,.ayj{border-radius:8.75rem}.ayk,.ayl{border-radius:9rem}.aym,.ayn{border-radius:9.25rem}.ayo,.ayp{border-radius:9.5rem}.ayq,.ayr{border-radius:9.75rem}.ays,.ayt{border-radius:10rem}.ayu,.ayv{border-radius:10.25rem}.ayw,.ayx{border-radius:10.5rem}.ayy,.ayz{border-radius:10.75rem}.ayA,.ayB{border-radius:11rem}.ayC,.ayD{border-radius:11.25rem}.ayE,.ayF{border-radius:11.5rem}.ayG,.ayH{border-radius:11.75rem}.ayI,.ayJ{border-radius:12rem}.ayK,.ayL{border-radius:12.25rem}.ayM,.ayN{border-radius:12.5rem}.ayO,.ayP{border-radius:12.75rem}.ayQ,.ayR{border-radius:13rem}.ayS,.ayT{border-radius:13.25rem}.ayU,.ayV{border-radius:13.5rem}.ayW,.ayX{border-radius:13.75rem}.ayY,.ayZ{border-radius:14rem}.ay0,.ay1{border-radius:14.25rem}.ay2,.ay3{border-radius:14.5rem}.ay4,.ay5{border-radius:14.75rem}.ay6,.ay7{border-radius:15rem}.ay8,.ay9{border-radius:15.25rem}.aza,.azb{border-radius:15.5rem}.azc,.azd{border-radius:15.75rem}.aze,.azf{border-radius:16rem}.azg,.azh{border-radius:16.25rem}.azi,.azj{border-radius:16.5rem}.azk,.azl{border-radius:16.75rem}.azm,.azn{border-radius:17rem}.azo,.azp{border-radius:17.25rem}.azq,.azr{border-radius:17.5rem}.azs,.azt{border-radius:17.75rem}.azu,.azv{border-radius:18rem}.azw,.azx{border-radius:18.25rem}.azy,.azz{border-radius:18.5rem}.azA,.azB{border-radius:18.75rem}.azC,.azD{border-radius:19rem}.azE,.azF{border-radius:19.25rem}.azG,.azH{border-radius:19.5rem}.azI,.azJ{border-radius:19.75rem}.azK,.azL{border-radius:20rem}.azM,.azN{border-radius:20.25rem}.azO,.azP{border-radius:20.5rem}.azQ,.azR{border-radius:20.75rem}.azS,.azT{border-radius:21rem}.azU,.azV{border-radius:21.25rem}.azW,.azX{border-radius:21.5rem}.azY,.azZ{border-radius:21.75rem}.az0,.az1{border-radius:22rem}.az2,.az3{border-radius:22.25rem}.az4,.az5{border-radius:22.5rem}.az6,.az7{border-radius:22.75rem}.az8,.az9{border-radius:23rem}.aAa,.aAb{border-radius:23.25rem}.aAc,.aAd{border-radius:23.5rem}.aAe,.aAf{border-radius:23.75rem}.aAg,.aAh{border-radius:24rem}.aAi,.aAj{border-radius:24.25rem}.aAk,.aAl{border-radius:24.5rem}.aAm,.aAn{border-radius:24.75rem}.aAo,.aAp{border-radius:25rem}.aAq,.aAr{border-top-left-radius:0rem;border-top-right-radius:0rem}.aAs,.aAt{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.aAu,.aAv{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.aAw,.aAx{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.aAy,.aAz{border-top-left-radius:1rem;border-top-right-radius:1rem}.aAA,.aAB{border-top-left-radius:1.25rem;border-top-right-radius:1.25rem}.aAC,.aAD{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.aAE,.aAF{border-top-left-radius:1.75rem;border-top-right-radius:1.75rem}.aAG,.aAH{border-top-left-radius:2rem;border-top-right-radius:2rem}.aAI,.aAJ{border-top-left-radius:2.25rem;border-top-right-radius:2.25rem}.aAK,.aAL{border-top-left-radius:2.5rem;border-top-right-radius:2.5rem}.aAM,.aAN{border-top-left-radius:2.75rem;border-top-right-radius:2.75rem}.aAO,.aAP{border-top-left-radius:3rem;border-top-right-radius:3rem}.aAQ,.aAR{border-top-left-radius:3.25rem;border-top-right-radius:3.25rem}.aAS,.aAT{border-top-left-radius:3.5rem;border-top-right-radius:3.5rem}.aAU,.aAV{border-top-left-radius:3.75rem;border-top-right-radius:3.75rem}.aAW,.aAX{border-top-left-radius:4rem;border-top-right-radius:4rem}.aAY,.aAZ{border-top-left-radius:4.25rem;border-top-right-radius:4.25rem}.aA0,.aA1{border-top-left-radius:4.5rem;border-top-right-radius:4.5rem}.aA2,.aA3{border-top-left-radius:4.75rem;border-top-right-radius:4.75rem}.aA4,.aA5{border-top-left-radius:5rem;border-top-right-radius:5rem}.aA6,.aA7{border-top-left-radius:5.25rem;border-top-right-radius:5.25rem}.aA8,.aA9{border-top-left-radius:5.5rem;border-top-right-radius:5.5rem}.aBa,.aBb{border-top-left-radius:5.75rem;border-top-right-radius:5.75rem}.aBc,.aBd{border-top-left-radius:6rem;border-top-right-radius:6rem}.aBe,.aBf{border-top-left-radius:6.25rem;border-top-right-radius:6.25rem}.aBg,.aBh{border-top-left-radius:6.5rem;border-top-right-radius:6.5rem}.aBi,.aBj{border-top-left-radius:6.75rem;border-top-right-radius:6.75rem}.aBk,.aBl{border-top-left-radius:7rem;border-top-right-radius:7rem}.aBm,.aBn{border-top-left-radius:7.25rem;border-top-right-radius:7.25rem}.aBo,.aBp{border-top-left-radius:7.5rem;border-top-right-radius:7.5rem}.aBq,.aBr{border-top-left-radius:7.75rem;border-top-right-radius:7.75rem}.aBs,.aBt{border-top-left-radius:8rem;border-top-right-radius:8rem}.aBu,.aBv{border-top-left-radius:8.25rem;border-top-right-radius:8.25rem}.aBw,.aBx{border-top-left-radius:8.5rem;border-top-right-radius:8.5rem}.aBy,.aBz{border-top-left-radius:8.75rem;border-top-right-radius:8.75rem}.aBA,.aBB{border-top-left-radius:9rem;border-top-right-radius:9rem}.aBC,.aBD{border-top-left-radius:9.25rem;border-top-right-radius:9.25rem}.aBE,.aBF{border-top-left-radius:9.5rem;border-top-right-radius:9.5rem}.aBG,.aBH{border-top-left-radius:9.75rem;border-top-right-radius:9.75rem}.aBI,.aBJ{border-top-left-radius:10rem;border-top-right-radius:10rem}.aBK,.aBL{border-top-left-radius:10.25rem;border-top-right-radius:10.25rem}.aBM,.aBN{border-top-left-radius:10.5rem;border-top-right-radius:10.5rem}.aBO,.aBP{border-top-left-radius:10.75rem;border-top-right-radius:10.75rem}.aBQ,.aBR{border-top-left-radius:11rem;border-top-right-radius:11rem}.aBS,.aBT{border-top-left-radius:11.25rem;border-top-right-radius:11.25rem}.aBU,.aBV{border-top-left-radius:11.5rem;border-top-right-radius:11.5rem}.aBW,.aBX{border-top-left-radius:11.75rem;border-top-right-radius:11.75rem}.aBY,.aBZ{border-top-left-radius:12rem;border-top-right-radius:12rem}.aB0,.aB1{border-top-left-radius:12.25rem;border-top-right-radius:12.25rem}.aB2,.aB3{border-top-left-radius:12.5rem;border-top-right-radius:12.5rem}.aB4,.aB5{border-top-left-radius:12.75rem;border-top-right-radius:12.75rem}.aB6,.aB7{border-top-left-radius:13rem;border-top-right-radius:13rem}.aB8,.aB9{border-top-left-radius:13.25rem;border-top-right-radius:13.25rem}.aCa,.aCb{border-top-left-radius:13.5rem;border-top-right-radius:13.5rem}.aCc,.aCd{border-top-left-radius:13.75rem;border-top-right-radius:13.75rem}.aCe,.aCf{border-top-left-radius:14rem;border-top-right-radius:14rem}.aCg,.aCh{border-top-left-radius:14.25rem;border-top-right-radius:14.25rem}.aCi,.aCj{border-top-left-radius:14.5rem;border-top-right-radius:14.5rem}.aCk,.aCl{border-top-left-radius:14.75rem;border-top-right-radius:14.75rem}.aCm,.aCn{border-top-left-radius:15rem;border-top-right-radius:15rem}.aCo,.aCp{border-top-left-radius:15.25rem;border-top-right-radius:15.25rem}.aCq,.aCr{border-top-left-radius:15.5rem;border-top-right-radius:15.5rem}.aCs,.aCt{border-top-left-radius:15.75rem;border-top-right-radius:15.75rem}.aCu,.aCv{border-top-left-radius:16rem;border-top-right-radius:16rem}.aCw,.aCx{border-top-left-radius:16.25rem;border-top-right-radius:16.25rem}.aCy,.aCz{border-top-left-radius:16.5rem;border-top-right-radius:16.5rem}.aCA,.aCB{border-top-left-radius:16.75rem;border-top-right-radius:16.75rem}.aCC,.aCD{border-top-left-radius:17rem;border-top-right-radius:17rem}.aCE,.aCF{border-top-left-radius:17.25rem;border-top-right-radius:17.25rem}.aCG,.aCH{border-top-left-radius:17.5rem;border-top-right-radius:17.5rem}.aCI,.aCJ{border-top-left-radius:17.75rem;border-top-right-radius:17.75rem}.aCK,.aCL{border-top-left-radius:18rem;border-top-right-radius:18rem}.aCM,.aCN{border-top-left-radius:18.25rem;border-top-right-radius:18.25rem}.aCO,.aCP{border-top-left-radius:18.5rem;border-top-right-radius:18.5rem}.aCQ,.aCR{border-top-left-radius:18.75rem;border-top-right-radius:18.75rem}.aCS,.aCT{border-top-left-radius:19rem;border-top-right-radius:19rem}.aCU,.aCV{border-top-left-radius:19.25rem;border-top-right-radius:19.25rem}.aCW,.aCX{border-top-left-radius:19.5rem;border-top-right-radius:19.5rem}.aCY,.aCZ{border-top-left-radius:19.75rem;border-top-right-radius:19.75rem}.aC0,.aC1{border-top-left-radius:20rem;border-top-right-radius:20rem}.aC2,.aC3{border-top-left-radius:20.25rem;border-top-right-radius:20.25rem}.aC4,.aC5{border-top-left-radius:20.5rem;border-top-right-radius:20.5rem}.aC6,.aC7{border-top-left-radius:20.75rem;border-top-right-radius:20.75rem}.aC8,.aC9{border-top-left-radius:21rem;border-top-right-radius:21rem}.aDa,.aDb{border-top-left-radius:21.25rem;border-top-right-radius:21.25rem}.aDc,.aDd{border-top-left-radius:21.5rem;border-top-right-radius:21.5rem}.aDe,.aDf{border-top-left-radius:21.75rem;border-top-right-radius:21.75rem}.aDg,.aDh{border-top-left-radius:22rem;border-top-right-radius:22rem}.aDi,.aDj{border-top-left-radius:22.25rem;border-top-right-radius:22.25rem}.aDk,.aDl{border-top-left-radius:22.5rem;border-top-right-radius:22.5rem}.aDm,.aDn{border-top-left-radius:22.75rem;border-top-right-radius:22.75rem}.aDo,.aDp{border-top-left-radius:23rem;border-top-right-radius:23rem}.aDq,.aDr{border-top-left-radius:23.25rem;border-top-right-radius:23.25rem}.aDs,.aDt{border-top-left-radius:23.5rem;border-top-right-radius:23.5rem}.aDu,.aDv{border-top-left-radius:23.75rem;border-top-right-radius:23.75rem}.aDw,.aDx{border-top-left-radius:24rem;border-top-right-radius:24rem}.aDy,.aDz{border-top-left-radius:24.25rem;border-top-right-radius:24.25rem}.aDA,.aDB{border-top-left-radius:24.5rem;border-top-right-radius:24.5rem}.aDC,.aDD{border-top-left-radius:24.75rem;border-top-right-radius:24.75rem}.aDE,.aDF{border-top-left-radius:25rem;border-top-right-radius:25rem}.aDG,.aDH{border-top-right-radius:0rem;border-bottom-right-radius:0rem}.aDI,.aDJ{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.aDK,.aDL{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.aDM,.aDN{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.aDO,.aDP{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.aDQ,.aDR{border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem}.aDS,.aDT{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.aDU,.aDV{border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem}.aDW,.aDX{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.aDY,.aDZ{border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem}.aD0,.aD1{border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem}.aD2,.aD3{border-top-right-radius:2.75rem;border-bottom-right-radius:2.75rem}.aD4,.aD5{border-top-right-radius:3rem;border-bottom-right-radius:3rem}.aD6,.aD7{border-top-right-radius:3.25rem;border-bottom-right-radius:3.25rem}.aD8,.aD9{border-top-right-radius:3.5rem;border-bottom-right-radius:3.5rem}.aEa,.aEb{border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem}.aEc,.aEd{border-top-right-radius:4rem;border-bottom-right-radius:4rem}.aEe,.aEf{border-top-right-radius:4.25rem;border-bottom-right-radius:4.25rem}.aEg,.aEh{border-top-right-radius:4.5rem;border-bottom-right-radius:4.5rem}.aEi,.aEj{border-top-right-radius:4.75rem;border-bottom-right-radius:4.75rem}.aEk,.aEl{border-top-right-radius:5rem;border-bottom-right-radius:5rem}.aEm,.aEn{border-top-right-radius:5.25rem;border-bottom-right-radius:5.25rem}.aEo,.aEp{border-top-right-radius:5.5rem;border-bottom-right-radius:5.5rem}.aEq,.aEr{border-top-right-radius:5.75rem;border-bottom-right-radius:5.75rem}.aEs,.aEt{border-top-right-radius:6rem;border-bottom-right-radius:6rem}.aEu,.aEv{border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem}.aEw,.aEx{border-top-right-radius:6.5rem;border-bottom-right-radius:6.5rem}.aEy,.aEz{border-top-right-radius:6.75rem;border-bottom-right-radius:6.75rem}.aEA,.aEB{border-top-right-radius:7rem;border-bottom-right-radius:7rem}.aEC,.aED{border-top-right-radius:7.25rem;border-bottom-right-radius:7.25rem}.aEE,.aEF{border-top-right-radius:7.5rem;border-bottom-right-radius:7.5rem}.aEG,.aEH{border-top-right-radius:7.75rem;border-bottom-right-radius:7.75rem}.aEI,.aEJ{border-top-right-radius:8rem;border-bottom-right-radius:8rem}.aEK,.aEL{border-top-right-radius:8.25rem;border-bottom-right-radius:8.25rem}.aEM,.aEN{border-top-right-radius:8.5rem;border-bottom-right-radius:8.5rem}.aEO,.aEP{border-top-right-radius:8.75rem;border-bottom-right-radius:8.75rem}.aEQ,.aER{border-top-right-radius:9rem;border-bottom-right-radius:9rem}.aES,.aET{border-top-right-radius:9.25rem;border-bottom-right-radius:9.25rem}.aEU,.aEV{border-top-right-radius:9.5rem;border-bottom-right-radius:9.5rem}.aEW,.aEX{border-top-right-radius:9.75rem;border-bottom-right-radius:9.75rem}.aEY,.aEZ{border-top-right-radius:10rem;border-bottom-right-radius:10rem}.aE0,.aE1{border-top-right-radius:10.25rem;border-bottom-right-radius:10.25rem}.aE2,.aE3{border-top-right-radius:10.5rem;border-bottom-right-radius:10.5rem}.aE4,.aE5{border-top-right-radius:10.75rem;border-bottom-right-radius:10.75rem}.aE6,.aE7{border-top-right-radius:11rem;border-bottom-right-radius:11rem}.aE8,.aE9{border-top-right-radius:11.25rem;border-bottom-right-radius:11.25rem}.aFa,.aFb{border-top-right-radius:11.5rem;border-bottom-right-radius:11.5rem}.aFc,.aFd{border-top-right-radius:11.75rem;border-bottom-right-radius:11.75rem}.aFe,.aFf{border-top-right-radius:12rem;border-bottom-right-radius:12rem}.aFg,.aFh{border-top-right-radius:12.25rem;border-bottom-right-radius:12.25rem}.aFi,.aFj{border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem}.aFk,.aFl{border-top-right-radius:12.75rem;border-bottom-right-radius:12.75rem}.aFm,.aFn{border-top-right-radius:13rem;border-bottom-right-radius:13rem}.aFo,.aFp{border-top-right-radius:13.25rem;border-bottom-right-radius:13.25rem}.aFq,.aFr{border-top-right-radius:13.5rem;border-bottom-right-radius:13.5rem}.aFs,.aFt{border-top-right-radius:13.75rem;border-bottom-right-radius:13.75rem}.aFu,.aFv{border-top-right-radius:14rem;border-bottom-right-radius:14rem}.aFw,.aFx{border-top-right-radius:14.25rem;border-bottom-right-radius:14.25rem}.aFy,.aFz{border-top-right-radius:14.5rem;border-bottom-right-radius:14.5rem}.aFA,.aFB{border-top-right-radius:14.75rem;border-bottom-right-radius:14.75rem}.aFC,.aFD{border-top-right-radius:15rem;border-bottom-right-radius:15rem}.aFE,.aFF{border-top-right-radius:15.25rem;border-bottom-right-radius:15.25rem}.aFG,.aFH{border-top-right-radius:15.5rem;border-bottom-right-radius:15.5rem}.aFI,.aFJ{border-top-right-radius:15.75rem;border-bottom-right-radius:15.75rem}.aFK,.aFL{border-top-right-radius:16rem;border-bottom-right-radius:16rem}.aFM,.aFN{border-top-right-radius:16.25rem;border-bottom-right-radius:16.25rem}.aFO,.aFP{border-top-right-radius:16.5rem;border-bottom-right-radius:16.5rem}.aFQ,.aFR{border-top-right-radius:16.75rem;border-bottom-right-radius:16.75rem}.aFS,.aFT{border-top-right-radius:17rem;border-bottom-right-radius:17rem}.aFU,.aFV{border-top-right-radius:17.25rem;border-bottom-right-radius:17.25rem}.aFW,.aFX{border-top-right-radius:17.5rem;border-bottom-right-radius:17.5rem}.aFY,.aFZ{border-top-right-radius:17.75rem;border-bottom-right-radius:17.75rem}.aF0,.aF1{border-top-right-radius:18rem;border-bottom-right-radius:18rem}.aF2,.aF3{border-top-right-radius:18.25rem;border-bottom-right-radius:18.25rem}.aF4,.aF5{border-top-right-radius:18.5rem;border-bottom-right-radius:18.5rem}.aF6,.aF7{border-top-right-radius:18.75rem;border-bottom-right-radius:18.75rem}.aF8,.aF9{border-top-right-radius:19rem;border-bottom-right-radius:19rem}.aGa,.aGb{border-top-right-radius:19.25rem;border-bottom-right-radius:19.25rem}.aGc,.aGd{border-top-right-radius:19.5rem;border-bottom-right-radius:19.5rem}.aGe,.aGf{border-top-right-radius:19.75rem;border-bottom-right-radius:19.75rem}.aGg,.aGh{border-top-right-radius:20rem;border-bottom-right-radius:20rem}.aGi,.aGj{border-top-right-radius:20.25rem;border-bottom-right-radius:20.25rem}.aGk,.aGl{border-top-right-radius:20.5rem;border-bottom-right-radius:20.5rem}.aGm,.aGn{border-top-right-radius:20.75rem;border-bottom-right-radius:20.75rem}.aGo,.aGp{border-top-right-radius:21rem;border-bottom-right-radius:21rem}.aGq,.aGr{border-top-right-radius:21.25rem;border-bottom-right-radius:21.25rem}.aGs,.aGt{border-top-right-radius:21.5rem;border-bottom-right-radius:21.5rem}.aGu,.aGv{border-top-right-radius:21.75rem;border-bottom-right-radius:21.75rem}.aGw,.aGx{border-top-right-radius:22rem;border-bottom-right-radius:22rem}.aGy,.aGz{border-top-right-radius:22.25rem;border-bottom-right-radius:22.25rem}.aGA,.aGB{border-top-right-radius:22.5rem;border-bottom-right-radius:22.5rem}.aGC,.aGD{border-top-right-radius:22.75rem;border-bottom-right-radius:22.75rem}.aGE,.aGF{border-top-right-radius:23rem;border-bottom-right-radius:23rem}.aGG,.aGH{border-top-right-radius:23.25rem;border-bottom-right-radius:23.25rem}.aGI,.aGJ{border-top-right-radius:23.5rem;border-bottom-right-radius:23.5rem}.aGK,.aGL{border-top-right-radius:23.75rem;border-bottom-right-radius:23.75rem}.aGM,.aGN{border-top-right-radius:24rem;border-bottom-right-radius:24rem}.aGO,.aGP{border-top-right-radius:24.25rem;border-bottom-right-radius:24.25rem}.aGQ,.aGR{border-top-right-radius:24.5rem;border-bottom-right-radius:24.5rem}.aGS,.aGT{border-top-right-radius:24.75rem;border-bottom-right-radius:24.75rem}.aGU,.aGV{border-top-right-radius:25rem;border-bottom-right-radius:25rem}.aGW,.aGX{border-bottom-left-radius:0rem;border-bottom-right-radius:0rem}.aGY,.aGZ{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.aG0,.aG1{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.aG2,.aG3{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.aG4,.aG5{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.aG6,.aG7{border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.aG8,.aG9{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.aHa,.aHb{border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem}.aHc,.aHd{border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.aHe,.aHf{border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem}.aHg,.aHh{border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem}.aHi,.aHj{border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem}.aHk,.aHl{border-bottom-left-radius:3rem;border-bottom-right-radius:3rem}.aHm,.aHn{border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem}.aHo,.aHp{border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem}.aHq,.aHr{border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem}.aHs,.aHt{border-bottom-left-radius:4rem;border-bottom-right-radius:4rem}.aHu,.aHv{border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem}.aHw,.aHx{border-bottom-left-radius:4.5rem;border-bottom-right-radius:4.5rem}.aHy,.aHz{border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem}.aHA,.aHB{border-bottom-left-radius:5rem;border-bottom-right-radius:5rem}.aHC,.aHD{border-bottom-left-radius:5.25rem;border-bottom-right-radius:5.25rem}.aHE,.aHF{border-bottom-left-radius:5.5rem;border-bottom-right-radius:5.5rem}.aHG,.aHH{border-bottom-left-radius:5.75rem;border-bottom-right-radius:5.75rem}.aHI,.aHJ{border-bottom-left-radius:6rem;border-bottom-right-radius:6rem}.aHK,.aHL{border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem}.aHM,.aHN{border-bottom-left-radius:6.5rem;border-bottom-right-radius:6.5rem}.aHO,.aHP{border-bottom-left-radius:6.75rem;border-bottom-right-radius:6.75rem}.aHQ,.aHR{border-bottom-left-radius:7rem;border-bottom-right-radius:7rem}.aHS,.aHT{border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem}.aHU,.aHV{border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem}.aHW,.aHX{border-bottom-left-radius:7.75rem;border-bottom-right-radius:7.75rem}.aHY,.aHZ{border-bottom-left-radius:8rem;border-bottom-right-radius:8rem}.aH0,.aH1{border-bottom-left-radius:8.25rem;border-bottom-right-radius:8.25rem}.aH2,.aH3{border-bottom-left-radius:8.5rem;border-bottom-right-radius:8.5rem}.aH4,.aH5{border-bottom-left-radius:8.75rem;border-bottom-right-radius:8.75rem}.aH6,.aH7{border-bottom-left-radius:9rem;border-bottom-right-radius:9rem}.aH8,.aH9{border-bottom-left-radius:9.25rem;border-bottom-right-radius:9.25rem}.aIa,.aIb{border-bottom-left-radius:9.5rem;border-bottom-right-radius:9.5rem}.aIc,.aId{border-bottom-left-radius:9.75rem;border-bottom-right-radius:9.75rem}.aIe,.aIf{border-bottom-left-radius:10rem;border-bottom-right-radius:10rem}.aIg,.aIh{border-bottom-left-radius:10.25rem;border-bottom-right-radius:10.25rem}.aIi,.aIj{border-bottom-left-radius:10.5rem;border-bottom-right-radius:10.5rem}.aIk,.aIl{border-bottom-left-radius:10.75rem;border-bottom-right-radius:10.75rem}.aIm,.aIn{border-bottom-left-radius:11rem;border-bottom-right-radius:11rem}.aIo,.aIp{border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem}.aIq,.aIr{border-bottom-left-radius:11.5rem;border-bottom-right-radius:11.5rem}.aIs,.aIt{border-bottom-left-radius:11.75rem;border-bottom-right-radius:11.75rem}.aIu,.aIv{border-bottom-left-radius:12rem;border-bottom-right-radius:12rem}.aIw,.aIx{border-bottom-left-radius:12.25rem;border-bottom-right-radius:12.25rem}.aIy,.aIz{border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem}.aIA,.aIB{border-bottom-left-radius:12.75rem;border-bottom-right-radius:12.75rem}.aIC,.aID{border-bottom-left-radius:13rem;border-bottom-right-radius:13rem}.aIE,.aIF{border-bottom-left-radius:13.25rem;border-bottom-right-radius:13.25rem}.aIG,.aIH{border-bottom-left-radius:13.5rem;border-bottom-right-radius:13.5rem}.aII,.aIJ{border-bottom-left-radius:13.75rem;border-bottom-right-radius:13.75rem}.aIK,.aIL{border-bottom-left-radius:14rem;border-bottom-right-radius:14rem}.aIM,.aIN{border-bottom-left-radius:14.25rem;border-bottom-right-radius:14.25rem}.aIO,.aIP{border-bottom-left-radius:14.5rem;border-bottom-right-radius:14.5rem}.aIQ,.aIR{border-bottom-left-radius:14.75rem;border-bottom-right-radius:14.75rem}.aIS,.aIT{border-bottom-left-radius:15rem;border-bottom-right-radius:15rem}.aIU,.aIV{border-bottom-left-radius:15.25rem;border-bottom-right-radius:15.25rem}.aIW,.aIX{border-bottom-left-radius:15.5rem;border-bottom-right-radius:15.5rem}.aIY,.aIZ{border-bottom-left-radius:15.75rem;border-bottom-right-radius:15.75rem}.aI0,.aI1{border-bottom-left-radius:16rem;border-bottom-right-radius:16rem}.aI2,.aI3{border-bottom-left-radius:16.25rem;border-bottom-right-radius:16.25rem}.aI4,.aI5{border-bottom-left-radius:16.5rem;border-bottom-right-radius:16.5rem}.aI6,.aI7{border-bottom-left-radius:16.75rem;border-bottom-right-radius:16.75rem}.aI8,.aI9{border-bottom-left-radius:17rem;border-bottom-right-radius:17rem}.aJa,.aJb{border-bottom-left-radius:17.25rem;border-bottom-right-radius:17.25rem}.aJc,.aJd{border-bottom-left-radius:17.5rem;border-bottom-right-radius:17.5rem}.aJe,.aJf{border-bottom-left-radius:17.75rem;border-bottom-right-radius:17.75rem}.aJg,.aJh{border-bottom-left-radius:18rem;border-bottom-right-radius:18rem}.aJi,.aJj{border-bottom-left-radius:18.25rem;border-bottom-right-radius:18.25rem}.aJk,.aJl{border-bottom-left-radius:18.5rem;border-bottom-right-radius:18.5rem}.aJm,.aJn{border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem}.aJo,.aJp{border-bottom-left-radius:19rem;border-bottom-right-radius:19rem}.aJq,.aJr{border-bottom-left-radius:19.25rem;border-bottom-right-radius:19.25rem}.aJs,.aJt{border-bottom-left-radius:19.5rem;border-bottom-right-radius:19.5rem}.aJu,.aJv{border-bottom-left-radius:19.75rem;border-bottom-right-radius:19.75rem}.aJw,.aJx{border-bottom-left-radius:20rem;border-bottom-right-radius:20rem}.aJy,.aJz{border-bottom-left-radius:20.25rem;border-bottom-right-radius:20.25rem}.aJA,.aJB{border-bottom-left-radius:20.5rem;border-bottom-right-radius:20.5rem}.aJC,.aJD{border-bottom-left-radius:20.75rem;border-bottom-right-radius:20.75rem}.aJE,.aJF{border-bottom-left-radius:21rem;border-bottom-right-radius:21rem}.aJG,.aJH{border-bottom-left-radius:21.25rem;border-bottom-right-radius:21.25rem}.aJI,.aJJ{border-bottom-left-radius:21.5rem;border-bottom-right-radius:21.5rem}.aJK,.aJL{border-bottom-left-radius:21.75rem;border-bottom-right-radius:21.75rem}.aJM,.aJN{border-bottom-left-radius:22rem;border-bottom-right-radius:22rem}.aJO,.aJP{border-bottom-left-radius:22.25rem;border-bottom-right-radius:22.25rem}.aJQ,.aJR{border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem}.aJS,.aJT{border-bottom-left-radius:22.75rem;border-bottom-right-radius:22.75rem}.aJU,.aJV{border-bottom-left-radius:23rem;border-bottom-right-radius:23rem}.aJW,.aJX{border-bottom-left-radius:23.25rem;border-bottom-right-radius:23.25rem}.aJY,.aJZ{border-bottom-left-radius:23.5rem;border-bottom-right-radius:23.5rem}.aJ0,.aJ1{border-bottom-left-radius:23.75rem;border-bottom-right-radius:23.75rem}.aJ2,.aJ3{border-bottom-left-radius:24rem;border-bottom-right-radius:24rem}.aJ4,.aJ5{border-bottom-left-radius:24.25rem;border-bottom-right-radius:24.25rem}.aJ6,.aJ7{border-bottom-left-radius:24.5rem;border-bottom-right-radius:24.5rem}.aJ8,.aJ9{border-bottom-left-radius:24.75rem;border-bottom-right-radius:24.75rem}.aKa,.aKb{border-bottom-left-radius:25rem;border-bottom-right-radius:25rem}.aKc,.aKd{border-top-left-radius:0rem;border-bottom-left-radius:0rem}.aKe,.aKf{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.aKg,.aKh{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.aKi,.aKj{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.aKk,.aKl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.aKm,.aKn{border-top-left-radius:1.25rem;border-bottom-left-radius:1.25rem}.aKo,.aKp{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.aKq,.aKr{border-top-left-radius:1.75rem;border-bottom-left-radius:1.75rem}.aKs,.aKt{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.aKu,.aKv{border-top-left-radius:2.25rem;border-bottom-left-radius:2.25rem}.aKw,.aKx{border-top-left-radius:2.5rem;border-bottom-left-radius:2.5rem}.aKy,.aKz{border-top-left-radius:2.75rem;border-bottom-left-radius:2.75rem}.aKA,.aKB{border-top-left-radius:3rem;border-bottom-left-radius:3rem}.aKC,.aKD{border-top-left-radius:3.25rem;border-bottom-left-radius:3.25rem}.aKE,.aKF{border-top-left-radius:3.5rem;border-bottom-left-radius:3.5rem}.aKG,.aKH{border-top-left-radius:3.75rem;border-bottom-left-radius:3.75rem}.aKI,.aKJ{border-top-left-radius:4rem;border-bottom-left-radius:4rem}.aKK,.aKL{border-top-left-radius:4.25rem;border-bottom-left-radius:4.25rem}.aKM,.aKN{border-top-left-radius:4.5rem;border-bottom-left-radius:4.5rem}.aKO,.aKP{border-top-left-radius:4.75rem;border-bottom-left-radius:4.75rem}.aKQ,.aKR{border-top-left-radius:5rem;border-bottom-left-radius:5rem}.aKS,.aKT{border-top-left-radius:5.25rem;border-bottom-left-radius:5.25rem}.aKU,.aKV{border-top-left-radius:5.5rem;border-bottom-left-radius:5.5rem}.aKW,.aKX{border-top-left-radius:5.75rem;border-bottom-left-radius:5.75rem}.aKY,.aKZ{border-top-left-radius:6rem;border-bottom-left-radius:6rem}.aK0,.aK1{border-top-left-radius:6.25rem;border-bottom-left-radius:6.25rem}.aK2,.aK3{border-top-left-radius:6.5rem;border-bottom-left-radius:6.5rem}.aK4,.aK5{border-top-left-radius:6.75rem;border-bottom-left-radius:6.75rem}.aK6,.aK7{border-top-left-radius:7rem;border-bottom-left-radius:7rem}.aK8,.aK9{border-top-left-radius:7.25rem;border-bottom-left-radius:7.25rem}.aLa,.aLb{border-top-left-radius:7.5rem;border-bottom-left-radius:7.5rem}.aLc,.aLd{border-top-left-radius:7.75rem;border-bottom-left-radius:7.75rem}.aLe,.aLf{border-top-left-radius:8rem;border-bottom-left-radius:8rem}.aLg,.aLh{border-top-left-radius:8.25rem;border-bottom-left-radius:8.25rem}.aLi,.aLj{border-top-left-radius:8.5rem;border-bottom-left-radius:8.5rem}.aLk,.aLl{border-top-left-radius:8.75rem;border-bottom-left-radius:8.75rem}.aLm,.aLn{border-top-left-radius:9rem;border-bottom-left-radius:9rem}.aLo,.aLp{border-top-left-radius:9.25rem;border-bottom-left-radius:9.25rem}.aLq,.aLr{border-top-left-radius:9.5rem;border-bottom-left-radius:9.5rem}.aLs,.aLt{border-top-left-radius:9.75rem;border-bottom-left-radius:9.75rem}.aLu,.aLv{border-top-left-radius:10rem;border-bottom-left-radius:10rem}.aLw,.aLx{border-top-left-radius:10.25rem;border-bottom-left-radius:10.25rem}.aLy,.aLz{border-top-left-radius:10.5rem;border-bottom-left-radius:10.5rem}.aLA,.aLB{border-top-left-radius:10.75rem;border-bottom-left-radius:10.75rem}.aLC,.aLD{border-top-left-radius:11rem;border-bottom-left-radius:11rem}.aLE,.aLF{border-top-left-radius:11.25rem;border-bottom-left-radius:11.25rem}.aLG,.aLH{border-top-left-radius:11.5rem;border-bottom-left-radius:11.5rem}.aLI,.aLJ{border-top-left-radius:11.75rem;border-bottom-left-radius:11.75rem}.aLK,.aLL{border-top-left-radius:12rem;border-bottom-left-radius:12rem}.aLM,.aLN{border-top-left-radius:12.25rem;border-bottom-left-radius:12.25rem}.aLO,.aLP{border-top-left-radius:12.5rem;border-bottom-left-radius:12.5rem}.aLQ,.aLR{border-top-left-radius:12.75rem;border-bottom-left-radius:12.75rem}.aLS,.aLT{border-top-left-radius:13rem;border-bottom-left-radius:13rem}.aLU,.aLV{border-top-left-radius:13.25rem;border-bottom-left-radius:13.25rem}.aLW,.aLX{border-top-left-radius:13.5rem;border-bottom-left-radius:13.5rem}.aLY,.aLZ{border-top-left-radius:13.75rem;border-bottom-left-radius:13.75rem}.aL0,.aL1{border-top-left-radius:14rem;border-bottom-left-radius:14rem}.aL2,.aL3{border-top-left-radius:14.25rem;border-bottom-left-radius:14.25rem}.aL4,.aL5{border-top-left-radius:14.5rem;border-bottom-left-radius:14.5rem}.aL6,.aL7{border-top-left-radius:14.75rem;border-bottom-left-radius:14.75rem}.aL8,.aL9{border-top-left-radius:15rem;border-bottom-left-radius:15rem}.aMa,.aMb{border-top-left-radius:15.25rem;border-bottom-left-radius:15.25rem}.aMc,.aMd{border-top-left-radius:15.5rem;border-bottom-left-radius:15.5rem}.aMe,.aMf{border-top-left-radius:15.75rem;border-bottom-left-radius:15.75rem}.aMg,.aMh{border-top-left-radius:16rem;border-bottom-left-radius:16rem}.aMi,.aMj{border-top-left-radius:16.25rem;border-bottom-left-radius:16.25rem}.aMk,.aMl{border-top-left-radius:16.5rem;border-bottom-left-radius:16.5rem}.aMm,.aMn{border-top-left-radius:16.75rem;border-bottom-left-radius:16.75rem}.aMo,.aMp{border-top-left-radius:17rem;border-bottom-left-radius:17rem}.aMq,.aMr{border-top-left-radius:17.25rem;border-bottom-left-radius:17.25rem}.aMs,.aMt{border-top-left-radius:17.5rem;border-bottom-left-radius:17.5rem}.aMu,.aMv{border-top-left-radius:17.75rem;border-bottom-left-radius:17.75rem}.aMw,.aMx{border-top-left-radius:18rem;border-bottom-left-radius:18rem}.aMy,.aMz{border-top-left-radius:18.25rem;border-bottom-left-radius:18.25rem}.aMA,.aMB{border-top-left-radius:18.5rem;border-bottom-left-radius:18.5rem}.aMC,.aMD{border-top-left-radius:18.75rem;border-bottom-left-radius:18.75rem}.aME,.aMF{border-top-left-radius:19rem;border-bottom-left-radius:19rem}.aMG,.aMH{border-top-left-radius:19.25rem;border-bottom-left-radius:19.25rem}.aMI,.aMJ{border-top-left-radius:19.5rem;border-bottom-left-radius:19.5rem}.aMK,.aML{border-top-left-radius:19.75rem;border-bottom-left-radius:19.75rem}.aMM,.aMN{border-top-left-radius:20rem;border-bottom-left-radius:20rem}.aMO,.aMP{border-top-left-radius:20.25rem;border-bottom-left-radius:20.25rem}.aMQ,.aMR{border-top-left-radius:20.5rem;border-bottom-left-radius:20.5rem}.aMS,.aMT{border-top-left-radius:20.75rem;border-bottom-left-radius:20.75rem}.aMU,.aMV{border-top-left-radius:21rem;border-bottom-left-radius:21rem}.aMW,.aMX{border-top-left-radius:21.25rem;border-bottom-left-radius:21.25rem}.aMY,.aMZ{border-top-left-radius:21.5rem;border-bottom-left-radius:21.5rem}.aM0,.aM1{border-top-left-radius:21.75rem;border-bottom-left-radius:21.75rem}.aM2,.aM3{border-top-left-radius:22rem;border-bottom-left-radius:22rem}.aM4,.aM5{border-top-left-radius:22.25rem;border-bottom-left-radius:22.25rem}.aM6,.aM7{border-top-left-radius:22.5rem;border-bottom-left-radius:22.5rem}.aM8,.aM9{border-top-left-radius:22.75rem;border-bottom-left-radius:22.75rem}.aNa,.aNb{border-top-left-radius:23rem;border-bottom-left-radius:23rem}.aNc,.aNd{border-top-left-radius:23.25rem;border-bottom-left-radius:23.25rem}.aNe,.aNf{border-top-left-radius:23.5rem;border-bottom-left-radius:23.5rem}.aNg,.aNh{border-top-left-radius:23.75rem;border-bottom-left-radius:23.75rem}.aNi,.aNj{border-top-left-radius:24rem;border-bottom-left-radius:24rem}.aNk,.aNl{border-top-left-radius:24.25rem;border-bottom-left-radius:24.25rem}.aNm,.aNn{border-top-left-radius:24.5rem;border-bottom-left-radius:24.5rem}.aNo,.aNp{border-top-left-radius:24.75rem;border-bottom-left-radius:24.75rem}.aNq,.aNr{border-top-left-radius:25rem;border-bottom-left-radius:25rem}.aNs,.aNt{border-top-right-radius:0rem}.aNu,.aNv{border-top-left-radius:0rem}.aNw,.aNx{border-bottom-right-radius:0rem}.aNy,.aNz{border-bottom-left-radius:0rem}.aNA,.aNB{border-top-right-radius:.25rem}.aNC,.aND{border-top-left-radius:.25rem}.aNE,.aNF{border-bottom-right-radius:.25rem}.aNG,.aNH{border-bottom-left-radius:.25rem}.aNI,.aNJ{border-top-right-radius:.5rem}.aNK,.aNL{border-top-left-radius:.5rem}.aNM,.aNN{border-bottom-right-radius:.5rem}.aNO,.aNP{border-bottom-left-radius:.5rem}.aNQ,.aNR{border-top-right-radius:.75rem}.aNS,.aNT{border-top-left-radius:.75rem}.aNU,.aNV{border-bottom-right-radius:.75rem}.aNW,.aNX{border-bottom-left-radius:.75rem}.aNY,.aNZ{border-top-right-radius:1rem}.aN0,.aN1{border-top-left-radius:1rem}.aN2,.aN3{border-bottom-right-radius:1rem}.aN4,.aN5{border-bottom-left-radius:1rem}.aN6,.aN7{border-top-right-radius:1.25rem}.aN8,.aN9{border-top-left-radius:1.25rem}.aOa,.aOb{border-bottom-right-radius:1.25rem}.aOc,.aOd{border-bottom-left-radius:1.25rem}.aOe,.aOf{border-top-right-radius:1.5rem}.aOg,.aOh{border-top-left-radius:1.5rem}.aOi,.aOj{border-bottom-right-radius:1.5rem}.aOk,.aOl{border-bottom-left-radius:1.5rem}.aOm,.aOn{border-top-right-radius:1.75rem}.aOo,.aOp{border-top-left-radius:1.75rem}.aOq,.aOr{border-bottom-right-radius:1.75rem}.aOs,.aOt{border-bottom-left-radius:1.75rem}.aOu,.aOv{border-top-right-radius:2rem}.aOw,.aOx{border-top-left-radius:2rem}.aOy,.aOz{border-bottom-right-radius:2rem}.aOA,.aOB{border-bottom-left-radius:2rem}.aOC,.aOD{border-top-right-radius:2.25rem}.aOE,.aOF{border-top-left-radius:2.25rem}.aOG,.aOH{border-bottom-right-radius:2.25rem}.aOI,.aOJ{border-bottom-left-radius:2.25rem}.aOK,.aOL{border-top-right-radius:2.5rem}.aOM,.aON{border-top-left-radius:2.5rem}.aOO,.aOP{border-bottom-right-radius:2.5rem}.aOQ,.aOR{border-bottom-left-radius:2.5rem}.aOS,.aOT{border-top-right-radius:2.75rem}.aOU,.aOV{border-top-left-radius:2.75rem}.aOW,.aOX{border-bottom-right-radius:2.75rem}.aOY,.aOZ{border-bottom-left-radius:2.75rem}.aO0,.aO1{border-top-right-radius:3rem}.aO2,.aO3{border-top-left-radius:3rem}.aO4,.aO5{border-bottom-right-radius:3rem}.aO6,.aO7{border-bottom-left-radius:3rem}.aO8,.aO9{border-top-right-radius:3.25rem}.aPa,.aPb{border-top-left-radius:3.25rem}.aPc,.aPd{border-bottom-right-radius:3.25rem}.aPe,.aPf{border-bottom-left-radius:3.25rem}.aPg,.aPh{border-top-right-radius:3.5rem}.aPi,.aPj{border-top-left-radius:3.5rem}.aPk,.aPl{border-bottom-right-radius:3.5rem}.aPm,.aPn{border-bottom-left-radius:3.5rem}.aPo,.aPp{border-top-right-radius:3.75rem}.aPq,.aPr{border-top-left-radius:3.75rem}.aPs,.aPt{border-bottom-right-radius:3.75rem}.aPu,.aPv{border-bottom-left-radius:3.75rem}.aPw,.aPx{border-top-right-radius:4rem}.aPy,.aPz{border-top-left-radius:4rem}.aPA,.aPB{border-bottom-right-radius:4rem}.aPC,.aPD{border-bottom-left-radius:4rem}.aPE,.aPF{border-top-right-radius:4.25rem}.aPG,.aPH{border-top-left-radius:4.25rem}.aPI,.aPJ{border-bottom-right-radius:4.25rem}.aPK,.aPL{border-bottom-left-radius:4.25rem}.aPM,.aPN{border-top-right-radius:4.5rem}.aPO,.aPP{border-top-left-radius:4.5rem}.aPQ,.aPR{border-bottom-right-radius:4.5rem}.aPS,.aPT{border-bottom-left-radius:4.5rem}.aPU,.aPV{border-top-right-radius:4.75rem}.aPW,.aPX{border-top-left-radius:4.75rem}.aPY,.aPZ{border-bottom-right-radius:4.75rem}.aP0,.aP1{border-bottom-left-radius:4.75rem}.aP2,.aP3{border-top-right-radius:5rem}.aP4,.aP5{border-top-left-radius:5rem}.aP6,.aP7{border-bottom-right-radius:5rem}.aP8,.aP9{border-bottom-left-radius:5rem}.aQa,.aQb{border-top-right-radius:5.25rem}.aQc,.aQd{border-top-left-radius:5.25rem}.aQe,.aQf{border-bottom-right-radius:5.25rem}.aQg,.aQh{border-bottom-left-radius:5.25rem}.aQi,.aQj{border-top-right-radius:5.5rem}.aQk,.aQl{border-top-left-radius:5.5rem}.aQm,.aQn{border-bottom-right-radius:5.5rem}.aQo,.aQp{border-bottom-left-radius:5.5rem}.aQq,.aQr{border-top-right-radius:5.75rem}.aQs,.aQt{border-top-left-radius:5.75rem}.aQu,.aQv{border-bottom-right-radius:5.75rem}.aQw,.aQx{border-bottom-left-radius:5.75rem}.aQy,.aQz{border-top-right-radius:6rem}.aQA,.aQB{border-top-left-radius:6rem}.aQC,.aQD{border-bottom-right-radius:6rem}.aQE,.aQF{border-bottom-left-radius:6rem}.aQG,.aQH{border-top-right-radius:6.25rem}.aQI,.aQJ{border-top-left-radius:6.25rem}.aQK,.aQL{border-bottom-right-radius:6.25rem}.aQM,.aQN{border-bottom-left-radius:6.25rem}.aQO,.aQP{border-top-right-radius:6.5rem}.aQQ,.aQR{border-top-left-radius:6.5rem}.aQS,.aQT{border-bottom-right-radius:6.5rem}.aQU,.aQV{border-bottom-left-radius:6.5rem}.aQW,.aQX{border-top-right-radius:6.75rem}.aQY,.aQZ{border-top-left-radius:6.75rem}.aQ0,.aQ1{border-bottom-right-radius:6.75rem}.aQ2,.aQ3{border-bottom-left-radius:6.75rem}.aQ4,.aQ5{border-top-right-radius:7rem}.aQ6,.aQ7{border-top-left-radius:7rem}.aQ8,.aQ9{border-bottom-right-radius:7rem}.aRa,.aRb{border-bottom-left-radius:7rem}.aRc,.aRd{border-top-right-radius:7.25rem}.aRe,.aRf{border-top-left-radius:7.25rem}.aRg,.aRh{border-bottom-right-radius:7.25rem}.aRi,.aRj{border-bottom-left-radius:7.25rem}.aRk,.aRl{border-top-right-radius:7.5rem}.aRm,.aRn{border-top-left-radius:7.5rem}.aRo,.aRp{border-bottom-right-radius:7.5rem}.aRq,.aRr{border-bottom-left-radius:7.5rem}.aRs,.aRt{border-top-right-radius:7.75rem}.aRu,.aRv{border-top-left-radius:7.75rem}.aRw,.aRx{border-bottom-right-radius:7.75rem}.aRy,.aRz{border-bottom-left-radius:7.75rem}.aRA,.aRB{border-top-right-radius:8rem}.aRC,.aRD{border-top-left-radius:8rem}.aRE,.aRF{border-bottom-right-radius:8rem}.aRG,.aRH{border-bottom-left-radius:8rem}.aRI,.aRJ{border-top-right-radius:8.25rem}.aRK,.aRL{border-top-left-radius:8.25rem}.aRM,.aRN{border-bottom-right-radius:8.25rem}.aRO,.aRP{border-bottom-left-radius:8.25rem}.aRQ,.aRR{border-top-right-radius:8.5rem}.aRS,.aRT{border-top-left-radius:8.5rem}.aRU,.aRV{border-bottom-right-radius:8.5rem}.aRW,.aRX{border-bottom-left-radius:8.5rem}.aRY,.aRZ{border-top-right-radius:8.75rem}.aR0,.aR1{border-top-left-radius:8.75rem}.aR2,.aR3{border-bottom-right-radius:8.75rem}.aR4,.aR5{border-bottom-left-radius:8.75rem}.aR6,.aR7{border-top-right-radius:9rem}.aR8,.aR9{border-top-left-radius:9rem}.aSa,.aSb{border-bottom-right-radius:9rem}.aSc,.aSd{border-bottom-left-radius:9rem}.aSe,.aSf{border-top-right-radius:9.25rem}.aSg,.aSh{border-top-left-radius:9.25rem}.aSi,.aSj{border-bottom-right-radius:9.25rem}.aSk,.aSl{border-bottom-left-radius:9.25rem}.aSm,.aSn{border-top-right-radius:9.5rem}.aSo,.aSp{border-top-left-radius:9.5rem}.aSq,.aSr{border-bottom-right-radius:9.5rem}.aSs,.aSt{border-bottom-left-radius:9.5rem}.aSu,.aSv{border-top-right-radius:9.75rem}.aSw,.aSx{border-top-left-radius:9.75rem}.aSy,.aSz{border-bottom-right-radius:9.75rem}.aSA,.aSB{border-bottom-left-radius:9.75rem}.aSC,.aSD{border-top-right-radius:10rem}.aSE,.aSF{border-top-left-radius:10rem}.aSG,.aSH{border-bottom-right-radius:10rem}.aSI,.aSJ{border-bottom-left-radius:10rem}.aSK,.aSL{border-top-right-radius:10.25rem}.aSM,.aSN{border-top-left-radius:10.25rem}.aSO,.aSP{border-bottom-right-radius:10.25rem}.aSQ,.aSR{border-bottom-left-radius:10.25rem}.aSS,.aST{border-top-right-radius:10.5rem}.aSU,.aSV{border-top-left-radius:10.5rem}.aSW,.aSX{border-bottom-right-radius:10.5rem}.aSY,.aSZ{border-bottom-left-radius:10.5rem}.aS0,.aS1{border-top-right-radius:10.75rem}.aS2,.aS3{border-top-left-radius:10.75rem}.aS4,.aS5{border-bottom-right-radius:10.75rem}.aS6,.aS7{border-bottom-left-radius:10.75rem}.aS8,.aS9{border-top-right-radius:11rem}.aTa,.aTb{border-top-left-radius:11rem}.aTc,.aTd{border-bottom-right-radius:11rem}.aTe,.aTf{border-bottom-left-radius:11rem}.aTg,.aTh{border-top-right-radius:11.25rem}.aTi,.aTj{border-top-left-radius:11.25rem}.aTk,.aTl{border-bottom-right-radius:11.25rem}.aTm,.aTn{border-bottom-left-radius:11.25rem}.aTo,.aTp{border-top-right-radius:11.5rem}.aTq,.aTr{border-top-left-radius:11.5rem}.aTs,.aTt{border-bottom-right-radius:11.5rem}.aTu,.aTv{border-bottom-left-radius:11.5rem}.aTw,.aTx{border-top-right-radius:11.75rem}.aTy,.aTz{border-top-left-radius:11.75rem}.aTA,.aTB{border-bottom-right-radius:11.75rem}.aTC,.aTD{border-bottom-left-radius:11.75rem}.aTE,.aTF{border-top-right-radius:12rem}.aTG,.aTH{border-top-left-radius:12rem}.aTI,.aTJ{border-bottom-right-radius:12rem}.aTK,.aTL{border-bottom-left-radius:12rem}.aTM,.aTN{border-top-right-radius:12.25rem}.aTO,.aTP{border-top-left-radius:12.25rem}.aTQ,.aTR{border-bottom-right-radius:12.25rem}.aTS,.aTT{border-bottom-left-radius:12.25rem}.aTU,.aTV{border-top-right-radius:12.5rem}.aTW,.aTX{border-top-left-radius:12.5rem}.aTY,.aTZ{border-bottom-right-radius:12.5rem}.aT0,.aT1{border-bottom-left-radius:12.5rem}.aT2,.aT3{border-top-right-radius:12.75rem}.aT4,.aT5{border-top-left-radius:12.75rem}.aT6,.aT7{border-bottom-right-radius:12.75rem}.aT8,.aT9{border-bottom-left-radius:12.75rem}.aUa,.aUb{border-top-right-radius:13rem}.aUc,.aUd{border-top-left-radius:13rem}.aUe,.aUf{border-bottom-right-radius:13rem}.aUg,.aUh{border-bottom-left-radius:13rem}.aUi,.aUj{border-top-right-radius:13.25rem}.aUk,.aUl{border-top-left-radius:13.25rem}.aUm,.aUn{border-bottom-right-radius:13.25rem}.aUo,.aUp{border-bottom-left-radius:13.25rem}.aUq,.aUr{border-top-right-radius:13.5rem}.aUs,.aUt{border-top-left-radius:13.5rem}.aUu,.aUv{border-bottom-right-radius:13.5rem}.aUw,.aUx{border-bottom-left-radius:13.5rem}.aUy,.aUz{border-top-right-radius:13.75rem}.aUA,.aUB{border-top-left-radius:13.75rem}.aUC,.aUD{border-bottom-right-radius:13.75rem}.aUE,.aUF{border-bottom-left-radius:13.75rem}.aUG,.aUH{border-top-right-radius:14rem}.aUI,.aUJ{border-top-left-radius:14rem}.aUK,.aUL{border-bottom-right-radius:14rem}.aUM,.aUN{border-bottom-left-radius:14rem}.aUO,.aUP{border-top-right-radius:14.25rem}.aUQ,.aUR{border-top-left-radius:14.25rem}.aUS,.aUT{border-bottom-right-radius:14.25rem}.aUU,.aUV{border-bottom-left-radius:14.25rem}.aUW,.aUX{border-top-right-radius:14.5rem}.aUY,.aUZ{border-top-left-radius:14.5rem}.aU0,.aU1{border-bottom-right-radius:14.5rem}.aU2,.aU3{border-bottom-left-radius:14.5rem}.aU4,.aU5{border-top-right-radius:14.75rem}.aU6,.aU7{border-top-left-radius:14.75rem}.aU8,.aU9{border-bottom-right-radius:14.75rem}.aVa,.aVb{border-bottom-left-radius:14.75rem}.aVc,.aVd{border-top-right-radius:15rem}.aVe,.aVf{border-top-left-radius:15rem}.aVg,.aVh{border-bottom-right-radius:15rem}.aVi,.aVj{border-bottom-left-radius:15rem}.aVk,.aVl{border-top-right-radius:15.25rem}.aVm,.aVn{border-top-left-radius:15.25rem}.aVo,.aVp{border-bottom-right-radius:15.25rem}.aVq,.aVr{border-bottom-left-radius:15.25rem}.aVs,.aVt{border-top-right-radius:15.5rem}.aVu,.aVv{border-top-left-radius:15.5rem}.aVw,.aVx{border-bottom-right-radius:15.5rem}.aVy,.aVz{border-bottom-left-radius:15.5rem}.aVA,.aVB{border-top-right-radius:15.75rem}.aVC,.aVD{border-top-left-radius:15.75rem}.aVE,.aVF{border-bottom-right-radius:15.75rem}.aVG,.aVH{border-bottom-left-radius:15.75rem}.aVI,.aVJ{border-top-right-radius:16rem}.aVK,.aVL{border-top-left-radius:16rem}.aVM,.aVN{border-bottom-right-radius:16rem}.aVO,.aVP{border-bottom-left-radius:16rem}.aVQ,.aVR{border-top-right-radius:16.25rem}.aVS,.aVT{border-top-left-radius:16.25rem}.aVU,.aVV{border-bottom-right-radius:16.25rem}.aVW,.aVX{border-bottom-left-radius:16.25rem}.aVY,.aVZ{border-top-right-radius:16.5rem}.aV0,.aV1{border-top-left-radius:16.5rem}.aV2,.aV3{border-bottom-right-radius:16.5rem}.aV4,.aV5{border-bottom-left-radius:16.5rem}.aV6,.aV7{border-top-right-radius:16.75rem}.aV8,.aV9{border-top-left-radius:16.75rem}.aWa,.aWb{border-bottom-right-radius:16.75rem}.aWc,.aWd{border-bottom-left-radius:16.75rem}.aWe,.aWf{border-top-right-radius:17rem}.aWg,.aWh{border-top-left-radius:17rem}.aWi,.aWj{border-bottom-right-radius:17rem}.aWk,.aWl{border-bottom-left-radius:17rem}.aWm,.aWn{border-top-right-radius:17.25rem}.aWo,.aWp{border-top-left-radius:17.25rem}.aWq,.aWr{border-bottom-right-radius:17.25rem}.aWs,.aWt{border-bottom-left-radius:17.25rem}.aWu,.aWv{border-top-right-radius:17.5rem}.aWw,.aWx{border-top-left-radius:17.5rem}.aWy,.aWz{border-bottom-right-radius:17.5rem}.aWA,.aWB{border-bottom-left-radius:17.5rem}.aWC,.aWD{border-top-right-radius:17.75rem}.aWE,.aWF{border-top-left-radius:17.75rem}.aWG,.aWH{border-bottom-right-radius:17.75rem}.aWI,.aWJ{border-bottom-left-radius:17.75rem}.aWK,.aWL{border-top-right-radius:18rem}.aWM,.aWN{border-top-left-radius:18rem}.aWO,.aWP{border-bottom-right-radius:18rem}.aWQ,.aWR{border-bottom-left-radius:18rem}.aWS,.aWT{border-top-right-radius:18.25rem}.aWU,.aWV{border-top-left-radius:18.25rem}.aWW,.aWX{border-bottom-right-radius:18.25rem}.aWY,.aWZ{border-bottom-left-radius:18.25rem}.aW0,.aW1{border-top-right-radius:18.5rem}.aW2,.aW3{border-top-left-radius:18.5rem}.aW4,.aW5{border-bottom-right-radius:18.5rem}.aW6,.aW7{border-bottom-left-radius:18.5rem}.aW8,.aW9{border-top-right-radius:18.75rem}.aXa,.aXb{border-top-left-radius:18.75rem}.aXc,.aXd{border-bottom-right-radius:18.75rem}.aXe,.aXf{border-bottom-left-radius:18.75rem}.aXg,.aXh{border-top-right-radius:19rem}.aXi,.aXj{border-top-left-radius:19rem}.aXk,.aXl{border-bottom-right-radius:19rem}.aXm,.aXn{border-bottom-left-radius:19rem}.aXo,.aXp{border-top-right-radius:19.25rem}.aXq,.aXr{border-top-left-radius:19.25rem}.aXs,.aXt{border-bottom-right-radius:19.25rem}.aXu,.aXv{border-bottom-left-radius:19.25rem}.aXw,.aXx{border-top-right-radius:19.5rem}.aXy,.aXz{border-top-left-radius:19.5rem}.aXA,.aXB{border-bottom-right-radius:19.5rem}.aXC,.aXD{border-bottom-left-radius:19.5rem}.aXE,.aXF{border-top-right-radius:19.75rem}.aXG,.aXH{border-top-left-radius:19.75rem}.aXI,.aXJ{border-bottom-right-radius:19.75rem}.aXK,.aXL{border-bottom-left-radius:19.75rem}.aXM,.aXN{border-top-right-radius:20rem}.aXO,.aXP{border-top-left-radius:20rem}.aXQ,.aXR{border-bottom-right-radius:20rem}.aXS,.aXT{border-bottom-left-radius:20rem}.aXU,.aXV{border-top-right-radius:20.25rem}.aXW,.aXX{border-top-left-radius:20.25rem}.aXY,.aXZ{border-bottom-right-radius:20.25rem}.aX0,.aX1{border-bottom-left-radius:20.25rem}.aX2,.aX3{border-top-right-radius:20.5rem}.aX4,.aX5{border-top-left-radius:20.5rem}.aX6,.aX7{border-bottom-right-radius:20.5rem}.aX8,.aX9{border-bottom-left-radius:20.5rem}.aYa,.aYb{border-top-right-radius:20.75rem}.aYc,.aYd{border-top-left-radius:20.75rem}.aYe,.aYf{border-bottom-right-radius:20.75rem}.aYg,.aYh{border-bottom-left-radius:20.75rem}.aYi,.aYj{border-top-right-radius:21rem}.aYk,.aYl{border-top-left-radius:21rem}.aYm,.aYn{border-bottom-right-radius:21rem}.aYo,.aYp{border-bottom-left-radius:21rem}.aYq,.aYr{border-top-right-radius:21.25rem}.aYs,.aYt{border-top-left-radius:21.25rem}.aYu,.aYv{border-bottom-right-radius:21.25rem}.aYw,.aYx{border-bottom-left-radius:21.25rem}.aYy,.aYz{border-top-right-radius:21.5rem}.aYA,.aYB{border-top-left-radius:21.5rem}.aYC,.aYD{border-bottom-right-radius:21.5rem}.aYE,.aYF{border-bottom-left-radius:21.5rem}.aYG,.aYH{border-top-right-radius:21.75rem}.aYI,.aYJ{border-top-left-radius:21.75rem}.aYK,.aYL{border-bottom-right-radius:21.75rem}.aYM,.aYN{border-bottom-left-radius:21.75rem}.aYO,.aYP{border-top-right-radius:22rem}.aYQ,.aYR{border-top-left-radius:22rem}.aYS,.aYT{border-bottom-right-radius:22rem}.aYU,.aYV{border-bottom-left-radius:22rem}.aYW,.aYX{border-top-right-radius:22.25rem}.aYY,.aYZ{border-top-left-radius:22.25rem}.aY0,.aY1{border-bottom-right-radius:22.25rem}.aY2,.aY3{border-bottom-left-radius:22.25rem}.aY4,.aY5{border-top-right-radius:22.5rem}.aY6,.aY7{border-top-left-radius:22.5rem}.aY8,.aY9{border-bottom-right-radius:22.5rem}.aZa,.aZb{border-bottom-left-radius:22.5rem}.aZc,.aZd{border-top-right-radius:22.75rem}.aZe,.aZf{border-top-left-radius:22.75rem}.aZg,.aZh{border-bottom-right-radius:22.75rem}.aZi,.aZj{border-bottom-left-radius:22.75rem}.aZk,.aZl{border-top-right-radius:23rem}.aZm,.aZn{border-top-left-radius:23rem}.aZo,.aZp{border-bottom-right-radius:23rem}.aZq,.aZr{border-bottom-left-radius:23rem}.aZs,.aZt{border-top-right-radius:23.25rem}.aZu,.aZv{border-top-left-radius:23.25rem}.aZw,.aZx{border-bottom-right-radius:23.25rem}.aZy,.aZz{border-bottom-left-radius:23.25rem}.aZA,.aZB{border-top-right-radius:23.5rem}.aZC,.aZD{border-top-left-radius:23.5rem}.aZE,.aZF{border-bottom-right-radius:23.5rem}.aZG,.aZH{border-bottom-left-radius:23.5rem}.aZI,.aZJ{border-top-right-radius:23.75rem}.aZK,.aZL{border-top-left-radius:23.75rem}.aZM,.aZN{border-bottom-right-radius:23.75rem}.aZO,.aZP{border-bottom-left-radius:23.75rem}.aZQ,.aZR{border-top-right-radius:24rem}.aZS,.aZT{border-top-left-radius:24rem}.aZU,.aZV{border-bottom-right-radius:24rem}.aZW,.aZX{border-bottom-left-radius:24rem}.aZY,.aZZ{border-top-right-radius:24.25rem}.aZ0,.aZ1{border-top-left-radius:24.25rem}.aZ2,.aZ3{border-bottom-right-radius:24.25rem}.aZ4,.aZ5{border-bottom-left-radius:24.25rem}.aZ6,.aZ7{border-top-right-radius:24.5rem}.aZ8,.aZ9{border-top-left-radius:24.5rem}.a0a,.a0b{border-bottom-right-radius:24.5rem}.a0c,.a0d{border-bottom-left-radius:24.5rem}.a0e,.a0f{border-top-right-radius:24.75rem}.a0g,.a0h{border-top-left-radius:24.75rem}.a0i,.a0j{border-bottom-right-radius:24.75rem}.a0k,.a0l{border-bottom-left-radius:24.75rem}.a0m,.a0n{border-top-right-radius:25rem}.a0o,.a0p{border-top-left-radius:25rem}.a0q,.a0r{border-bottom-right-radius:25rem}.a0s,.a0t{border-bottom-left-radius:25rem}.a0u,.a0v:hover{color:var(--primary)}.a0w,.a0x,.a0y:hover,.a0z:hover{background-color:var(--primary)}.a0A,.a0B,.a0C:hover,.a0D:hover{border-color:var(--primary)}.a0E,.a0F:hover{color:var(--primaryLight)}.a0G,.a0H,.a0I:hover,.a0J:hover{background-color:var(--primaryLight)}.a0K,.a0L,.a0M:hover,.a0N:hover{border-color:var(--primaryLight)}.a0O,.a0P:hover{color:var(--primaryDark)}.a0Q,.a0R,.a0S:hover,.a0T:hover{background-color:var(--primaryDark)}.a0U,.a0V,.a0W:hover,.a0X:hover{border-color:var(--primaryDark)}.a0Y,.a0Z:hover{color:var(--secondary)}.a00,.a01,.a02:hover,.a03:hover{background-color:var(--secondary)}.a04,.a05,.a06:hover,.a07:hover{border-color:var(--secondary)}.a08,.a09:hover{color:var(--secondaryLight)}.a1a,.a1b,.a1c:hover,.a1d:hover{background-color:var(--secondaryLight)}.a1e,.a1f,.a1g:hover,.a1h:hover{border-color:var(--secondaryLight)}.a1i,.a1j:hover{color:var(--secondaryDark)}.a1k,.a1l,.a1m:hover,.a1n:hover{background-color:var(--secondaryDark)}.a1o,.a1p,.a1q:hover,.a1r:hover{border-color:var(--secondaryDark)}.a1s,.a1t:hover{color:var(--tertiary)}.a1u,.a1v,.a1w:hover,.a1x:hover{background-color:var(--tertiary)}.a1y,.a1z,.a1A:hover,.a1B:hover{border-color:var(--tertiary)}.a1C,.a1D:hover{color:var(--tertiaryLight)}.a1E,.a1F,.a1G:hover,.a1H:hover{background-color:var(--tertiaryLight)}.a1I,.a1J,.a1K:hover,.a1L:hover{border-color:var(--tertiaryLight)}.a1M,.a1N:hover{color:var(--tertiaryDark)}.a1O,.a1P,.a1Q:hover,.a1R:hover{background-color:var(--tertiaryDark)}.a1S,.a1T,.a1U:hover,.a1V:hover{border-color:var(--tertiaryDark)}.a1W,.a1X:hover{color:var(--blue)}.a1Y,.a1Z,.a10:hover,.a11:hover{background-color:var(--blue)}.a12,.a13,.a14:hover,.a15:hover{border-color:var(--blue)}.a16,.a17:hover{color:var(--blueLight)}.a18,.a19,.a2a:hover,.a2b:hover{background-color:var(--blueLight)}.a2c,.a2d,.a2e:hover,.a2f:hover{border-color:var(--blueLight)}.a2g,.a2h:hover{color:var(--blueDark)}.a2i,.a2j,.a2k:hover,.a2l:hover{background-color:var(--blueDark)}.a2m,.a2n,.a2o:hover,.a2p:hover{border-color:var(--blueDark)}.a2q,.a2r:hover{color:var(--red)}.a2s,.a2t,.a2u:hover,.a2v:hover{background-color:var(--red)}.a2w,.a2x,.a2y:hover,.a2z:hover{border-color:var(--red)}.a2A,.a2B:hover{color:var(--redLight)}.a2C,.a2D,.a2E:hover,.a2F:hover{background-color:var(--redLight)}.a2G,.a2H,.a2I:hover,.a2J:hover{border-color:var(--redLight)}.a2K,.a2L:hover{color:var(--redDark)}.a2M,.a2N,.a2O:hover,.a2P:hover{background-color:var(--redDark)}.a2Q,.a2R,.a2S:hover,.a2T:hover{border-color:var(--redDark)}.a2U,.a2V:hover{color:var(--purple)}.a2W,.a2X,.a2Y:hover,.a2Z:hover{background-color:var(--purple)}.a20,.a21,.a22:hover,.a23:hover{border-color:var(--purple)}.a24,.a25:hover{color:var(--purpleLight)}.a26,.a27,.a28:hover,.a29:hover{background-color:var(--purpleLight)}.a3a,.a3b,.a3c:hover,.a3d:hover{border-color:var(--purpleLight)}.a3e,.a3f:hover{color:var(--purpleDark)}.a3g,.a3h,.a3i:hover,.a3j:hover{background-color:var(--purpleDark)}.a3k,.a3l,.a3m:hover,.a3n:hover{border-color:var(--purpleDark)}.a3o,.a3p:hover{color:var(--yellow)}.a3q,.a3r,.a3s:hover,.a3t:hover{background-color:var(--yellow)}.a3u,.a3v,.a3w:hover,.a3x:hover{border-color:var(--yellow)}.a3y,.a3z:hover{color:var(--yellowLight)}.a3A,.a3B,.a3C:hover,.a3D:hover{background-color:var(--yellowLight)}.a3E,.a3F,.a3G:hover,.a3H:hover{border-color:var(--yellowLight)}.a3I,.a3J:hover{color:var(--yellowDark)}.a3K,.a3L,.a3M:hover,.a3N:hover{background-color:var(--yellowDark)}.a3O,.a3P,.a3Q:hover,.a3R:hover{border-color:var(--yellowDark)}.a3S,.a3T:hover{color:var(--pink)}.a3U,.a3V,.a3W:hover,.a3X:hover{background-color:var(--pink)}.a3Y,.a3Z,.a30:hover,.a31:hover{border-color:var(--pink)}.a32,.a33:hover{color:var(--pinkLight)}.a34,.a35,.a36:hover,.a37:hover{background-color:var(--pinkLight)}.a38,.a39,.a4a:hover,.a4b:hover{border-color:var(--pinkLight)}.a4c,.a4d:hover{color:var(--pinkDark)}.a4e,.a4f,.a4g:hover,.a4h:hover{background-color:var(--pinkDark)}.a4i,.a4j,.a4k:hover,.a4l:hover{border-color:var(--pinkDark)}.a4m,.a4n:hover{color:var(--green)}.a4o,.a4p,.a4q:hover,.a4r:hover{background-color:var(--green)}.a4s,.a4t,.a4u:hover,.a4v:hover{border-color:var(--green)}.a4w,.a4x:hover{color:var(--greenLight)}.a4y,.a4z,.a4A:hover,.a4B:hover{background-color:var(--greenLight)}.a4C,.a4D,.a4E:hover,.a4F:hover{border-color:var(--greenLight)}.a4G,.a4H:hover{color:var(--greenDark)}.a4I,.a4J,.a4K:hover,.a4L:hover{background-color:var(--greenDark)}.a4M,.a4N,.a4O:hover,.a4P:hover{border-color:var(--greenDark)}.a4Q,.a4R:hover{color:var(--orange)}.a4S,.a4T,.a4U:hover,.a4V:hover{background-color:var(--orange)}.a4W,.a4X,.a4Y:hover,.a4Z:hover{border-color:var(--orange)}.a40,.a41:hover{color:var(--orangeLight)}.a42,.a43,.a44:hover,.a45:hover{background-color:var(--orangeLight)}.a46,.a47,.a48:hover,.a49:hover{border-color:var(--orangeLight)}.a5a,.a5b:hover{color:var(--orangeDark)}.a5c,.a5d,.a5e:hover,.a5f:hover{background-color:var(--orangeDark)}.a5g,.a5h,.a5i:hover,.a5j:hover{border-color:var(--orangeDark)}.a5k,.a5l:hover{color:var(--navy)}.a5m,.a5n,.a5o:hover,.a5p:hover{background-color:var(--navy)}.a5q,.a5r,.a5s:hover,.a5t:hover{border-color:var(--navy)}.a5u,.a5v:hover{color:var(--navyLight)}.a5w,.a5x,.a5y:hover,.a5z:hover{background-color:var(--navyLight)}.a5A,.a5B,.a5C:hover,.a5D:hover{border-color:var(--navyLight)}.a5E,.a5F:hover{color:var(--navyDark)}.a5G,.a5H,.a5I:hover,.a5J:hover{background-color:var(--navyDark)}.a5K,.a5L,.a5M:hover,.a5N:hover{border-color:var(--navyDark)}.a5O,.a5P:hover{color:var(--teal)}.a5Q,.a5R,.a5S:hover,.a5T:hover{background-color:var(--teal)}.a5U,.a5V,.a5W:hover,.a5X:hover{border-color:var(--teal)}.a5Y,.a5Z:hover{color:var(--tealLight)}.a50,.a51,.a52:hover,.a53:hover{background-color:var(--tealLight)}.a54,.a55,.a56:hover,.a57:hover{border-color:var(--tealLight)}.a58,.a59:hover{color:var(--tealDark)}.a6a,.a6b,.a6c:hover,.a6d:hover{background-color:var(--tealDark)}.a6e,.a6f,.a6g:hover,.a6h:hover{border-color:var(--tealDark)}.a6i,.a6j:hover{color:var(--violet)}.a6k,.a6l,.a6m:hover,.a6n:hover{background-color:var(--violet)}.a6o,.a6p,.a6q:hover,.a6r:hover{border-color:var(--violet)}.a6s,.a6t:hover{color:var(--violetLight)}.a6u,.a6v,.a6w:hover,.a6x:hover{background-color:var(--violetLight)}.a6y,.a6z,.a6A:hover,.a6B:hover{border-color:var(--violetLight)}.a6C,.a6D:hover{color:var(--violetDark)}.a6E,.a6F,.a6G:hover,.a6H:hover{background-color:var(--violetDark)}.a6I,.a6J,.a6K:hover,.a6L:hover{border-color:var(--violetDark)}.a6M,.a6N:hover{color:var(--black)}.a6O,.a6P,.a6Q:hover,.a6R:hover{background-color:var(--black)}.a6S,.a6T,.a6U:hover,.a6V:hover{border-color:var(--black)}.a6W,.a6X:hover{color:var(--white)}.a6Y,.a6Z,.a60:hover,.a61:hover{background-color:var(--white)}.a62,.a63,.a64:hover,.a65:hover{border-color:var(--white)}.a66,.a67:hover{color:var(--gray)}.a68,.a69,.a7a:hover,.a7b:hover{background-color:var(--gray)}.a7c,.a7d,.a7e:hover,.a7f:hover{border-color:var(--gray)}.a7g,.a7h:hover{color:var(--grayLight)}.a7i,.a7j,.a7k:hover,.a7l:hover{background-color:var(--grayLight)}.a7m,.a7n,.a7o:hover,.a7p:hover{border-color:var(--grayLight)}.a7q,.a7r:hover{color:var(--grayDark)}.a7s,.a7t,.a7u:hover,.a7v:hover{background-color:var(--grayDark)}.a7w,.a7x,.a7y:hover,.a7z:hover{border-color:var(--grayDark)}.a7A,.a7B:hover{color:var(--brown)}.a7C,.a7D,.a7E:hover,.a7F:hover{background-color:var(--brown)}.a7G,.a7H,.a7I:hover,.a7J:hover{border-color:var(--brown)}.a7K,.a7L:hover{color:var(--brownLight)}.a7M,.a7N,.a7O:hover,.a7P:hover{background-color:var(--brownLight)}.a7Q,.a7R,.a7S:hover,.a7T:hover{border-color:var(--brownLight)}.a7U,.a7V:hover{color:var(--brownDark)}.a7W,.a7X,.a7Y:hover,.a7Z:hover{background-color:var(--brownDark)}.a70,.a71,.a72:hover,.a73:hover{border-color:var(--brownDark)}.a4Q,.a4R:hover{color:var(--orange)}.a4S,.a4T,.a4U:hover,.a4V:hover{background-color:var(--orange)}.a4W,.a4X,.a4Y:hover,.a4Z:hover{border-color:var(--orange)}.a40,.a41:hover{color:var(--orangeLight)}.a42,.a43,.a44:hover,.a45:hover{background-color:var(--orangeLight)}.a46,.a47,.a48:hover,.a49:hover{border-color:var(--orangeLight)}.a5a,.a5b:hover{color:var(--orangeDark)}.a5c,.a5d,.a5e:hover,.a5f:hover{background-color:var(--orangeDark)}.a5g,.a5h,.a5i:hover,.a5j:hover{border-color:var(--orangeDark)}.a74{line-height:0}.a75{line-height:.3}.a76{line-height:.6}.a77{line-height:.9}.a78{line-height:1.2}.a79{line-height:1.5}.a8a{line-height:1.8}.a8b{line-height:2.1}.a8c{line-height:2.4}.a8d{line-height:2.7}.a8e{line-height:3}.a8f{line-height:3.3}.a8g{line-height:3.6}.a8h{line-height:3.9}.a8i{line-height:4.2}.a8j{line-height:4.5}.a8k{line-height:4.8}.a8l{line-height:5.1}.a8m{line-height:5.4}.a8n{line-height:5.7}.a8o{line-height:6}.a8p{line-height:6.3}.a8q{line-height:6.6}.a8r{line-height:6.9}.a8s{line-height:7.2}.a8t{line-height:7.5}.a8u{line-height:7.8}.a8v{line-height:8.1}.a8w{line-height:8.4}.a8x{line-height:8.7}.a8y{line-height:9}.a8z{line-height:9.3}.a8A{line-height:9.6}.a8B{line-height:9.9}.a8C{line-height:10.2}.a8D{line-height:10.5}.a8E{line-height:10.8}.a8F{line-height:11.1}.a8G{line-height:11.4}.a8H{line-height:11.7}.a8I{line-height:12}.a8J{line-height:12.3}.a8K{line-height:12.6}.a8L{line-height:12.9}.a8M{line-height:13.2}.a8N{line-height:13.5}.a8O{line-height:13.8}.a8P{line-height:14.1}.a8Q{line-height:14.4}.a8R{line-height:14.7}.a8S{line-height:15}.a8T{line-height:15.3}.a8U{line-height:15.6}.a8V{line-height:15.9}.a8W{line-height:16.2}.a8X{line-height:16.5}.a8Y{line-height:16.8}.a8Z{line-height:17.1}.a80{line-height:17.4}.a81{line-height:17.7}.a82{line-height:18}.a83{line-height:18.3}.a84{line-height:18.6}.a85{line-height:18.9}.a86{line-height:19.2}.a87{line-height:19.5}.a88{line-height:19.8}.a89{line-height:20.1}.a9a{line-height:20.4}.a9b{line-height:20.7}.a9c{line-height:21}.a9d{line-height:21.3}.a9e{line-height:21.6}.a9f{line-height:21.9}.a9g{line-height:22.2}.a9h{line-height:22.5}.a9i{line-height:22.8}.a9j{line-height:23.1}.a9k{line-height:23.4}.a9l{line-height:23.7}.a9m{line-height:24}.a9n{line-height:24.3}.a9o{line-height:24.6}.a9p{line-height:24.9}.a9q{line-height:25.2}.a9r{line-height:25.5}.a9s{line-height:25.8}.a9t{line-height:26.1}.a9u{line-height:26.4}.a9v{line-height:26.7}.a9w{line-height:27}.a9x{line-height:27.3}.a9y{line-height:27.6}.a9z{line-height:27.9}.a9A{line-height:28.2}.a9B{line-height:28.5}.a9C{line-height:28.8}.a9D{line-height:29.1}.a9E{line-height:29.4}.a9F{line-height:29.7}.a9G{line-height:30}.a9H{cursor:auto}.a9I{cursor:default}.a9J{cursor:none}.a9K{cursor:context-menu}.a9L{cursor:help}.a9M{cursor:pointer}.a9N{cursor:progress}.a9O{cursor:wait}.a9P{cursor:cell}.a9Q{cursor:crosshair}.a9R{cursor:text}.a9S{cursor:vertical-text}.a9T{cursor:alias}.a9U{cursor:copy}.a9V{cursor:move}.a9W{cursor:no-drop}.a9X{cursor:not-allowed}.a9Y{cursor:e-resize}.a9Z{cursor:n-resize}.a90{cursor:ne-resize}.a91{cursor:nw-resize}.a92{cursor:s-resize}.a93{cursor:se-resize}.a94{cursor:sw-resize}.a95{cursor:w-resize}.a96{cursor:ew-resize}.a97{cursor:ns-resize}.a98{cursor:nesw-resize}.a99{cursor:nwse-resize}.baa{cursor:col-resize}.bab{cursor:row-resize}.bac{cursor:all-scroll}.bad{cursor:zoom-in}.bae{cursor:zoom-out}.baf{cursor:-webkit-grab;cursor:grab}.bag{cursor:-webkit-grabbing;cursor:grabbing}.bah{z-index:0}.bai{z-index:1}.baj{z-index:2}.bak{z-index:3}.bal{z-index:4}.bam{z-index:5}.ban{z-index:6}.bao{z-index:7}.bap{z-index:8}.baq{z-index:9}.bar{z-index:10}.bas{z-index:11}.bat{z-index:12}.bau{z-index:13}.bav{z-index:14}.baw{z-index:15}.bax{z-index:16}.bay{z-index:17}.baz{z-index:18}.baA{z-index:19}.baB{z-index:20}.baC{z-index:21}.baD{z-index:22}.baE{z-index:23}.baF{z-index:24}.baG{z-index:25}.baH{z-index:26}.baI{z-index:27}.baJ{z-index:28}.baK{z-index:29}.baL{z-index:30}.baM{z-index:31}.baN{z-index:32}.baO{z-index:33}.baP{z-index:34}.baQ{z-index:35}.baR{z-index:36}.baS{z-index:37}.baT{z-index:38}.baU{z-index:39}.baV{z-index:40}.baW{z-index:41}.baX{z-index:42}.baY{z-index:43}.baZ{z-index:44}.ba0{z-index:45}.ba1{z-index:46}.ba2{z-index:47}.ba3{z-index:48}.ba4{z-index:49}.ba5{z-index:50}.ba6{z-index:51}.ba7{z-index:52}.ba8{z-index:53}.ba9{z-index:54}.bba{z-index:55}.bbb{z-index:56}.bbc{z-index:57}.bbd{z-index:58}.bbe{z-index:59}.bbf{z-index:60}.bbg{z-index:61}.bbh{z-index:62}.bbi{z-index:63}.bbj{z-index:64}.bbk{z-index:65}.bbl{z-index:66}.bbm{z-index:67}.bbn{z-index:68}.bbo{z-index:69}.bbp{z-index:70}.bbq{z-index:71}.bbr{z-index:72}.bbs{z-index:73}.bbt{z-index:74}.bbu{z-index:75}.bbv{z-index:76}.bbw{z-index:77}.bbx{z-index:78}.bby{z-index:79}.bbz{z-index:80}.bbA{z-index:81}.bbB{z-index:82}.bbC{z-index:83}.bbD{z-index:84}.bbE{z-index:85}.bbF{z-index:86}.bbG{z-index:87}.bbH{z-index:88}.bbI{z-index:89}.bbJ{z-index:90}.bbK{z-index:91}.bbL{z-index:92}.bbM{z-index:93}.bbN{z-index:94}.bbO{z-index:95}.bbP{z-index:96}.bbQ{z-index:97}.bbR{z-index:98}.bbS{z-index:99}.bbT{z-index:100}.bbU{overflow:auto}.bbV{overflow-x:auto}.bbW{overflow-y:auto}.bbX{overflow:hidden}.bbY{overflow-x:hidden}.bbZ{overflow-y:hidden}.bb0{overflow:scroll}.bb1{overflow-x:scroll}.bb2{overflow-y:scroll}.bb3{overflow:visible}.bb4{overflow-x:visible}.bb5{overflow-y:visible}.bb6{opacity:.1}.bb7{opacity:.2}.bb8{opacity:.3}.bb9{opacity:.4}.bca{opacity:.5}.bcb{opacity:.6}.bcc{opacity:.7}.bcd{opacity:.8}.bce{opacity:.9}.bcf{opacity:1}.bcg{font-size:6px}.bch{font-size:8px}.bci{font-size:10px}.bcj{font-size:12px}.bck{font-size:14px}.bcl{font-size:16px}.bcm{font-size:18px}.bcn{font-size:20px}.bco{font-size:22px}.bcp{font-size:24px}.bcq{font-size:26px}.bcr{font-size:28px}.bcs{font-size:30px}.bct{font-size:32px}.bcu{font-size:34px}.bcv{font-size:36px}.bcw{font-size:38px}.bcx{font-size:40px}.bcy{font-size:42px}.bcz{font-size:44px}.bcA{font-size:46px}.bcB{font-size:48px}.bcC{font-size:50px}.bcD{font-weight:100}.bcE{font-weight:200}.bcF{font-weight:300}.bcG{font-weight:400}.bcH{font-weight:500}.bcI{font-weight:600}.bcJ{font-weight:700}.bcK{font-weight:800}.bcL{font-weight:900}.bcM{text-decoration:none}.bcN{text-decoration:underline}.bcO{text-align:left}.bcP{text-align:right}.bcQ{text-align:center}.bcR{text-transform:none}.bcS{text-transform:capitalize}.bcT{text-transform:lowercase}.bcU{text-transform:uppercase}.bcV{flex-wrap:nowrap}.bcW{flex-wrap:wrap}.bcX{flex-wrap:wrap-reverse}.bcY{justify-content:start}.bcZ{justify-content:end}.bc0{justify-content:flex-start}.bc1{justify-content:flex-end}.bc2{justify-content:center}.bc3{justify-content:left}.bc4{justify-content:right}.bc5{justify-content:space-between}.bc6{justify-content:space-around}.bc7{justify-content:space-evenly}.bc8{justify-content:stretch}.bc9{align-items:stretch}.bda{align-items:flex-start}.bdb{align-items:flex-end}.bdc{align-items:center}.bdd{align-items:baseline}.bde{align-items:start}.bdf{align-items:end}.bdg{align-items:self-start}.bdh{align-items:self-end}.bdi{align-content:flex-start}.bdj{align-content:flex-end}.bdk{align-content:center}.bdl{align-content:space-between}.bdm{align-content:space-around}.bdn{align-content:space-evenly}.bdo{align-content:stretch}.bdp{align-content:start}.bdq{align-content:end}.bdr{align-content:baseline}.bds{flex:1}.bdt{direction:row}.bdu{direction:row-reverse}.bdv{direction:column}.bdw{direction:column-reverse}.bdx{gap:0rem}.bdy{row-gap:0rem}.bdz{-moz-column-gap:0rem;column-gap:0rem}.bdA{order:0}.bdB{flex-grow:0}.bdC{flex-shrink:0}.bdD{gap:.25rem}.bdE{row-gap:.25rem}.bdF{-moz-column-gap:.25rem;column-gap:.25rem}.bdG{order:1}.bdH{flex-grow:1}.bdI{flex-shrink:1}.bdJ{gap:.5rem}.bdK{row-gap:.5rem}.bdL{-moz-column-gap:.5rem;column-gap:.5rem}.bdM{order:2}.bdN{flex-grow:2}.bdO{flex-shrink:2}.bdP{gap:.75rem}.bdQ{row-gap:.75rem}.bdR{-moz-column-gap:.75rem;column-gap:.75rem}.bdS{order:3}.bdT{flex-grow:3}.bdU{flex-shrink:3}.bdV{gap:1rem}.bdW{row-gap:1rem}.bdX{-moz-column-gap:1rem;column-gap:1rem}.bdY{order:4}.bdZ{flex-grow:4}.bd0{flex-shrink:4}.bd1{gap:1.25rem}.bd2{row-gap:1.25rem}.bd3{-moz-column-gap:1.25rem;column-gap:1.25rem}.bd4{order:5}.bd5{flex-grow:5}.bd6{flex-shrink:5}.bd7{gap:1.5rem}.bd8{row-gap:1.5rem}.bd9{-moz-column-gap:1.5rem;column-gap:1.5rem}.bea{order:6}.beb{flex-grow:6}.bec{flex-shrink:6}.bed{gap:1.75rem}.bee{row-gap:1.75rem}.bef{-moz-column-gap:1.75rem;column-gap:1.75rem}.beg{order:7}.beh{flex-grow:7}.bei{flex-shrink:7}.bej{gap:2rem}.bek{row-gap:2rem}.bel{-moz-column-gap:2rem;column-gap:2rem}.bem{order:8}.ben{flex-grow:8}.beo{flex-shrink:8}.bep{gap:2.25rem}.beq{row-gap:2.25rem}.ber{-moz-column-gap:2.25rem;column-gap:2.25rem}.bes{order:9}.bet{flex-grow:9}.beu{flex-shrink:9}.bev{gap:2.5rem}.bew{row-gap:2.5rem}.bex{-moz-column-gap:2.5rem;column-gap:2.5rem}.bey{order:10}.bez{flex-grow:10}.beA{flex-shrink:10}.beB{gap:2.75rem}.beC{row-gap:2.75rem}.beD{-moz-column-gap:2.75rem;column-gap:2.75rem}.beE{order:11}.beF{flex-grow:11}.beG{flex-shrink:11}.beH{gap:3rem}.beI{row-gap:3rem}.beJ{-moz-column-gap:3rem;column-gap:3rem}.beK{order:12}.beL{flex-grow:12}.beM{flex-shrink:12}.beN{gap:3.25rem}.beO{row-gap:3.25rem}.beP{-moz-column-gap:3.25rem;column-gap:3.25rem}.beQ{order:13}.beR{flex-grow:13}.beS{flex-shrink:13}.beT{gap:3.5rem}.beU{row-gap:3.5rem}.beV{-moz-column-gap:3.5rem;column-gap:3.5rem}.beW{order:14}.beX{flex-grow:14}.beY{flex-shrink:14}.beZ{gap:3.75rem}.be0{row-gap:3.75rem}.be1{-moz-column-gap:3.75rem;column-gap:3.75rem}.be2{order:15}.be3{flex-grow:15}.be4{flex-shrink:15}.be5{gap:4rem}.be6{row-gap:4rem}.be7{-moz-column-gap:4rem;column-gap:4rem}.be8{order:16}.be9{flex-grow:16}.bfa{flex-shrink:16}.bfb{gap:4.25rem}.bfc{row-gap:4.25rem}.bfd{-moz-column-gap:4.25rem;column-gap:4.25rem}.bfe{order:17}.bff{flex-grow:17}.bfg{flex-shrink:17}.bfh{gap:4.5rem}.bfi{row-gap:4.5rem}.bfj{-moz-column-gap:4.5rem;column-gap:4.5rem}.bfk{order:18}.bfl{flex-grow:18}.bfm{flex-shrink:18}.bfn{gap:4.75rem}.bfo{row-gap:4.75rem}.bfp{-moz-column-gap:4.75rem;column-gap:4.75rem}.bfq{order:19}.bfr{flex-grow:19}.bfs{flex-shrink:19}.bft{gap:5rem}.bfu{row-gap:5rem}.bfv{-moz-column-gap:5rem;column-gap:5rem}.bfw{order:20}.bfx{flex-grow:20}.bfy{flex-shrink:20}.bfz{gap:5.25rem}.bfA{row-gap:5.25rem}.bfB{-moz-column-gap:5.25rem;column-gap:5.25rem}.bfC{order:21}.bfD{flex-grow:21}.bfE{flex-shrink:21}.bfF{gap:5.5rem}.bfG{row-gap:5.5rem}.bfH{-moz-column-gap:5.5rem;column-gap:5.5rem}.bfI{order:22}.bfJ{flex-grow:22}.bfK{flex-shrink:22}.bfL{gap:5.75rem}.bfM{row-gap:5.75rem}.bfN{-moz-column-gap:5.75rem;column-gap:5.75rem}.bfO{order:23}.bfP{flex-grow:23}.bfQ{flex-shrink:23}.bfR{gap:6rem}.bfS{row-gap:6rem}.bfT{-moz-column-gap:6rem;column-gap:6rem}.bfU{order:24}.bfV{flex-grow:24}.bfW{flex-shrink:24}.bfX{gap:6.25rem}.bfY{row-gap:6.25rem}.bfZ{-moz-column-gap:6.25rem;column-gap:6.25rem}.bf0{order:25}.bf1{flex-grow:25}.bf2{flex-shrink:25}.bf3{gap:6.5rem}.bf4{row-gap:6.5rem}.bf5{-moz-column-gap:6.5rem;column-gap:6.5rem}.bf6{order:26}.bf7{flex-grow:26}.bf8{flex-shrink:26}.bf9{gap:6.75rem}.bga{row-gap:6.75rem}.bgb{-moz-column-gap:6.75rem;column-gap:6.75rem}.bgc{order:27}.bgd{flex-grow:27}.bge{flex-shrink:27}.bgf{gap:7rem}.bgg{row-gap:7rem}.bgh{-moz-column-gap:7rem;column-gap:7rem}.bgi{order:28}.bgj{flex-grow:28}.bgk{flex-shrink:28}.bgl{gap:7.25rem}.bgm{row-gap:7.25rem}.bgn{-moz-column-gap:7.25rem;column-gap:7.25rem}.bgo{order:29}.bgp{flex-grow:29}.bgq{flex-shrink:29}.bgr{gap:7.5rem}.bgs{row-gap:7.5rem}.bgt{-moz-column-gap:7.5rem;column-gap:7.5rem}.bgu{order:30}.bgv{flex-grow:30}.bgw{flex-shrink:30}.bgx{gap:7.75rem}.bgy{row-gap:7.75rem}.bgz{-moz-column-gap:7.75rem;column-gap:7.75rem}.bgA{order:31}.bgB{flex-grow:31}.bgC{flex-shrink:31}.bgD{gap:8rem}.bgE{row-gap:8rem}.bgF{-moz-column-gap:8rem;column-gap:8rem}.bgG{order:32}.bgH{flex-grow:32}.bgI{flex-shrink:32}.bgJ{gap:8.25rem}.bgK{row-gap:8.25rem}.bgL{-moz-column-gap:8.25rem;column-gap:8.25rem}.bgM{order:33}.bgN{flex-grow:33}.bgO{flex-shrink:33}.bgP{gap:8.5rem}.bgQ{row-gap:8.5rem}.bgR{-moz-column-gap:8.5rem;column-gap:8.5rem}.bgS{order:34}.bgT{flex-grow:34}.bgU{flex-shrink:34}.bgV{gap:8.75rem}.bgW{row-gap:8.75rem}.bgX{-moz-column-gap:8.75rem;column-gap:8.75rem}.bgY{order:35}.bgZ{flex-grow:35}.bg0{flex-shrink:35}.bg1{gap:9rem}.bg2{row-gap:9rem}.bg3{-moz-column-gap:9rem;column-gap:9rem}.bg4{order:36}.bg5{flex-grow:36}.bg6{flex-shrink:36}.bg7{gap:9.25rem}.bg8{row-gap:9.25rem}.bg9{-moz-column-gap:9.25rem;column-gap:9.25rem}.bha{order:37}.bhb{flex-grow:37}.bhc{flex-shrink:37}.bhd{gap:9.5rem}.bhe{row-gap:9.5rem}.bhf{-moz-column-gap:9.5rem;column-gap:9.5rem}.bhg{order:38}.bhh{flex-grow:38}.bhi{flex-shrink:38}.bhj{gap:9.75rem}.bhk{row-gap:9.75rem}.bhl{-moz-column-gap:9.75rem;column-gap:9.75rem}.bhm{order:39}.bhn{flex-grow:39}.bho{flex-shrink:39}.bhp{gap:10rem}.bhq{row-gap:10rem}.bhr{-moz-column-gap:10rem;column-gap:10rem}.bhs{order:40}.bht{flex-grow:40}.bhu{flex-shrink:40}.bhv{gap:10.25rem}.bhw{row-gap:10.25rem}.bhx{-moz-column-gap:10.25rem;column-gap:10.25rem}.bhy{order:41}.bhz{flex-grow:41}.bhA{flex-shrink:41}.bhB{gap:10.5rem}.bhC{row-gap:10.5rem}.bhD{-moz-column-gap:10.5rem;column-gap:10.5rem}.bhE{order:42}.bhF{flex-grow:42}.bhG{flex-shrink:42}.bhH{gap:10.75rem}.bhI{row-gap:10.75rem}.bhJ{-moz-column-gap:10.75rem;column-gap:10.75rem}.bhK{order:43}.bhL{flex-grow:43}.bhM{flex-shrink:43}.bhN{gap:11rem}.bhO{row-gap:11rem}.bhP{-moz-column-gap:11rem;column-gap:11rem}.bhQ{order:44}.bhR{flex-grow:44}.bhS{flex-shrink:44}.bhT{gap:11.25rem}.bhU{row-gap:11.25rem}.bhV{-moz-column-gap:11.25rem;column-gap:11.25rem}.bhW{order:45}.bhX{flex-grow:45}.bhY{flex-shrink:45}.bhZ{gap:11.5rem}.bh0{row-gap:11.5rem}.bh1{-moz-column-gap:11.5rem;column-gap:11.5rem}.bh2{order:46}.bh3{flex-grow:46}.bh4{flex-shrink:46}.bh5{gap:11.75rem}.bh6{row-gap:11.75rem}.bh7{-moz-column-gap:11.75rem;column-gap:11.75rem}.bh8{order:47}.bh9{flex-grow:47}.bia{flex-shrink:47}.bib{gap:12rem}.bic{row-gap:12rem}.bid{-moz-column-gap:12rem;column-gap:12rem}.bie{order:48}.bif{flex-grow:48}.big{flex-shrink:48}.bih{gap:12.25rem}.bii{row-gap:12.25rem}.bij{-moz-column-gap:12.25rem;column-gap:12.25rem}.bik{order:49}.bil{flex-grow:49}.bim{flex-shrink:49}.bin{gap:12.5rem}.bio{row-gap:12.5rem}.bip{-moz-column-gap:12.5rem;column-gap:12.5rem}.biq{order:50}.bir{flex-grow:50}.bis{flex-shrink:50}.bit{gap:12.75rem}.biu{row-gap:12.75rem}.biv{-moz-column-gap:12.75rem;column-gap:12.75rem}.biw{order:51}.bix{flex-grow:51}.biy{flex-shrink:51}.biz{gap:13rem}.biA{row-gap:13rem}.biB{-moz-column-gap:13rem;column-gap:13rem}.biC{order:52}.biD{flex-grow:52}.biE{flex-shrink:52}.biF{gap:13.25rem}.biG{row-gap:13.25rem}.biH{-moz-column-gap:13.25rem;column-gap:13.25rem}.biI{order:53}.biJ{flex-grow:53}.biK{flex-shrink:53}.biL{gap:13.5rem}.biM{row-gap:13.5rem}.biN{-moz-column-gap:13.5rem;column-gap:13.5rem}.biO{order:54}.biP{flex-grow:54}.biQ{flex-shrink:54}.biR{gap:13.75rem}.biS{row-gap:13.75rem}.biT{-moz-column-gap:13.75rem;column-gap:13.75rem}.biU{order:55}.biV{flex-grow:55}.biW{flex-shrink:55}.biX{gap:14rem}.biY{row-gap:14rem}.biZ{-moz-column-gap:14rem;column-gap:14rem}.bi0{order:56}.bi1{flex-grow:56}.bi2{flex-shrink:56}.bi3{gap:14.25rem}.bi4{row-gap:14.25rem}.bi5{-moz-column-gap:14.25rem;column-gap:14.25rem}.bi6{order:57}.bi7{flex-grow:57}.bi8{flex-shrink:57}.bi9{gap:14.5rem}.bja{row-gap:14.5rem}.bjb{-moz-column-gap:14.5rem;column-gap:14.5rem}.bjc{order:58}.bjd{flex-grow:58}.bje{flex-shrink:58}.bjf{gap:14.75rem}.bjg{row-gap:14.75rem}.bjh{-moz-column-gap:14.75rem;column-gap:14.75rem}.bji{order:59}.bjj{flex-grow:59}.bjk{flex-shrink:59}.bjl{gap:15rem}.bjm{row-gap:15rem}.bjn{-moz-column-gap:15rem;column-gap:15rem}.bjo{order:60}.bjp{flex-grow:60}.bjq{flex-shrink:60}.bjr{gap:15.25rem}.bjs{row-gap:15.25rem}.bjt{-moz-column-gap:15.25rem;column-gap:15.25rem}.bju{order:61}.bjv{flex-grow:61}.bjw{flex-shrink:61}.bjx{gap:15.5rem}.bjy{row-gap:15.5rem}.bjz{-moz-column-gap:15.5rem;column-gap:15.5rem}.bjA{order:62}.bjB{flex-grow:62}.bjC{flex-shrink:62}.bjD{gap:15.75rem}.bjE{row-gap:15.75rem}.bjF{-moz-column-gap:15.75rem;column-gap:15.75rem}.bjG{order:63}.bjH{flex-grow:63}.bjI{flex-shrink:63}.bjJ{gap:16rem}.bjK{row-gap:16rem}.bjL{-moz-column-gap:16rem;column-gap:16rem}.bjM{order:64}.bjN{flex-grow:64}.bjO{flex-shrink:64}.bjP{gap:16.25rem}.bjQ{row-gap:16.25rem}.bjR{-moz-column-gap:16.25rem;column-gap:16.25rem}.bjS{order:65}.bjT{flex-grow:65}.bjU{flex-shrink:65}.bjV{gap:16.5rem}.bjW{row-gap:16.5rem}.bjX{-moz-column-gap:16.5rem;column-gap:16.5rem}.bjY{order:66}.bjZ{flex-grow:66}.bj0{flex-shrink:66}.bj1{gap:16.75rem}.bj2{row-gap:16.75rem}.bj3{-moz-column-gap:16.75rem;column-gap:16.75rem}.bj4{order:67}.bj5{flex-grow:67}.bj6{flex-shrink:67}.bj7{gap:17rem}.bj8{row-gap:17rem}.bj9{-moz-column-gap:17rem;column-gap:17rem}.bka{order:68}.bkb{flex-grow:68}.bkc{flex-shrink:68}.bkd{gap:17.25rem}.bke{row-gap:17.25rem}.bkf{-moz-column-gap:17.25rem;column-gap:17.25rem}.bkg{order:69}.bkh{flex-grow:69}.bki{flex-shrink:69}.bkj{gap:17.5rem}.bkk{row-gap:17.5rem}.bkl{-moz-column-gap:17.5rem;column-gap:17.5rem}.bkm{order:70}.bkn{flex-grow:70}.bko{flex-shrink:70}.bkp{gap:17.75rem}.bkq{row-gap:17.75rem}.bkr{-moz-column-gap:17.75rem;column-gap:17.75rem}.bks{order:71}.bkt{flex-grow:71}.bku{flex-shrink:71}.bkv{gap:18rem}.bkw{row-gap:18rem}.bkx{-moz-column-gap:18rem;column-gap:18rem}.bky{order:72}.bkz{flex-grow:72}.bkA{flex-shrink:72}.bkB{gap:18.25rem}.bkC{row-gap:18.25rem}.bkD{-moz-column-gap:18.25rem;column-gap:18.25rem}.bkE{order:73}.bkF{flex-grow:73}.bkG{flex-shrink:73}.bkH{gap:18.5rem}.bkI{row-gap:18.5rem}.bkJ{-moz-column-gap:18.5rem;column-gap:18.5rem}.bkK{order:74}.bkL{flex-grow:74}.bkM{flex-shrink:74}.bkN{gap:18.75rem}.bkO{row-gap:18.75rem}.bkP{-moz-column-gap:18.75rem;column-gap:18.75rem}.bkQ{order:75}.bkR{flex-grow:75}.bkS{flex-shrink:75}.bkT{gap:19rem}.bkU{row-gap:19rem}.bkV{-moz-column-gap:19rem;column-gap:19rem}.bkW{order:76}.bkX{flex-grow:76}.bkY{flex-shrink:76}.bkZ{gap:19.25rem}.bk0{row-gap:19.25rem}.bk1{-moz-column-gap:19.25rem;column-gap:19.25rem}.bk2{order:77}.bk3{flex-grow:77}.bk4{flex-shrink:77}.bk5{gap:19.5rem}.bk6{row-gap:19.5rem}.bk7{-moz-column-gap:19.5rem;column-gap:19.5rem}.bk8{order:78}.bk9{flex-grow:78}.bla{flex-shrink:78}.blb{gap:19.75rem}.blc{row-gap:19.75rem}.bld{-moz-column-gap:19.75rem;column-gap:19.75rem}.ble{order:79}.blf{flex-grow:79}.blg{flex-shrink:79}.blh{gap:20rem}.bli{row-gap:20rem}.blj{-moz-column-gap:20rem;column-gap:20rem}.blk{order:80}.bll{flex-grow:80}.blm{flex-shrink:80}.bln{gap:20.25rem}.blo{row-gap:20.25rem}.blp{-moz-column-gap:20.25rem;column-gap:20.25rem}.blq{order:81}.blr{flex-grow:81}.bls{flex-shrink:81}.blt{gap:20.5rem}.blu{row-gap:20.5rem}.blv{-moz-column-gap:20.5rem;column-gap:20.5rem}.blw{order:82}.blx{flex-grow:82}.bly{flex-shrink:82}.blz{gap:20.75rem}.blA{row-gap:20.75rem}.blB{-moz-column-gap:20.75rem;column-gap:20.75rem}.blC{order:83}.blD{flex-grow:83}.blE{flex-shrink:83}.blF{gap:21rem}.blG{row-gap:21rem}.blH{-moz-column-gap:21rem;column-gap:21rem}.blI{order:84}.blJ{flex-grow:84}.blK{flex-shrink:84}.blL{gap:21.25rem}.blM{row-gap:21.25rem}.blN{-moz-column-gap:21.25rem;column-gap:21.25rem}.blO{order:85}.blP{flex-grow:85}.blQ{flex-shrink:85}.blR{gap:21.5rem}.blS{row-gap:21.5rem}.blT{-moz-column-gap:21.5rem;column-gap:21.5rem}.blU{order:86}.blV{flex-grow:86}.blW{flex-shrink:86}.blX{gap:21.75rem}.blY{row-gap:21.75rem}.blZ{-moz-column-gap:21.75rem;column-gap:21.75rem}.bl0{order:87}.bl1{flex-grow:87}.bl2{flex-shrink:87}.bl3{gap:22rem}.bl4{row-gap:22rem}.bl5{-moz-column-gap:22rem;column-gap:22rem}.bl6{order:88}.bl7{flex-grow:88}.bl8{flex-shrink:88}.bl9{gap:22.25rem}.bma{row-gap:22.25rem}.bmb{-moz-column-gap:22.25rem;column-gap:22.25rem}.bmc{order:89}.bmd{flex-grow:89}.bme{flex-shrink:89}.bmf{gap:22.5rem}.bmg{row-gap:22.5rem}.bmh{-moz-column-gap:22.5rem;column-gap:22.5rem}.bmi{order:90}.bmj{flex-grow:90}.bmk{flex-shrink:90}.bml{gap:22.75rem}.bmm{row-gap:22.75rem}.bmn{-moz-column-gap:22.75rem;column-gap:22.75rem}.bmo{order:91}.bmp{flex-grow:91}.bmq{flex-shrink:91}.bmr{gap:23rem}.bms{row-gap:23rem}.bmt{-moz-column-gap:23rem;column-gap:23rem}.bmu{order:92}.bmv{flex-grow:92}.bmw{flex-shrink:92}.bmx{gap:23.25rem}.bmy{row-gap:23.25rem}.bmz{-moz-column-gap:23.25rem;column-gap:23.25rem}.bmA{order:93}.bmB{flex-grow:93}.bmC{flex-shrink:93}.bmD{gap:23.5rem}.bmE{row-gap:23.5rem}.bmF{-moz-column-gap:23.5rem;column-gap:23.5rem}.bmG{order:94}.bmH{flex-grow:94}.bmI{flex-shrink:94}.bmJ{gap:23.75rem}.bmK{row-gap:23.75rem}.bmL{-moz-column-gap:23.75rem;column-gap:23.75rem}.bmM{order:95}.bmN{flex-grow:95}.bmO{flex-shrink:95}.bmP{gap:24rem}.bmQ{row-gap:24rem}.bmR{-moz-column-gap:24rem;column-gap:24rem}.bmS{order:96}.bmT{flex-grow:96}.bmU{flex-shrink:96}.bmV{gap:24.25rem}.bmW{row-gap:24.25rem}.bmX{-moz-column-gap:24.25rem;column-gap:24.25rem}.bmY{order:97}.bmZ{flex-grow:97}.bm0{flex-shrink:97}.bm1{gap:24.5rem}.bm2{row-gap:24.5rem}.bm3{-moz-column-gap:24.5rem;column-gap:24.5rem}.bm4{order:98}.bm5{flex-grow:98}.bm6{flex-shrink:98}.bm7{gap:24.75rem}.bm8{row-gap:24.75rem}.bm9{-moz-column-gap:24.75rem;column-gap:24.75rem}.bna{order:99}.bnb{flex-grow:99}.bnc{flex-shrink:99}.bnd{gap:25rem}.bne{row-gap:25rem}.bnf{-moz-column-gap:25rem;column-gap:25rem}.bng{order:100}.bnh{flex-grow:100}.bni{flex-shrink:100}.bnj{align-self:auto}.bnk{align-self:flex-start}.bnl{align-self:flex-end}.bnm{align-self:center}.bnn{align-self:baseline}.bno{align-self:stretch}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
var jsxRuntime = { exports: {} };
|
|
3
|
-
var reactJsxRuntime_production_min = {};
|
|
4
|
-
/**
|
|
5
|
-
* @license React
|
|
6
|
-
* react-jsx-runtime.production.min.js
|
|
7
|
-
*
|
|
8
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
9
|
-
*
|
|
10
|
-
* This source code is licensed under the MIT license found in the
|
|
11
|
-
* LICENSE file in the root directory of this source tree.
|
|
12
|
-
*/
|
|
13
|
-
var f = React, k = Symbol.for("react.element"), l = Symbol.for("react.fragment"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = { key: true, ref: true, __self: true, __source: true };
|
|
14
|
-
function q(c, a, g) {
|
|
15
|
-
var b, d = {}, e = null, h = null;
|
|
16
|
-
g !== void 0 && (e = "" + g);
|
|
17
|
-
a.key !== void 0 && (e = "" + a.key);
|
|
18
|
-
a.ref !== void 0 && (h = a.ref);
|
|
19
|
-
for (b in a)
|
|
20
|
-
m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
|
|
21
|
-
if (c && c.defaultProps)
|
|
22
|
-
for (b in a = c.defaultProps, a)
|
|
23
|
-
d[b] === void 0 && (d[b] = a[b]);
|
|
24
|
-
return { $$typeof: k, type: c, key: e, ref: h, props: d, _owner: n.current };
|
|
25
|
-
}
|
|
26
|
-
reactJsxRuntime_production_min.Fragment = l;
|
|
27
|
-
reactJsxRuntime_production_min.jsx = q;
|
|
28
|
-
reactJsxRuntime_production_min.jsxs = q;
|
|
29
|
-
{
|
|
30
|
-
jsxRuntime.exports = reactJsxRuntime_production_min;
|
|
31
|
-
}
|
|
32
|
-
const jsx = jsxRuntime.exports.jsx;
|
|
33
|
-
export { jsx as j };
|
package/components/button.js
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
3
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
4
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
6
|
-
var __spreadValues = (a, b) => {
|
|
7
|
-
for (var prop in b || (b = {}))
|
|
8
|
-
if (__hasOwnProp.call(b, prop))
|
|
9
|
-
__defNormalProp(a, prop, b[prop]);
|
|
10
|
-
if (__getOwnPropSymbols)
|
|
11
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
12
|
-
if (__propIsEnum.call(b, prop))
|
|
13
|
-
__defNormalProp(a, prop, b[prop]);
|
|
14
|
-
}
|
|
15
|
-
return a;
|
|
16
|
-
};
|
|
17
|
-
import Box from "../box.js";
|
|
18
|
-
import { j as jsx } from "../chunk/jsx-runtime-8434466e.js";
|
|
19
|
-
import "react";
|
|
20
|
-
function Button(props) {
|
|
21
|
-
const {
|
|
22
|
-
props: tagProps,
|
|
23
|
-
onClick,
|
|
24
|
-
type
|
|
25
|
-
} = props;
|
|
26
|
-
const newTagProps = __spreadValues(__spreadValues({}, tagProps), {
|
|
27
|
-
onClick,
|
|
28
|
-
type: type || "button"
|
|
29
|
-
});
|
|
30
|
-
const newProps = __spreadValues(__spreadValues({}, {
|
|
31
|
-
props: newTagProps
|
|
32
|
-
}), props);
|
|
33
|
-
return /* @__PURE__ */ jsx(Box, __spreadValues({
|
|
34
|
-
tag: "button",
|
|
35
|
-
cursor: "pointer",
|
|
36
|
-
display: "inline-block"
|
|
37
|
-
}, newProps));
|
|
38
|
-
}
|
|
39
|
-
export { Button as default };
|