styles.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362
  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. #u1096_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:-10px;
  23. top:-8px;
  24. width:1175px;
  25. height:647px;
  26. }
  27. #u1096 {
  28. border-width:0px;
  29. position:absolute;
  30. left:20px;
  31. top:250px;
  32. width:1155px;
  33. height:627px;
  34. display:flex;
  35. }
  36. #u1096 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u1096_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u1097_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. #u1097 {
  68. border-width:0px;
  69. position:absolute;
  70. left:20px;
  71. top:203px;
  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. #u1097 .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. #u1097_text {
  87. border-width:0px;
  88. word-wrap:break-word;
  89. text-transform:none;
  90. }
  91. #u1098 {
  92. border-width:0px;
  93. position:absolute;
  94. left:0px;
  95. top:0px;
  96. width:0px;
  97. height:0px;
  98. }
  99. #u1099_img {
  100. border-width:0px;
  101. position:absolute;
  102. left:0px;
  103. top:0px;
  104. width:8px;
  105. height:28px;
  106. }
  107. #u1099 {
  108. border-width:0px;
  109. position:absolute;
  110. left:20px;
  111. top:29px;
  112. width:8px;
  113. height:28px;
  114. display:flex;
  115. }
  116. #u1099 .text {
  117. position:absolute;
  118. align-self:center;
  119. padding:2px 2px 2px 2px;
  120. box-sizing:border-box;
  121. width:100%;
  122. }
  123. #u1099_text {
  124. border-width:0px;
  125. word-wrap:break-word;
  126. text-transform:none;
  127. visibility:hidden;
  128. }
  129. #u1100_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. #u1100 {
  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. #u1100 .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. #u1100_text {
  167. border-width:0px;
  168. white-space:nowrap;
  169. text-transform:none;
  170. }
  171. #u1101_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. #u1101 {
  190. border-width:0px;
  191. position:absolute;
  192. left:1038px;
  193. top:344px;
  194. width:119px;
  195. height:34px;
  196. display:flex;
  197. }
  198. #u1101 .text {
  199. position:absolute;
  200. align-self:center;
  201. padding:2px 2px 2px 2px;
  202. box-sizing:border-box;
  203. width:100%;
  204. }
  205. #u1101_text {
  206. border-width:0px;
  207. word-wrap:break-word;
  208. text-transform:none;
  209. visibility:hidden;
  210. }
  211. #u1102_img {
  212. border-width:0px;
  213. position:absolute;
  214. left:-10px;
  215. top:-8px;
  216. width:44px;
  217. height:44px;
  218. }
  219. #u1102 {
  220. border-width:0px;
  221. position:absolute;
  222. left:1028px;
  223. top:349px;
  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. #u1102 .text {
  234. position:absolute;
  235. align-self:center;
  236. padding:2px 2px 2px 2px;
  237. box-sizing:border-box;
  238. width:100%;
  239. }
  240. #u1102_text {
  241. border-width:0px;
  242. word-wrap:break-word;
  243. text-transform:none;
  244. }
  245. #u1103_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. #u1103 {
  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. #u1103 .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. #u1103_text {
  283. border-width:0px;
  284. word-wrap:break-word;
  285. text-transform:none;
  286. }
  287. #u1104_div {
  288. border-width:0px;
  289. position:absolute;
  290. left:0px;
  291. top:0px;
  292. width:1156px;
  293. height:48px;
  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. #u1104 {
  305. border-width:0px;
  306. position:absolute;
  307. left:20px;
  308. top:125px;
  309. width:1156px;
  310. height:48px;
  311. display:flex;
  312. font-size:14px;
  313. line-height:24px;
  314. }
  315. #u1104 .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. #u1104_text {
  323. border-width:0px;
  324. word-wrap:break-word;
  325. text-transform:none;
  326. }
  327. #u1105 {
  328. border-width:0px;
  329. position:absolute;
  330. left:0px;
  331. top:0px;
  332. width:0px;
  333. height:0px;
  334. }
  335. #u1106_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. #u1106 {
  355. border-width:0px;
  356. position:absolute;
  357. left:1230px;
  358. top:250px;
  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. #u1106 .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. #u1106_text {
  375. border-width:0px;
  376. word-wrap:break-word;
  377. text-transform:none;
  378. }
  379. #u1107_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. #u1107 {
  396. border-width:0px;
  397. position:absolute;
  398. left:1230px;
  399. top:281px;
  400. width:328px;
  401. height:44px;
  402. display:flex;
  403. line-height:22px;
  404. }
  405. #u1107 .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. #u1107_text {
  413. border-width:0px;
  414. word-wrap:break-word;
  415. text-transform:none;
  416. }
  417. #u1108_img {
  418. border-width:0px;
  419. position:absolute;
  420. left:-10px;
  421. top:-8px;
  422. width:44px;
  423. height:44px;
  424. }
  425. #u1108 {
  426. border-width:0px;
  427. position:absolute;
  428. left:1196px;
  429. top:250px;
  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. #u1108 .text {
  440. position:absolute;
  441. align-self:center;
  442. padding:2px 2px 2px 2px;
  443. box-sizing:border-box;
  444. width:100%;
  445. }
  446. #u1108_text {
  447. border-width:0px;
  448. word-wrap:break-word;
  449. text-transform:none;
  450. }
  451. #u1109 {
  452. border-width:0px;
  453. position:absolute;
  454. left:0px;
  455. top:0px;
  456. width:0px;
  457. height:0px;
  458. }
  459. #u1110_div {
  460. border-width:0px;
  461. position:absolute;
  462. left:0px;
  463. top:0px;
  464. width:328px;
  465. height:24px;
  466. background:inherit;
  467. background-color:rgba(255, 255, 255, 0);
  468. border:none;
  469. border-radius:0px;
  470. -moz-box-shadow:none;
  471. -webkit-box-shadow:none;
  472. box-shadow:none;
  473. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  474. font-weight:700;
  475. font-style:normal;
  476. font-size:16px;
  477. }
  478. #u1110 {
  479. border-width:0px;
  480. position:absolute;
  481. left:1230px;
  482. top:366px;
  483. width:328px;
  484. height:24px;
  485. display:flex;
  486. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  487. font-weight:700;
  488. font-style:normal;
  489. font-size:16px;
  490. }
  491. #u1110 .text {
  492. position:absolute;
  493. align-self:flex-start;
  494. padding:3px 0px 3px 0px;
  495. box-sizing:border-box;
  496. width:100%;
  497. }
  498. #u1110_text {
  499. border-width:0px;
  500. word-wrap:break-word;
  501. text-transform:none;
  502. }
  503. #u1111_div {
  504. border-width:0px;
  505. position:absolute;
  506. left:0px;
  507. top:0px;
  508. width:328px;
  509. height:22px;
  510. background:inherit;
  511. background-color:rgba(255, 255, 255, 0);
  512. border:none;
  513. border-radius:0px;
  514. -moz-box-shadow:none;
  515. -webkit-box-shadow:none;
  516. box-shadow:none;
  517. line-height:22px;
  518. }
  519. #u1111 {
  520. border-width:0px;
  521. position:absolute;
  522. left:1230px;
  523. top:397px;
  524. width:328px;
  525. height:22px;
  526. display:flex;
  527. line-height:22px;
  528. }
  529. #u1111 .text {
  530. position:absolute;
  531. align-self:flex-start;
  532. padding:0px 0px 0px 0px;
  533. box-sizing:border-box;
  534. width:100%;
  535. }
  536. #u1111_text {
  537. border-width:0px;
  538. word-wrap:break-word;
  539. text-transform:none;
  540. }
  541. #u1112_img {
  542. border-width:0px;
  543. position:absolute;
  544. left:-10px;
  545. top:-8px;
  546. width:44px;
  547. height:44px;
  548. }
  549. #u1112 {
  550. border-width:0px;
  551. position:absolute;
  552. left:1196px;
  553. top:366px;
  554. width:24px;
  555. height:24px;
  556. display:flex;
  557. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  558. font-weight:700;
  559. font-style:normal;
  560. font-size:14px;
  561. color:#1E1E1E;
  562. }
  563. #u1112 .text {
  564. position:absolute;
  565. align-self:center;
  566. padding:2px 2px 2px 2px;
  567. box-sizing:border-box;
  568. width:100%;
  569. }
  570. #u1112_text {
  571. border-width:0px;
  572. word-wrap:break-word;
  573. text-transform:none;
  574. }
  575. #u1113_img {
  576. border-width:0px;
  577. position:absolute;
  578. left:0px;
  579. top:0px;
  580. width:363px;
  581. height:2px;
  582. }
  583. #u1113 {
  584. border-width:0px;
  585. position:absolute;
  586. left:1196px;
  587. top:345px;
  588. width:362px;
  589. height:1px;
  590. display:flex;
  591. }
  592. #u1113 .text {
  593. position:absolute;
  594. align-self:center;
  595. padding:2px 2px 2px 2px;
  596. box-sizing:border-box;
  597. width:100%;
  598. }
  599. #u1113_text {
  600. border-width:0px;
  601. word-wrap:break-word;
  602. text-transform:none;
  603. visibility:hidden;
  604. }
  605. #u1114_div {
  606. border-width:0px;
  607. position:absolute;
  608. left:0px;
  609. top:0px;
  610. width:85px;
  611. height:33px;
  612. background:inherit;
  613. background-color:rgba(255, 255, 255, 0);
  614. box-sizing:border-box;
  615. border-width:2px;
  616. border-style:solid;
  617. border-color:rgba(255, 199, 51, 1);
  618. border-radius:0px;
  619. -moz-box-shadow:none;
  620. -webkit-box-shadow:none;
  621. box-shadow:none;
  622. }
  623. #u1114 {
  624. border-width:0px;
  625. position:absolute;
  626. left:1047px;
  627. top:407px;
  628. width:85px;
  629. height:33px;
  630. display:flex;
  631. }
  632. #u1114 .text {
  633. position:absolute;
  634. align-self:center;
  635. padding:2px 2px 2px 2px;
  636. box-sizing:border-box;
  637. width:100%;
  638. }
  639. #u1114_text {
  640. border-width:0px;
  641. word-wrap:break-word;
  642. text-transform:none;
  643. visibility:hidden;
  644. }
  645. #u1115_img {
  646. border-width:0px;
  647. position:absolute;
  648. left:-10px;
  649. top:-8px;
  650. width:44px;
  651. height:44px;
  652. }
  653. #u1115 {
  654. border-width:0px;
  655. position:absolute;
  656. left:1028px;
  657. top:412px;
  658. width:24px;
  659. height:24px;
  660. display:flex;
  661. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  662. font-weight:700;
  663. font-style:normal;
  664. font-size:14px;
  665. color:#1E1E1E;
  666. }
  667. #u1115 .text {
  668. position:absolute;
  669. align-self:center;
  670. padding:2px 2px 2px 2px;
  671. box-sizing:border-box;
  672. width:100%;
  673. }
  674. #u1115_text {
  675. border-width:0px;
  676. word-wrap:break-word;
  677. text-transform:none;
  678. }
  679. #u1116_div {
  680. border-width:0px;
  681. position:absolute;
  682. left:0px;
  683. top:0px;
  684. width:24px;
  685. height:41px;
  686. background:inherit;
  687. background-color:rgba(255, 255, 255, 0);
  688. box-sizing:border-box;
  689. border-width:2px;
  690. border-style:solid;
  691. border-color:rgba(255, 199, 51, 1);
  692. border-radius:0px;
  693. -moz-box-shadow:none;
  694. -webkit-box-shadow:none;
  695. box-shadow:none;
  696. }
  697. #u1116 {
  698. border-width:0px;
  699. position:absolute;
  700. left:985px;
  701. top:472px;
  702. width:24px;
  703. height:41px;
  704. display:flex;
  705. }
  706. #u1116 .text {
  707. position:absolute;
  708. align-self:center;
  709. padding:2px 2px 2px 2px;
  710. box-sizing:border-box;
  711. width:100%;
  712. }
  713. #u1116_text {
  714. border-width:0px;
  715. word-wrap:break-word;
  716. text-transform:none;
  717. visibility:hidden;
  718. }
  719. #u1117_img {
  720. border-width:0px;
  721. position:absolute;
  722. left:-10px;
  723. top:-8px;
  724. width:44px;
  725. height:44px;
  726. }
  727. #u1117 {
  728. border-width:0px;
  729. position:absolute;
  730. left:975px;
  731. top:461px;
  732. width:24px;
  733. height:24px;
  734. display:flex;
  735. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  736. font-weight:700;
  737. font-style:normal;
  738. font-size:14px;
  739. color:#1E1E1E;
  740. }
  741. #u1117 .text {
  742. position:absolute;
  743. align-self:center;
  744. padding:2px 2px 2px 2px;
  745. box-sizing:border-box;
  746. width:100%;
  747. }
  748. #u1117_text {
  749. border-width:0px;
  750. word-wrap:break-word;
  751. text-transform:none;
  752. }
  753. #u1118 {
  754. border-width:0px;
  755. position:absolute;
  756. left:0px;
  757. top:0px;
  758. width:0px;
  759. height:0px;
  760. }
  761. #u1119_div {
  762. border-width:0px;
  763. position:absolute;
  764. left:0px;
  765. top:0px;
  766. width:328px;
  767. height:24px;
  768. background:inherit;
  769. background-color:rgba(255, 255, 255, 0);
  770. border:none;
  771. border-radius:0px;
  772. -moz-box-shadow:none;
  773. -webkit-box-shadow:none;
  774. box-shadow:none;
  775. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  776. font-weight:700;
  777. font-style:normal;
  778. font-size:16px;
  779. }
  780. #u1119 {
  781. border-width:0px;
  782. position:absolute;
  783. left:1230px;
  784. top:460px;
  785. width:328px;
  786. height:24px;
  787. display:flex;
  788. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  789. font-weight:700;
  790. font-style:normal;
  791. font-size:16px;
  792. }
  793. #u1119 .text {
  794. position:absolute;
  795. align-self:flex-start;
  796. padding:3px 0px 3px 0px;
  797. box-sizing:border-box;
  798. width:100%;
  799. }
  800. #u1119_text {
  801. border-width:0px;
  802. word-wrap:break-word;
  803. text-transform:none;
  804. }
  805. #u1120_div {
  806. border-width:0px;
  807. position:absolute;
  808. left:0px;
  809. top:0px;
  810. width:328px;
  811. height:22px;
  812. background:inherit;
  813. background-color:rgba(255, 255, 255, 0);
  814. border:none;
  815. border-radius:0px;
  816. -moz-box-shadow:none;
  817. -webkit-box-shadow:none;
  818. box-shadow:none;
  819. line-height:22px;
  820. }
  821. #u1120 {
  822. border-width:0px;
  823. position:absolute;
  824. left:1230px;
  825. top:491px;
  826. width:328px;
  827. height:22px;
  828. display:flex;
  829. line-height:22px;
  830. }
  831. #u1120 .text {
  832. position:absolute;
  833. align-self:flex-start;
  834. padding:0px 0px 0px 0px;
  835. box-sizing:border-box;
  836. width:100%;
  837. }
  838. #u1120_text {
  839. border-width:0px;
  840. word-wrap:break-word;
  841. text-transform:none;
  842. }
  843. #u1121_img {
  844. border-width:0px;
  845. position:absolute;
  846. left:-10px;
  847. top:-8px;
  848. width:44px;
  849. height:44px;
  850. }
  851. #u1121 {
  852. border-width:0px;
  853. position:absolute;
  854. left:1196px;
  855. top:460px;
  856. width:24px;
  857. height:24px;
  858. display:flex;
  859. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  860. font-weight:700;
  861. font-style:normal;
  862. font-size:14px;
  863. color:#1E1E1E;
  864. }
  865. #u1121 .text {
  866. position:absolute;
  867. align-self:center;
  868. padding:2px 2px 2px 2px;
  869. box-sizing:border-box;
  870. width:100%;
  871. }
  872. #u1121_text {
  873. border-width:0px;
  874. word-wrap:break-word;
  875. text-transform:none;
  876. }
  877. #u1122_img {
  878. border-width:0px;
  879. position:absolute;
  880. left:0px;
  881. top:0px;
  882. width:363px;
  883. height:2px;
  884. }
  885. #u1122 {
  886. border-width:0px;
  887. position:absolute;
  888. left:1196px;
  889. top:439px;
  890. width:362px;
  891. height:1px;
  892. display:flex;
  893. }
  894. #u1122 .text {
  895. position:absolute;
  896. align-self:center;
  897. padding:2px 2px 2px 2px;
  898. box-sizing:border-box;
  899. width:100%;
  900. }
  901. #u1122_text {
  902. border-width:0px;
  903. word-wrap:break-word;
  904. text-transform:none;
  905. visibility:hidden;
  906. }
  907. #u1123 {
  908. border-width:0px;
  909. position:absolute;
  910. left:0px;
  911. top:0px;
  912. width:0px;
  913. height:0px;
  914. }
  915. #u1124_div {
  916. border-width:0px;
  917. position:absolute;
  918. left:0px;
  919. top:0px;
  920. width:328px;
  921. height:24px;
  922. background:inherit;
  923. background-color:rgba(255, 255, 255, 0);
  924. border:none;
  925. border-radius:0px;
  926. -moz-box-shadow:none;
  927. -webkit-box-shadow:none;
  928. box-shadow:none;
  929. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  930. font-weight:700;
  931. font-style:normal;
  932. font-size:16px;
  933. }
  934. #u1124 {
  935. border-width:0px;
  936. position:absolute;
  937. left:1230px;
  938. top:554px;
  939. width:328px;
  940. height:24px;
  941. display:flex;
  942. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  943. font-weight:700;
  944. font-style:normal;
  945. font-size:16px;
  946. }
  947. #u1124 .text {
  948. position:absolute;
  949. align-self:flex-start;
  950. padding:3px 0px 3px 0px;
  951. box-sizing:border-box;
  952. width:100%;
  953. }
  954. #u1124_text {
  955. border-width:0px;
  956. word-wrap:break-word;
  957. text-transform:none;
  958. }
  959. #u1125_div {
  960. border-width:0px;
  961. position:absolute;
  962. left:0px;
  963. top:0px;
  964. width:328px;
  965. height:22px;
  966. background:inherit;
  967. background-color:rgba(255, 255, 255, 0);
  968. border:none;
  969. border-radius:0px;
  970. -moz-box-shadow:none;
  971. -webkit-box-shadow:none;
  972. box-shadow:none;
  973. line-height:22px;
  974. }
  975. #u1125 {
  976. border-width:0px;
  977. position:absolute;
  978. left:1230px;
  979. top:585px;
  980. width:328px;
  981. height:22px;
  982. display:flex;
  983. line-height:22px;
  984. }
  985. #u1125 .text {
  986. position:absolute;
  987. align-self:flex-start;
  988. padding:0px 0px 0px 0px;
  989. box-sizing:border-box;
  990. width:100%;
  991. }
  992. #u1125_text {
  993. border-width:0px;
  994. word-wrap:break-word;
  995. text-transform:none;
  996. }
  997. #u1126_img {
  998. border-width:0px;
  999. position:absolute;
  1000. left:-10px;
  1001. top:-8px;
  1002. width:44px;
  1003. height:44px;
  1004. }
  1005. #u1126 {
  1006. border-width:0px;
  1007. position:absolute;
  1008. left:1196px;
  1009. top:554px;
  1010. width:24px;
  1011. height:24px;
  1012. display:flex;
  1013. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1014. font-weight:700;
  1015. font-style:normal;
  1016. font-size:14px;
  1017. color:#1E1E1E;
  1018. }
  1019. #u1126 .text {
  1020. position:absolute;
  1021. align-self:center;
  1022. padding:2px 2px 2px 2px;
  1023. box-sizing:border-box;
  1024. width:100%;
  1025. }
  1026. #u1126_text {
  1027. border-width:0px;
  1028. word-wrap:break-word;
  1029. text-transform:none;
  1030. }
  1031. #u1127_img {
  1032. border-width:0px;
  1033. position:absolute;
  1034. left:0px;
  1035. top:0px;
  1036. width:363px;
  1037. height:2px;
  1038. }
  1039. #u1127 {
  1040. border-width:0px;
  1041. position:absolute;
  1042. left:1196px;
  1043. top:533px;
  1044. width:362px;
  1045. height:1px;
  1046. display:flex;
  1047. }
  1048. #u1127 .text {
  1049. position:absolute;
  1050. align-self:center;
  1051. padding:2px 2px 2px 2px;
  1052. box-sizing:border-box;
  1053. width:100%;
  1054. }
  1055. #u1127_text {
  1056. border-width:0px;
  1057. word-wrap:break-word;
  1058. text-transform:none;
  1059. visibility:hidden;
  1060. }
  1061. #u1128_div {
  1062. border-width:0px;
  1063. position:absolute;
  1064. left:0px;
  1065. top:0px;
  1066. width:24px;
  1067. height:41px;
  1068. background:inherit;
  1069. background-color:rgba(255, 255, 255, 0);
  1070. box-sizing:border-box;
  1071. border-width:2px;
  1072. border-style:solid;
  1073. border-color:rgba(255, 199, 51, 1);
  1074. border-radius:0px;
  1075. -moz-box-shadow:none;
  1076. -webkit-box-shadow:none;
  1077. box-shadow:none;
  1078. }
  1079. #u1128 {
  1080. border-width:0px;
  1081. position:absolute;
  1082. left:1007px;
  1083. top:472px;
  1084. width:24px;
  1085. height:41px;
  1086. display:flex;
  1087. }
  1088. #u1128 .text {
  1089. position:absolute;
  1090. align-self:center;
  1091. padding:2px 2px 2px 2px;
  1092. box-sizing:border-box;
  1093. width:100%;
  1094. }
  1095. #u1128_text {
  1096. border-width:0px;
  1097. word-wrap:break-word;
  1098. text-transform:none;
  1099. visibility:hidden;
  1100. }
  1101. #u1129_div {
  1102. border-width:0px;
  1103. position:absolute;
  1104. left:0px;
  1105. top:0px;
  1106. width:24px;
  1107. height:41px;
  1108. background:inherit;
  1109. background-color:rgba(255, 255, 255, 0);
  1110. box-sizing:border-box;
  1111. border-width:2px;
  1112. border-style:solid;
  1113. border-color:rgba(255, 199, 51, 1);
  1114. border-radius:0px;
  1115. -moz-box-shadow:none;
  1116. -webkit-box-shadow:none;
  1117. box-shadow:none;
  1118. }
  1119. #u1129 {
  1120. border-width:0px;
  1121. position:absolute;
  1122. left:1029px;
  1123. top:472px;
  1124. width:24px;
  1125. height:41px;
  1126. display:flex;
  1127. }
  1128. #u1129 .text {
  1129. position:absolute;
  1130. align-self:center;
  1131. padding:2px 2px 2px 2px;
  1132. box-sizing:border-box;
  1133. width:100%;
  1134. }
  1135. #u1129_text {
  1136. border-width:0px;
  1137. word-wrap:break-word;
  1138. text-transform:none;
  1139. visibility:hidden;
  1140. }
  1141. #u1130_img {
  1142. border-width:0px;
  1143. position:absolute;
  1144. left:-10px;
  1145. top:-8px;
  1146. width:44px;
  1147. height:44px;
  1148. }
  1149. #u1130 {
  1150. border-width:0px;
  1151. position:absolute;
  1152. left:1007px;
  1153. top:461px;
  1154. width:24px;
  1155. height:24px;
  1156. display:flex;
  1157. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1158. font-weight:700;
  1159. font-style:normal;
  1160. font-size:14px;
  1161. color:#1E1E1E;
  1162. }
  1163. #u1130 .text {
  1164. position:absolute;
  1165. align-self:center;
  1166. padding:2px 2px 2px 2px;
  1167. box-sizing:border-box;
  1168. width:100%;
  1169. }
  1170. #u1130_text {
  1171. border-width:0px;
  1172. word-wrap:break-word;
  1173. text-transform:none;
  1174. }
  1175. #u1131_img {
  1176. border-width:0px;
  1177. position:absolute;
  1178. left:-10px;
  1179. top:-8px;
  1180. width:44px;
  1181. height:44px;
  1182. }
  1183. #u1131 {
  1184. border-width:0px;
  1185. position:absolute;
  1186. left:1039px;
  1187. top:461px;
  1188. width:24px;
  1189. height:24px;
  1190. display:flex;
  1191. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1192. font-weight:700;
  1193. font-style:normal;
  1194. font-size:14px;
  1195. color:#1E1E1E;
  1196. }
  1197. #u1131 .text {
  1198. position:absolute;
  1199. align-self:center;
  1200. padding:2px 2px 2px 2px;
  1201. box-sizing:border-box;
  1202. width:100%;
  1203. }
  1204. #u1131_text {
  1205. border-width:0px;
  1206. word-wrap:break-word;
  1207. text-transform:none;
  1208. }
  1209. #u1132 {
  1210. border-width:0px;
  1211. position:absolute;
  1212. left:0px;
  1213. top:0px;
  1214. width:0px;
  1215. height:0px;
  1216. }
  1217. #u1133_div {
  1218. border-width:0px;
  1219. position:absolute;
  1220. left:0px;
  1221. top:0px;
  1222. width:328px;
  1223. height:24px;
  1224. background:inherit;
  1225. background-color:rgba(255, 255, 255, 0);
  1226. border:none;
  1227. border-radius:0px;
  1228. -moz-box-shadow:none;
  1229. -webkit-box-shadow:none;
  1230. box-shadow:none;
  1231. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1232. font-weight:700;
  1233. font-style:normal;
  1234. font-size:16px;
  1235. }
  1236. #u1133 {
  1237. border-width:0px;
  1238. position:absolute;
  1239. left:1230px;
  1240. top:648px;
  1241. width:328px;
  1242. height:24px;
  1243. display:flex;
  1244. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1245. font-weight:700;
  1246. font-style:normal;
  1247. font-size:16px;
  1248. }
  1249. #u1133 .text {
  1250. position:absolute;
  1251. align-self:flex-start;
  1252. padding:3px 0px 3px 0px;
  1253. box-sizing:border-box;
  1254. width:100%;
  1255. }
  1256. #u1133_text {
  1257. border-width:0px;
  1258. word-wrap:break-word;
  1259. text-transform:none;
  1260. }
  1261. #u1134_div {
  1262. border-width:0px;
  1263. position:absolute;
  1264. left:0px;
  1265. top:0px;
  1266. width:328px;
  1267. height:22px;
  1268. background:inherit;
  1269. background-color:rgba(255, 255, 255, 0);
  1270. border:none;
  1271. border-radius:0px;
  1272. -moz-box-shadow:none;
  1273. -webkit-box-shadow:none;
  1274. box-shadow:none;
  1275. line-height:22px;
  1276. }
  1277. #u1134 {
  1278. border-width:0px;
  1279. position:absolute;
  1280. left:1230px;
  1281. top:679px;
  1282. width:328px;
  1283. height:22px;
  1284. display:flex;
  1285. line-height:22px;
  1286. }
  1287. #u1134 .text {
  1288. position:absolute;
  1289. align-self:flex-start;
  1290. padding:0px 0px 0px 0px;
  1291. box-sizing:border-box;
  1292. width:100%;
  1293. }
  1294. #u1134_text {
  1295. border-width:0px;
  1296. word-wrap:break-word;
  1297. text-transform:none;
  1298. }
  1299. #u1135_img {
  1300. border-width:0px;
  1301. position:absolute;
  1302. left:-10px;
  1303. top:-8px;
  1304. width:44px;
  1305. height:44px;
  1306. }
  1307. #u1135 {
  1308. border-width:0px;
  1309. position:absolute;
  1310. left:1196px;
  1311. top:648px;
  1312. width:24px;
  1313. height:24px;
  1314. display:flex;
  1315. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1316. font-weight:700;
  1317. font-style:normal;
  1318. font-size:14px;
  1319. color:#1E1E1E;
  1320. }
  1321. #u1135 .text {
  1322. position:absolute;
  1323. align-self:center;
  1324. padding:2px 2px 2px 2px;
  1325. box-sizing:border-box;
  1326. width:100%;
  1327. }
  1328. #u1135_text {
  1329. border-width:0px;
  1330. word-wrap:break-word;
  1331. text-transform:none;
  1332. }
  1333. #u1136_img {
  1334. border-width:0px;
  1335. position:absolute;
  1336. left:0px;
  1337. top:0px;
  1338. width:363px;
  1339. height:2px;
  1340. }
  1341. #u1136 {
  1342. border-width:0px;
  1343. position:absolute;
  1344. left:1196px;
  1345. top:627px;
  1346. width:362px;
  1347. height:1px;
  1348. display:flex;
  1349. }
  1350. #u1136 .text {
  1351. position:absolute;
  1352. align-self:center;
  1353. padding:2px 2px 2px 2px;
  1354. box-sizing:border-box;
  1355. width:100%;
  1356. }
  1357. #u1136_text {
  1358. border-width:0px;
  1359. word-wrap:break-word;
  1360. text-transform:none;
  1361. visibility:hidden;
  1362. }