styles.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405
  1. body {
  2. margin:0px;
  3. background-color:rgba(0, 0, 0, 1);
  4. background-image:none;
  5. position:static;
  6. left:auto;
  7. width:1578px;
  8. margin-left:0;
  9. margin-right:0;
  10. text-align:left;
  11. }
  12. .form_sketch {
  13. border-color:transparent;
  14. background-color:transparent;
  15. }
  16. #base {
  17. position:absolute;
  18. z-index:0;
  19. }
  20. #u3260_div {
  21. border-width:0px;
  22. position:absolute;
  23. left:0px;
  24. top:0px;
  25. width:1578px;
  26. height:1043px;
  27. background:inherit;
  28. background-color:rgba(255, 255, 255, 1);
  29. border:none;
  30. border-radius:0px;
  31. -moz-box-shadow:none;
  32. -webkit-box-shadow:none;
  33. box-shadow:none;
  34. }
  35. #u3260 {
  36. border-width:0px;
  37. position:absolute;
  38. left:0px;
  39. top:0px;
  40. width:1578px;
  41. height:1043px;
  42. display:flex;
  43. }
  44. #u3260 .text {
  45. position:absolute;
  46. align-self:center;
  47. padding:2px 2px 2px 2px;
  48. box-sizing:border-box;
  49. width:100%;
  50. }
  51. #u3260_text {
  52. border-width:0px;
  53. word-wrap:break-word;
  54. text-transform:none;
  55. }
  56. #u3261_img {
  57. border-width:0px;
  58. position:absolute;
  59. left:-10px;
  60. top:-8px;
  61. width:1175px;
  62. height:647px;
  63. }
  64. #u3261 {
  65. border-width:0px;
  66. position:absolute;
  67. left:20px;
  68. top:228px;
  69. width:1155px;
  70. height:627px;
  71. display:flex;
  72. }
  73. #u3261 .text {
  74. position:absolute;
  75. align-self:center;
  76. padding:2px 2px 2px 2px;
  77. box-sizing:border-box;
  78. width:100%;
  79. }
  80. #u3261_text {
  81. border-width:0px;
  82. word-wrap:break-word;
  83. text-transform:none;
  84. visibility:hidden;
  85. }
  86. #u3262 {
  87. border-width:0px;
  88. position:absolute;
  89. left:0px;
  90. top:0px;
  91. width:0px;
  92. height:0px;
  93. }
  94. #u3263_img {
  95. border-width:0px;
  96. position:absolute;
  97. left:0px;
  98. top:0px;
  99. width:8px;
  100. height:28px;
  101. }
  102. #u3263 {
  103. border-width:0px;
  104. position:absolute;
  105. left:20px;
  106. top:29px;
  107. width:8px;
  108. height:28px;
  109. display:flex;
  110. }
  111. #u3263 .text {
  112. position:absolute;
  113. align-self:center;
  114. padding:2px 2px 2px 2px;
  115. box-sizing:border-box;
  116. width:100%;
  117. }
  118. #u3263_text {
  119. border-width:0px;
  120. word-wrap:break-word;
  121. text-transform:none;
  122. visibility:hidden;
  123. }
  124. #u3264_div {
  125. border-width:0px;
  126. position:absolute;
  127. left:0px;
  128. top:0px;
  129. width:96px;
  130. height:28px;
  131. background:inherit;
  132. background-color:rgba(255, 255, 255, 0);
  133. border:none;
  134. border-radius:0px;
  135. -moz-box-shadow:none;
  136. -webkit-box-shadow:none;
  137. box-shadow:none;
  138. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  139. font-weight:700;
  140. font-style:normal;
  141. }
  142. #u3264 {
  143. border-width:0px;
  144. position:absolute;
  145. left:34px;
  146. top:29px;
  147. width:96px;
  148. height:28px;
  149. display:flex;
  150. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  151. font-weight:700;
  152. font-style:normal;
  153. }
  154. #u3264 .text {
  155. position:absolute;
  156. align-self:flex-start;
  157. padding:0px 0px 0px 0px;
  158. box-sizing:border-box;
  159. width:100%;
  160. }
  161. #u3264_text {
  162. border-width:0px;
  163. white-space:nowrap;
  164. text-transform:none;
  165. }
  166. #u3265_div {
  167. border-width:0px;
  168. position:absolute;
  169. left:0px;
  170. top:0px;
  171. width:1538px;
  172. height:28px;
  173. background:inherit;
  174. background-color:rgba(244, 244, 245, 1);
  175. border:none;
  176. border-radius:0px;
  177. -moz-box-shadow:none;
  178. -webkit-box-shadow:none;
  179. box-shadow:none;
  180. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  181. font-weight:700;
  182. font-style:normal;
  183. }
  184. #u3265 {
  185. border-width:0px;
  186. position:absolute;
  187. left:20px;
  188. top:77px;
  189. width:1538px;
  190. height:28px;
  191. display:flex;
  192. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  193. font-weight:700;
  194. font-style:normal;
  195. }
  196. #u3265 .text {
  197. position:absolute;
  198. align-self:flex-start;
  199. padding:6px 0px 6px 14px;
  200. box-sizing:border-box;
  201. width:100%;
  202. }
  203. #u3265_text {
  204. border-width:0px;
  205. word-wrap:break-word;
  206. text-transform:none;
  207. }
  208. #u3266_div {
  209. border-width:0px;
  210. position:absolute;
  211. left:0px;
  212. top:0px;
  213. width:1538px;
  214. height:28px;
  215. background:inherit;
  216. background-color:rgba(244, 244, 245, 1);
  217. border:none;
  218. border-radius:0px;
  219. -moz-box-shadow:none;
  220. -webkit-box-shadow:none;
  221. box-shadow:none;
  222. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  223. font-weight:700;
  224. font-style:normal;
  225. }
  226. #u3266 {
  227. border-width:0px;
  228. position:absolute;
  229. left:20px;
  230. top:179px;
  231. width:1538px;
  232. height:28px;
  233. display:flex;
  234. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  235. font-weight:700;
  236. font-style:normal;
  237. }
  238. #u3266 .text {
  239. position:absolute;
  240. align-self:flex-start;
  241. padding:6px 0px 6px 14px;
  242. box-sizing:border-box;
  243. width:100%;
  244. }
  245. #u3266_text {
  246. border-width:0px;
  247. word-wrap:break-word;
  248. text-transform:none;
  249. }
  250. #u3267_div {
  251. border-width:0px;
  252. position:absolute;
  253. left:0px;
  254. top:0px;
  255. width:1156px;
  256. height:24px;
  257. background:inherit;
  258. background-color:rgba(255, 255, 255, 0);
  259. border:none;
  260. border-radius:0px;
  261. -moz-box-shadow:none;
  262. -webkit-box-shadow:none;
  263. box-shadow:none;
  264. font-size:14px;
  265. line-height:24px;
  266. }
  267. #u3267 {
  268. border-width:0px;
  269. position:absolute;
  270. left:20px;
  271. top:125px;
  272. width:1156px;
  273. height:24px;
  274. display:flex;
  275. font-size:14px;
  276. line-height:24px;
  277. }
  278. #u3267 .text {
  279. position:absolute;
  280. align-self:flex-start;
  281. padding:0px 0px 0px 14px;
  282. box-sizing:border-box;
  283. width:100%;
  284. }
  285. #u3267_text {
  286. border-width:0px;
  287. word-wrap:break-word;
  288. text-transform:none;
  289. }
  290. #u3268_div {
  291. border-width:0px;
  292. position:absolute;
  293. left:0px;
  294. top:0px;
  295. width:72px;
  296. height:35px;
  297. background:inherit;
  298. background-color:rgba(255, 255, 255, 0);
  299. box-sizing:border-box;
  300. border-width:2px;
  301. border-style:solid;
  302. border-color:rgba(255, 199, 51, 1);
  303. border-radius:0px;
  304. -moz-box-shadow:none;
  305. -webkit-box-shadow:none;
  306. box-shadow:none;
  307. }
  308. #u3268 {
  309. border-width:0px;
  310. position:absolute;
  311. left:167px;
  312. top:355px;
  313. width:72px;
  314. height:35px;
  315. display:flex;
  316. }
  317. #u3268 .text {
  318. position:absolute;
  319. align-self:center;
  320. padding:2px 2px 2px 2px;
  321. box-sizing:border-box;
  322. width:100%;
  323. }
  324. #u3268_text {
  325. border-width:0px;
  326. word-wrap:break-word;
  327. text-transform:none;
  328. visibility:hidden;
  329. }
  330. #u3269_img {
  331. border-width:0px;
  332. position:absolute;
  333. left:-10px;
  334. top:-8px;
  335. width:44px;
  336. height:44px;
  337. }
  338. #u3269 {
  339. border-width:0px;
  340. position:absolute;
  341. left:191px;
  342. top:339px;
  343. width:24px;
  344. height:24px;
  345. display:flex;
  346. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  347. font-weight:700;
  348. font-style:normal;
  349. font-size:14px;
  350. color:#1E1E1E;
  351. }
  352. #u3269 .text {
  353. position:absolute;
  354. align-self:center;
  355. padding:2px 2px 2px 2px;
  356. box-sizing:border-box;
  357. width:100%;
  358. }
  359. #u3269_text {
  360. border-width:0px;
  361. word-wrap:break-word;
  362. text-transform:none;
  363. }
  364. #u3270_div {
  365. border-width:0px;
  366. position:absolute;
  367. left:0px;
  368. top:0px;
  369. width:72px;
  370. height:35px;
  371. background:inherit;
  372. background-color:rgba(255, 255, 255, 0);
  373. box-sizing:border-box;
  374. border-width:2px;
  375. border-style:solid;
  376. border-color:rgba(255, 199, 51, 1);
  377. border-radius:0px;
  378. -moz-box-shadow:none;
  379. -webkit-box-shadow:none;
  380. box-shadow:none;
  381. }
  382. #u3270 {
  383. border-width:0px;
  384. position:absolute;
  385. left:240px;
  386. top:355px;
  387. width:72px;
  388. height:35px;
  389. display:flex;
  390. }
  391. #u3270 .text {
  392. position:absolute;
  393. align-self:center;
  394. padding:2px 2px 2px 2px;
  395. box-sizing:border-box;
  396. width:100%;
  397. }
  398. #u3270_text {
  399. border-width:0px;
  400. word-wrap:break-word;
  401. text-transform:none;
  402. visibility:hidden;
  403. }
  404. #u3271_img {
  405. border-width:0px;
  406. position:absolute;
  407. left:-10px;
  408. top:-8px;
  409. width:44px;
  410. height:44px;
  411. }
  412. #u3271 {
  413. border-width:0px;
  414. position:absolute;
  415. left:264px;
  416. top:339px;
  417. width:24px;
  418. height:24px;
  419. display:flex;
  420. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  421. font-weight:700;
  422. font-style:normal;
  423. font-size:14px;
  424. color:#1E1E1E;
  425. }
  426. #u3271 .text {
  427. position:absolute;
  428. align-self:center;
  429. padding:2px 2px 2px 2px;
  430. box-sizing:border-box;
  431. width:100%;
  432. }
  433. #u3271_text {
  434. border-width:0px;
  435. word-wrap:break-word;
  436. text-transform:none;
  437. }
  438. #u3272_div {
  439. border-width:0px;
  440. position:absolute;
  441. left:0px;
  442. top:0px;
  443. width:27px;
  444. height:20px;
  445. background:inherit;
  446. background-color:rgba(255, 255, 255, 0);
  447. box-sizing:border-box;
  448. border-width:2px;
  449. border-style:solid;
  450. border-color:rgba(255, 199, 51, 1);
  451. border-radius:0px;
  452. -moz-box-shadow:none;
  453. -webkit-box-shadow:none;
  454. box-shadow:none;
  455. }
  456. #u3272 {
  457. border-width:0px;
  458. position:absolute;
  459. left:1007px;
  460. top:528px;
  461. width:27px;
  462. height:20px;
  463. display:flex;
  464. }
  465. #u3272 .text {
  466. position:absolute;
  467. align-self:center;
  468. padding:2px 2px 2px 2px;
  469. box-sizing:border-box;
  470. width:100%;
  471. }
  472. #u3272_text {
  473. border-width:0px;
  474. word-wrap:break-word;
  475. text-transform:none;
  476. visibility:hidden;
  477. }
  478. #u3273_img {
  479. border-width:0px;
  480. position:absolute;
  481. left:0px;
  482. top:0px;
  483. width:24px;
  484. height:24px;
  485. }
  486. #u3273 {
  487. border-width:0px;
  488. position:absolute;
  489. left:1009px;
  490. top:506px;
  491. width:24px;
  492. height:24px;
  493. display:flex;
  494. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  495. font-weight:700;
  496. font-style:normal;
  497. font-size:14px;
  498. color:#1E1E1E;
  499. }
  500. #u3273 .text {
  501. position:absolute;
  502. align-self:center;
  503. padding:2px 2px 2px 2px;
  504. box-sizing:border-box;
  505. width:100%;
  506. }
  507. #u3273_text {
  508. border-width:0px;
  509. word-wrap:break-word;
  510. text-transform:none;
  511. }
  512. #u3274_img {
  513. border-width:0px;
  514. position:absolute;
  515. left:0px;
  516. top:0px;
  517. width:24px;
  518. height:24px;
  519. }
  520. #u3274 {
  521. border-width:0px;
  522. position:absolute;
  523. left:1038px;
  524. top:506px;
  525. width:24px;
  526. height:24px;
  527. display:flex;
  528. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  529. font-weight:700;
  530. font-style:normal;
  531. font-size:14px;
  532. color:#1E1E1E;
  533. }
  534. #u3274 .text {
  535. position:absolute;
  536. align-self:center;
  537. padding:2px 2px 2px 2px;
  538. box-sizing:border-box;
  539. width:100%;
  540. }
  541. #u3274_text {
  542. border-width:0px;
  543. word-wrap:break-word;
  544. text-transform:none;
  545. }
  546. #u3275_div {
  547. border-width:0px;
  548. position:absolute;
  549. left:0px;
  550. top:0px;
  551. width:27px;
  552. height:20px;
  553. background:inherit;
  554. background-color:rgba(255, 255, 255, 0);
  555. box-sizing:border-box;
  556. border-width:2px;
  557. border-style:solid;
  558. border-color:rgba(255, 199, 51, 1);
  559. border-radius:0px;
  560. -moz-box-shadow:none;
  561. -webkit-box-shadow:none;
  562. box-shadow:none;
  563. }
  564. #u3275 {
  565. border-width:0px;
  566. position:absolute;
  567. left:1036px;
  568. top:528px;
  569. width:27px;
  570. height:20px;
  571. display:flex;
  572. }
  573. #u3275 .text {
  574. position:absolute;
  575. align-self:center;
  576. padding:2px 2px 2px 2px;
  577. box-sizing:border-box;
  578. width:100%;
  579. }
  580. #u3275_text {
  581. border-width:0px;
  582. word-wrap:break-word;
  583. text-transform:none;
  584. visibility:hidden;
  585. }
  586. #u3276_img {
  587. border-width:0px;
  588. position:absolute;
  589. left:0px;
  590. top:0px;
  591. width:24px;
  592. height:24px;
  593. }
  594. #u3276 {
  595. border-width:0px;
  596. position:absolute;
  597. left:1072px;
  598. top:506px;
  599. width:24px;
  600. height:24px;
  601. display:flex;
  602. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  603. font-weight:700;
  604. font-style:normal;
  605. font-size:14px;
  606. color:#1E1E1E;
  607. }
  608. #u3276 .text {
  609. position:absolute;
  610. align-self:center;
  611. padding:2px 2px 2px 2px;
  612. box-sizing:border-box;
  613. width:100%;
  614. }
  615. #u3276_text {
  616. border-width:0px;
  617. word-wrap:break-word;
  618. text-transform:none;
  619. }
  620. #u3277_div {
  621. border-width:0px;
  622. position:absolute;
  623. left:0px;
  624. top:0px;
  625. width:40px;
  626. height:20px;
  627. background:inherit;
  628. background-color:rgba(255, 255, 255, 0);
  629. box-sizing:border-box;
  630. border-width:2px;
  631. border-style:solid;
  632. border-color:rgba(255, 199, 51, 1);
  633. border-radius:0px;
  634. -moz-box-shadow:none;
  635. -webkit-box-shadow:none;
  636. box-shadow:none;
  637. }
  638. #u3277 {
  639. border-width:0px;
  640. position:absolute;
  641. left:1064px;
  642. top:528px;
  643. width:40px;
  644. height:20px;
  645. display:flex;
  646. }
  647. #u3277 .text {
  648. position:absolute;
  649. align-self:center;
  650. padding:2px 2px 2px 2px;
  651. box-sizing:border-box;
  652. width:100%;
  653. }
  654. #u3277_text {
  655. border-width:0px;
  656. word-wrap:break-word;
  657. text-transform:none;
  658. visibility:hidden;
  659. }
  660. #u3278 {
  661. border-width:0px;
  662. position:absolute;
  663. left:0px;
  664. top:0px;
  665. width:0px;
  666. height:0px;
  667. }
  668. #u3279_div {
  669. border-width:0px;
  670. position:absolute;
  671. left:0px;
  672. top:0px;
  673. width:328px;
  674. height:24px;
  675. background:inherit;
  676. background-color:rgba(255, 255, 255, 0);
  677. border:none;
  678. border-radius:0px;
  679. -moz-box-shadow:none;
  680. -webkit-box-shadow:none;
  681. box-shadow:none;
  682. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  683. font-weight:700;
  684. font-style:normal;
  685. font-size:16px;
  686. color:#14928A;
  687. }
  688. #u3279 {
  689. border-width:0px;
  690. position:absolute;
  691. left:1230px;
  692. top:228px;
  693. width:328px;
  694. height:24px;
  695. display:flex;
  696. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  697. font-weight:700;
  698. font-style:normal;
  699. font-size:16px;
  700. color:#14928A;
  701. }
  702. #u3279 .text {
  703. position:absolute;
  704. align-self:center;
  705. padding:3px 0px 3px 0px;
  706. box-sizing:border-box;
  707. width:100%;
  708. }
  709. #u3279_text {
  710. border-width:0px;
  711. word-wrap:break-word;
  712. text-transform:none;
  713. }
  714. #u3280_div {
  715. border-width:0px;
  716. position:absolute;
  717. left:0px;
  718. top:0px;
  719. width:328px;
  720. height:48px;
  721. background:inherit;
  722. background-color:rgba(255, 255, 255, 0);
  723. border:none;
  724. border-radius:0px;
  725. -moz-box-shadow:none;
  726. -webkit-box-shadow:none;
  727. box-shadow:none;
  728. line-height:24px;
  729. }
  730. #u3280 {
  731. border-width:0px;
  732. position:absolute;
  733. left:1230px;
  734. top:259px;
  735. width:328px;
  736. height:48px;
  737. display:flex;
  738. line-height:24px;
  739. }
  740. #u3280 .text {
  741. position:absolute;
  742. align-self:flex-start;
  743. padding:0px 0px 0px 0px;
  744. box-sizing:border-box;
  745. width:100%;
  746. }
  747. #u3280_text {
  748. border-width:0px;
  749. word-wrap:break-word;
  750. text-transform:none;
  751. }
  752. #u3281_img {
  753. border-width:0px;
  754. position:absolute;
  755. left:-10px;
  756. top:-8px;
  757. width:44px;
  758. height:44px;
  759. }
  760. #u3281 {
  761. border-width:0px;
  762. position:absolute;
  763. left:1196px;
  764. top:228px;
  765. width:24px;
  766. height:24px;
  767. display:flex;
  768. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  769. font-weight:700;
  770. font-style:normal;
  771. font-size:14px;
  772. color:#1E1E1E;
  773. }
  774. #u3281 .text {
  775. position:absolute;
  776. align-self:center;
  777. padding:2px 2px 2px 2px;
  778. box-sizing:border-box;
  779. width:100%;
  780. }
  781. #u3281_text {
  782. border-width:0px;
  783. word-wrap:break-word;
  784. text-transform:none;
  785. }
  786. #u3282 {
  787. border-width:0px;
  788. position:absolute;
  789. left:0px;
  790. top:0px;
  791. width:0px;
  792. height:0px;
  793. }
  794. #u3283_div {
  795. border-width:0px;
  796. position:absolute;
  797. left:0px;
  798. top:0px;
  799. width:328px;
  800. height:24px;
  801. background:inherit;
  802. background-color:rgba(255, 255, 255, 0);
  803. border:none;
  804. border-radius:0px;
  805. -moz-box-shadow:none;
  806. -webkit-box-shadow:none;
  807. box-shadow:none;
  808. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  809. font-weight:700;
  810. font-style:normal;
  811. font-size:16px;
  812. }
  813. #u3283 {
  814. border-width:0px;
  815. position:absolute;
  816. left:1230px;
  817. top:348px;
  818. width:328px;
  819. height:24px;
  820. display:flex;
  821. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  822. font-weight:700;
  823. font-style:normal;
  824. font-size:16px;
  825. }
  826. #u3283 .text {
  827. position:absolute;
  828. align-self:flex-start;
  829. padding:3px 0px 3px 0px;
  830. box-sizing:border-box;
  831. width:100%;
  832. }
  833. #u3283_text {
  834. border-width:0px;
  835. word-wrap:break-word;
  836. text-transform:none;
  837. }
  838. #u3284_div {
  839. border-width:0px;
  840. position:absolute;
  841. left:0px;
  842. top:0px;
  843. width:328px;
  844. height:66px;
  845. background:inherit;
  846. background-color:rgba(255, 255, 255, 0);
  847. border:none;
  848. border-radius:0px;
  849. -moz-box-shadow:none;
  850. -webkit-box-shadow:none;
  851. box-shadow:none;
  852. line-height:22px;
  853. }
  854. #u3284 {
  855. border-width:0px;
  856. position:absolute;
  857. left:1230px;
  858. top:379px;
  859. width:328px;
  860. height:66px;
  861. display:flex;
  862. line-height:22px;
  863. }
  864. #u3284 .text {
  865. position:absolute;
  866. align-self:flex-start;
  867. padding:0px 0px 0px 0px;
  868. box-sizing:border-box;
  869. width:100%;
  870. }
  871. #u3284_text {
  872. border-width:0px;
  873. word-wrap:break-word;
  874. text-transform:none;
  875. }
  876. #u3285_img {
  877. border-width:0px;
  878. position:absolute;
  879. left:-10px;
  880. top:-8px;
  881. width:44px;
  882. height:44px;
  883. }
  884. #u3285 {
  885. border-width:0px;
  886. position:absolute;
  887. left:1196px;
  888. top:348px;
  889. width:24px;
  890. height:24px;
  891. display:flex;
  892. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  893. font-weight:700;
  894. font-style:normal;
  895. font-size:14px;
  896. color:#1E1E1E;
  897. }
  898. #u3285 .text {
  899. position:absolute;
  900. align-self:center;
  901. padding:2px 2px 2px 2px;
  902. box-sizing:border-box;
  903. width:100%;
  904. }
  905. #u3285_text {
  906. border-width:0px;
  907. word-wrap:break-word;
  908. text-transform:none;
  909. }
  910. #u3286_img {
  911. border-width:0px;
  912. position:absolute;
  913. left:0px;
  914. top:0px;
  915. width:363px;
  916. height:2px;
  917. }
  918. #u3286 {
  919. border-width:0px;
  920. position:absolute;
  921. left:1196px;
  922. top:327px;
  923. width:362px;
  924. height:1px;
  925. display:flex;
  926. }
  927. #u3286 .text {
  928. position:absolute;
  929. align-self:center;
  930. padding:2px 2px 2px 2px;
  931. box-sizing:border-box;
  932. width:100%;
  933. }
  934. #u3286_text {
  935. border-width:0px;
  936. word-wrap:break-word;
  937. text-transform:none;
  938. visibility:hidden;
  939. }
  940. #u3287 {
  941. border-width:0px;
  942. position:absolute;
  943. left:0px;
  944. top:0px;
  945. width:0px;
  946. height:0px;
  947. }
  948. #u3288_div {
  949. border-width:0px;
  950. position:absolute;
  951. left:0px;
  952. top:0px;
  953. width:328px;
  954. height:24px;
  955. background:inherit;
  956. background-color:rgba(255, 255, 255, 0);
  957. border:none;
  958. border-radius:0px;
  959. -moz-box-shadow:none;
  960. -webkit-box-shadow:none;
  961. box-shadow:none;
  962. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  963. font-weight:700;
  964. font-style:normal;
  965. font-size:16px;
  966. color:#14928A;
  967. }
  968. #u3288 {
  969. border-width:0px;
  970. position:absolute;
  971. left:1230px;
  972. top:486px;
  973. width:328px;
  974. height:24px;
  975. display:flex;
  976. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  977. font-weight:700;
  978. font-style:normal;
  979. font-size:16px;
  980. color:#14928A;
  981. }
  982. #u3288 .text {
  983. position:absolute;
  984. align-self:flex-start;
  985. padding:3px 0px 3px 0px;
  986. box-sizing:border-box;
  987. width:100%;
  988. }
  989. #u3288_text {
  990. border-width:0px;
  991. word-wrap:break-word;
  992. text-transform:none;
  993. }
  994. #u3289_div {
  995. border-width:0px;
  996. position:absolute;
  997. left:0px;
  998. top:0px;
  999. width:328px;
  1000. height:66px;
  1001. background:inherit;
  1002. background-color:rgba(255, 255, 255, 0);
  1003. border:none;
  1004. border-radius:0px;
  1005. -moz-box-shadow:none;
  1006. -webkit-box-shadow:none;
  1007. box-shadow:none;
  1008. line-height:22px;
  1009. }
  1010. #u3289 {
  1011. border-width:0px;
  1012. position:absolute;
  1013. left:1230px;
  1014. top:517px;
  1015. width:328px;
  1016. height:66px;
  1017. display:flex;
  1018. line-height:22px;
  1019. }
  1020. #u3289 .text {
  1021. position:absolute;
  1022. align-self:flex-start;
  1023. padding:0px 0px 0px 0px;
  1024. box-sizing:border-box;
  1025. width:100%;
  1026. }
  1027. #u3289_text {
  1028. border-width:0px;
  1029. word-wrap:break-word;
  1030. text-transform:none;
  1031. }
  1032. #u3290_img {
  1033. border-width:0px;
  1034. position:absolute;
  1035. left:-10px;
  1036. top:-8px;
  1037. width:44px;
  1038. height:44px;
  1039. }
  1040. #u3290 {
  1041. border-width:0px;
  1042. position:absolute;
  1043. left:1196px;
  1044. top:486px;
  1045. width:24px;
  1046. height:24px;
  1047. display:flex;
  1048. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1049. font-weight:700;
  1050. font-style:normal;
  1051. font-size:14px;
  1052. color:#1E1E1E;
  1053. }
  1054. #u3290 .text {
  1055. position:absolute;
  1056. align-self:center;
  1057. padding:2px 2px 2px 2px;
  1058. box-sizing:border-box;
  1059. width:100%;
  1060. }
  1061. #u3290_text {
  1062. border-width:0px;
  1063. word-wrap:break-word;
  1064. text-transform:none;
  1065. }
  1066. #u3291_img {
  1067. border-width:0px;
  1068. position:absolute;
  1069. left:0px;
  1070. top:0px;
  1071. width:363px;
  1072. height:2px;
  1073. }
  1074. #u3291 {
  1075. border-width:0px;
  1076. position:absolute;
  1077. left:1196px;
  1078. top:465px;
  1079. width:362px;
  1080. height:1px;
  1081. display:flex;
  1082. }
  1083. #u3291 .text {
  1084. position:absolute;
  1085. align-self:center;
  1086. padding:2px 2px 2px 2px;
  1087. box-sizing:border-box;
  1088. width:100%;
  1089. }
  1090. #u3291_text {
  1091. border-width:0px;
  1092. word-wrap:break-word;
  1093. text-transform:none;
  1094. visibility:hidden;
  1095. }
  1096. #u3292 {
  1097. border-width:0px;
  1098. position:absolute;
  1099. left:0px;
  1100. top:0px;
  1101. width:0px;
  1102. height:0px;
  1103. }
  1104. #u3293_div {
  1105. border-width:0px;
  1106. position:absolute;
  1107. left:0px;
  1108. top:0px;
  1109. width:328px;
  1110. height:24px;
  1111. background:inherit;
  1112. background-color:rgba(255, 255, 255, 0);
  1113. border:none;
  1114. border-radius:0px;
  1115. -moz-box-shadow:none;
  1116. -webkit-box-shadow:none;
  1117. box-shadow:none;
  1118. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1119. font-weight:700;
  1120. font-style:normal;
  1121. font-size:16px;
  1122. color:#14928A;
  1123. }
  1124. #u3293 {
  1125. border-width:0px;
  1126. position:absolute;
  1127. left:1230px;
  1128. top:624px;
  1129. width:328px;
  1130. height:24px;
  1131. display:flex;
  1132. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1133. font-weight:700;
  1134. font-style:normal;
  1135. font-size:16px;
  1136. color:#14928A;
  1137. }
  1138. #u3293 .text {
  1139. position:absolute;
  1140. align-self:flex-start;
  1141. padding:3px 0px 3px 0px;
  1142. box-sizing:border-box;
  1143. width:100%;
  1144. }
  1145. #u3293_text {
  1146. border-width:0px;
  1147. word-wrap:break-word;
  1148. text-transform:none;
  1149. }
  1150. #u3294_div {
  1151. border-width:0px;
  1152. position:absolute;
  1153. left:0px;
  1154. top:0px;
  1155. width:328px;
  1156. height:22px;
  1157. background:inherit;
  1158. background-color:rgba(255, 255, 255, 0);
  1159. border:none;
  1160. border-radius:0px;
  1161. -moz-box-shadow:none;
  1162. -webkit-box-shadow:none;
  1163. box-shadow:none;
  1164. line-height:22px;
  1165. }
  1166. #u3294 {
  1167. border-width:0px;
  1168. position:absolute;
  1169. left:1230px;
  1170. top:655px;
  1171. width:328px;
  1172. height:22px;
  1173. display:flex;
  1174. line-height:22px;
  1175. }
  1176. #u3294 .text {
  1177. position:absolute;
  1178. align-self:flex-start;
  1179. padding:0px 0px 0px 0px;
  1180. box-sizing:border-box;
  1181. width:100%;
  1182. }
  1183. #u3294_text {
  1184. border-width:0px;
  1185. word-wrap:break-word;
  1186. text-transform:none;
  1187. }
  1188. #u3295_img {
  1189. border-width:0px;
  1190. position:absolute;
  1191. left:-10px;
  1192. top:-8px;
  1193. width:44px;
  1194. height:44px;
  1195. }
  1196. #u3295 {
  1197. border-width:0px;
  1198. position:absolute;
  1199. left:1196px;
  1200. top:624px;
  1201. width:24px;
  1202. height:24px;
  1203. display:flex;
  1204. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1205. font-weight:700;
  1206. font-style:normal;
  1207. font-size:14px;
  1208. color:#1E1E1E;
  1209. }
  1210. #u3295 .text {
  1211. position:absolute;
  1212. align-self:center;
  1213. padding:2px 2px 2px 2px;
  1214. box-sizing:border-box;
  1215. width:100%;
  1216. }
  1217. #u3295_text {
  1218. border-width:0px;
  1219. word-wrap:break-word;
  1220. text-transform:none;
  1221. }
  1222. #u3296_img {
  1223. border-width:0px;
  1224. position:absolute;
  1225. left:0px;
  1226. top:0px;
  1227. width:363px;
  1228. height:2px;
  1229. }
  1230. #u3296 {
  1231. border-width:0px;
  1232. position:absolute;
  1233. left:1196px;
  1234. top:603px;
  1235. width:362px;
  1236. height:1px;
  1237. display:flex;
  1238. }
  1239. #u3296 .text {
  1240. position:absolute;
  1241. align-self:center;
  1242. padding:2px 2px 2px 2px;
  1243. box-sizing:border-box;
  1244. width:100%;
  1245. }
  1246. #u3296_text {
  1247. border-width:0px;
  1248. word-wrap:break-word;
  1249. text-transform:none;
  1250. visibility:hidden;
  1251. }
  1252. #u3297 {
  1253. border-width:0px;
  1254. position:absolute;
  1255. left:0px;
  1256. top:0px;
  1257. width:0px;
  1258. height:0px;
  1259. }
  1260. #u3298_div {
  1261. border-width:0px;
  1262. position:absolute;
  1263. left:0px;
  1264. top:0px;
  1265. width:328px;
  1266. height:24px;
  1267. background:inherit;
  1268. background-color:rgba(255, 255, 255, 0);
  1269. border:none;
  1270. border-radius:0px;
  1271. -moz-box-shadow:none;
  1272. -webkit-box-shadow:none;
  1273. box-shadow:none;
  1274. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1275. font-weight:700;
  1276. font-style:normal;
  1277. font-size:16px;
  1278. }
  1279. #u3298 {
  1280. border-width:0px;
  1281. position:absolute;
  1282. left:1230px;
  1283. top:762px;
  1284. width:328px;
  1285. height:24px;
  1286. display:flex;
  1287. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1288. font-weight:700;
  1289. font-style:normal;
  1290. font-size:16px;
  1291. }
  1292. #u3298 .text {
  1293. position:absolute;
  1294. align-self:flex-start;
  1295. padding:3px 0px 3px 0px;
  1296. box-sizing:border-box;
  1297. width:100%;
  1298. }
  1299. #u3298_text {
  1300. border-width:0px;
  1301. word-wrap:break-word;
  1302. text-transform:none;
  1303. }
  1304. #u3299_div {
  1305. border-width:0px;
  1306. position:absolute;
  1307. left:0px;
  1308. top:0px;
  1309. width:328px;
  1310. height:22px;
  1311. background:inherit;
  1312. background-color:rgba(255, 255, 255, 0);
  1313. border:none;
  1314. border-radius:0px;
  1315. -moz-box-shadow:none;
  1316. -webkit-box-shadow:none;
  1317. box-shadow:none;
  1318. line-height:22px;
  1319. }
  1320. #u3299 {
  1321. border-width:0px;
  1322. position:absolute;
  1323. left:1230px;
  1324. top:793px;
  1325. width:328px;
  1326. height:22px;
  1327. display:flex;
  1328. line-height:22px;
  1329. }
  1330. #u3299 .text {
  1331. position:absolute;
  1332. align-self:flex-start;
  1333. padding:0px 0px 0px 0px;
  1334. box-sizing:border-box;
  1335. width:100%;
  1336. }
  1337. #u3299_text {
  1338. border-width:0px;
  1339. word-wrap:break-word;
  1340. text-transform:none;
  1341. }
  1342. #u3300_img {
  1343. border-width:0px;
  1344. position:absolute;
  1345. left:-10px;
  1346. top:-8px;
  1347. width:44px;
  1348. height:44px;
  1349. }
  1350. #u3300 {
  1351. border-width:0px;
  1352. position:absolute;
  1353. left:1196px;
  1354. top:762px;
  1355. width:24px;
  1356. height:24px;
  1357. display:flex;
  1358. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1359. font-weight:700;
  1360. font-style:normal;
  1361. font-size:14px;
  1362. color:#1E1E1E;
  1363. }
  1364. #u3300 .text {
  1365. position:absolute;
  1366. align-self:center;
  1367. padding:2px 2px 2px 2px;
  1368. box-sizing:border-box;
  1369. width:100%;
  1370. }
  1371. #u3300_text {
  1372. border-width:0px;
  1373. word-wrap:break-word;
  1374. text-transform:none;
  1375. }
  1376. #u3301_img {
  1377. border-width:0px;
  1378. position:absolute;
  1379. left:0px;
  1380. top:0px;
  1381. width:363px;
  1382. height:2px;
  1383. }
  1384. #u3301 {
  1385. border-width:0px;
  1386. position:absolute;
  1387. left:1196px;
  1388. top:741px;
  1389. width:362px;
  1390. height:1px;
  1391. display:flex;
  1392. }
  1393. #u3301 .text {
  1394. position:absolute;
  1395. align-self:center;
  1396. padding:2px 2px 2px 2px;
  1397. box-sizing:border-box;
  1398. width:100%;
  1399. }
  1400. #u3301_text {
  1401. border-width:0px;
  1402. word-wrap:break-word;
  1403. text-transform:none;
  1404. visibility:hidden;
  1405. }