styles.css 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765176617671768176917701771177217731774177517761777177817791780178117821783178417851786178717881789179017911792
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:static;
  5. left:auto;
  6. width:1578px;
  7. margin-left:0;
  8. margin-right:0;
  9. text-align:left;
  10. }
  11. .form_sketch {
  12. border-color:transparent;
  13. background-color:transparent;
  14. }
  15. #base {
  16. position:absolute;
  17. z-index:0;
  18. }
  19. #u2198 {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:0px;
  25. height:0px;
  26. }
  27. #u2199_img {
  28. border-width:0px;
  29. position:absolute;
  30. left:0px;
  31. top:0px;
  32. width:8px;
  33. height:28px;
  34. }
  35. #u2199 {
  36. border-width:0px;
  37. position:absolute;
  38. left:7px;
  39. top:21px;
  40. width:8px;
  41. height:28px;
  42. display:flex;
  43. }
  44. #u2199 .text {
  45. position:absolute;
  46. align-self:center;
  47. padding:2px 2px 2px 2px;
  48. box-sizing:border-box;
  49. width:100%;
  50. }
  51. #u2199_text {
  52. border-width:0px;
  53. word-wrap:break-word;
  54. text-transform:none;
  55. visibility:hidden;
  56. }
  57. #u2200_div {
  58. border-width:0px;
  59. position:absolute;
  60. left:0px;
  61. top:0px;
  62. width:120px;
  63. height:28px;
  64. background:inherit;
  65. background-color:rgba(255, 255, 255, 0);
  66. border:none;
  67. border-radius:0px;
  68. -moz-box-shadow:none;
  69. -webkit-box-shadow:none;
  70. box-shadow:none;
  71. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  72. font-weight:700;
  73. font-style:normal;
  74. }
  75. #u2200 {
  76. border-width:0px;
  77. position:absolute;
  78. left:21px;
  79. top:21px;
  80. width:120px;
  81. height:28px;
  82. display:flex;
  83. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  84. font-weight:700;
  85. font-style:normal;
  86. }
  87. #u2200 .text {
  88. position:absolute;
  89. align-self:flex-start;
  90. padding:0px 0px 0px 0px;
  91. box-sizing:border-box;
  92. width:100%;
  93. }
  94. #u2200_text {
  95. border-width:0px;
  96. white-space:nowrap;
  97. text-transform:none;
  98. }
  99. #u2201_div {
  100. border-width:0px;
  101. position:absolute;
  102. left:0px;
  103. top:0px;
  104. width:108px;
  105. height:21px;
  106. background:inherit;
  107. background-color:rgba(255, 255, 255, 0);
  108. border:none;
  109. border-radius:0px;
  110. -moz-box-shadow:none;
  111. -webkit-box-shadow:none;
  112. box-shadow:none;
  113. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  114. font-weight:700;
  115. font-style:normal;
  116. font-size:18px;
  117. }
  118. #u2201 {
  119. border-width:0px;
  120. position:absolute;
  121. left:21px;
  122. top:77px;
  123. width:108px;
  124. height:21px;
  125. display:flex;
  126. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  127. font-weight:700;
  128. font-style:normal;
  129. font-size:18px;
  130. }
  131. #u2201 .text {
  132. position:absolute;
  133. align-self:flex-start;
  134. padding:0px 0px 0px 0px;
  135. box-sizing:border-box;
  136. width:100%;
  137. }
  138. #u2201_text {
  139. border-width:0px;
  140. white-space:nowrap;
  141. text-transform:none;
  142. }
  143. #u2202_div {
  144. border-width:0px;
  145. position:absolute;
  146. left:0px;
  147. top:0px;
  148. width:715px;
  149. height:56px;
  150. background:inherit;
  151. background-color:rgba(255, 255, 255, 0);
  152. border:none;
  153. border-radius:0px;
  154. -moz-box-shadow:none;
  155. -webkit-box-shadow:none;
  156. box-shadow:none;
  157. font-size:16px;
  158. line-height:24px;
  159. }
  160. #u2202 {
  161. border-width:0px;
  162. position:absolute;
  163. left:56px;
  164. top:121px;
  165. width:715px;
  166. height:56px;
  167. display:flex;
  168. font-size:16px;
  169. line-height:24px;
  170. }
  171. #u2202 .text {
  172. position:absolute;
  173. align-self:flex-start;
  174. padding:0px 0px 0px 0px;
  175. box-sizing:border-box;
  176. width:100%;
  177. }
  178. #u2202_text {
  179. border-width:0px;
  180. word-wrap:break-word;
  181. text-transform:none;
  182. }
  183. #u2203_div {
  184. border-width:0px;
  185. position:absolute;
  186. left:0px;
  187. top:0px;
  188. width:214px;
  189. height:21px;
  190. background:inherit;
  191. background-color:rgba(255, 255, 255, 0);
  192. border:none;
  193. border-radius:0px;
  194. -moz-box-shadow:none;
  195. -webkit-box-shadow:none;
  196. box-shadow:none;
  197. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  198. font-weight:700;
  199. font-style:normal;
  200. font-size:18px;
  201. }
  202. #u2203 {
  203. border-width:0px;
  204. position:absolute;
  205. left:21px;
  206. top:194px;
  207. width:214px;
  208. height:21px;
  209. display:flex;
  210. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  211. font-weight:700;
  212. font-style:normal;
  213. font-size:18px;
  214. }
  215. #u2203 .text {
  216. position:absolute;
  217. align-self:flex-start;
  218. padding:0px 0px 0px 0px;
  219. box-sizing:border-box;
  220. width:100%;
  221. }
  222. #u2203_text {
  223. border-width:0px;
  224. white-space:nowrap;
  225. text-transform:none;
  226. }
  227. #u2204_img {
  228. border-width:0px;
  229. position:absolute;
  230. left:0px;
  231. top:0px;
  232. width:1155px;
  233. height:583px;
  234. }
  235. #u2204 {
  236. border-width:0px;
  237. position:absolute;
  238. left:21px;
  239. top:288px;
  240. width:1155px;
  241. height:583px;
  242. display:flex;
  243. }
  244. #u2204 .text {
  245. position:absolute;
  246. align-self:center;
  247. padding:2px 2px 2px 2px;
  248. box-sizing:border-box;
  249. width:100%;
  250. }
  251. #u2204_text {
  252. border-width:0px;
  253. word-wrap:break-word;
  254. text-transform:none;
  255. visibility:hidden;
  256. }
  257. #u2205_div {
  258. border-width:0px;
  259. position:absolute;
  260. left:0px;
  261. top:0px;
  262. width:72px;
  263. height:21px;
  264. background:inherit;
  265. background-color:rgba(255, 255, 255, 0);
  266. border:none;
  267. border-radius:0px;
  268. -moz-box-shadow:none;
  269. -webkit-box-shadow:none;
  270. box-shadow:none;
  271. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  272. font-weight:700;
  273. font-style:normal;
  274. font-size:18px;
  275. }
  276. #u2205 {
  277. border-width:0px;
  278. position:absolute;
  279. left:21px;
  280. top:262px;
  281. width:72px;
  282. height:21px;
  283. display:flex;
  284. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  285. font-weight:700;
  286. font-style:normal;
  287. font-size:18px;
  288. }
  289. #u2205 .text {
  290. position:absolute;
  291. align-self:flex-start;
  292. padding:0px 0px 0px 0px;
  293. box-sizing:border-box;
  294. width:100%;
  295. }
  296. #u2205_text {
  297. border-width:0px;
  298. white-space:nowrap;
  299. text-transform:none;
  300. }
  301. #u2206_img {
  302. border-width:0px;
  303. position:absolute;
  304. left:-4px;
  305. top:-4px;
  306. width:30px;
  307. height:30px;
  308. }
  309. #u2206 {
  310. border-width:0px;
  311. position:absolute;
  312. left:216px;
  313. top:387px;
  314. width:20px;
  315. height:20px;
  316. display:flex;
  317. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  318. font-weight:700;
  319. font-style:normal;
  320. font-size:14px;
  321. color:#1E1E1E;
  322. }
  323. #u2206 .text {
  324. position:absolute;
  325. align-self:center;
  326. padding:2px 2px 2px 2px;
  327. box-sizing:border-box;
  328. width:100%;
  329. }
  330. #u2206_text {
  331. border-width:0px;
  332. word-wrap:break-word;
  333. text-transform:none;
  334. }
  335. #u2207 {
  336. border-width:0px;
  337. position:absolute;
  338. left:0px;
  339. top:0px;
  340. width:0px;
  341. height:0px;
  342. }
  343. #u2208_img {
  344. border-width:0px;
  345. position:absolute;
  346. left:-4px;
  347. top:-4px;
  348. width:44px;
  349. height:44px;
  350. }
  351. #u2208 {
  352. border-width:0px;
  353. position:absolute;
  354. left:1186px;
  355. top:286px;
  356. width:34px;
  357. height:34px;
  358. display:flex;
  359. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  360. font-weight:700;
  361. font-style:normal;
  362. font-size:26px;
  363. }
  364. #u2208 .text {
  365. position:absolute;
  366. align-self:center;
  367. padding:2px 2px 2px 2px;
  368. box-sizing:border-box;
  369. width:100%;
  370. }
  371. #u2208_text {
  372. border-width:0px;
  373. word-wrap:break-word;
  374. text-transform:none;
  375. }
  376. #u2209_div {
  377. border-width:0px;
  378. position:absolute;
  379. left:0px;
  380. top:0px;
  381. width:196px;
  382. height:18px;
  383. background:inherit;
  384. background-color:rgba(255, 255, 255, 0);
  385. border:none;
  386. border-radius:0px;
  387. -moz-box-shadow:none;
  388. -webkit-box-shadow:none;
  389. box-shadow:none;
  390. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  391. font-weight:700;
  392. font-style:normal;
  393. font-size:16px;
  394. color:#FF0000;
  395. }
  396. #u2209 {
  397. border-width:0px;
  398. position:absolute;
  399. left:1226px;
  400. top:293px;
  401. width:196px;
  402. height:18px;
  403. display:flex;
  404. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  405. font-weight:700;
  406. font-style:normal;
  407. font-size:16px;
  408. color:#FF0000;
  409. }
  410. #u2209 .text {
  411. position:absolute;
  412. align-self:flex-start;
  413. padding:0px 0px 0px 0px;
  414. box-sizing:border-box;
  415. width:100%;
  416. }
  417. #u2209_text {
  418. border-width:0px;
  419. word-wrap:break-word;
  420. text-transform:none;
  421. }
  422. #u2210_div {
  423. border-width:0px;
  424. position:absolute;
  425. left:0px;
  426. top:0px;
  427. width:352px;
  428. height:22px;
  429. background:inherit;
  430. background-color:rgba(255, 255, 255, 0);
  431. border:none;
  432. border-radius:0px;
  433. -moz-box-shadow:none;
  434. -webkit-box-shadow:none;
  435. box-shadow:none;
  436. line-height:22px;
  437. }
  438. #u2210 {
  439. border-width:0px;
  440. position:absolute;
  441. left:1226px;
  442. top:331px;
  443. width:352px;
  444. height:22px;
  445. display:flex;
  446. line-height:22px;
  447. }
  448. #u2210 .text {
  449. position:absolute;
  450. align-self:flex-start;
  451. padding:0px 0px 0px 0px;
  452. box-sizing:border-box;
  453. width:100%;
  454. }
  455. #u2210_text {
  456. border-width:0px;
  457. word-wrap:break-word;
  458. text-transform:none;
  459. }
  460. #u2211 {
  461. border-width:0px;
  462. position:absolute;
  463. left:1231px;
  464. top:289px;
  465. width:184px;
  466. height:23px;
  467. overflow:hidden;
  468. background-image:url('../../resources/images/transparent.gif');
  469. }
  470. #u2212_div {
  471. border-width:0px;
  472. position:absolute;
  473. left:0px;
  474. top:0px;
  475. width:263px;
  476. height:146px;
  477. background:inherit;
  478. background-color:rgba(255, 255, 0, 1);
  479. box-sizing:border-box;
  480. border-width:1px;
  481. border-style:solid;
  482. border-color:rgba(0, 0, 0, 1);
  483. border-radius:10px;
  484. -moz-box-shadow:none;
  485. -webkit-box-shadow:none;
  486. box-shadow:none;
  487. text-align:left;
  488. }
  489. #u2212 {
  490. border-width:0px;
  491. position:absolute;
  492. left:1231px;
  493. top:133px;
  494. width:263px;
  495. height:146px;
  496. display:flex;
  497. text-align:left;
  498. }
  499. #u2212 .text {
  500. position:absolute;
  501. align-self:center;
  502. padding:2px 2px 2px 2px;
  503. box-sizing:border-box;
  504. width:100%;
  505. }
  506. #u2212_text {
  507. border-width:0px;
  508. word-wrap:break-word;
  509. text-transform:none;
  510. }
  511. #u2213_img {
  512. border-width:0px;
  513. position:absolute;
  514. left:0px;
  515. top:0px;
  516. width:1155px;
  517. height:583px;
  518. }
  519. #u2213 {
  520. border-width:0px;
  521. position:absolute;
  522. left:21px;
  523. top:929px;
  524. width:1155px;
  525. height:583px;
  526. display:flex;
  527. }
  528. #u2213 .text {
  529. position:absolute;
  530. align-self:center;
  531. padding:2px 2px 2px 2px;
  532. box-sizing:border-box;
  533. width:100%;
  534. }
  535. #u2213_text {
  536. border-width:0px;
  537. word-wrap:break-word;
  538. text-transform:none;
  539. visibility:hidden;
  540. }
  541. #u2214_div {
  542. border-width:0px;
  543. position:absolute;
  544. left:0px;
  545. top:0px;
  546. width:90px;
  547. height:21px;
  548. background:inherit;
  549. background-color:rgba(255, 255, 255, 0);
  550. border:none;
  551. border-radius:0px;
  552. -moz-box-shadow:none;
  553. -webkit-box-shadow:none;
  554. box-shadow:none;
  555. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  556. font-weight:700;
  557. font-style:normal;
  558. font-size:18px;
  559. }
  560. #u2214 {
  561. border-width:0px;
  562. position:absolute;
  563. left:21px;
  564. top:897px;
  565. width:90px;
  566. height:21px;
  567. display:flex;
  568. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  569. font-weight:700;
  570. font-style:normal;
  571. font-size:18px;
  572. }
  573. #u2214 .text {
  574. position:absolute;
  575. align-self:flex-start;
  576. padding:0px 0px 0px 0px;
  577. box-sizing:border-box;
  578. width:100%;
  579. }
  580. #u2214_text {
  581. border-width:0px;
  582. white-space:nowrap;
  583. text-transform:none;
  584. }
  585. #u2215_img {
  586. border-width:0px;
  587. position:absolute;
  588. left:-4px;
  589. top:-4px;
  590. width:30px;
  591. height:30px;
  592. }
  593. #u2215 {
  594. border-width:0px;
  595. position:absolute;
  596. left:160px;
  597. top:1039px;
  598. width:20px;
  599. height:20px;
  600. display:flex;
  601. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  602. font-weight:700;
  603. font-style:normal;
  604. font-size:14px;
  605. color:#1E1E1E;
  606. }
  607. #u2215 .text {
  608. position:absolute;
  609. align-self:center;
  610. padding:2px 2px 2px 2px;
  611. box-sizing:border-box;
  612. width:100%;
  613. }
  614. #u2215_text {
  615. border-width:0px;
  616. word-wrap:break-word;
  617. text-transform:none;
  618. }
  619. #u2216_img {
  620. border-width:0px;
  621. position:absolute;
  622. left:-4px;
  623. top:-4px;
  624. width:30px;
  625. height:30px;
  626. }
  627. #u2216 {
  628. border-width:0px;
  629. position:absolute;
  630. left:349px;
  631. top:1039px;
  632. width:20px;
  633. height:20px;
  634. display:flex;
  635. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  636. font-weight:700;
  637. font-style:normal;
  638. font-size:14px;
  639. color:#1E1E1E;
  640. }
  641. #u2216 .text {
  642. position:absolute;
  643. align-self:center;
  644. padding:2px 2px 2px 2px;
  645. box-sizing:border-box;
  646. width:100%;
  647. }
  648. #u2216_text {
  649. border-width:0px;
  650. word-wrap:break-word;
  651. text-transform:none;
  652. }
  653. #u2217_img {
  654. border-width:0px;
  655. position:absolute;
  656. left:-4px;
  657. top:-4px;
  658. width:30px;
  659. height:30px;
  660. }
  661. #u2217 {
  662. border-width:0px;
  663. position:absolute;
  664. left:441px;
  665. top:1039px;
  666. width:20px;
  667. height:20px;
  668. display:flex;
  669. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  670. font-weight:700;
  671. font-style:normal;
  672. font-size:14px;
  673. color:#1E1E1E;
  674. }
  675. #u2217 .text {
  676. position:absolute;
  677. align-self:center;
  678. padding:2px 2px 2px 2px;
  679. box-sizing:border-box;
  680. width:100%;
  681. }
  682. #u2217_text {
  683. border-width:0px;
  684. word-wrap:break-word;
  685. text-transform:none;
  686. }
  687. #u2218_img {
  688. border-width:0px;
  689. position:absolute;
  690. left:-4px;
  691. top:-4px;
  692. width:30px;
  693. height:30px;
  694. }
  695. #u2218 {
  696. border-width:0px;
  697. position:absolute;
  698. left:261px;
  699. top:1039px;
  700. width:20px;
  701. height:20px;
  702. display:flex;
  703. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  704. font-weight:700;
  705. font-style:normal;
  706. font-size:14px;
  707. color:#1E1E1E;
  708. }
  709. #u2218 .text {
  710. position:absolute;
  711. align-self:center;
  712. padding:2px 2px 2px 2px;
  713. box-sizing:border-box;
  714. width:100%;
  715. }
  716. #u2218_text {
  717. border-width:0px;
  718. word-wrap:break-word;
  719. text-transform:none;
  720. }
  721. #u2219_img {
  722. border-width:0px;
  723. position:absolute;
  724. left:-4px;
  725. top:-4px;
  726. width:30px;
  727. height:30px;
  728. }
  729. #u2219 {
  730. border-width:0px;
  731. position:absolute;
  732. left:1034px;
  733. top:1110px;
  734. width:20px;
  735. height:20px;
  736. display:flex;
  737. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  738. font-weight:700;
  739. font-style:normal;
  740. font-size:14px;
  741. color:#1E1E1E;
  742. }
  743. #u2219 .text {
  744. position:absolute;
  745. align-self:center;
  746. padding:2px 2px 2px 2px;
  747. box-sizing:border-box;
  748. width:100%;
  749. }
  750. #u2219_text {
  751. border-width:0px;
  752. word-wrap:break-word;
  753. text-transform:none;
  754. }
  755. #u2220_img {
  756. border-width:0px;
  757. position:absolute;
  758. left:-4px;
  759. top:-4px;
  760. width:30px;
  761. height:30px;
  762. }
  763. #u2220 {
  764. border-width:0px;
  765. position:absolute;
  766. left:1080px;
  767. top:1110px;
  768. width:20px;
  769. height:20px;
  770. display:flex;
  771. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  772. font-weight:700;
  773. font-style:normal;
  774. font-size:14px;
  775. color:#1E1E1E;
  776. }
  777. #u2220 .text {
  778. position:absolute;
  779. align-self:center;
  780. padding:2px 2px 2px 2px;
  781. box-sizing:border-box;
  782. width:100%;
  783. }
  784. #u2220_text {
  785. border-width:0px;
  786. word-wrap:break-word;
  787. text-transform:none;
  788. }
  789. #u2221_img {
  790. border-width:0px;
  791. position:absolute;
  792. left:-4px;
  793. top:-4px;
  794. width:30px;
  795. height:30px;
  796. }
  797. #u2221 {
  798. border-width:0px;
  799. position:absolute;
  800. left:1127px;
  801. top:1110px;
  802. width:20px;
  803. height:20px;
  804. display:flex;
  805. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  806. font-weight:700;
  807. font-style:normal;
  808. font-size:14px;
  809. color:#1E1E1E;
  810. }
  811. #u2221 .text {
  812. position:absolute;
  813. align-self:center;
  814. padding:2px 2px 2px 2px;
  815. box-sizing:border-box;
  816. width:100%;
  817. }
  818. #u2221_text {
  819. border-width:0px;
  820. word-wrap:break-word;
  821. text-transform:none;
  822. }
  823. #u2222 {
  824. border-width:0px;
  825. position:absolute;
  826. left:0px;
  827. top:0px;
  828. width:0px;
  829. height:0px;
  830. }
  831. #u2223_img {
  832. border-width:0px;
  833. position:absolute;
  834. left:-4px;
  835. top:-4px;
  836. width:44px;
  837. height:44px;
  838. }
  839. #u2223 {
  840. border-width:0px;
  841. position:absolute;
  842. left:1186px;
  843. top:928px;
  844. width:34px;
  845. height:34px;
  846. display:flex;
  847. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  848. font-weight:700;
  849. font-style:normal;
  850. font-size:26px;
  851. }
  852. #u2223 .text {
  853. position:absolute;
  854. align-self:center;
  855. padding:2px 2px 2px 2px;
  856. box-sizing:border-box;
  857. width:100%;
  858. }
  859. #u2223_text {
  860. border-width:0px;
  861. word-wrap:break-word;
  862. text-transform:none;
  863. }
  864. #u2224_div {
  865. border-width:0px;
  866. position:absolute;
  867. left:0px;
  868. top:0px;
  869. width:143px;
  870. height:18px;
  871. background:inherit;
  872. background-color:rgba(255, 255, 255, 0);
  873. border:none;
  874. border-radius:0px;
  875. -moz-box-shadow:none;
  876. -webkit-box-shadow:none;
  877. box-shadow:none;
  878. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  879. font-weight:700;
  880. font-style:normal;
  881. font-size:16px;
  882. }
  883. #u2224 {
  884. border-width:0px;
  885. position:absolute;
  886. left:1226px;
  887. top:935px;
  888. width:143px;
  889. height:18px;
  890. display:flex;
  891. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  892. font-weight:700;
  893. font-style:normal;
  894. font-size:16px;
  895. }
  896. #u2224 .text {
  897. position:absolute;
  898. align-self:flex-start;
  899. padding:0px 0px 0px 0px;
  900. box-sizing:border-box;
  901. width:100%;
  902. }
  903. #u2224_text {
  904. border-width:0px;
  905. word-wrap:break-word;
  906. text-transform:none;
  907. }
  908. #u2225_div {
  909. border-width:0px;
  910. position:absolute;
  911. left:0px;
  912. top:0px;
  913. width:352px;
  914. height:44px;
  915. background:inherit;
  916. background-color:rgba(255, 255, 255, 0);
  917. border:none;
  918. border-radius:0px;
  919. -moz-box-shadow:none;
  920. -webkit-box-shadow:none;
  921. box-shadow:none;
  922. line-height:22px;
  923. }
  924. #u2225 {
  925. border-width:0px;
  926. position:absolute;
  927. left:1226px;
  928. top:973px;
  929. width:352px;
  930. height:44px;
  931. display:flex;
  932. line-height:22px;
  933. }
  934. #u2225 .text {
  935. position:absolute;
  936. align-self:flex-start;
  937. padding:0px 0px 0px 0px;
  938. box-sizing:border-box;
  939. width:100%;
  940. }
  941. #u2225_text {
  942. border-width:0px;
  943. word-wrap:break-word;
  944. text-transform:none;
  945. }
  946. #u2226 {
  947. border-width:0px;
  948. position:absolute;
  949. left:1468px;
  950. top:968px;
  951. width:72px;
  952. height:23px;
  953. overflow:hidden;
  954. background-image:url('../../resources/images/transparent.gif');
  955. }
  956. #u2227_div {
  957. border-width:0px;
  958. position:absolute;
  959. left:0px;
  960. top:0px;
  961. width:242px;
  962. height:80px;
  963. background:inherit;
  964. background-color:rgba(255, 255, 0, 1);
  965. box-sizing:border-box;
  966. border-width:1px;
  967. border-style:solid;
  968. border-color:rgba(0, 0, 0, 1);
  969. border-radius:10px;
  970. -moz-box-shadow:none;
  971. -webkit-box-shadow:none;
  972. box-shadow:none;
  973. text-align:left;
  974. }
  975. #u2227 {
  976. border-width:0px;
  977. position:absolute;
  978. left:1312px;
  979. top:883px;
  980. width:242px;
  981. height:80px;
  982. display:flex;
  983. text-align:left;
  984. }
  985. #u2227 .text {
  986. position:absolute;
  987. align-self:center;
  988. padding:2px 2px 2px 2px;
  989. box-sizing:border-box;
  990. width:100%;
  991. }
  992. #u2227_text {
  993. border-width:0px;
  994. word-wrap:break-word;
  995. text-transform:none;
  996. }
  997. #u2228 {
  998. border-width:0px;
  999. position:absolute;
  1000. left:0px;
  1001. top:0px;
  1002. width:0px;
  1003. height:0px;
  1004. }
  1005. #u2229_img {
  1006. border-width:0px;
  1007. position:absolute;
  1008. left:-4px;
  1009. top:-4px;
  1010. width:40px;
  1011. height:40px;
  1012. }
  1013. #u2229 {
  1014. border-width:0px;
  1015. position:absolute;
  1016. left:1186px;
  1017. top:1111px;
  1018. width:30px;
  1019. height:30px;
  1020. display:flex;
  1021. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1022. font-weight:700;
  1023. font-style:normal;
  1024. font-size:18px;
  1025. color:#1E1E1E;
  1026. }
  1027. #u2229 .text {
  1028. position:absolute;
  1029. align-self:center;
  1030. padding:2px 2px 2px 2px;
  1031. box-sizing:border-box;
  1032. width:100%;
  1033. }
  1034. #u2229_text {
  1035. border-width:0px;
  1036. word-wrap:break-word;
  1037. text-transform:none;
  1038. }
  1039. #u2230_div {
  1040. border-width:0px;
  1041. position:absolute;
  1042. left:0px;
  1043. top:0px;
  1044. width:143px;
  1045. height:18px;
  1046. background:inherit;
  1047. background-color:rgba(255, 255, 255, 0);
  1048. border:none;
  1049. border-radius:0px;
  1050. -moz-box-shadow:none;
  1051. -webkit-box-shadow:none;
  1052. box-shadow:none;
  1053. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1054. font-weight:700;
  1055. font-style:normal;
  1056. font-size:16px;
  1057. }
  1058. #u2230 {
  1059. border-width:0px;
  1060. position:absolute;
  1061. left:1226px;
  1062. top:1118px;
  1063. width:143px;
  1064. height:18px;
  1065. display:flex;
  1066. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1067. font-weight:700;
  1068. font-style:normal;
  1069. font-size:16px;
  1070. }
  1071. #u2230 .text {
  1072. position:absolute;
  1073. align-self:flex-start;
  1074. padding:0px 0px 0px 0px;
  1075. box-sizing:border-box;
  1076. width:100%;
  1077. }
  1078. #u2230_text {
  1079. border-width:0px;
  1080. word-wrap:break-word;
  1081. text-transform:none;
  1082. }
  1083. #u2231_div {
  1084. border-width:0px;
  1085. position:absolute;
  1086. left:0px;
  1087. top:0px;
  1088. width:352px;
  1089. height:22px;
  1090. background:inherit;
  1091. background-color:rgba(255, 255, 255, 0);
  1092. border:none;
  1093. border-radius:0px;
  1094. -moz-box-shadow:none;
  1095. -webkit-box-shadow:none;
  1096. box-shadow:none;
  1097. line-height:22px;
  1098. }
  1099. #u2231 {
  1100. border-width:0px;
  1101. position:absolute;
  1102. left:1226px;
  1103. top:1156px;
  1104. width:352px;
  1105. height:22px;
  1106. display:flex;
  1107. line-height:22px;
  1108. }
  1109. #u2231 .text {
  1110. position:absolute;
  1111. align-self:flex-start;
  1112. padding:0px 0px 0px 0px;
  1113. box-sizing:border-box;
  1114. width:100%;
  1115. }
  1116. #u2231_text {
  1117. border-width:0px;
  1118. word-wrap:break-word;
  1119. text-transform:none;
  1120. }
  1121. #u2232 {
  1122. border-width:0px;
  1123. position:absolute;
  1124. left:0px;
  1125. top:0px;
  1126. width:0px;
  1127. height:0px;
  1128. }
  1129. #u2233_img {
  1130. border-width:0px;
  1131. position:absolute;
  1132. left:-4px;
  1133. top:-4px;
  1134. width:40px;
  1135. height:40px;
  1136. }
  1137. #u2233 {
  1138. border-width:0px;
  1139. position:absolute;
  1140. left:1186px;
  1141. top:1034px;
  1142. width:30px;
  1143. height:30px;
  1144. display:flex;
  1145. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1146. font-weight:700;
  1147. font-style:normal;
  1148. font-size:18px;
  1149. color:#1E1E1E;
  1150. }
  1151. #u2233 .text {
  1152. position:absolute;
  1153. align-self:center;
  1154. padding:2px 2px 2px 2px;
  1155. box-sizing:border-box;
  1156. width:100%;
  1157. }
  1158. #u2233_text {
  1159. border-width:0px;
  1160. word-wrap:break-word;
  1161. text-transform:none;
  1162. }
  1163. #u2234_div {
  1164. border-width:0px;
  1165. position:absolute;
  1166. left:0px;
  1167. top:0px;
  1168. width:143px;
  1169. height:18px;
  1170. background:inherit;
  1171. background-color:rgba(255, 255, 255, 0);
  1172. border:none;
  1173. border-radius:0px;
  1174. -moz-box-shadow:none;
  1175. -webkit-box-shadow:none;
  1176. box-shadow:none;
  1177. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1178. font-weight:700;
  1179. font-style:normal;
  1180. font-size:16px;
  1181. }
  1182. #u2234 {
  1183. border-width:0px;
  1184. position:absolute;
  1185. left:1226px;
  1186. top:1041px;
  1187. width:143px;
  1188. height:18px;
  1189. display:flex;
  1190. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1191. font-weight:700;
  1192. font-style:normal;
  1193. font-size:16px;
  1194. }
  1195. #u2234 .text {
  1196. position:absolute;
  1197. align-self:flex-start;
  1198. padding:0px 0px 0px 0px;
  1199. box-sizing:border-box;
  1200. width:100%;
  1201. }
  1202. #u2234_text {
  1203. border-width:0px;
  1204. word-wrap:break-word;
  1205. text-transform:none;
  1206. }
  1207. #u2235_div {
  1208. border-width:0px;
  1209. position:absolute;
  1210. left:0px;
  1211. top:0px;
  1212. width:352px;
  1213. height:22px;
  1214. background:inherit;
  1215. background-color:rgba(255, 255, 255, 0);
  1216. border:none;
  1217. border-radius:0px;
  1218. -moz-box-shadow:none;
  1219. -webkit-box-shadow:none;
  1220. box-shadow:none;
  1221. line-height:22px;
  1222. }
  1223. #u2235 {
  1224. border-width:0px;
  1225. position:absolute;
  1226. left:1226px;
  1227. top:1079px;
  1228. width:352px;
  1229. height:22px;
  1230. display:flex;
  1231. line-height:22px;
  1232. }
  1233. #u2235 .text {
  1234. position:absolute;
  1235. align-self:flex-start;
  1236. padding:0px 0px 0px 0px;
  1237. box-sizing:border-box;
  1238. width:100%;
  1239. }
  1240. #u2235_text {
  1241. border-width:0px;
  1242. word-wrap:break-word;
  1243. text-transform:none;
  1244. }
  1245. #u2236 {
  1246. border-width:0px;
  1247. position:absolute;
  1248. left:0px;
  1249. top:0px;
  1250. width:0px;
  1251. height:0px;
  1252. }
  1253. #u2237_img {
  1254. border-width:0px;
  1255. position:absolute;
  1256. left:-4px;
  1257. top:-4px;
  1258. width:44px;
  1259. height:44px;
  1260. }
  1261. #u2237 {
  1262. border-width:0px;
  1263. position:absolute;
  1264. left:1186px;
  1265. top:1201px;
  1266. width:34px;
  1267. height:34px;
  1268. display:flex;
  1269. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1270. font-weight:700;
  1271. font-style:normal;
  1272. font-size:26px;
  1273. }
  1274. #u2237 .text {
  1275. position:absolute;
  1276. align-self:center;
  1277. padding:2px 2px 2px 2px;
  1278. box-sizing:border-box;
  1279. width:100%;
  1280. }
  1281. #u2237_text {
  1282. border-width:0px;
  1283. word-wrap:break-word;
  1284. text-transform:none;
  1285. }
  1286. #u2238_div {
  1287. border-width:0px;
  1288. position:absolute;
  1289. left:0px;
  1290. top:0px;
  1291. width:196px;
  1292. height:18px;
  1293. background:inherit;
  1294. background-color:rgba(255, 255, 255, 0);
  1295. border:none;
  1296. border-radius:0px;
  1297. -moz-box-shadow:none;
  1298. -webkit-box-shadow:none;
  1299. box-shadow:none;
  1300. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1301. font-weight:700;
  1302. font-style:normal;
  1303. font-size:16px;
  1304. color:#FF0000;
  1305. }
  1306. #u2238 {
  1307. border-width:0px;
  1308. position:absolute;
  1309. left:1226px;
  1310. top:1208px;
  1311. width:196px;
  1312. height:18px;
  1313. display:flex;
  1314. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1315. font-weight:700;
  1316. font-style:normal;
  1317. font-size:16px;
  1318. color:#FF0000;
  1319. }
  1320. #u2238 .text {
  1321. position:absolute;
  1322. align-self:flex-start;
  1323. padding:0px 0px 0px 0px;
  1324. box-sizing:border-box;
  1325. width:100%;
  1326. }
  1327. #u2238_text {
  1328. border-width:0px;
  1329. word-wrap:break-word;
  1330. text-transform:none;
  1331. }
  1332. #u2239_div {
  1333. border-width:0px;
  1334. position:absolute;
  1335. left:0px;
  1336. top:0px;
  1337. width:352px;
  1338. height:22px;
  1339. background:inherit;
  1340. background-color:rgba(255, 255, 255, 0);
  1341. border:none;
  1342. border-radius:0px;
  1343. -moz-box-shadow:none;
  1344. -webkit-box-shadow:none;
  1345. box-shadow:none;
  1346. line-height:22px;
  1347. }
  1348. #u2239 {
  1349. border-width:0px;
  1350. position:absolute;
  1351. left:1226px;
  1352. top:1246px;
  1353. width:352px;
  1354. height:22px;
  1355. display:flex;
  1356. line-height:22px;
  1357. }
  1358. #u2239 .text {
  1359. position:absolute;
  1360. align-self:flex-start;
  1361. padding:0px 0px 0px 0px;
  1362. box-sizing:border-box;
  1363. width:100%;
  1364. }
  1365. #u2239_text {
  1366. border-width:0px;
  1367. word-wrap:break-word;
  1368. text-transform:none;
  1369. }
  1370. #u2240 {
  1371. border-width:0px;
  1372. position:absolute;
  1373. left:1231px;
  1374. top:1204px;
  1375. width:184px;
  1376. height:23px;
  1377. overflow:hidden;
  1378. background-image:url('../../resources/images/transparent.gif');
  1379. }
  1380. #u2241_div {
  1381. border-width:0px;
  1382. position:absolute;
  1383. left:0px;
  1384. top:0px;
  1385. width:263px;
  1386. height:146px;
  1387. background:inherit;
  1388. background-color:rgba(255, 255, 0, 1);
  1389. box-sizing:border-box;
  1390. border-width:1px;
  1391. border-style:solid;
  1392. border-color:rgba(0, 0, 0, 1);
  1393. border-radius:10px;
  1394. -moz-box-shadow:none;
  1395. -webkit-box-shadow:none;
  1396. box-shadow:none;
  1397. text-align:left;
  1398. }
  1399. #u2241 {
  1400. border-width:0px;
  1401. position:absolute;
  1402. left:1231px;
  1403. top:1048px;
  1404. width:263px;
  1405. height:146px;
  1406. display:flex;
  1407. text-align:left;
  1408. }
  1409. #u2241 .text {
  1410. position:absolute;
  1411. align-self:center;
  1412. padding:2px 2px 2px 2px;
  1413. box-sizing:border-box;
  1414. width:100%;
  1415. }
  1416. #u2241_text {
  1417. border-width:0px;
  1418. word-wrap:break-word;
  1419. text-transform:none;
  1420. }
  1421. #u2242 {
  1422. border-width:0px;
  1423. position:absolute;
  1424. left:0px;
  1425. top:0px;
  1426. width:0px;
  1427. height:0px;
  1428. }
  1429. #u2243_img {
  1430. border-width:0px;
  1431. position:absolute;
  1432. left:-4px;
  1433. top:-4px;
  1434. width:40px;
  1435. height:40px;
  1436. }
  1437. #u2243 {
  1438. border-width:0px;
  1439. position:absolute;
  1440. left:1186px;
  1441. top:1294px;
  1442. width:30px;
  1443. height:30px;
  1444. display:flex;
  1445. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1446. font-weight:700;
  1447. font-style:normal;
  1448. font-size:18px;
  1449. color:#333333;
  1450. }
  1451. #u2243 .text {
  1452. position:absolute;
  1453. align-self:center;
  1454. padding:2px 2px 2px 2px;
  1455. box-sizing:border-box;
  1456. width:100%;
  1457. }
  1458. #u2243_text {
  1459. border-width:0px;
  1460. word-wrap:break-word;
  1461. text-transform:none;
  1462. }
  1463. #u2244_div {
  1464. border-width:0px;
  1465. position:absolute;
  1466. left:0px;
  1467. top:0px;
  1468. width:198px;
  1469. height:18px;
  1470. background:inherit;
  1471. background-color:rgba(255, 255, 255, 0);
  1472. border:none;
  1473. border-radius:0px;
  1474. -moz-box-shadow:none;
  1475. -webkit-box-shadow:none;
  1476. box-shadow:none;
  1477. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1478. font-weight:700;
  1479. font-style:normal;
  1480. font-size:16px;
  1481. }
  1482. #u2244 {
  1483. border-width:0px;
  1484. position:absolute;
  1485. left:1226px;
  1486. top:1301px;
  1487. width:198px;
  1488. height:18px;
  1489. display:flex;
  1490. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1491. font-weight:700;
  1492. font-style:normal;
  1493. font-size:16px;
  1494. }
  1495. #u2244 .text {
  1496. position:absolute;
  1497. align-self:flex-start;
  1498. padding:0px 0px 0px 0px;
  1499. box-sizing:border-box;
  1500. width:100%;
  1501. }
  1502. #u2244_text {
  1503. border-width:0px;
  1504. word-wrap:break-word;
  1505. text-transform:none;
  1506. }
  1507. #u2245_div {
  1508. border-width:0px;
  1509. position:absolute;
  1510. left:0px;
  1511. top:0px;
  1512. width:352px;
  1513. height:44px;
  1514. background:inherit;
  1515. background-color:rgba(255, 255, 255, 0);
  1516. border:none;
  1517. border-radius:0px;
  1518. -moz-box-shadow:none;
  1519. -webkit-box-shadow:none;
  1520. box-shadow:none;
  1521. line-height:22px;
  1522. }
  1523. #u2245 {
  1524. border-width:0px;
  1525. position:absolute;
  1526. left:1226px;
  1527. top:1339px;
  1528. width:352px;
  1529. height:44px;
  1530. display:flex;
  1531. line-height:22px;
  1532. }
  1533. #u2245 .text {
  1534. position:absolute;
  1535. align-self:flex-start;
  1536. padding:0px 0px 0px 0px;
  1537. box-sizing:border-box;
  1538. width:100%;
  1539. }
  1540. #u2245_text {
  1541. border-width:0px;
  1542. word-wrap:break-word;
  1543. text-transform:none;
  1544. }
  1545. #u2246 {
  1546. border-width:0px;
  1547. position:absolute;
  1548. left:0px;
  1549. top:0px;
  1550. width:0px;
  1551. height:0px;
  1552. }
  1553. #u2247_img {
  1554. border-width:0px;
  1555. position:absolute;
  1556. left:-4px;
  1557. top:-4px;
  1558. width:40px;
  1559. height:40px;
  1560. }
  1561. #u2247 {
  1562. border-width:0px;
  1563. position:absolute;
  1564. left:1186px;
  1565. top:1393px;
  1566. width:30px;
  1567. height:30px;
  1568. display:flex;
  1569. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1570. font-weight:700;
  1571. font-style:normal;
  1572. font-size:18px;
  1573. color:#1E1E1E;
  1574. }
  1575. #u2247 .text {
  1576. position:absolute;
  1577. align-self:center;
  1578. padding:2px 2px 2px 2px;
  1579. box-sizing:border-box;
  1580. width:100%;
  1581. }
  1582. #u2247_text {
  1583. border-width:0px;
  1584. word-wrap:break-word;
  1585. text-transform:none;
  1586. }
  1587. #u2248_div {
  1588. border-width:0px;
  1589. position:absolute;
  1590. left:0px;
  1591. top:0px;
  1592. width:198px;
  1593. height:18px;
  1594. background:inherit;
  1595. background-color:rgba(255, 255, 255, 0);
  1596. border:none;
  1597. border-radius:0px;
  1598. -moz-box-shadow:none;
  1599. -webkit-box-shadow:none;
  1600. box-shadow:none;
  1601. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1602. font-weight:700;
  1603. font-style:normal;
  1604. font-size:16px;
  1605. }
  1606. #u2248 {
  1607. border-width:0px;
  1608. position:absolute;
  1609. left:1226px;
  1610. top:1400px;
  1611. width:198px;
  1612. height:18px;
  1613. display:flex;
  1614. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1615. font-weight:700;
  1616. font-style:normal;
  1617. font-size:16px;
  1618. }
  1619. #u2248 .text {
  1620. position:absolute;
  1621. align-self:flex-start;
  1622. padding:0px 0px 0px 0px;
  1623. box-sizing:border-box;
  1624. width:100%;
  1625. }
  1626. #u2248_text {
  1627. border-width:0px;
  1628. word-wrap:break-word;
  1629. text-transform:none;
  1630. }
  1631. #u2249_div {
  1632. border-width:0px;
  1633. position:absolute;
  1634. left:0px;
  1635. top:0px;
  1636. width:352px;
  1637. height:44px;
  1638. background:inherit;
  1639. background-color:rgba(255, 255, 255, 0);
  1640. border:none;
  1641. border-radius:0px;
  1642. -moz-box-shadow:none;
  1643. -webkit-box-shadow:none;
  1644. box-shadow:none;
  1645. line-height:22px;
  1646. }
  1647. #u2249 {
  1648. border-width:0px;
  1649. position:absolute;
  1650. left:1226px;
  1651. top:1438px;
  1652. width:352px;
  1653. height:44px;
  1654. display:flex;
  1655. line-height:22px;
  1656. }
  1657. #u2249 .text {
  1658. position:absolute;
  1659. align-self:flex-start;
  1660. padding:0px 0px 0px 0px;
  1661. box-sizing:border-box;
  1662. width:100%;
  1663. }
  1664. #u2249_text {
  1665. border-width:0px;
  1666. word-wrap:break-word;
  1667. text-transform:none;
  1668. }
  1669. #u2250 {
  1670. border-width:0px;
  1671. position:absolute;
  1672. left:0px;
  1673. top:0px;
  1674. width:0px;
  1675. height:0px;
  1676. }
  1677. #u2251_img {
  1678. border-width:0px;
  1679. position:absolute;
  1680. left:-4px;
  1681. top:-4px;
  1682. width:40px;
  1683. height:40px;
  1684. }
  1685. #u2251 {
  1686. border-width:0px;
  1687. position:absolute;
  1688. left:1186px;
  1689. top:1492px;
  1690. width:30px;
  1691. height:30px;
  1692. display:flex;
  1693. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1694. font-weight:700;
  1695. font-style:normal;
  1696. font-size:18px;
  1697. color:#333333;
  1698. }
  1699. #u2251 .text {
  1700. position:absolute;
  1701. align-self:center;
  1702. padding:2px 2px 2px 2px;
  1703. box-sizing:border-box;
  1704. width:100%;
  1705. }
  1706. #u2251_text {
  1707. border-width:0px;
  1708. word-wrap:break-word;
  1709. text-transform:none;
  1710. }
  1711. #u2252_div {
  1712. border-width:0px;
  1713. position:absolute;
  1714. left:0px;
  1715. top:0px;
  1716. width:198px;
  1717. height:18px;
  1718. background:inherit;
  1719. background-color:rgba(255, 255, 255, 0);
  1720. border:none;
  1721. border-radius:0px;
  1722. -moz-box-shadow:none;
  1723. -webkit-box-shadow:none;
  1724. box-shadow:none;
  1725. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1726. font-weight:700;
  1727. font-style:normal;
  1728. font-size:16px;
  1729. }
  1730. #u2252 {
  1731. border-width:0px;
  1732. position:absolute;
  1733. left:1226px;
  1734. top:1499px;
  1735. width:198px;
  1736. height:18px;
  1737. display:flex;
  1738. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1739. font-weight:700;
  1740. font-style:normal;
  1741. font-size:16px;
  1742. }
  1743. #u2252 .text {
  1744. position:absolute;
  1745. align-self:flex-start;
  1746. padding:0px 0px 0px 0px;
  1747. box-sizing:border-box;
  1748. width:100%;
  1749. }
  1750. #u2252_text {
  1751. border-width:0px;
  1752. word-wrap:break-word;
  1753. text-transform:none;
  1754. }
  1755. #u2253_div {
  1756. border-width:0px;
  1757. position:absolute;
  1758. left:0px;
  1759. top:0px;
  1760. width:352px;
  1761. height:22px;
  1762. background:inherit;
  1763. background-color:rgba(255, 255, 255, 0);
  1764. border:none;
  1765. border-radius:0px;
  1766. -moz-box-shadow:none;
  1767. -webkit-box-shadow:none;
  1768. box-shadow:none;
  1769. line-height:22px;
  1770. }
  1771. #u2253 {
  1772. border-width:0px;
  1773. position:absolute;
  1774. left:1226px;
  1775. top:1537px;
  1776. width:352px;
  1777. height:22px;
  1778. display:flex;
  1779. line-height:22px;
  1780. }
  1781. #u2253 .text {
  1782. position:absolute;
  1783. align-self:flex-start;
  1784. padding:0px 0px 0px 0px;
  1785. box-sizing:border-box;
  1786. width:100%;
  1787. }
  1788. #u2253_text {
  1789. border-width:0px;
  1790. word-wrap:break-word;
  1791. text-transform:none;
  1792. }