styles.css 24 KB

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