styles.css 20 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. body {
  2. margin:0px;
  3. background-image:none;
  4. position:static;
  5. left:auto;
  6. width:1558px;
  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. #u800_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:-10px;
  23. top:-8px;
  24. width:1175px;
  25. height:647px;
  26. }
  27. #u800 {
  28. border-width:0px;
  29. position:absolute;
  30. left:20px;
  31. top:226px;
  32. width:1155px;
  33. height:627px;
  34. display:flex;
  35. }
  36. #u800 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u800_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u801_div {
  50. border-width:0px;
  51. position:absolute;
  52. left:0px;
  53. top:0px;
  54. width:1538px;
  55. height:28px;
  56. background:inherit;
  57. background-color:rgba(244, 244, 245, 1);
  58. border:none;
  59. border-radius:0px;
  60. -moz-box-shadow:none;
  61. -webkit-box-shadow:none;
  62. box-shadow:none;
  63. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  64. font-weight:700;
  65. font-style:normal;
  66. }
  67. #u801 {
  68. border-width:0px;
  69. position:absolute;
  70. left:20px;
  71. top:179px;
  72. width:1538px;
  73. height:28px;
  74. display:flex;
  75. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  76. font-weight:700;
  77. font-style:normal;
  78. }
  79. #u801 .text {
  80. position:absolute;
  81. align-self:flex-start;
  82. padding:6px 0px 6px 14px;
  83. box-sizing:border-box;
  84. width:100%;
  85. }
  86. #u801_text {
  87. border-width:0px;
  88. word-wrap:break-word;
  89. text-transform:none;
  90. }
  91. #u802 {
  92. border-width:0px;
  93. position:absolute;
  94. left:0px;
  95. top:0px;
  96. width:0px;
  97. height:0px;
  98. }
  99. #u803_img {
  100. border-width:0px;
  101. position:absolute;
  102. left:0px;
  103. top:0px;
  104. width:8px;
  105. height:28px;
  106. }
  107. #u803 {
  108. border-width:0px;
  109. position:absolute;
  110. left:20px;
  111. top:29px;
  112. width:8px;
  113. height:28px;
  114. display:flex;
  115. }
  116. #u803 .text {
  117. position:absolute;
  118. align-self:center;
  119. padding:2px 2px 2px 2px;
  120. box-sizing:border-box;
  121. width:100%;
  122. }
  123. #u803_text {
  124. border-width:0px;
  125. word-wrap:break-word;
  126. text-transform:none;
  127. visibility:hidden;
  128. }
  129. #u804_div {
  130. border-width:0px;
  131. position:absolute;
  132. left:0px;
  133. top:0px;
  134. width:96px;
  135. height:28px;
  136. background:inherit;
  137. background-color:rgba(255, 255, 255, 0);
  138. border:none;
  139. border-radius:0px;
  140. -moz-box-shadow:none;
  141. -webkit-box-shadow:none;
  142. box-shadow:none;
  143. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  144. font-weight:700;
  145. font-style:normal;
  146. }
  147. #u804 {
  148. border-width:0px;
  149. position:absolute;
  150. left:34px;
  151. top:29px;
  152. width:96px;
  153. height:28px;
  154. display:flex;
  155. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  156. font-weight:700;
  157. font-style:normal;
  158. }
  159. #u804 .text {
  160. position:absolute;
  161. align-self:flex-start;
  162. padding:0px 0px 0px 0px;
  163. box-sizing:border-box;
  164. width:100%;
  165. }
  166. #u804_text {
  167. border-width:0px;
  168. white-space:nowrap;
  169. text-transform:none;
  170. }
  171. #u805_div {
  172. border-width:0px;
  173. position:absolute;
  174. left:0px;
  175. top:0px;
  176. width:119px;
  177. height:34px;
  178. background:inherit;
  179. background-color:rgba(255, 255, 255, 0);
  180. box-sizing:border-box;
  181. border-width:2px;
  182. border-style:solid;
  183. border-color:rgba(255, 199, 51, 1);
  184. border-radius:0px;
  185. -moz-box-shadow:none;
  186. -webkit-box-shadow:none;
  187. box-shadow:none;
  188. }
  189. #u805 {
  190. border-width:0px;
  191. position:absolute;
  192. left:1038px;
  193. top:320px;
  194. width:119px;
  195. height:34px;
  196. display:flex;
  197. }
  198. #u805 .text {
  199. position:absolute;
  200. align-self:center;
  201. padding:2px 2px 2px 2px;
  202. box-sizing:border-box;
  203. width:100%;
  204. }
  205. #u805_text {
  206. border-width:0px;
  207. word-wrap:break-word;
  208. text-transform:none;
  209. visibility:hidden;
  210. }
  211. #u806_img {
  212. border-width:0px;
  213. position:absolute;
  214. left:-10px;
  215. top:-8px;
  216. width:44px;
  217. height:44px;
  218. }
  219. #u806 {
  220. border-width:0px;
  221. position:absolute;
  222. left:1028px;
  223. top:325px;
  224. width:24px;
  225. height:24px;
  226. display:flex;
  227. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  228. font-weight:700;
  229. font-style:normal;
  230. font-size:14px;
  231. color:#1E1E1E;
  232. }
  233. #u806 .text {
  234. position:absolute;
  235. align-self:center;
  236. padding:2px 2px 2px 2px;
  237. box-sizing:border-box;
  238. width:100%;
  239. }
  240. #u806_text {
  241. border-width:0px;
  242. word-wrap:break-word;
  243. text-transform:none;
  244. }
  245. #u807_div {
  246. border-width:0px;
  247. position:absolute;
  248. left:0px;
  249. top:0px;
  250. width:1538px;
  251. height:28px;
  252. background:inherit;
  253. background-color:rgba(244, 244, 245, 1);
  254. border:none;
  255. border-radius:0px;
  256. -moz-box-shadow:none;
  257. -webkit-box-shadow:none;
  258. box-shadow:none;
  259. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  260. font-weight:700;
  261. font-style:normal;
  262. }
  263. #u807 {
  264. border-width:0px;
  265. position:absolute;
  266. left:20px;
  267. top:77px;
  268. width:1538px;
  269. height:28px;
  270. display:flex;
  271. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  272. font-weight:700;
  273. font-style:normal;
  274. }
  275. #u807 .text {
  276. position:absolute;
  277. align-self:flex-start;
  278. padding:6px 0px 6px 14px;
  279. box-sizing:border-box;
  280. width:100%;
  281. }
  282. #u807_text {
  283. border-width:0px;
  284. word-wrap:break-word;
  285. text-transform:none;
  286. }
  287. #u808_div {
  288. border-width:0px;
  289. position:absolute;
  290. left:0px;
  291. top:0px;
  292. width:1156px;
  293. height:24px;
  294. background:inherit;
  295. background-color:rgba(255, 255, 255, 0);
  296. border:none;
  297. border-radius:0px;
  298. -moz-box-shadow:none;
  299. -webkit-box-shadow:none;
  300. box-shadow:none;
  301. font-size:14px;
  302. line-height:24px;
  303. }
  304. #u808 {
  305. border-width:0px;
  306. position:absolute;
  307. left:20px;
  308. top:125px;
  309. width:1156px;
  310. height:24px;
  311. display:flex;
  312. font-size:14px;
  313. line-height:24px;
  314. }
  315. #u808 .text {
  316. position:absolute;
  317. align-self:flex-start;
  318. padding:0px 0px 0px 14px;
  319. box-sizing:border-box;
  320. width:100%;
  321. }
  322. #u808_text {
  323. border-width:0px;
  324. word-wrap:break-word;
  325. text-transform:none;
  326. }
  327. #u809 {
  328. border-width:0px;
  329. position:absolute;
  330. left:0px;
  331. top:0px;
  332. width:0px;
  333. height:0px;
  334. }
  335. #u810_div {
  336. border-width:0px;
  337. position:absolute;
  338. left:0px;
  339. top:0px;
  340. width:328px;
  341. height:24px;
  342. background:inherit;
  343. background-color:rgba(255, 255, 255, 0);
  344. border:none;
  345. border-radius:0px;
  346. -moz-box-shadow:none;
  347. -webkit-box-shadow:none;
  348. box-shadow:none;
  349. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  350. font-weight:700;
  351. font-style:normal;
  352. font-size:16px;
  353. }
  354. #u810 {
  355. border-width:0px;
  356. position:absolute;
  357. left:1230px;
  358. top:226px;
  359. width:328px;
  360. height:24px;
  361. display:flex;
  362. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  363. font-weight:700;
  364. font-style:normal;
  365. font-size:16px;
  366. }
  367. #u810 .text {
  368. position:absolute;
  369. align-self:flex-start;
  370. padding:3px 0px 3px 0px;
  371. box-sizing:border-box;
  372. width:100%;
  373. }
  374. #u810_text {
  375. border-width:0px;
  376. word-wrap:break-word;
  377. text-transform:none;
  378. }
  379. #u811_div {
  380. border-width:0px;
  381. position:absolute;
  382. left:0px;
  383. top:0px;
  384. width:328px;
  385. height:44px;
  386. background:inherit;
  387. background-color:rgba(255, 255, 255, 0);
  388. border:none;
  389. border-radius:0px;
  390. -moz-box-shadow:none;
  391. -webkit-box-shadow:none;
  392. box-shadow:none;
  393. line-height:22px;
  394. }
  395. #u811 {
  396. border-width:0px;
  397. position:absolute;
  398. left:1230px;
  399. top:257px;
  400. width:328px;
  401. height:44px;
  402. display:flex;
  403. line-height:22px;
  404. }
  405. #u811 .text {
  406. position:absolute;
  407. align-self:flex-start;
  408. padding:0px 0px 0px 0px;
  409. box-sizing:border-box;
  410. width:100%;
  411. }
  412. #u811_text {
  413. border-width:0px;
  414. word-wrap:break-word;
  415. text-transform:none;
  416. }
  417. #u812_img {
  418. border-width:0px;
  419. position:absolute;
  420. left:-10px;
  421. top:-8px;
  422. width:44px;
  423. height:44px;
  424. }
  425. #u812 {
  426. border-width:0px;
  427. position:absolute;
  428. left:1196px;
  429. top:226px;
  430. width:24px;
  431. height:24px;
  432. display:flex;
  433. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  434. font-weight:700;
  435. font-style:normal;
  436. font-size:14px;
  437. color:#1E1E1E;
  438. }
  439. #u812 .text {
  440. position:absolute;
  441. align-self:center;
  442. padding:2px 2px 2px 2px;
  443. box-sizing:border-box;
  444. width:100%;
  445. }
  446. #u812_text {
  447. border-width:0px;
  448. word-wrap:break-word;
  449. text-transform:none;
  450. }
  451. #u813_div {
  452. border-width:0px;
  453. position:absolute;
  454. left:0px;
  455. top:0px;
  456. width:141px;
  457. height:34px;
  458. background:inherit;
  459. background-color:rgba(255, 255, 255, 0);
  460. box-sizing:border-box;
  461. border-width:2px;
  462. border-style:solid;
  463. border-color:rgba(255, 199, 51, 1);
  464. border-radius:0px;
  465. -moz-box-shadow:none;
  466. -webkit-box-shadow:none;
  467. box-shadow:none;
  468. }
  469. #u813 {
  470. border-width:0px;
  471. position:absolute;
  472. left:224px;
  473. top:384px;
  474. width:141px;
  475. height:34px;
  476. display:flex;
  477. }
  478. #u813 .text {
  479. position:absolute;
  480. align-self:center;
  481. padding:2px 2px 2px 2px;
  482. box-sizing:border-box;
  483. width:100%;
  484. }
  485. #u813_text {
  486. border-width:0px;
  487. word-wrap:break-word;
  488. text-transform:none;
  489. visibility:hidden;
  490. }
  491. #u814_img {
  492. border-width:0px;
  493. position:absolute;
  494. left:-10px;
  495. top:-8px;
  496. width:44px;
  497. height:44px;
  498. }
  499. #u814 {
  500. border-width:0px;
  501. position:absolute;
  502. left:357px;
  503. top:389px;
  504. width:24px;
  505. height:24px;
  506. display:flex;
  507. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  508. font-weight:700;
  509. font-style:normal;
  510. font-size:14px;
  511. color:#1E1E1E;
  512. }
  513. #u814 .text {
  514. position:absolute;
  515. align-self:center;
  516. padding:2px 2px 2px 2px;
  517. box-sizing:border-box;
  518. width:100%;
  519. }
  520. #u814_text {
  521. border-width:0px;
  522. word-wrap:break-word;
  523. text-transform:none;
  524. }
  525. #u815_div {
  526. border-width:0px;
  527. position:absolute;
  528. left:0px;
  529. top:0px;
  530. width:29px;
  531. height:34px;
  532. background:inherit;
  533. background-color:rgba(255, 255, 255, 0);
  534. box-sizing:border-box;
  535. border-width:2px;
  536. border-style:solid;
  537. border-color:rgba(255, 199, 51, 1);
  538. border-radius:0px;
  539. -moz-box-shadow:none;
  540. -webkit-box-shadow:none;
  541. box-shadow:none;
  542. }
  543. #u815 {
  544. border-width:0px;
  545. position:absolute;
  546. left:260px;
  547. top:350px;
  548. width:29px;
  549. height:34px;
  550. display:flex;
  551. }
  552. #u815 .text {
  553. position:absolute;
  554. align-self:center;
  555. padding:2px 2px 2px 2px;
  556. box-sizing:border-box;
  557. width:100%;
  558. }
  559. #u815_text {
  560. border-width:0px;
  561. word-wrap:break-word;
  562. text-transform:none;
  563. visibility:hidden;
  564. }
  565. #u816 {
  566. border-width:0px;
  567. position:absolute;
  568. left:0px;
  569. top:0px;
  570. width:0px;
  571. height:0px;
  572. }
  573. #u817_div {
  574. border-width:0px;
  575. position:absolute;
  576. left:0px;
  577. top:0px;
  578. width:328px;
  579. height:24px;
  580. background:inherit;
  581. background-color:rgba(255, 255, 255, 0);
  582. border:none;
  583. border-radius:0px;
  584. -moz-box-shadow:none;
  585. -webkit-box-shadow:none;
  586. box-shadow:none;
  587. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  588. font-weight:700;
  589. font-style:normal;
  590. font-size:16px;
  591. }
  592. #u817 {
  593. border-width:0px;
  594. position:absolute;
  595. left:1230px;
  596. top:342px;
  597. width:328px;
  598. height:24px;
  599. display:flex;
  600. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  601. font-weight:700;
  602. font-style:normal;
  603. font-size:16px;
  604. }
  605. #u817 .text {
  606. position:absolute;
  607. align-self:flex-start;
  608. padding:3px 0px 3px 0px;
  609. box-sizing:border-box;
  610. width:100%;
  611. }
  612. #u817_text {
  613. border-width:0px;
  614. word-wrap:break-word;
  615. text-transform:none;
  616. }
  617. #u818_div {
  618. border-width:0px;
  619. position:absolute;
  620. left:0px;
  621. top:0px;
  622. width:328px;
  623. height:44px;
  624. background:inherit;
  625. background-color:rgba(255, 255, 255, 0);
  626. border:none;
  627. border-radius:0px;
  628. -moz-box-shadow:none;
  629. -webkit-box-shadow:none;
  630. box-shadow:none;
  631. line-height:22px;
  632. }
  633. #u818 {
  634. border-width:0px;
  635. position:absolute;
  636. left:1230px;
  637. top:373px;
  638. width:328px;
  639. height:44px;
  640. display:flex;
  641. line-height:22px;
  642. }
  643. #u818 .text {
  644. position:absolute;
  645. align-self:flex-start;
  646. padding:0px 0px 0px 0px;
  647. box-sizing:border-box;
  648. width:100%;
  649. }
  650. #u818_text {
  651. border-width:0px;
  652. word-wrap:break-word;
  653. text-transform:none;
  654. }
  655. #u819_img {
  656. border-width:0px;
  657. position:absolute;
  658. left:-10px;
  659. top:-8px;
  660. width:44px;
  661. height:44px;
  662. }
  663. #u819 {
  664. border-width:0px;
  665. position:absolute;
  666. left:1196px;
  667. top:342px;
  668. width:24px;
  669. height:24px;
  670. display:flex;
  671. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  672. font-weight:700;
  673. font-style:normal;
  674. font-size:14px;
  675. color:#1E1E1E;
  676. }
  677. #u819 .text {
  678. position:absolute;
  679. align-self:center;
  680. padding:2px 2px 2px 2px;
  681. box-sizing:border-box;
  682. width:100%;
  683. }
  684. #u819_text {
  685. border-width:0px;
  686. word-wrap:break-word;
  687. text-transform:none;
  688. }
  689. #u820_img {
  690. border-width:0px;
  691. position:absolute;
  692. left:0px;
  693. top:0px;
  694. width:363px;
  695. height:2px;
  696. }
  697. #u820 {
  698. border-width:0px;
  699. position:absolute;
  700. left:1196px;
  701. top:321px;
  702. width:362px;
  703. height:1px;
  704. display:flex;
  705. }
  706. #u820 .text {
  707. position:absolute;
  708. align-self:center;
  709. padding:2px 2px 2px 2px;
  710. box-sizing:border-box;
  711. width:100%;
  712. }
  713. #u820_text {
  714. border-width:0px;
  715. word-wrap:break-word;
  716. text-transform:none;
  717. visibility:hidden;
  718. }
  719. #u821_div {
  720. border-width:0px;
  721. position:absolute;
  722. left:0px;
  723. top:0px;
  724. width:126px;
  725. height:34px;
  726. background:inherit;
  727. background-color:rgba(255, 255, 255, 0);
  728. box-sizing:border-box;
  729. border-width:2px;
  730. border-style:solid;
  731. border-color:rgba(255, 199, 51, 1);
  732. border-radius:0px;
  733. -moz-box-shadow:none;
  734. -webkit-box-shadow:none;
  735. box-shadow:none;
  736. }
  737. #u821 {
  738. border-width:0px;
  739. position:absolute;
  740. left:294px;
  741. top:443px;
  742. width:126px;
  743. height:34px;
  744. display:flex;
  745. }
  746. #u821 .text {
  747. position:absolute;
  748. align-self:center;
  749. padding:2px 2px 2px 2px;
  750. box-sizing:border-box;
  751. width:100%;
  752. }
  753. #u821_text {
  754. border-width:0px;
  755. word-wrap:break-word;
  756. text-transform:none;
  757. visibility:hidden;
  758. }
  759. #u822_img {
  760. border-width:0px;
  761. position:absolute;
  762. left:-10px;
  763. top:-8px;
  764. width:44px;
  765. height:44px;
  766. }
  767. #u822 {
  768. border-width:0px;
  769. position:absolute;
  770. left:408px;
  771. top:448px;
  772. width:24px;
  773. height:24px;
  774. display:flex;
  775. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  776. font-weight:700;
  777. font-style:normal;
  778. font-size:14px;
  779. color:#1E1E1E;
  780. }
  781. #u822 .text {
  782. position:absolute;
  783. align-self:center;
  784. padding:2px 2px 2px 2px;
  785. box-sizing:border-box;
  786. width:100%;
  787. }
  788. #u822_text {
  789. border-width:0px;
  790. word-wrap:break-word;
  791. text-transform:none;
  792. }
  793. #u823_div {
  794. border-width:0px;
  795. position:absolute;
  796. left:0px;
  797. top:0px;
  798. width:126px;
  799. height:34px;
  800. background:inherit;
  801. background-color:rgba(255, 255, 255, 0);
  802. box-sizing:border-box;
  803. border-width:2px;
  804. border-style:solid;
  805. border-color:rgba(255, 199, 51, 1);
  806. border-radius:0px;
  807. -moz-box-shadow:none;
  808. -webkit-box-shadow:none;
  809. box-shadow:none;
  810. }
  811. #u823 {
  812. border-width:0px;
  813. position:absolute;
  814. left:294px;
  815. top:513px;
  816. width:126px;
  817. height:34px;
  818. display:flex;
  819. }
  820. #u823 .text {
  821. position:absolute;
  822. align-self:center;
  823. padding:2px 2px 2px 2px;
  824. box-sizing:border-box;
  825. width:100%;
  826. }
  827. #u823_text {
  828. border-width:0px;
  829. word-wrap:break-word;
  830. text-transform:none;
  831. visibility:hidden;
  832. }
  833. #u824_img {
  834. border-width:0px;
  835. position:absolute;
  836. left:-10px;
  837. top:-8px;
  838. width:44px;
  839. height:44px;
  840. }
  841. #u824 {
  842. border-width:0px;
  843. position:absolute;
  844. left:408px;
  845. top:518px;
  846. width:24px;
  847. height:24px;
  848. display:flex;
  849. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  850. font-weight:700;
  851. font-style:normal;
  852. font-size:14px;
  853. color:#1E1E1E;
  854. }
  855. #u824 .text {
  856. position:absolute;
  857. align-self:center;
  858. padding:2px 2px 2px 2px;
  859. box-sizing:border-box;
  860. width:100%;
  861. }
  862. #u824_text {
  863. border-width:0px;
  864. word-wrap:break-word;
  865. text-transform:none;
  866. }
  867. #u825 {
  868. border-width:0px;
  869. position:absolute;
  870. left:0px;
  871. top:0px;
  872. width:0px;
  873. height:0px;
  874. }
  875. #u826_div {
  876. border-width:0px;
  877. position:absolute;
  878. left:0px;
  879. top:0px;
  880. width:328px;
  881. height:24px;
  882. background:inherit;
  883. background-color:rgba(255, 255, 255, 0);
  884. border:none;
  885. border-radius:0px;
  886. -moz-box-shadow:none;
  887. -webkit-box-shadow:none;
  888. box-shadow:none;
  889. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  890. font-weight:700;
  891. font-style:normal;
  892. font-size:16px;
  893. }
  894. #u826 {
  895. border-width:0px;
  896. position:absolute;
  897. left:1230px;
  898. top:458px;
  899. width:328px;
  900. height:24px;
  901. display:flex;
  902. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  903. font-weight:700;
  904. font-style:normal;
  905. font-size:16px;
  906. }
  907. #u826 .text {
  908. position:absolute;
  909. align-self:flex-start;
  910. padding:3px 0px 3px 0px;
  911. box-sizing:border-box;
  912. width:100%;
  913. }
  914. #u826_text {
  915. border-width:0px;
  916. word-wrap:break-word;
  917. text-transform:none;
  918. }
  919. #u827_div {
  920. border-width:0px;
  921. position:absolute;
  922. left:0px;
  923. top:0px;
  924. width:328px;
  925. height:22px;
  926. background:inherit;
  927. background-color:rgba(255, 255, 255, 0);
  928. border:none;
  929. border-radius:0px;
  930. -moz-box-shadow:none;
  931. -webkit-box-shadow:none;
  932. box-shadow:none;
  933. line-height:22px;
  934. }
  935. #u827 {
  936. border-width:0px;
  937. position:absolute;
  938. left:1230px;
  939. top:489px;
  940. width:328px;
  941. height:22px;
  942. display:flex;
  943. line-height:22px;
  944. }
  945. #u827 .text {
  946. position:absolute;
  947. align-self:flex-start;
  948. padding:0px 0px 0px 0px;
  949. box-sizing:border-box;
  950. width:100%;
  951. }
  952. #u827_text {
  953. border-width:0px;
  954. word-wrap:break-word;
  955. text-transform:none;
  956. }
  957. #u828_img {
  958. border-width:0px;
  959. position:absolute;
  960. left:-10px;
  961. top:-8px;
  962. width:44px;
  963. height:44px;
  964. }
  965. #u828 {
  966. border-width:0px;
  967. position:absolute;
  968. left:1196px;
  969. top:458px;
  970. width:24px;
  971. height:24px;
  972. display:flex;
  973. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  974. font-weight:700;
  975. font-style:normal;
  976. font-size:14px;
  977. color:#1E1E1E;
  978. }
  979. #u828 .text {
  980. position:absolute;
  981. align-self:center;
  982. padding:2px 2px 2px 2px;
  983. box-sizing:border-box;
  984. width:100%;
  985. }
  986. #u828_text {
  987. border-width:0px;
  988. word-wrap:break-word;
  989. text-transform:none;
  990. }
  991. #u829_img {
  992. border-width:0px;
  993. position:absolute;
  994. left:0px;
  995. top:0px;
  996. width:363px;
  997. height:2px;
  998. }
  999. #u829 {
  1000. border-width:0px;
  1001. position:absolute;
  1002. left:1196px;
  1003. top:437px;
  1004. width:362px;
  1005. height:1px;
  1006. display:flex;
  1007. }
  1008. #u829 .text {
  1009. position:absolute;
  1010. align-self:center;
  1011. padding:2px 2px 2px 2px;
  1012. box-sizing:border-box;
  1013. width:100%;
  1014. }
  1015. #u829_text {
  1016. border-width:0px;
  1017. word-wrap:break-word;
  1018. text-transform:none;
  1019. visibility:hidden;
  1020. }
  1021. #u830 {
  1022. border-width:0px;
  1023. position:absolute;
  1024. left:0px;
  1025. top:0px;
  1026. width:0px;
  1027. height:0px;
  1028. }
  1029. #u831_div {
  1030. border-width:0px;
  1031. position:absolute;
  1032. left:0px;
  1033. top:0px;
  1034. width:328px;
  1035. height:24px;
  1036. background:inherit;
  1037. background-color:rgba(255, 255, 255, 0);
  1038. border:none;
  1039. border-radius:0px;
  1040. -moz-box-shadow:none;
  1041. -webkit-box-shadow:none;
  1042. box-shadow:none;
  1043. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1044. font-weight:700;
  1045. font-style:normal;
  1046. font-size:16px;
  1047. }
  1048. #u831 {
  1049. border-width:0px;
  1050. position:absolute;
  1051. left:1230px;
  1052. top:552px;
  1053. width:328px;
  1054. height:24px;
  1055. display:flex;
  1056. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1057. font-weight:700;
  1058. font-style:normal;
  1059. font-size:16px;
  1060. }
  1061. #u831 .text {
  1062. position:absolute;
  1063. align-self:flex-start;
  1064. padding:3px 0px 3px 0px;
  1065. box-sizing:border-box;
  1066. width:100%;
  1067. }
  1068. #u831_text {
  1069. border-width:0px;
  1070. word-wrap:break-word;
  1071. text-transform:none;
  1072. }
  1073. #u832_div {
  1074. border-width:0px;
  1075. position:absolute;
  1076. left:0px;
  1077. top:0px;
  1078. width:328px;
  1079. height:22px;
  1080. background:inherit;
  1081. background-color:rgba(255, 255, 255, 0);
  1082. border:none;
  1083. border-radius:0px;
  1084. -moz-box-shadow:none;
  1085. -webkit-box-shadow:none;
  1086. box-shadow:none;
  1087. line-height:22px;
  1088. }
  1089. #u832 {
  1090. border-width:0px;
  1091. position:absolute;
  1092. left:1230px;
  1093. top:583px;
  1094. width:328px;
  1095. height:22px;
  1096. display:flex;
  1097. line-height:22px;
  1098. }
  1099. #u832 .text {
  1100. position:absolute;
  1101. align-self:flex-start;
  1102. padding:0px 0px 0px 0px;
  1103. box-sizing:border-box;
  1104. width:100%;
  1105. }
  1106. #u832_text {
  1107. border-width:0px;
  1108. word-wrap:break-word;
  1109. text-transform:none;
  1110. }
  1111. #u833_img {
  1112. border-width:0px;
  1113. position:absolute;
  1114. left:-10px;
  1115. top:-8px;
  1116. width:44px;
  1117. height:44px;
  1118. }
  1119. #u833 {
  1120. border-width:0px;
  1121. position:absolute;
  1122. left:1196px;
  1123. top:552px;
  1124. width:24px;
  1125. height:24px;
  1126. display:flex;
  1127. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1128. font-weight:700;
  1129. font-style:normal;
  1130. font-size:14px;
  1131. color:#1E1E1E;
  1132. }
  1133. #u833 .text {
  1134. position:absolute;
  1135. align-self:center;
  1136. padding:2px 2px 2px 2px;
  1137. box-sizing:border-box;
  1138. width:100%;
  1139. }
  1140. #u833_text {
  1141. border-width:0px;
  1142. word-wrap:break-word;
  1143. text-transform:none;
  1144. }
  1145. #u834_img {
  1146. border-width:0px;
  1147. position:absolute;
  1148. left:0px;
  1149. top:0px;
  1150. width:363px;
  1151. height:2px;
  1152. }
  1153. #u834 {
  1154. border-width:0px;
  1155. position:absolute;
  1156. left:1196px;
  1157. top:531px;
  1158. width:362px;
  1159. height:1px;
  1160. display:flex;
  1161. }
  1162. #u834 .text {
  1163. position:absolute;
  1164. align-self:center;
  1165. padding:2px 2px 2px 2px;
  1166. box-sizing:border-box;
  1167. width:100%;
  1168. }
  1169. #u834_text {
  1170. border-width:0px;
  1171. word-wrap:break-word;
  1172. text-transform:none;
  1173. visibility:hidden;
  1174. }