styles.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436
  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. #u714_img {
  20. border-width:0px;
  21. position:absolute;
  22. left:0px;
  23. top:0px;
  24. width:1155px;
  25. height:627px;
  26. }
  27. #u714 {
  28. border-width:0px;
  29. position:absolute;
  30. left:20px;
  31. top:226px;
  32. width:1155px;
  33. height:627px;
  34. display:flex;
  35. }
  36. #u714 .text {
  37. position:absolute;
  38. align-self:center;
  39. padding:2px 2px 2px 2px;
  40. box-sizing:border-box;
  41. width:100%;
  42. }
  43. #u714_text {
  44. border-width:0px;
  45. word-wrap:break-word;
  46. text-transform:none;
  47. visibility:hidden;
  48. }
  49. #u715_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. #u715 {
  68. border-width:0px;
  69. position:absolute;
  70. left:20px;
  71. top:179px;
  72. width:1538px;
  73. height:28px;
  74. display:flex;
  75. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  76. font-weight:700;
  77. font-style:normal;
  78. }
  79. #u715 .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. #u715_text {
  87. border-width:0px;
  88. word-wrap:break-word;
  89. text-transform:none;
  90. }
  91. #u716 {
  92. border-width:0px;
  93. position:absolute;
  94. left:0px;
  95. top:0px;
  96. width:0px;
  97. height:0px;
  98. }
  99. #u717_img {
  100. border-width:0px;
  101. position:absolute;
  102. left:0px;
  103. top:0px;
  104. width:8px;
  105. height:28px;
  106. }
  107. #u717 {
  108. border-width:0px;
  109. position:absolute;
  110. left:20px;
  111. top:29px;
  112. width:8px;
  113. height:28px;
  114. display:flex;
  115. }
  116. #u717 .text {
  117. position:absolute;
  118. align-self:center;
  119. padding:2px 2px 2px 2px;
  120. box-sizing:border-box;
  121. width:100%;
  122. }
  123. #u717_text {
  124. border-width:0px;
  125. word-wrap:break-word;
  126. text-transform:none;
  127. visibility:hidden;
  128. }
  129. #u718_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. #u718 {
  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. #u718 .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. #u718_text {
  167. border-width:0px;
  168. white-space:nowrap;
  169. text-transform:none;
  170. }
  171. #u719_div {
  172. border-width:0px;
  173. position:absolute;
  174. left:0px;
  175. top:0px;
  176. width:137px;
  177. height:43px;
  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. #u719 {
  190. border-width:0px;
  191. position:absolute;
  192. left:852px;
  193. top:572px;
  194. width:137px;
  195. height:43px;
  196. display:flex;
  197. }
  198. #u719 .text {
  199. position:absolute;
  200. align-self:center;
  201. padding:2px 2px 2px 2px;
  202. box-sizing:border-box;
  203. width:100%;
  204. }
  205. #u719_text {
  206. border-width:0px;
  207. word-wrap:break-word;
  208. text-transform:none;
  209. visibility:hidden;
  210. }
  211. #u720_img {
  212. border-width:0px;
  213. position:absolute;
  214. left:-10px;
  215. top:-8px;
  216. width:44px;
  217. height:44px;
  218. }
  219. #u720 {
  220. border-width:0px;
  221. position:absolute;
  222. left:909px;
  223. top:560px;
  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. #u720 .text {
  234. position:absolute;
  235. align-self:center;
  236. padding:2px 2px 2px 2px;
  237. box-sizing:border-box;
  238. width:100%;
  239. }
  240. #u720_text {
  241. border-width:0px;
  242. word-wrap:break-word;
  243. text-transform:none;
  244. }
  245. #u721_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. #u721 {
  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. #u721 .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. #u721_text {
  283. border-width:0px;
  284. word-wrap:break-word;
  285. text-transform:none;
  286. }
  287. #u722_div {
  288. border-width:0px;
  289. position:absolute;
  290. left:0px;
  291. top:0px;
  292. width:1156px;
  293. height:24px;
  294. background:inherit;
  295. background-color:rgba(255, 255, 255, 0);
  296. border:none;
  297. border-radius:0px;
  298. -moz-box-shadow:none;
  299. -webkit-box-shadow:none;
  300. box-shadow:none;
  301. font-size:14px;
  302. line-height:24px;
  303. }
  304. #u722 {
  305. border-width:0px;
  306. position:absolute;
  307. left:20px;
  308. top:125px;
  309. width:1156px;
  310. height:24px;
  311. display:flex;
  312. font-size:14px;
  313. line-height:24px;
  314. }
  315. #u722 .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. #u722_text {
  323. border-width:0px;
  324. word-wrap:break-word;
  325. text-transform:none;
  326. }
  327. #u723 {
  328. border-width:0px;
  329. position:absolute;
  330. left:0px;
  331. top:0px;
  332. width:0px;
  333. height:0px;
  334. }
  335. #u724_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. #u724 {
  355. border-width:0px;
  356. position:absolute;
  357. left:1230px;
  358. top:471px;
  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. #u724 .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. #u724_text {
  375. border-width:0px;
  376. word-wrap:break-word;
  377. text-transform:none;
  378. }
  379. #u725_div {
  380. border-width:0px;
  381. position:absolute;
  382. left:0px;
  383. top:0px;
  384. width:328px;
  385. height:22px;
  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. #u725 {
  396. border-width:0px;
  397. position:absolute;
  398. left:1230px;
  399. top:502px;
  400. width:328px;
  401. height:22px;
  402. display:flex;
  403. line-height:22px;
  404. }
  405. #u725 .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. #u725_text {
  413. border-width:0px;
  414. word-wrap:break-word;
  415. text-transform:none;
  416. }
  417. #u726_img {
  418. border-width:0px;
  419. position:absolute;
  420. left:-10px;
  421. top:-8px;
  422. width:44px;
  423. height:44px;
  424. }
  425. #u726 {
  426. border-width:0px;
  427. position:absolute;
  428. left:1196px;
  429. top:471px;
  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. #u726 .text {
  440. position:absolute;
  441. align-self:center;
  442. padding:2px 2px 2px 2px;
  443. box-sizing:border-box;
  444. width:100%;
  445. }
  446. #u726_text {
  447. border-width:0px;
  448. word-wrap:break-word;
  449. text-transform:none;
  450. }
  451. #u727_img {
  452. border-width:0px;
  453. position:absolute;
  454. left:0px;
  455. top:0px;
  456. width:363px;
  457. height:2px;
  458. }
  459. #u727 {
  460. border-width:0px;
  461. position:absolute;
  462. left:1196px;
  463. top:450px;
  464. width:362px;
  465. height:1px;
  466. display:flex;
  467. }
  468. #u727 .text {
  469. position:absolute;
  470. align-self:center;
  471. padding:2px 2px 2px 2px;
  472. box-sizing:border-box;
  473. width:100%;
  474. }
  475. #u727_text {
  476. border-width:0px;
  477. word-wrap:break-word;
  478. text-transform:none;
  479. visibility:hidden;
  480. }
  481. #u728 {
  482. border-width:0px;
  483. position:absolute;
  484. left:0px;
  485. top:0px;
  486. width:0px;
  487. height:0px;
  488. }
  489. #u729_div {
  490. border-width:0px;
  491. position:absolute;
  492. left:0px;
  493. top:0px;
  494. width:328px;
  495. height:24px;
  496. background:inherit;
  497. background-color:rgba(255, 255, 255, 0);
  498. border:none;
  499. border-radius:0px;
  500. -moz-box-shadow:none;
  501. -webkit-box-shadow:none;
  502. box-shadow:none;
  503. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  504. font-weight:700;
  505. font-style:normal;
  506. font-size:16px;
  507. }
  508. #u729 {
  509. border-width:0px;
  510. position:absolute;
  511. left:1230px;
  512. top:226px;
  513. width:328px;
  514. height:24px;
  515. display:flex;
  516. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  517. font-weight:700;
  518. font-style:normal;
  519. font-size:16px;
  520. }
  521. #u729 .text {
  522. position:absolute;
  523. align-self:flex-start;
  524. padding:3px 0px 3px 0px;
  525. box-sizing:border-box;
  526. width:100%;
  527. }
  528. #u729_text {
  529. border-width:0px;
  530. word-wrap:break-word;
  531. text-transform:none;
  532. }
  533. #u730_div {
  534. border-width:0px;
  535. position:absolute;
  536. left:0px;
  537. top:0px;
  538. width:328px;
  539. height:22px;
  540. background:inherit;
  541. background-color:rgba(255, 255, 255, 0);
  542. border:none;
  543. border-radius:0px;
  544. -moz-box-shadow:none;
  545. -webkit-box-shadow:none;
  546. box-shadow:none;
  547. line-height:22px;
  548. }
  549. #u730 {
  550. border-width:0px;
  551. position:absolute;
  552. left:1230px;
  553. top:257px;
  554. width:328px;
  555. height:22px;
  556. display:flex;
  557. line-height:22px;
  558. }
  559. #u730 .text {
  560. position:absolute;
  561. align-self:flex-start;
  562. padding:0px 0px 0px 0px;
  563. box-sizing:border-box;
  564. width:100%;
  565. }
  566. #u730_text {
  567. border-width:0px;
  568. word-wrap:break-word;
  569. text-transform:none;
  570. }
  571. #u731_img {
  572. border-width:0px;
  573. position:absolute;
  574. left:-10px;
  575. top:-8px;
  576. width:44px;
  577. height:44px;
  578. }
  579. #u731 {
  580. border-width:0px;
  581. position:absolute;
  582. left:1196px;
  583. top:226px;
  584. width:24px;
  585. height:24px;
  586. display:flex;
  587. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  588. font-weight:700;
  589. font-style:normal;
  590. font-size:14px;
  591. color:#1E1E1E;
  592. }
  593. #u731 .text {
  594. position:absolute;
  595. align-self:center;
  596. padding:2px 2px 2px 2px;
  597. box-sizing:border-box;
  598. width:100%;
  599. }
  600. #u731_text {
  601. border-width:0px;
  602. word-wrap:break-word;
  603. text-transform:none;
  604. }
  605. #u732_div {
  606. border-width:0px;
  607. position:absolute;
  608. left:0px;
  609. top:0px;
  610. width:44px;
  611. height:43px;
  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. #u732 {
  624. border-width:0px;
  625. position:absolute;
  626. left:993px;
  627. top:497px;
  628. width:44px;
  629. height:43px;
  630. display:flex;
  631. }
  632. #u732 .text {
  633. position:absolute;
  634. align-self:center;
  635. padding:2px 2px 2px 2px;
  636. box-sizing:border-box;
  637. width:100%;
  638. }
  639. #u732_text {
  640. border-width:0px;
  641. word-wrap:break-word;
  642. text-transform:none;
  643. visibility:hidden;
  644. }
  645. #u733_img {
  646. border-width:0px;
  647. position:absolute;
  648. left:-10px;
  649. top:-8px;
  650. width:44px;
  651. height:44px;
  652. }
  653. #u733 {
  654. border-width:0px;
  655. position:absolute;
  656. left:1003px;
  657. top:485px;
  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. #u733 .text {
  668. position:absolute;
  669. align-self:center;
  670. padding:2px 2px 2px 2px;
  671. box-sizing:border-box;
  672. width:100%;
  673. }
  674. #u733_text {
  675. border-width:0px;
  676. word-wrap:break-word;
  677. text-transform:none;
  678. }
  679. #u734 {
  680. border-width:0px;
  681. position:absolute;
  682. left:0px;
  683. top:0px;
  684. width:0px;
  685. height:0px;
  686. }
  687. #u735_img {
  688. border-width:0px;
  689. position:absolute;
  690. left:0px;
  691. top:0px;
  692. width:363px;
  693. height:2px;
  694. }
  695. #u735 {
  696. border-width:0px;
  697. position:absolute;
  698. left:1196px;
  699. top:299px;
  700. width:362px;
  701. height:1px;
  702. display:flex;
  703. }
  704. #u735 .text {
  705. position:absolute;
  706. align-self:center;
  707. padding:2px 2px 2px 2px;
  708. box-sizing:border-box;
  709. width:100%;
  710. }
  711. #u735_text {
  712. border-width:0px;
  713. word-wrap:break-word;
  714. text-transform:none;
  715. visibility:hidden;
  716. }
  717. #u736_div {
  718. border-width:0px;
  719. position:absolute;
  720. left:0px;
  721. top:0px;
  722. width:328px;
  723. height:24px;
  724. background:inherit;
  725. background-color:rgba(255, 255, 255, 0);
  726. border:none;
  727. border-radius:0px;
  728. -moz-box-shadow:none;
  729. -webkit-box-shadow:none;
  730. box-shadow:none;
  731. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  732. font-weight:700;
  733. font-style:normal;
  734. font-size:16px;
  735. }
  736. #u736 {
  737. border-width:0px;
  738. position:absolute;
  739. left:1230px;
  740. top:320px;
  741. width:328px;
  742. height:24px;
  743. display:flex;
  744. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  745. font-weight:700;
  746. font-style:normal;
  747. font-size:16px;
  748. }
  749. #u736 .text {
  750. position:absolute;
  751. align-self:flex-start;
  752. padding:3px 0px 3px 0px;
  753. box-sizing:border-box;
  754. width:100%;
  755. }
  756. #u736_text {
  757. border-width:0px;
  758. word-wrap:break-word;
  759. text-transform:none;
  760. }
  761. #u737_div {
  762. border-width:0px;
  763. position:absolute;
  764. left:0px;
  765. top:0px;
  766. width:303px;
  767. height:72px;
  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. line-height:24px;
  776. }
  777. #u737 {
  778. border-width:0px;
  779. position:absolute;
  780. left:1255px;
  781. top:351px;
  782. width:303px;
  783. height:72px;
  784. display:flex;
  785. line-height:24px;
  786. }
  787. #u737 .text {
  788. position:absolute;
  789. align-self:flex-start;
  790. padding:0px 0px 0px 0px;
  791. box-sizing:border-box;
  792. width:100%;
  793. }
  794. #u737_text {
  795. border-width:0px;
  796. word-wrap:break-word;
  797. text-transform:none;
  798. }
  799. #u738_img {
  800. border-width:0px;
  801. position:absolute;
  802. left:-10px;
  803. top:-8px;
  804. width:44px;
  805. height:44px;
  806. }
  807. #u738 {
  808. border-width:0px;
  809. position:absolute;
  810. left:1196px;
  811. top:320px;
  812. width:24px;
  813. height:24px;
  814. display:flex;
  815. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  816. font-weight:700;
  817. font-style:normal;
  818. font-size:14px;
  819. color:#1E1E1E;
  820. }
  821. #u738 .text {
  822. position:absolute;
  823. align-self:center;
  824. padding:2px 2px 2px 2px;
  825. box-sizing:border-box;
  826. width:100%;
  827. }
  828. #u738_text {
  829. border-width:0px;
  830. word-wrap:break-word;
  831. text-transform:none;
  832. }
  833. #u739_div {
  834. border-width:0px;
  835. position:absolute;
  836. left:0px;
  837. top:0px;
  838. width:25px;
  839. height:72px;
  840. background:inherit;
  841. background-color:rgba(255, 255, 255, 0);
  842. border:none;
  843. border-radius:0px;
  844. -moz-box-shadow:none;
  845. -webkit-box-shadow:none;
  846. box-shadow:none;
  847. line-height:24px;
  848. }
  849. #u739 {
  850. border-width:0px;
  851. position:absolute;
  852. left:1230px;
  853. top:351px;
  854. width:25px;
  855. height:72px;
  856. display:flex;
  857. line-height:24px;
  858. }
  859. #u739 .text {
  860. position:absolute;
  861. align-self:flex-start;
  862. padding:0px 0px 0px 0px;
  863. box-sizing:border-box;
  864. width:100%;
  865. }
  866. #u739_text {
  867. border-width:0px;
  868. word-wrap:break-word;
  869. text-transform:none;
  870. }
  871. #u740_div {
  872. border-width:0px;
  873. position:absolute;
  874. left:0px;
  875. top:0px;
  876. width:83px;
  877. height:43px;
  878. background:inherit;
  879. background-color:rgba(255, 255, 255, 0);
  880. box-sizing:border-box;
  881. border-width:2px;
  882. border-style:solid;
  883. border-color:rgba(255, 199, 51, 1);
  884. border-radius:0px;
  885. -moz-box-shadow:none;
  886. -webkit-box-shadow:none;
  887. box-shadow:none;
  888. }
  889. #u740 {
  890. border-width:0px;
  891. position:absolute;
  892. left:248px;
  893. top:424px;
  894. width:83px;
  895. height:43px;
  896. display:flex;
  897. }
  898. #u740 .text {
  899. position:absolute;
  900. align-self:center;
  901. padding:2px 2px 2px 2px;
  902. box-sizing:border-box;
  903. width:100%;
  904. }
  905. #u740_text {
  906. border-width:0px;
  907. word-wrap:break-word;
  908. text-transform:none;
  909. visibility:hidden;
  910. }
  911. #u741_img {
  912. border-width:0px;
  913. position:absolute;
  914. left:-10px;
  915. top:-8px;
  916. width:44px;
  917. height:44px;
  918. }
  919. #u741 {
  920. border-width:0px;
  921. position:absolute;
  922. left:278px;
  923. top:412px;
  924. width:24px;
  925. height:24px;
  926. display:flex;
  927. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  928. font-weight:700;
  929. font-style:normal;
  930. font-size:14px;
  931. color:#1E1E1E;
  932. }
  933. #u741 .text {
  934. position:absolute;
  935. align-self:center;
  936. padding:2px 2px 2px 2px;
  937. box-sizing:border-box;
  938. width:100%;
  939. }
  940. #u741_text {
  941. border-width:0px;
  942. word-wrap:break-word;
  943. text-transform:none;
  944. }
  945. #u742 {
  946. border-width:0px;
  947. position:absolute;
  948. left:0px;
  949. top:0px;
  950. width:0px;
  951. height:0px;
  952. }
  953. #u743_img {
  954. border-width:0px;
  955. position:absolute;
  956. left:0px;
  957. top:0px;
  958. width:363px;
  959. height:2px;
  960. }
  961. #u743 {
  962. border-width:0px;
  963. position:absolute;
  964. left:1196px;
  965. top:572px;
  966. width:362px;
  967. height:1px;
  968. display:flex;
  969. }
  970. #u743 .text {
  971. position:absolute;
  972. align-self:center;
  973. padding:2px 2px 2px 2px;
  974. box-sizing:border-box;
  975. width:100%;
  976. }
  977. #u743_text {
  978. border-width:0px;
  979. word-wrap:break-word;
  980. text-transform:none;
  981. visibility:hidden;
  982. }
  983. #u744_div {
  984. border-width:0px;
  985. position:absolute;
  986. left:0px;
  987. top:0px;
  988. width:328px;
  989. height:24px;
  990. background:inherit;
  991. background-color:rgba(255, 255, 255, 0);
  992. border:none;
  993. border-radius:0px;
  994. -moz-box-shadow:none;
  995. -webkit-box-shadow:none;
  996. box-shadow:none;
  997. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  998. font-weight:700;
  999. font-style:normal;
  1000. font-size:16px;
  1001. color:#14928A;
  1002. }
  1003. #u744 {
  1004. border-width:0px;
  1005. position:absolute;
  1006. left:1230px;
  1007. top:593px;
  1008. width:328px;
  1009. height:24px;
  1010. display:flex;
  1011. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1012. font-weight:700;
  1013. font-style:normal;
  1014. font-size:16px;
  1015. color:#14928A;
  1016. }
  1017. #u744 .text {
  1018. position:absolute;
  1019. align-self:flex-start;
  1020. padding:3px 0px 3px 0px;
  1021. box-sizing:border-box;
  1022. width:100%;
  1023. }
  1024. #u744_text {
  1025. border-width:0px;
  1026. word-wrap:break-word;
  1027. text-transform:none;
  1028. }
  1029. #u745_div {
  1030. border-width:0px;
  1031. position:absolute;
  1032. left:0px;
  1033. top:0px;
  1034. width:303px;
  1035. height:96px;
  1036. background:inherit;
  1037. background-color:rgba(255, 255, 255, 0);
  1038. border:none;
  1039. border-radius:0px;
  1040. -moz-box-shadow:none;
  1041. -webkit-box-shadow:none;
  1042. box-shadow:none;
  1043. line-height:24px;
  1044. }
  1045. #u745 {
  1046. border-width:0px;
  1047. position:absolute;
  1048. left:1255px;
  1049. top:624px;
  1050. width:303px;
  1051. height:96px;
  1052. display:flex;
  1053. line-height:24px;
  1054. }
  1055. #u745 .text {
  1056. position:absolute;
  1057. align-self:flex-start;
  1058. padding:0px 0px 0px 0px;
  1059. box-sizing:border-box;
  1060. width:100%;
  1061. }
  1062. #u745_text {
  1063. border-width:0px;
  1064. word-wrap:break-word;
  1065. text-transform:none;
  1066. }
  1067. #u746_img {
  1068. border-width:0px;
  1069. position:absolute;
  1070. left:-10px;
  1071. top:-8px;
  1072. width:44px;
  1073. height:44px;
  1074. }
  1075. #u746 {
  1076. border-width:0px;
  1077. position:absolute;
  1078. left:1196px;
  1079. top:593px;
  1080. width:24px;
  1081. height:24px;
  1082. display:flex;
  1083. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1084. font-weight:700;
  1085. font-style:normal;
  1086. font-size:14px;
  1087. color:#1E1E1E;
  1088. }
  1089. #u746 .text {
  1090. position:absolute;
  1091. align-self:center;
  1092. padding:2px 2px 2px 2px;
  1093. box-sizing:border-box;
  1094. width:100%;
  1095. }
  1096. #u746_text {
  1097. border-width:0px;
  1098. word-wrap:break-word;
  1099. text-transform:none;
  1100. }
  1101. #u747_div {
  1102. border-width:0px;
  1103. position:absolute;
  1104. left:0px;
  1105. top:0px;
  1106. width:25px;
  1107. height:96px;
  1108. background:inherit;
  1109. background-color:rgba(255, 255, 255, 0);
  1110. border:none;
  1111. border-radius:0px;
  1112. -moz-box-shadow:none;
  1113. -webkit-box-shadow:none;
  1114. box-shadow:none;
  1115. line-height:24px;
  1116. }
  1117. #u747 {
  1118. border-width:0px;
  1119. position:absolute;
  1120. left:1230px;
  1121. top:624px;
  1122. width:25px;
  1123. height:96px;
  1124. display:flex;
  1125. line-height:24px;
  1126. }
  1127. #u747 .text {
  1128. position:absolute;
  1129. align-self:flex-start;
  1130. padding:0px 0px 0px 0px;
  1131. box-sizing:border-box;
  1132. width:100%;
  1133. }
  1134. #u747_text {
  1135. border-width:0px;
  1136. word-wrap:break-word;
  1137. text-transform:none;
  1138. }
  1139. #u748_img {
  1140. border-width:0px;
  1141. position:absolute;
  1142. left:0px;
  1143. top:0px;
  1144. width:15px;
  1145. height:15px;
  1146. }
  1147. #u748 {
  1148. border-width:0px;
  1149. position:absolute;
  1150. left:323px;
  1151. top:329px;
  1152. width:15px;
  1153. height:15px;
  1154. display:flex;
  1155. }
  1156. #u748 .text {
  1157. position:absolute;
  1158. align-self:center;
  1159. padding:2px 2px 2px 2px;
  1160. box-sizing:border-box;
  1161. width:100%;
  1162. }
  1163. #u748_text {
  1164. border-width:0px;
  1165. word-wrap:break-word;
  1166. text-transform:none;
  1167. visibility:hidden;
  1168. }
  1169. #u749 {
  1170. border-width:0px;
  1171. position:absolute;
  1172. left:0px;
  1173. top:0px;
  1174. width:0px;
  1175. height:0px;
  1176. }
  1177. #u750_div {
  1178. border-width:0px;
  1179. position:absolute;
  1180. left:0px;
  1181. top:0px;
  1182. width:328px;
  1183. height:24px;
  1184. background:inherit;
  1185. background-color:rgba(255, 255, 255, 0);
  1186. border:none;
  1187. border-radius:0px;
  1188. -moz-box-shadow:none;
  1189. -webkit-box-shadow:none;
  1190. box-shadow:none;
  1191. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1192. font-weight:700;
  1193. font-style:normal;
  1194. font-size:16px;
  1195. color:#14928A;
  1196. }
  1197. #u750 {
  1198. border-width:0px;
  1199. position:absolute;
  1200. left:1230px;
  1201. top:761px;
  1202. width:328px;
  1203. height:24px;
  1204. display:flex;
  1205. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1206. font-weight:700;
  1207. font-style:normal;
  1208. font-size:16px;
  1209. color:#14928A;
  1210. }
  1211. #u750 .text {
  1212. position:absolute;
  1213. align-self:flex-start;
  1214. padding:3px 0px 3px 0px;
  1215. box-sizing:border-box;
  1216. width:100%;
  1217. }
  1218. #u750_text {
  1219. border-width:0px;
  1220. word-wrap:break-word;
  1221. text-transform:none;
  1222. }
  1223. #u751_img {
  1224. border-width:0px;
  1225. position:absolute;
  1226. left:-10px;
  1227. top:-8px;
  1228. width:44px;
  1229. height:44px;
  1230. }
  1231. #u751 {
  1232. border-width:0px;
  1233. position:absolute;
  1234. left:1196px;
  1235. top:761px;
  1236. width:24px;
  1237. height:24px;
  1238. display:flex;
  1239. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1240. font-weight:700;
  1241. font-style:normal;
  1242. font-size:14px;
  1243. color:#1E1E1E;
  1244. }
  1245. #u751 .text {
  1246. position:absolute;
  1247. align-self:center;
  1248. padding:2px 2px 2px 2px;
  1249. box-sizing:border-box;
  1250. width:100%;
  1251. }
  1252. #u751_text {
  1253. border-width:0px;
  1254. word-wrap:break-word;
  1255. text-transform:none;
  1256. }
  1257. #u752_img {
  1258. border-width:0px;
  1259. position:absolute;
  1260. left:0px;
  1261. top:0px;
  1262. width:363px;
  1263. height:2px;
  1264. }
  1265. #u752 {
  1266. border-width:0px;
  1267. position:absolute;
  1268. left:1196px;
  1269. top:740px;
  1270. width:362px;
  1271. height:1px;
  1272. display:flex;
  1273. }
  1274. #u752 .text {
  1275. position:absolute;
  1276. align-self:center;
  1277. padding:2px 2px 2px 2px;
  1278. box-sizing:border-box;
  1279. width:100%;
  1280. }
  1281. #u752_text {
  1282. border-width:0px;
  1283. word-wrap:break-word;
  1284. text-transform:none;
  1285. visibility:hidden;
  1286. }
  1287. #u753_div {
  1288. border-width:0px;
  1289. position:absolute;
  1290. left:0px;
  1291. top:0px;
  1292. width:303px;
  1293. height:24px;
  1294. background:inherit;
  1295. background-color:rgba(255, 255, 255, 0);
  1296. border:none;
  1297. border-radius:0px;
  1298. -moz-box-shadow:none;
  1299. -webkit-box-shadow:none;
  1300. box-shadow:none;
  1301. line-height:24px;
  1302. }
  1303. #u753 {
  1304. border-width:0px;
  1305. position:absolute;
  1306. left:1255px;
  1307. top:792px;
  1308. width:303px;
  1309. height:24px;
  1310. display:flex;
  1311. line-height:24px;
  1312. }
  1313. #u753 .text {
  1314. position:absolute;
  1315. align-self:flex-start;
  1316. padding:0px 0px 0px 0px;
  1317. box-sizing:border-box;
  1318. width:100%;
  1319. }
  1320. #u753_text {
  1321. border-width:0px;
  1322. word-wrap:break-word;
  1323. text-transform:none;
  1324. }
  1325. #u754_div {
  1326. border-width:0px;
  1327. position:absolute;
  1328. left:0px;
  1329. top:0px;
  1330. width:25px;
  1331. height:24px;
  1332. background:inherit;
  1333. background-color:rgba(255, 255, 255, 0);
  1334. border:none;
  1335. border-radius:0px;
  1336. -moz-box-shadow:none;
  1337. -webkit-box-shadow:none;
  1338. box-shadow:none;
  1339. line-height:24px;
  1340. }
  1341. #u754 {
  1342. border-width:0px;
  1343. position:absolute;
  1344. left:1230px;
  1345. top:792px;
  1346. width:25px;
  1347. height:24px;
  1348. display:flex;
  1349. line-height:24px;
  1350. }
  1351. #u754 .text {
  1352. position:absolute;
  1353. align-self:flex-start;
  1354. padding:0px 0px 0px 0px;
  1355. box-sizing:border-box;
  1356. width:100%;
  1357. }
  1358. #u754_text {
  1359. border-width:0px;
  1360. word-wrap:break-word;
  1361. text-transform:none;
  1362. }
  1363. #u755_div {
  1364. border-width:0px;
  1365. position:absolute;
  1366. left:0px;
  1367. top:0px;
  1368. width:141px;
  1369. height:35px;
  1370. background:inherit;
  1371. background-color:rgba(255, 255, 255, 0);
  1372. box-sizing:border-box;
  1373. border-width:2px;
  1374. border-style:solid;
  1375. border-color:rgba(255, 199, 51, 1);
  1376. border-radius:0px;
  1377. -moz-box-shadow:none;
  1378. -webkit-box-shadow:none;
  1379. box-shadow:none;
  1380. }
  1381. #u755 {
  1382. border-width:0px;
  1383. position:absolute;
  1384. left:219px;
  1385. top:319px;
  1386. width:141px;
  1387. height:35px;
  1388. display:flex;
  1389. }
  1390. #u755 .text {
  1391. position:absolute;
  1392. align-self:center;
  1393. padding:2px 2px 2px 2px;
  1394. box-sizing:border-box;
  1395. width:100%;
  1396. }
  1397. #u755_text {
  1398. border-width:0px;
  1399. word-wrap:break-word;
  1400. text-transform:none;
  1401. visibility:hidden;
  1402. }
  1403. #u756_img {
  1404. border-width:0px;
  1405. position:absolute;
  1406. left:-10px;
  1407. top:-8px;
  1408. width:44px;
  1409. height:44px;
  1410. }
  1411. #u756 {
  1412. border-width:0px;
  1413. position:absolute;
  1414. left:350px;
  1415. top:325px;
  1416. width:24px;
  1417. height:24px;
  1418. display:flex;
  1419. font-family:'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
  1420. font-weight:700;
  1421. font-style:normal;
  1422. font-size:14px;
  1423. color:#1E1E1E;
  1424. }
  1425. #u756 .text {
  1426. position:absolute;
  1427. align-self:center;
  1428. padding:2px 2px 2px 2px;
  1429. box-sizing:border-box;
  1430. width:100%;
  1431. }
  1432. #u756_text {
  1433. border-width:0px;
  1434. word-wrap:break-word;
  1435. text-transform:none;
  1436. }