styles.css 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399
  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. #u3302_div {
  21. border-width:0px;
  22. position:absolute;
  23. left:0px;
  24. top:0px;
  25. width:1578px;
  26. height:899px;
  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. #u3302 {
  36. border-width:0px;
  37. position:absolute;
  38. left:0px;
  39. top:0px;
  40. width:1578px;
  41. height:899px;
  42. display:flex;
  43. }
  44. #u3302 .text {
  45. position:absolute;
  46. align-self:center;
  47. padding:2px 2px 2px 2px;
  48. box-sizing:border-box;
  49. width:100%;
  50. }
  51. #u3302_text {
  52. border-width:0px;
  53. word-wrap:break-word;
  54. text-transform:none;
  55. }
  56. #u3303_img {
  57. border-width:0px;
  58. position:absolute;
  59. left:-10px;
  60. top:-8px;
  61. width:1175px;
  62. height:647px;
  63. }
  64. #u3303 {
  65. border-width:0px;
  66. position:absolute;
  67. left:20px;
  68. top:228px;
  69. width:1155px;
  70. height:627px;
  71. display:flex;
  72. }
  73. #u3303 .text {
  74. position:absolute;
  75. align-self:center;
  76. padding:2px 2px 2px 2px;
  77. box-sizing:border-box;
  78. width:100%;
  79. }
  80. #u3303_text {
  81. border-width:0px;
  82. word-wrap:break-word;
  83. text-transform:none;
  84. visibility:hidden;
  85. }
  86. #u3304 {
  87. border-width:0px;
  88. position:absolute;
  89. left:0px;
  90. top:0px;
  91. width:0px;
  92. height:0px;
  93. }
  94. #u3305_img {
  95. border-width:0px;
  96. position:absolute;
  97. left:0px;
  98. top:0px;
  99. width:8px;
  100. height:28px;
  101. }
  102. #u3305 {
  103. border-width:0px;
  104. position:absolute;
  105. left:20px;
  106. top:29px;
  107. width:8px;
  108. height:28px;
  109. display:flex;
  110. }
  111. #u3305 .text {
  112. position:absolute;
  113. align-self:center;
  114. padding:2px 2px 2px 2px;
  115. box-sizing:border-box;
  116. width:100%;
  117. }
  118. #u3305_text {
  119. border-width:0px;
  120. word-wrap:break-word;
  121. text-transform:none;
  122. visibility:hidden;
  123. }
  124. #u3306_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. #u3306 {
  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. #u3306 .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. #u3306_text {
  162. border-width:0px;
  163. white-space:nowrap;
  164. text-transform:none;
  165. }
  166. #u3307_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. #u3307 {
  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. #u3307 .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. #u3307_text {
  204. border-width:0px;
  205. word-wrap:break-word;
  206. text-transform:none;
  207. }
  208. #u3308_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. #u3308 {
  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. #u3308 .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. #u3308_text {
  246. border-width:0px;
  247. word-wrap:break-word;
  248. text-transform:none;
  249. }
  250. #u3309_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. #u3309 {
  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. #u3309 .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. #u3309_text {
  286. border-width:0px;
  287. word-wrap:break-word;
  288. text-transform:none;
  289. }
  290. #u3310_div {
  291. border-width:0px;
  292. position:absolute;
  293. left:0px;
  294. top:0px;
  295. width:387px;
  296. height:197px;
  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. #u3310 {
  309. border-width:0px;
  310. position:absolute;
  311. left:415px;
  312. top:395px;
  313. width:387px;
  314. height:197px;
  315. display:flex;
  316. }
  317. #u3310 .text {
  318. position:absolute;
  319. align-self:center;
  320. padding:2px 2px 2px 2px;
  321. box-sizing:border-box;
  322. width:100%;
  323. }
  324. #u3310_text {
  325. border-width:0px;
  326. word-wrap:break-word;
  327. text-transform:none;
  328. visibility:hidden;
  329. }
  330. #u3311_img {
  331. border-width:0px;
  332. position:absolute;
  333. left:-10px;
  334. top:-8px;
  335. width:44px;
  336. height:44px;
  337. }
  338. #u3311 {
  339. border-width:0px;
  340. position:absolute;
  341. left:405px;
  342. top:386px;
  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. #u3311 .text {
  353. position:absolute;
  354. align-self:center;
  355. padding:2px 2px 2px 2px;
  356. box-sizing:border-box;
  357. width:100%;
  358. }
  359. #u3311_text {
  360. border-width:0px;
  361. word-wrap:break-word;
  362. text-transform:none;
  363. }
  364. #u3312_div {
  365. border-width:0px;
  366. position:absolute;
  367. left:0px;
  368. top:0px;
  369. width:182px;
  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. #u3312 {
  383. border-width:0px;
  384. position:absolute;
  385. left:620px;
  386. top:624px;
  387. width:182px;
  388. height:35px;
  389. display:flex;
  390. }
  391. #u3312 .text {
  392. position:absolute;
  393. align-self:center;
  394. padding:2px 2px 2px 2px;
  395. box-sizing:border-box;
  396. width:100%;
  397. }
  398. #u3312_text {
  399. border-width:0px;
  400. word-wrap:break-word;
  401. text-transform:none;
  402. visibility:hidden;
  403. }
  404. #u3313_img {
  405. border-width:0px;
  406. position:absolute;
  407. left:-10px;
  408. top:-8px;
  409. width:44px;
  410. height:44px;
  411. }
  412. #u3313 {
  413. border-width:0px;
  414. position:absolute;
  415. left:597px;
  416. top:627px;
  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. #u3313 .text {
  427. position:absolute;
  428. align-self:center;
  429. padding:2px 2px 2px 2px;
  430. box-sizing:border-box;
  431. width:100%;
  432. }
  433. #u3313_text {
  434. border-width:0px;
  435. word-wrap:break-word;
  436. text-transform:none;
  437. }
  438. #u3314 {
  439. border-width:0px;
  440. position:absolute;
  441. left:0px;
  442. top:0px;
  443. width:0px;
  444. height:0px;
  445. }
  446. #u3315_div {
  447. border-width:0px;
  448. position:absolute;
  449. left:0px;
  450. top:0px;
  451. width:328px;
  452. height:24px;
  453. background:inherit;
  454. background-color:rgba(255, 255, 255, 0);
  455. border:none;
  456. border-radius:0px;
  457. -moz-box-shadow:none;
  458. -webkit-box-shadow:none;
  459. box-shadow:none;
  460. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  461. font-weight:700;
  462. font-style:normal;
  463. font-size:16px;
  464. }
  465. #u3315 {
  466. border-width:0px;
  467. position:absolute;
  468. left:1230px;
  469. top:228px;
  470. width:328px;
  471. height:24px;
  472. display:flex;
  473. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  474. font-weight:700;
  475. font-style:normal;
  476. font-size:16px;
  477. }
  478. #u3315 .text {
  479. position:absolute;
  480. align-self:center;
  481. padding:3px 0px 3px 0px;
  482. box-sizing:border-box;
  483. width:100%;
  484. }
  485. #u3315_text {
  486. border-width:0px;
  487. word-wrap:break-word;
  488. text-transform:none;
  489. }
  490. #u3316_div {
  491. border-width:0px;
  492. position:absolute;
  493. left:0px;
  494. top:0px;
  495. width:328px;
  496. height:24px;
  497. background:inherit;
  498. background-color:rgba(255, 255, 255, 0);
  499. border:none;
  500. border-radius:0px;
  501. -moz-box-shadow:none;
  502. -webkit-box-shadow:none;
  503. box-shadow:none;
  504. line-height:24px;
  505. }
  506. #u3316 {
  507. border-width:0px;
  508. position:absolute;
  509. left:1230px;
  510. top:259px;
  511. width:328px;
  512. height:24px;
  513. display:flex;
  514. line-height:24px;
  515. }
  516. #u3316 .text {
  517. position:absolute;
  518. align-self:flex-start;
  519. padding:0px 0px 0px 0px;
  520. box-sizing:border-box;
  521. width:100%;
  522. }
  523. #u3316_text {
  524. border-width:0px;
  525. word-wrap:break-word;
  526. text-transform:none;
  527. }
  528. #u3317_img {
  529. border-width:0px;
  530. position:absolute;
  531. left:-10px;
  532. top:-8px;
  533. width:44px;
  534. height:44px;
  535. }
  536. #u3317 {
  537. border-width:0px;
  538. position:absolute;
  539. left:1196px;
  540. top:228px;
  541. width:24px;
  542. height:24px;
  543. display:flex;
  544. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  545. font-weight:700;
  546. font-style:normal;
  547. font-size:14px;
  548. color:#1E1E1E;
  549. }
  550. #u3317 .text {
  551. position:absolute;
  552. align-self:center;
  553. padding:2px 2px 2px 2px;
  554. box-sizing:border-box;
  555. width:100%;
  556. }
  557. #u3317_text {
  558. border-width:0px;
  559. word-wrap:break-word;
  560. text-transform:none;
  561. }
  562. #u3318 {
  563. border-width:0px;
  564. position:absolute;
  565. left:0px;
  566. top:0px;
  567. width:0px;
  568. height:0px;
  569. }
  570. #u3319_div {
  571. border-width:0px;
  572. position:absolute;
  573. left:0px;
  574. top:0px;
  575. width:328px;
  576. height:24px;
  577. background:inherit;
  578. background-color:rgba(255, 255, 255, 0);
  579. border:none;
  580. border-radius:0px;
  581. -moz-box-shadow:none;
  582. -webkit-box-shadow:none;
  583. box-shadow:none;
  584. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  585. font-weight:700;
  586. font-style:normal;
  587. font-size:16px;
  588. }
  589. #u3319 {
  590. border-width:0px;
  591. position:absolute;
  592. left:1230px;
  593. top:324px;
  594. width:328px;
  595. height:24px;
  596. display:flex;
  597. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  598. font-weight:700;
  599. font-style:normal;
  600. font-size:16px;
  601. }
  602. #u3319 .text {
  603. position:absolute;
  604. align-self:flex-start;
  605. padding:3px 0px 3px 0px;
  606. box-sizing:border-box;
  607. width:100%;
  608. }
  609. #u3319_text {
  610. border-width:0px;
  611. word-wrap:break-word;
  612. text-transform:none;
  613. }
  614. #u3320_div {
  615. border-width:0px;
  616. position:absolute;
  617. left:0px;
  618. top:0px;
  619. width:328px;
  620. height:66px;
  621. background:inherit;
  622. background-color:rgba(255, 255, 255, 0);
  623. border:none;
  624. border-radius:0px;
  625. -moz-box-shadow:none;
  626. -webkit-box-shadow:none;
  627. box-shadow:none;
  628. line-height:22px;
  629. }
  630. #u3320 {
  631. border-width:0px;
  632. position:absolute;
  633. left:1230px;
  634. top:355px;
  635. width:328px;
  636. height:66px;
  637. display:flex;
  638. line-height:22px;
  639. }
  640. #u3320 .text {
  641. position:absolute;
  642. align-self:flex-start;
  643. padding:0px 0px 0px 0px;
  644. box-sizing:border-box;
  645. width:100%;
  646. }
  647. #u3320_text {
  648. border-width:0px;
  649. word-wrap:break-word;
  650. text-transform:none;
  651. }
  652. #u3321_img {
  653. border-width:0px;
  654. position:absolute;
  655. left:-10px;
  656. top:-8px;
  657. width:44px;
  658. height:44px;
  659. }
  660. #u3321 {
  661. border-width:0px;
  662. position:absolute;
  663. left:1196px;
  664. top:324px;
  665. width:24px;
  666. height:24px;
  667. display:flex;
  668. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  669. font-weight:700;
  670. font-style:normal;
  671. font-size:14px;
  672. color:#1E1E1E;
  673. }
  674. #u3321 .text {
  675. position:absolute;
  676. align-self:center;
  677. padding:2px 2px 2px 2px;
  678. box-sizing:border-box;
  679. width:100%;
  680. }
  681. #u3321_text {
  682. border-width:0px;
  683. word-wrap:break-word;
  684. text-transform:none;
  685. }
  686. #u3322_img {
  687. border-width:0px;
  688. position:absolute;
  689. left:0px;
  690. top:0px;
  691. width:363px;
  692. height:2px;
  693. }
  694. #u3322 {
  695. border-width:0px;
  696. position:absolute;
  697. left:1196px;
  698. top:303px;
  699. width:362px;
  700. height:1px;
  701. display:flex;
  702. }
  703. #u3322 .text {
  704. position:absolute;
  705. align-self:center;
  706. padding:2px 2px 2px 2px;
  707. box-sizing:border-box;
  708. width:100%;
  709. }
  710. #u3322_text {
  711. border-width:0px;
  712. word-wrap:break-word;
  713. text-transform:none;
  714. visibility:hidden;
  715. }
  716. #u3323 {
  717. border-width:0px;
  718. position:absolute;
  719. left:0px;
  720. top:0px;
  721. width:0px;
  722. height:0px;
  723. }
  724. #u3324_div {
  725. border-width:0px;
  726. position:absolute;
  727. left:0px;
  728. top:0px;
  729. width:328px;
  730. height:24px;
  731. background:inherit;
  732. background-color:rgba(255, 255, 255, 0);
  733. border:none;
  734. border-radius:0px;
  735. -moz-box-shadow:none;
  736. -webkit-box-shadow:none;
  737. box-shadow:none;
  738. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  739. font-weight:700;
  740. font-style:normal;
  741. font-size:16px;
  742. }
  743. #u3324 {
  744. border-width:0px;
  745. position:absolute;
  746. left:1230px;
  747. top:462px;
  748. width:328px;
  749. height:24px;
  750. display:flex;
  751. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  752. font-weight:700;
  753. font-style:normal;
  754. font-size:16px;
  755. }
  756. #u3324 .text {
  757. position:absolute;
  758. align-self:flex-start;
  759. padding:3px 0px 3px 0px;
  760. box-sizing:border-box;
  761. width:100%;
  762. }
  763. #u3324_text {
  764. border-width:0px;
  765. word-wrap:break-word;
  766. text-transform:none;
  767. }
  768. #u3325_div {
  769. border-width:0px;
  770. position:absolute;
  771. left:0px;
  772. top:0px;
  773. width:328px;
  774. height:66px;
  775. background:inherit;
  776. background-color:rgba(255, 255, 255, 0);
  777. border:none;
  778. border-radius:0px;
  779. -moz-box-shadow:none;
  780. -webkit-box-shadow:none;
  781. box-shadow:none;
  782. line-height:22px;
  783. }
  784. #u3325 {
  785. border-width:0px;
  786. position:absolute;
  787. left:1230px;
  788. top:493px;
  789. width:328px;
  790. height:66px;
  791. display:flex;
  792. line-height:22px;
  793. }
  794. #u3325 .text {
  795. position:absolute;
  796. align-self:flex-start;
  797. padding:0px 0px 0px 0px;
  798. box-sizing:border-box;
  799. width:100%;
  800. }
  801. #u3325_text {
  802. border-width:0px;
  803. word-wrap:break-word;
  804. text-transform:none;
  805. }
  806. #u3326_img {
  807. border-width:0px;
  808. position:absolute;
  809. left:-10px;
  810. top:-8px;
  811. width:44px;
  812. height:44px;
  813. }
  814. #u3326 {
  815. border-width:0px;
  816. position:absolute;
  817. left:1196px;
  818. top:462px;
  819. width:24px;
  820. height:24px;
  821. display:flex;
  822. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  823. font-weight:700;
  824. font-style:normal;
  825. font-size:14px;
  826. color:#1E1E1E;
  827. }
  828. #u3326 .text {
  829. position:absolute;
  830. align-self:center;
  831. padding:2px 2px 2px 2px;
  832. box-sizing:border-box;
  833. width:100%;
  834. }
  835. #u3326_text {
  836. border-width:0px;
  837. word-wrap:break-word;
  838. text-transform:none;
  839. }
  840. #u3327_img {
  841. border-width:0px;
  842. position:absolute;
  843. left:0px;
  844. top:0px;
  845. width:363px;
  846. height:2px;
  847. }
  848. #u3327 {
  849. border-width:0px;
  850. position:absolute;
  851. left:1196px;
  852. top:441px;
  853. width:362px;
  854. height:1px;
  855. display:flex;
  856. }
  857. #u3327 .text {
  858. position:absolute;
  859. align-self:center;
  860. padding:2px 2px 2px 2px;
  861. box-sizing:border-box;
  862. width:100%;
  863. }
  864. #u3327_text {
  865. border-width:0px;
  866. word-wrap:break-word;
  867. text-transform:none;
  868. visibility:hidden;
  869. }
  870. #u3328 {
  871. border-width:0px;
  872. position:absolute;
  873. left:0px;
  874. top:0px;
  875. width:0px;
  876. height:0px;
  877. }
  878. #u3329_div {
  879. border-width:0px;
  880. position:absolute;
  881. left:0px;
  882. top:0px;
  883. width:328px;
  884. height:24px;
  885. background:inherit;
  886. background-color:rgba(255, 255, 255, 0);
  887. border:none;
  888. border-radius:0px;
  889. -moz-box-shadow:none;
  890. -webkit-box-shadow:none;
  891. box-shadow:none;
  892. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  893. font-weight:700;
  894. font-style:normal;
  895. font-size:16px;
  896. }
  897. #u3329 {
  898. border-width:0px;
  899. position:absolute;
  900. left:1230px;
  901. top:600px;
  902. width:328px;
  903. height:24px;
  904. display:flex;
  905. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  906. font-weight:700;
  907. font-style:normal;
  908. font-size:16px;
  909. }
  910. #u3329 .text {
  911. position:absolute;
  912. align-self:flex-start;
  913. padding:3px 0px 3px 0px;
  914. box-sizing:border-box;
  915. width:100%;
  916. }
  917. #u3329_text {
  918. border-width:0px;
  919. word-wrap:break-word;
  920. text-transform:none;
  921. }
  922. #u3330_div {
  923. border-width:0px;
  924. position:absolute;
  925. left:0px;
  926. top:0px;
  927. width:328px;
  928. height:66px;
  929. background:inherit;
  930. background-color:rgba(255, 255, 255, 0);
  931. border:none;
  932. border-radius:0px;
  933. -moz-box-shadow:none;
  934. -webkit-box-shadow:none;
  935. box-shadow:none;
  936. line-height:22px;
  937. }
  938. #u3330 {
  939. border-width:0px;
  940. position:absolute;
  941. left:1230px;
  942. top:631px;
  943. width:328px;
  944. height:66px;
  945. display:flex;
  946. line-height:22px;
  947. }
  948. #u3330 .text {
  949. position:absolute;
  950. align-self:flex-start;
  951. padding:0px 0px 0px 0px;
  952. box-sizing:border-box;
  953. width:100%;
  954. }
  955. #u3330_text {
  956. border-width:0px;
  957. word-wrap:break-word;
  958. text-transform:none;
  959. }
  960. #u3331_img {
  961. border-width:0px;
  962. position:absolute;
  963. left:-10px;
  964. top:-8px;
  965. width:44px;
  966. height:44px;
  967. }
  968. #u3331 {
  969. border-width:0px;
  970. position:absolute;
  971. left:1196px;
  972. top:600px;
  973. width:24px;
  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:14px;
  980. color:#1E1E1E;
  981. }
  982. #u3331 .text {
  983. position:absolute;
  984. align-self:center;
  985. padding:2px 2px 2px 2px;
  986. box-sizing:border-box;
  987. width:100%;
  988. }
  989. #u3331_text {
  990. border-width:0px;
  991. word-wrap:break-word;
  992. text-transform:none;
  993. }
  994. #u3332_img {
  995. border-width:0px;
  996. position:absolute;
  997. left:0px;
  998. top:0px;
  999. width:363px;
  1000. height:2px;
  1001. }
  1002. #u3332 {
  1003. border-width:0px;
  1004. position:absolute;
  1005. left:1196px;
  1006. top:579px;
  1007. width:362px;
  1008. height:1px;
  1009. display:flex;
  1010. }
  1011. #u3332 .text {
  1012. position:absolute;
  1013. align-self:center;
  1014. padding:2px 2px 2px 2px;
  1015. box-sizing:border-box;
  1016. width:100%;
  1017. }
  1018. #u3332_text {
  1019. border-width:0px;
  1020. word-wrap:break-word;
  1021. text-transform:none;
  1022. visibility:hidden;
  1023. }
  1024. #u3333_div {
  1025. border-width:0px;
  1026. position:absolute;
  1027. left:0px;
  1028. top:0px;
  1029. width:176px;
  1030. height:35px;
  1031. background:inherit;
  1032. background-color:rgba(255, 255, 255, 0);
  1033. box-sizing:border-box;
  1034. border-width:2px;
  1035. border-style:solid;
  1036. border-color:rgba(255, 199, 51, 1);
  1037. border-radius:0px;
  1038. -moz-box-shadow:none;
  1039. -webkit-box-shadow:none;
  1040. box-shadow:none;
  1041. }
  1042. #u3333 {
  1043. border-width:0px;
  1044. position:absolute;
  1045. left:416px;
  1046. top:663px;
  1047. width:176px;
  1048. height:35px;
  1049. display:flex;
  1050. }
  1051. #u3333 .text {
  1052. position:absolute;
  1053. align-self:center;
  1054. padding:2px 2px 2px 2px;
  1055. box-sizing:border-box;
  1056. width:100%;
  1057. }
  1058. #u3333_text {
  1059. border-width:0px;
  1060. word-wrap:break-word;
  1061. text-transform:none;
  1062. visibility:hidden;
  1063. }
  1064. #u3334_img {
  1065. border-width:0px;
  1066. position:absolute;
  1067. left:-10px;
  1068. top:-8px;
  1069. width:44px;
  1070. height:44px;
  1071. }
  1072. #u3334 {
  1073. border-width:0px;
  1074. position:absolute;
  1075. left:392px;
  1076. top:669px;
  1077. width:24px;
  1078. height:24px;
  1079. display:flex;
  1080. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1081. font-weight:700;
  1082. font-style:normal;
  1083. font-size:14px;
  1084. color:#1E1E1E;
  1085. }
  1086. #u3334 .text {
  1087. position:absolute;
  1088. align-self:center;
  1089. padding:2px 2px 2px 2px;
  1090. box-sizing:border-box;
  1091. width:100%;
  1092. }
  1093. #u3334_text {
  1094. border-width:0px;
  1095. word-wrap:break-word;
  1096. text-transform:none;
  1097. }
  1098. #u3335_div {
  1099. border-width:0px;
  1100. position:absolute;
  1101. left:0px;
  1102. top:0px;
  1103. width:182px;
  1104. height:35px;
  1105. background:inherit;
  1106. background-color:rgba(255, 255, 255, 0);
  1107. box-sizing:border-box;
  1108. border-width:2px;
  1109. border-style:solid;
  1110. border-color:rgba(255, 199, 51, 1);
  1111. border-radius:0px;
  1112. -moz-box-shadow:none;
  1113. -webkit-box-shadow:none;
  1114. box-shadow:none;
  1115. }
  1116. #u3335 {
  1117. border-width:0px;
  1118. position:absolute;
  1119. left:620px;
  1120. top:663px;
  1121. width:182px;
  1122. height:35px;
  1123. display:flex;
  1124. }
  1125. #u3335 .text {
  1126. position:absolute;
  1127. align-self:center;
  1128. padding:2px 2px 2px 2px;
  1129. box-sizing:border-box;
  1130. width:100%;
  1131. }
  1132. #u3335_text {
  1133. border-width:0px;
  1134. word-wrap:break-word;
  1135. text-transform:none;
  1136. visibility:hidden;
  1137. }
  1138. #u3336_img {
  1139. border-width:0px;
  1140. position:absolute;
  1141. left:-10px;
  1142. top:-8px;
  1143. width:44px;
  1144. height:44px;
  1145. }
  1146. #u3336 {
  1147. border-width:0px;
  1148. position:absolute;
  1149. left:597px;
  1150. top:669px;
  1151. width:24px;
  1152. height:24px;
  1153. display:flex;
  1154. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1155. font-weight:700;
  1156. font-style:normal;
  1157. font-size:14px;
  1158. color:#1E1E1E;
  1159. }
  1160. #u3336 .text {
  1161. position:absolute;
  1162. align-self:center;
  1163. padding:2px 2px 2px 2px;
  1164. box-sizing:border-box;
  1165. width:100%;
  1166. }
  1167. #u3336_text {
  1168. border-width:0px;
  1169. word-wrap:break-word;
  1170. text-transform:none;
  1171. }
  1172. #u3337_div {
  1173. border-width:0px;
  1174. position:absolute;
  1175. left:0px;
  1176. top:0px;
  1177. width:60px;
  1178. height:35px;
  1179. background:inherit;
  1180. background-color:rgba(255, 255, 255, 0);
  1181. box-sizing:border-box;
  1182. border-width:2px;
  1183. border-style:solid;
  1184. border-color:rgba(255, 199, 51, 1);
  1185. border-radius:0px;
  1186. -moz-box-shadow:none;
  1187. -webkit-box-shadow:none;
  1188. box-shadow:none;
  1189. }
  1190. #u3337 {
  1191. border-width:0px;
  1192. position:absolute;
  1193. left:749px;
  1194. top:727px;
  1195. width:60px;
  1196. height:35px;
  1197. display:flex;
  1198. }
  1199. #u3337 .text {
  1200. position:absolute;
  1201. align-self:center;
  1202. padding:2px 2px 2px 2px;
  1203. box-sizing:border-box;
  1204. width:100%;
  1205. }
  1206. #u3337_text {
  1207. border-width:0px;
  1208. word-wrap:break-word;
  1209. text-transform:none;
  1210. visibility:hidden;
  1211. }
  1212. #u3338_img {
  1213. border-width:0px;
  1214. position:absolute;
  1215. left:-10px;
  1216. top:-8px;
  1217. width:44px;
  1218. height:44px;
  1219. }
  1220. #u3338 {
  1221. border-width:0px;
  1222. position:absolute;
  1223. left:725px;
  1224. top:733px;
  1225. width:24px;
  1226. height:24px;
  1227. display:flex;
  1228. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1229. font-weight:700;
  1230. font-style:normal;
  1231. font-size:14px;
  1232. color:#1E1E1E;
  1233. }
  1234. #u3338 .text {
  1235. position:absolute;
  1236. align-self:center;
  1237. padding:2px 2px 2px 2px;
  1238. box-sizing:border-box;
  1239. width:100%;
  1240. }
  1241. #u3338_text {
  1242. border-width:0px;
  1243. word-wrap:break-word;
  1244. text-transform:none;
  1245. }
  1246. #u3339 {
  1247. border-width:0px;
  1248. position:absolute;
  1249. left:0px;
  1250. top:0px;
  1251. width:0px;
  1252. height:0px;
  1253. }
  1254. #u3340_div {
  1255. border-width:0px;
  1256. position:absolute;
  1257. left:0px;
  1258. top:0px;
  1259. width:328px;
  1260. height:24px;
  1261. background:inherit;
  1262. background-color:rgba(255, 255, 255, 0);
  1263. border:none;
  1264. border-radius:0px;
  1265. -moz-box-shadow:none;
  1266. -webkit-box-shadow:none;
  1267. box-shadow:none;
  1268. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1269. font-weight:700;
  1270. font-style:normal;
  1271. font-size:16px;
  1272. }
  1273. #u3340 {
  1274. border-width:0px;
  1275. position:absolute;
  1276. left:1230px;
  1277. top:738px;
  1278. width:328px;
  1279. height:24px;
  1280. display:flex;
  1281. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1282. font-weight:700;
  1283. font-style:normal;
  1284. font-size:16px;
  1285. }
  1286. #u3340 .text {
  1287. position:absolute;
  1288. align-self:flex-start;
  1289. padding:3px 0px 3px 0px;
  1290. box-sizing:border-box;
  1291. width:100%;
  1292. }
  1293. #u3340_text {
  1294. border-width:0px;
  1295. word-wrap:break-word;
  1296. text-transform:none;
  1297. }
  1298. #u3341_div {
  1299. border-width:0px;
  1300. position:absolute;
  1301. left:0px;
  1302. top:0px;
  1303. width:328px;
  1304. height:66px;
  1305. background:inherit;
  1306. background-color:rgba(255, 255, 255, 0);
  1307. border:none;
  1308. border-radius:0px;
  1309. -moz-box-shadow:none;
  1310. -webkit-box-shadow:none;
  1311. box-shadow:none;
  1312. line-height:22px;
  1313. }
  1314. #u3341 {
  1315. border-width:0px;
  1316. position:absolute;
  1317. left:1230px;
  1318. top:769px;
  1319. width:328px;
  1320. height:66px;
  1321. display:flex;
  1322. line-height:22px;
  1323. }
  1324. #u3341 .text {
  1325. position:absolute;
  1326. align-self:flex-start;
  1327. padding:0px 0px 0px 0px;
  1328. box-sizing:border-box;
  1329. width:100%;
  1330. }
  1331. #u3341_text {
  1332. border-width:0px;
  1333. word-wrap:break-word;
  1334. text-transform:none;
  1335. }
  1336. #u3342_img {
  1337. border-width:0px;
  1338. position:absolute;
  1339. left:-10px;
  1340. top:-8px;
  1341. width:44px;
  1342. height:44px;
  1343. }
  1344. #u3342 {
  1345. border-width:0px;
  1346. position:absolute;
  1347. left:1196px;
  1348. top:738px;
  1349. width:24px;
  1350. height:24px;
  1351. display:flex;
  1352. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1353. font-weight:700;
  1354. font-style:normal;
  1355. font-size:14px;
  1356. color:#1E1E1E;
  1357. }
  1358. #u3342 .text {
  1359. position:absolute;
  1360. align-self:center;
  1361. padding:2px 2px 2px 2px;
  1362. box-sizing:border-box;
  1363. width:100%;
  1364. }
  1365. #u3342_text {
  1366. border-width:0px;
  1367. word-wrap:break-word;
  1368. text-transform:none;
  1369. }
  1370. #u3343_img {
  1371. border-width:0px;
  1372. position:absolute;
  1373. left:0px;
  1374. top:0px;
  1375. width:363px;
  1376. height:2px;
  1377. }
  1378. #u3343 {
  1379. border-width:0px;
  1380. position:absolute;
  1381. left:1196px;
  1382. top:717px;
  1383. width:362px;
  1384. height:1px;
  1385. display:flex;
  1386. }
  1387. #u3343 .text {
  1388. position:absolute;
  1389. align-self:center;
  1390. padding:2px 2px 2px 2px;
  1391. box-sizing:border-box;
  1392. width:100%;
  1393. }
  1394. #u3343_text {
  1395. border-width:0px;
  1396. word-wrap:break-word;
  1397. text-transform:none;
  1398. visibility:hidden;
  1399. }