Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.23 KB | None | 0 0
  1. /*style append*/
  2. styleAppend: function(z) {
  3. var d, e, t, w, f, s, i, q, n, k, j, h, x, y;
  4. x = window.innerWidth; /*window size*/
  5. if (z.c == null || z.m == null || z.g == null) {
  6. return;
  7. }
  8. c = JSON.parse(z.c);
  9.  
  10. d = '';
  11. s = '';
  12. t = '';
  13. w = '';
  14. i = 99;
  15. f = 51; /*font count*/
  16. q = 20; /*columns size*/
  17. for (n in c) {
  18. for (k in c[n]) {
  19. i++;
  20. d = d.concat('.r', i, ',r', i, ' a{color:#', c[n][k], '}.b', i, ',.b', i, ' a{background-color:#', c[n][k], '}');
  21. }
  22. }
  23. for (j = 1; j < f; j++) {
  24. s = s + '.s'.concat(j, '{font-size:', (j * window.e), 'px}');
  25. } /*font-size*/
  26. for (i = 1; i <= q; i++) {
  27. t = t + '.' + window.y + i + ','; /*width calc*/
  28. w = w + '.' + window.y + i + '{width:' + (100 / (q + 1 - i)) + '%}';
  29. if (i == q) {
  30. t = t.substr(0, t.length - 1);
  31. h = '.ro{margin:0;padding:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:inline-block;}'.concat(t, '{float:left;position:relative;min-height:1px}', w, s, z.g, z.m, d); /*assembled css*/
  32. break;
  33. }
  34. }
  35. s = document.createElement('style'); /*create style tag*/
  36. t = document.createTextNode(h); /*create style text*/
  37. s.appendChild(t); /*append text to tag*/
  38. document.body.appendChild(s); /*append style to body*/
  39. }
  40.  
  41. getCSS: function(z) {
  42. var w, y, e, ar, x = [];
  43. Object.keys(z).forEach(function(a, b, c) {
  44. window[a] = null;
  45. x[a] = new XMLHttpRequest();
  46. if (a == 'm') {
  47. w = window.innerWidth; /*window size*/
  48. switch (true) {
  49. case (w < 200):
  50. window.y = 'tiny';
  51. window.e = 0.8; /*tiny*/
  52. break;
  53. case (w >= 200 && w <= 360):
  54. window.y = 'very-small';
  55. window.e = 0.9; /*x small*/
  56. break;
  57. case (w > 360 && w <= 480):
  58. window.y = 'small';
  59. window.e = 1; /*small*/
  60. break;
  61. case (w > 480 && w <= 768):
  62. window.y = 'medium';
  63. window.e = 1.1; /*medium*/
  64. break;
  65. case (w > 768 && w <= 1280):
  66. window.y = 'large';
  67. window.e = 1.3; /*large*/
  68. break;
  69. case (w > 1280 && w <= 1920):
  70. window.y = 'very-large';
  71. window.e = 1.6; /*x large*/
  72. break;
  73. case (w > 1920):
  74. window.y = 'largest';
  75. window.e = 1.9; /*xx large*/
  76. break;
  77. default:
  78. window.y = 'large';
  79. window.e = 1.2; /*default size */
  80. break;
  81. }
  82. url = window.location.origin.concat('/', z[a.toString()], window.y, '.txt');
  83.  
  84. } else {
  85. url = window.location.origin.concat('/', z[a.toString()]);
  86. }
  87. x[a].open("GET", url, true);
  88.  
  89. x[a].onreadystatechange = function() {
  90. if (x[a].readyState === 4) {
  91. if (x[a].status === 200 || x[a].status == 0) {
  92. window[a] = x[a].responseText;
  93. if (
  94. z.g === 'dir/styles/z-css-031019-1000.txt' &&
  95. z.m === 'dir/styles/css-' &&
  96. z.c === 'dir/styles/color-hex.txt'
  97. ) {
  98. J.styleAppend({
  99. g: window['g'],
  100. m: window['m'],
  101. c: window['c']
  102. }); // style and color
  103. }
  104. }
  105. }
  106. }
  107. x[a].send();
  108. });
  109. }
  110.  
  111. [
  112. ["FFFFFF", "F8F8FF", "F7F7F7", "F0F0F0", "F2F2F2", "EDEDED", "EBEBEB", "E5E5E5", "E3E3E3", "E0E0E0"],
  113. ["858585", "666666", "545454", "4D4D4D", "474747", "363636", "333333", "222222", "1C1C1C", "050505"],
  114. ["EEEE00", "FFD700", "EEC900", "EAC80D", "FFC125", "FFB90F", "EEAD0E", "DAA520", "BFA30C", "B78A00"],
  115. ["FFA500", "FF9912", "ED9121", "FF7F00", "FF8000", "EE7600", "EE6A50", "EE5C42", "FF6347", "FF6103"],
  116. ["32CD32", "00C957", "43CD80", "00C78C", "1ABC9C", "20B2AA", "03A89E", "00C5CD", "00CED1", "48D1CC"],
  117. ["63B8FF", "00B2EE", "1E90FF", "1C86EE", "1C86EE", "1874CD", "436EEE", "4169E1", "3A5FCD", "014B96"],
  118. ["EE7AE9", "DA70D6", "BA55D3", "BF3EFF", "B23AEE", "9B30FF", "836FFF", "7A67EE", "9F79EE", "8968CD"],
  119. ["FF6EB4", "FF69B4", "EE3A8C", "FF34B3", "FF1493", "EE1289", "CD2990", "D02090", "C71585", "CD1076"],
  120. ["FF4500", "EE4000", "FF4040", "EE3B3B", "EE2C2C", "FF0000", "DC143C", "CD0000", "B0171F", "8B2323"],
  121. ["FF6A6A", "CD7054", "CD6839", "CD661D", "C76114", "CD5B45", "CD4F39", "CD3333", "CD2626", "CD3700"]
  122. ]
  123.  
  124. body {
  125. font-size: 12px!important;
  126. line-height: 190%!important
  127. }
  128.  
  129. h1 {
  130. font-size: 160%!important
  131. }
  132.  
  133. h2 {
  134. font-size: 140%!important
  135. }
  136.  
  137. h3 {
  138. font-size: 120%!important
  139. }
  140.  
  141. h4 {
  142. font-size: 100%!important
  143. }
  144.  
  145. h5 {
  146. font-size: 90%!important
  147. }
  148.  
  149. h6 {
  150. font-size: 80%!important
  151. }
  152.  
  153. .w-0 {
  154. width: 150px
  155. }
  156.  
  157. .w-1 {
  158. width: 200px
  159. }
  160.  
  161. .w-2 {
  162. width: 250px
  163. }
  164.  
  165. .w-3 {
  166. width: 320px
  167. }
  168.  
  169. .w-4 {
  170. width: 350px
  171. }
  172.  
  173. .w-5 {
  174. width: 375px
  175. }
  176.  
  177. .p-1 {
  178. padding: 1.5px
  179. }
  180.  
  181. .p-2 {
  182. padding: 3px
  183. }
  184.  
  185. .p-3 {
  186. padding: 5px
  187. }
  188.  
  189. .p-4 {
  190. padding: 10px
  191. }
  192.  
  193. .p-5 {
  194. padding: 15px
  195. }
  196.  
  197. .m-1 {
  198. margin: 1.5px
  199. }
  200.  
  201. .m-2 {
  202. margin: 3px
  203. }
  204.  
  205. .m-3 {
  206. margin: 5px
  207. }
  208.  
  209. .m-4 {
  210. margin: 10px
  211. }
  212.  
  213. .m-5 {
  214. margin: 15px
  215. }
  216.  
  217. .ml-1 {
  218. margin-left: -3px!important
  219. }
  220.  
  221. .ml-2 {
  222. margin-left: -6px!important
  223. }
  224.  
  225. .ml-3 {
  226. margin-left: -10px!important
  227. }
  228.  
  229. .ml-4 {
  230. margin-left: -20px!important
  231. }
  232.  
  233. .ml-5 {
  234. margin-left: -30px!important
  235. }
  236.  
  237. .fh-1 {
  238. min-height: 15px;
  239. max-height: 15px
  240. }
  241.  
  242. .fh-2 {
  243. min-height: 20px;
  244. max-height: 20px
  245. }
  246.  
  247. .fh-3 {
  248. min-height: 25px;
  249. max-height: 25px
  250. }
  251.  
  252. .fh-4 {
  253. min-height: 30px;
  254. max-height: 30px
  255. }
  256.  
  257. .fh-5 {
  258. min-height: 35px;
  259. max-height: 35px
  260. }
  261.  
  262. .mv-1 {
  263. margin: 1.5px 0
  264. }
  265.  
  266. .mv-2 {
  267. margin: 3px 0
  268. }
  269.  
  270. .mv-3 {
  271. margin: 5px 0
  272. }
  273.  
  274. .mv-4 {
  275. margin: 10px 0
  276. }
  277.  
  278. .mv-5 {
  279. margin: 20px 0
  280. }
  281.  
  282. .br-1 {
  283. border-radius: 1.5px
  284. }
  285.  
  286. .br-2 {
  287. border-radius: 3px
  288. }
  289.  
  290. .br-3 {
  291. border-radius: 5px
  292. }
  293.  
  294. .br-4 {
  295. border-radius: 10px
  296. }
  297.  
  298. .br-5 {
  299. border-radius: 15px
  300. }
  301.  
  302. .tg-up:after {
  303. margin-left: -15px 0 0 -50px;
  304. border-left: 10px solid transparent;
  305. border-right: 10px solid transparent;
  306. border-bottom: 30px solid #999
  307. }
  308.  
  309. * {
  310. margin: 0;
  311. padding: 0
  312. }
  313.  
  314. body,
  315. html {
  316. height: 100%
  317. }
  318.  
  319. body {
  320. font-weight: 400;
  321. overflow-x: hidden;
  322. height: 100%;
  323. min-height: 100%;
  324. margin: 0;
  325. padding: 0;
  326. background: #fff;
  327. font-family: "TradeGothic", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  328. font-size: 14px;
  329. line-height: 150%
  330. }
  331.  
  332. body * {
  333. transition: all 0.4s ease
  334. }
  335.  
  336. h1,
  337. h2,
  338. h3,
  339. h4,
  340. h5,
  341. h6 {
  342. font-family: 'Raleway', sans-serif;
  343. margin-top: 0;
  344. text-transform: none;
  345. margin: 0;
  346. padding: 0;
  347. font-weight: 600;
  348. line-height: 200%
  349. }
  350.  
  351. ul,
  352. li {
  353. list-style: none;
  354. padding: 0px;
  355. margin: 0px
  356. }
  357.  
  358. a,
  359. a:hover,
  360. a:active,
  361. a:focus {
  362. color: #DA70D6;
  363. outline: none;
  364. border: none;
  365. text-decoration: none
  366. }
  367.  
  368. a {
  369. color: #014B96;
  370. transition: all 0.4s ease 0s
  371. }
  372.  
  373. a:focus,
  374. a:hover {
  375. color: #4c7ff0;
  376. -webkit-transition: all .3s ease 0s;
  377. -moz-transition: all 0.4s ease 0s;
  378. -o-transition: all 0.4s ease 0s;
  379. transition: all 0.4s ease 0s
  380. }
  381.  
  382. pre {
  383. background: #eee;
  384. color: #333;
  385. padding: 10px;
  386. border-radius: 5px;
  387. overflow: scroll
  388. }
  389.  
  390. article {
  391. margin: 0;
  392. display: inline-block;
  393. min-height: 100%;
  394. min-width: 100%
  395. }
  396.  
  397. img {
  398. vertical-align: middle
  399. }
  400.  
  401. a,
  402. a:hover,
  403. a:active,
  404. a:focus {
  405. color: #DA70D6;
  406. outline: none;
  407. border: none;
  408. text-decoration: none
  409. }
  410.  
  411. a {
  412. color: #014B96;
  413. transition: all 0.4s ease 0s
  414. }
  415.  
  416. a:focus,
  417. a:hover {
  418. color: #4c7ff0;
  419. -webkit-transition: all .3s ease 0s;
  420. -moz-transition: all 0.4s ease 0s;
  421. -o-transition: all 0.4s ease 0s;
  422. transition: all 0.4s ease 0s
  423. }
  424.  
  425. ul,
  426. ol {
  427. padding: 0
  428. }
  429.  
  430. li {
  431. list-style: none
  432. }
  433.  
  434. input,
  435. textarea {
  436. border: none;
  437. box-shadow: 0px 1px 2px #999;
  438. padding: 5px 0
  439. }
  440.  
  441. u {
  442. text-decoration: none
  443. }
  444.  
  445. svg {
  446. font-size: 250%
  447. }
  448.  
  449. text {
  450. text-rendering: optimizeSpeed;
  451. text-align: justify;
  452. font-size: 14;
  453. white-space: normal!important
  454. }
  455.  
  456. canvas {
  457. -moz-user-select: none;
  458. -webkit-user-select: none;
  459. -ms-user-select: none
  460. }
  461.  
  462. .bn {
  463. color: white!important;
  464. display: inline-block;
  465. margin-bottom: 0;
  466. font-weight: 400;
  467. text-align: center;
  468. vertical-align: middle;
  469. cursor: pointer;
  470. background-image: none;
  471. border: 1px solid transparent;
  472. white-space: nowrap;
  473. padding: 1px 3px;
  474. line-height: 1.4;
  475. border-radius: 3px;
  476. -webkit-user-select: none;
  477. -moz-user-select: none;
  478. -ms-user-select: none;
  479. -o-user-select: none;
  480. user-select: none
  481. }
  482.  
  483. .bn:focus {
  484. outline: thin dotted;
  485. outline: 5px auto -webkit-focus-ring-color
  486. }
  487.  
  488. .bn:hover,
  489. .bn:focus {
  490. color: #F7F7F7;
  491. text-decoration: none
  492. }
  493.  
  494. .bd {
  495. color: #cb2027;
  496. background-color: #f2f2f2;
  497. margin: 3px
  498. }
  499.  
  500. .lb {
  501. display: inline;
  502. padding: .2em .6em .3em;
  503. font-size: 90%;
  504. font-weight: 700;
  505. line-height: 1;
  506. color: #f2f2f2;
  507. text-align: center;
  508. white-space: nowrap;
  509. vertical-align: baseline;
  510. border-radius: .25em
  511. }
  512.  
  513. .lb[href]:hover,
  514. .lb[href]:focus {
  515. color: #f2f2f2;
  516. text-decoration: none;
  517. cursor: pointer
  518. }
  519.  
  520. .lb:empty {
  521. display: none
  522. }
  523.  
  524. .bn .lb {
  525. position: relative;
  526. top: -1px
  527. }
  528.  
  529. .bd {
  530. display: inline-block;
  531. min-width: 10px;
  532. padding: 4px 8px;
  533. font-weight: 700;
  534. color: #f2f2f2;
  535. line-height: 1;
  536. vertical-align: baseline;
  537. white-space: nowrap;
  538. text-align: center;
  539. border-radius: 10px
  540. }
  541.  
  542. .bd:empty {
  543. display: none
  544. }
  545.  
  546. .bn .bd {
  547. position: relative;
  548. top: -1px
  549. }
  550.  
  551. .bn-2 .bd {
  552. top: 0;
  553. padding: 1px 5px
  554. }
  555.  
  556. a.bd:hover,
  557. a.bd:focus {
  558. color: #f2f2f2;
  559. text-decoration: none;
  560. cursor: pointer
  561. }
  562.  
  563. .po-0 {
  564. float: left!important
  565. }
  566.  
  567. .po-1 {
  568. float: center!important
  569. }
  570.  
  571. .po-2 {
  572. float: right!important
  573. }
  574.  
  575. .tx-0 {
  576. text-align: left!important
  577. }
  578.  
  579. .tx-1 {
  580. text-align: center!important
  581. }
  582.  
  583. .tx-2 {
  584. text-align: right!important
  585. }
  586.  
  587. .tx-3 {
  588. text-align: justify!important
  589. }
  590.  
  591. .bx-0 {
  592. box-shadow: none
  593. }
  594.  
  595. .bx-1 {
  596. padding: 2px 4px;
  597. background-color: #f2f2f2;
  598. box-shadow: 0 1px 2px #000000
  599. }
  600.  
  601. .bx-2 {
  602. padding: 2px 4px;
  603. position: relative;
  604. box-shadow: 0 1px 4px #A8AFC5
  605. }
  606.  
  607. .va-b {
  608. vertical-align: baseline!important
  609. }
  610.  
  611. .di-0 {
  612. display: none!important
  613. }
  614.  
  615. .di-1 {
  616. display: inline-block
  617. }
  618.  
  619. .di-2 {
  620. display: block
  621. }
  622.  
  623. .di-3 {
  624. display: grid
  625. }
  626.  
  627. .t-11 {
  628. text-shadow: 0 0px 1px #000000
  629. }
  630.  
  631. .t-12 {
  632. text-shadow: 1px 1px 0 #777777
  633. }
  634.  
  635. .t-17 {
  636. text-shadow: 1px 1px 4px #000000
  637. }
  638.  
  639. .t-19 {
  640. text-shadow: 0 2px 0 #000000
  641. }
  642.  
  643. .t-20 {
  644. text-shadow: 1px 2px 0 #000000
  645. }
  646.  
  647. .t-21 {
  648. text-shadow: 0 0 1px #999
  649. }
  650.  
  651. .z0 {
  652. z-index: -1
  653. }
  654.  
  655. .z1 {
  656. z-index: 11
  657. }
  658.  
  659. .z2 {
  660. z-index: 12
  661. }
  662.  
  663. .z3 {
  664. z-index: 13
  665. }
  666.  
  667. .z4 {
  668. z-index: 14
  669. }
  670.  
  671. .z5 {
  672. z-index: 15
  673. }
  674.  
  675. .z6 {
  676. z-index: 16
  677. }
  678.  
  679. .z7 {
  680. z-index: 17
  681. }
  682.  
  683. .z8 {
  684. z-index: 18
  685. }
  686.  
  687. .z9 {
  688. z-index: 19
  689. }
  690.  
  691. .o0 {
  692. opacity: 0
  693. }
  694.  
  695. .o1 {
  696. opacity: 1
  697. }
  698.  
  699. .o2 {
  700. opacity: .12
  701. }
  702.  
  703. .o3 {
  704. opacity: .3
  705. }
  706.  
  707. .o4 {
  708. opacity: .4
  709. }
  710.  
  711. .o5 {
  712. opacity: .5
  713. }
  714.  
  715. .o6 {
  716. opacity: .6
  717. }
  718.  
  719. .o7 {
  720. opacity: .7
  721. }
  722.  
  723. .o8 {
  724. opacity: .8
  725. }
  726.  
  727. .o9 {
  728. opacity: .9
  729. }
  730.  
  731. .o0:hover,
  732. .o1:hover,
  733. .o2:hover,
  734. .o3:hover,
  735. .o4:hover,
  736. .o5:hover,
  737. .o6:hover,
  738. .o7:hover,
  739. .o8:hover,
  740. .o9:hover {
  741. opacity: 1;
  742. cursor: pointer
  743. }
  744.  
  745. .oc {
  746. opacity: 0
  747. }
  748.  
  749. .rl:hover .oc {
  750. opacity: 1;
  751. border-bottom: 2px solid #eeeeee
  752. }
  753.  
  754. .cu-no {
  755. cursor: none!important
  756. }
  757.  
  758. .cu-po {
  759. cursor: pointer
  760. }
  761.  
  762. .cu-cr {
  763. cursor: crosshair
  764. }
  765.  
  766. .cu-ce {
  767. cursor: cell
  768. }
  769.  
  770. .cu-he {
  771. cursor: help
  772. }
  773.  
  774. .cu-mo {
  775. cursor: move
  776. }
  777.  
  778. .cu-wr {
  779. cursor: w-resize
  780. }
  781.  
  782. .cu-er {
  783. cursor: e-resize
  784. }
  785.  
  786. .cu-cm {
  787. cursor: context-menu
  788. }
  789.  
  790. .cu-zi {
  791. cursor: zoom-in;
  792. cursor: -webkit-zoom-in;
  793. cursor: -moz-zoom-in
  794. }
  795.  
  796. .cu-zo {
  797. cursor: zoom-out;
  798. cursor: -webkit-zoom-out;
  799. cursor: -moz-zoom-out
  800. }
  801.  
  802. .cu-gg {
  803. cursor: grabbing
  804. }
  805.  
  806. .cu-gr {
  807. cursor: grab
  808. }
  809.  
  810. .rl {
  811. position: relative
  812. }
  813.  
  814. .fx-tp-rt {
  815. position: fixed;
  816. right: 0;
  817. top: 0
  818. }
  819.  
  820. .fx-tp-lt {
  821. position: fixed;
  822. left: 0;
  823. top: 0
  824. }
  825.  
  826. .fx-tp-ct {
  827. position: fixed;
  828. left: 0;
  829. top: 0;
  830. right: 0;
  831. margin-left: auto;
  832. margin-right: auto;
  833. text-align: center
  834. }
  835.  
  836. .fx-bt-ct {
  837. position: fixed;
  838. left: 0;
  839. bottom: 0;
  840. right: 0;
  841. margin-left: auto;
  842. margin-right: auto;
  843. text-align: center
  844. }
  845.  
  846. .ab {
  847. position: absolute;
  848. z-index: 9
  849. }
  850.  
  851. .ab-bt {
  852. position: absolute;
  853. right: 0;
  854. left: 0;
  855. bottom: 0;
  856. overflow: scroll
  857. }
  858.  
  859. .ab-tp {
  860. position: absolute;
  861. right: 0;
  862. left: 0;
  863. top: 0;
  864. overflow: scroll
  865. }
  866.  
  867. .fw-1 {
  868. font-weight: 100
  869. }
  870.  
  871. .fw-2 {
  872. font-weight: 200
  873. }
  874.  
  875. .fw-3 {
  876. font-weight: 300
  877. }
  878.  
  879. .fw-4 {
  880. font-weight: 400
  881. }
  882.  
  883. .fw-5 {
  884. font-weight: 500
  885. }
  886.  
  887. .fw-6 {
  888. font-weight: 600
  889. }
  890.  
  891. .fw-7 {
  892. font-weight: 700
  893. }
  894.  
  895. .fw-8 {
  896. font-weight: 800
  897. }
  898.  
  899. .fw-9 {
  900. font-weight: 900
  901. }
  902.  
  903. .sq-1 {
  904. display: inline-block;
  905. margin: 0;
  906. padding: 10px;
  907. box-shadow: 0 1px 4px #A8AFC5
  908. }
  909.  
  910. .sq-2 {
  911. display: inline-block;
  912. margin: 0 -2px;
  913. padding: 4px 8px;
  914. box-shadow: 0 1px 2px #A8AFC5;
  915. color: #fff;
  916. text-shadow: 0 0px 1px #000000
  917. }
  918.  
  919. .of-sc {
  920. overflow: scroll!important
  921. }
  922.  
  923. .w-5x {
  924. width: 100%;
  925. -webkit-box-sizing: border-box;
  926. -moz-box-sizing: border-box;
  927. box-sizing: border-box
  928. }
  929.  
  930. .mh-30 {
  931. min-height: 30px;
  932. max-height: 30px;
  933. overflow: auto
  934. }
  935.  
  936. .mh-50 {
  937. min-height: 50px;
  938. max-height: 50px;
  939. overflow: auto
  940. }
  941.  
  942. .tg-up {
  943. display: inline-block
  944. }
  945.  
  946. .tg-up:after {
  947. content: "";
  948. display: inline-block;
  949. width: 0;
  950. height: 0
  951. }
  952.  
  953. .vs-hd {
  954. visibility: hidden
  955. }
  956.  
  957. .g-3 {
  958. background: linear-gradient(to right, #CD0000, #EEEE00, #32CD32);
  959. background-repeat: no-repeat;
  960. transition: none
  961. }
  962.  
  963. .g-3:hover {
  964. background: linear-gradient(to right, #CD0000, #ED9121, #EEEE00, #E0E0E0, #FFF, #F5F5F5, #63B8FF, #4169E1, #32CD32)
  965. }
  966.  
  967. .img-1 {
  968. background-position: center center;
  969. background-repeat: no-repeat;
  970. -webkit-background-size: cover;
  971. -moz-background-size: cover;
  972. background-size: cover;
  973. -o-background-size: cover
  974. }
  975.  
  976. .img-2 {
  977. background-repeat: no-repeat;
  978. background-size: 100%
  979. }
  980.  
  981. .vc {
  982. position: relative;
  983. padding-bottom: 56.25%;
  984. padding-top: 30px;
  985. height: 0;
  986. overflow: hidden
  987. }
  988.  
  989. .vc iframe,
  990. .video-container object,
  991. .video-container embed {
  992. position: absolute;
  993. top: 0;
  994. left: 0;
  995. width: 100%;
  996. height: 100%
  997. }
  998.  
  999.  
  1000. /*menu*/
  1001.  
  1002. .ln,
  1003. .ln .cl-bn {
  1004. left: 0
  1005. }
  1006.  
  1007. .rn,
  1008. .rn .cl-bn {
  1009. right: 0
  1010. }
  1011.  
  1012. .ln,
  1013. .rn {
  1014. height: 100%;
  1015. width: 0;
  1016. position: fixed;
  1017. top: 0;
  1018. background-color: #333;
  1019. overflow-x: hidden;
  1020. transition: 0.3s
  1021. }
  1022.  
  1023. .ln a,
  1024. .rn a {
  1025. text-decoration: none;
  1026. color: #f2f2f2;
  1027. display: block;
  1028. transition: 0.2s
  1029. }
  1030.  
  1031. .ln a:hover,
  1032. .rn a:hover {
  1033. color: #fff
  1034. }
  1035.  
  1036. .ln .cl-bn,
  1037. .rn .cl-bn {
  1038. position: absolute;
  1039. top: 0
  1040. }
  1041.  
  1042.  
  1043. /*google custom search*/
  1044.  
  1045. .cse .gsc-search-button input.gsc-search-button-v2,
  1046. input.gsc-search-button-v2 {
  1047. height: 26px!important;
  1048. margin-top: 0!important;
  1049. min-width: 13px!important;
  1050. padding: 5px 26px!important;
  1051. width: 68px!important
  1052. }
  1053.  
  1054. .cse .gsc-search-button-v2,
  1055. .gsc-search-button-v2 {
  1056. box-sizing: content-box;
  1057. min-width: 13px!important;
  1058. min-height: 16px!important;
  1059. cursor: pointer;
  1060. border-radius: 20px
  1061. }
  1062.  
  1063. .gsc-search-button-v2 svg {
  1064. vertical-align: middle
  1065. }
  1066.  
  1067. .gs-title {
  1068. line-height: normal!important
  1069. }
  1070.  
  1071. .gsc-search-box-tools .gsc-search-box .gsc-input {
  1072. padding: 5px!important;
  1073. color: #4169E1!important;
  1074. border-radius: 20px
  1075. }
  1076.  
  1077. .gsc-input-box {
  1078. background: none!important;
  1079. border: none!important
  1080. }
  1081.  
  1082. @media print {
  1083. @page {
  1084. margin: 0.25in;
  1085. }
  1086. body {
  1087. -webkit-print-color-adjust: exact;
  1088. background-color: #fff
  1089. }
  1090. .pr-no {
  1091. display: none
  1092. }
  1093. }
  1094.  
  1095. <style>
  1096. .ro {
  1097. margin: 0;
  1098. padding: 0;
  1099. width: 100%;
  1100. -webkit-box-sizing: border-box;
  1101. -moz-box-sizing: border-box;
  1102. box-sizing: border-box;
  1103. display: inline-block;
  1104. }
  1105.  
  1106. .a51,
  1107. .a52,
  1108. .a53,
  1109. .a54,
  1110. .a55,
  1111. .a56,
  1112. .a57,
  1113. .a58,
  1114. .a59,
  1115. .a510,
  1116. .a511,
  1117. .a512,
  1118. .a513,
  1119. .a514,
  1120. .a515,
  1121. .a516,
  1122. .a517,
  1123. .a518,
  1124. .a519,
  1125. .a520 {
  1126. float: left;
  1127. position: relative;
  1128. min-height: 1px
  1129. }
  1130.  
  1131. .a51 {
  1132. width: 5%
  1133. }
  1134.  
  1135. .a52 {
  1136. width: 5.2631578947368425%
  1137. }
  1138.  
  1139. .a53 {
  1140. width: 5.555555555555555%
  1141. }
  1142.  
  1143. .a54 {
  1144. width: 5.882352941176471%
  1145. }
  1146.  
  1147. .a55 {
  1148. width: 6.25%
  1149. }
  1150.  
  1151. .a56 {
  1152. width: 6.666666666666667%
  1153. }
  1154.  
  1155. .a57 {
  1156. width: 7.142857142857143%
  1157. }
  1158.  
  1159. .a58 {
  1160. width: 7.6923076923076925%
  1161. }
  1162.  
  1163. .a59 {
  1164. width: 8.333333333333334%
  1165. }
  1166.  
  1167. .a510 {
  1168. width: 9.090909090909092%
  1169. }
  1170.  
  1171. .a511 {
  1172. width: 10%
  1173. }
  1174.  
  1175. .a512 {
  1176. width: 11.11111111111111%
  1177. }
  1178.  
  1179. .a513 {
  1180. width: 12.5%
  1181. }
  1182.  
  1183. .a514 {
  1184. width: 14.285714285714286%
  1185. }
  1186.  
  1187. .a515 {
  1188. width: 16.666666666666668%
  1189. }
  1190.  
  1191. .a516 {
  1192. width: 20%
  1193. }
  1194.  
  1195. .a517 {
  1196. width: 25%
  1197. }
  1198.  
  1199. .a518 {
  1200. width: 33.333333333333336%
  1201. }
  1202.  
  1203. .a519 {
  1204. width: 50%
  1205. }
  1206.  
  1207. .a520 {
  1208. width: 100%
  1209. }
  1210.  
  1211. .s1 {
  1212. font-size: 1.3px
  1213. }
  1214.  
  1215. .s2 {
  1216. font-size: 2.6px
  1217. }
  1218.  
  1219. .s3 {
  1220. font-size: 3.9000000000000004px
  1221. }
  1222.  
  1223. .s4 {
  1224. font-size: 5.2px
  1225. }
  1226.  
  1227. .s5 {
  1228. font-size: 6.5px
  1229. }
  1230.  
  1231. .s6 {
  1232. font-size: 7.800000000000001px
  1233. }
  1234.  
  1235. .s7 {
  1236. font-size: 9.1px
  1237. }
  1238.  
  1239. .s8 {
  1240. font-size: 10.4px
  1241. }
  1242.  
  1243. .s9 {
  1244. font-size: 11.700000000000001px
  1245. }
  1246.  
  1247. .s10 {
  1248. font-size: 13px
  1249. }
  1250.  
  1251. .s11 {
  1252. font-size: 14.3px
  1253. }
  1254.  
  1255. .s12 {
  1256. font-size: 15.600000000000001px
  1257. }
  1258.  
  1259. .s13 {
  1260. font-size: 16.900000000000002px
  1261. }
  1262.  
  1263. .s14 {
  1264. font-size: 18.2px
  1265. }
  1266.  
  1267. .s15 {
  1268. font-size: 19.5px
  1269. }
  1270.  
  1271. .s16 {
  1272. font-size: 20.8px
  1273. }
  1274.  
  1275. .s17 {
  1276. font-size: 22.1px
  1277. }
  1278.  
  1279. .s18 {
  1280. font-size: 23.400000000000002px
  1281. }
  1282.  
  1283. .s19 {
  1284. font-size: 24.7px
  1285. }
  1286.  
  1287. .s20 {
  1288. font-size: 26px
  1289. }
  1290.  
  1291. .s21 {
  1292. font-size: 27.3px
  1293. }
  1294.  
  1295. .s22 {
  1296. font-size: 28.6px
  1297. }
  1298.  
  1299. .s23 {
  1300. font-size: 29.900000000000002px
  1301. }
  1302.  
  1303. .s24 {
  1304. font-size: 31.200000000000003px
  1305. }
  1306.  
  1307. .s25 {
  1308. font-size: 32.5px
  1309. }
  1310.  
  1311. .s26 {
  1312. font-size: 33.800000000000004px
  1313. }
  1314.  
  1315. .s27 {
  1316. font-size: 35.1px
  1317. }
  1318.  
  1319. .s28 {
  1320. font-size: 36.4px
  1321. }
  1322.  
  1323. .s29 {
  1324. font-size: 37.7px
  1325. }
  1326.  
  1327. .s30 {
  1328. font-size: 39px
  1329. }
  1330.  
  1331. .s31 {
  1332. font-size: 40.300000000000004px
  1333. }
  1334.  
  1335. .s32 {
  1336. font-size: 41.6px
  1337. }
  1338.  
  1339. .s33 {
  1340. font-size: 42.9px
  1341. }
  1342.  
  1343. .s34 {
  1344. font-size: 44.2px
  1345. }
  1346.  
  1347. .s35 {
  1348. font-size: 45.5px
  1349. }
  1350.  
  1351. .s36 {
  1352. font-size: 46.800000000000004px
  1353. }
  1354.  
  1355. .s37 {
  1356. font-size: 48.1px
  1357. }
  1358.  
  1359. .s38 {
  1360. font-size: 49.4px
  1361. }
  1362.  
  1363. .s39 {
  1364. font-size: 50.7px
  1365. }
  1366.  
  1367. .s40 {
  1368. font-size: 52px
  1369. }
  1370.  
  1371. .s41 {
  1372. font-size: 53.300000000000004px
  1373. }
  1374.  
  1375. .s42 {
  1376. font-size: 54.6px
  1377. }
  1378.  
  1379. .s43 {
  1380. font-size: 55.9px
  1381. }
  1382.  
  1383. .s44 {
  1384. font-size: 57.2px
  1385. }
  1386.  
  1387. .s45 {
  1388. font-size: 58.5px
  1389. }
  1390.  
  1391. .s46 {
  1392. font-size: 59.800000000000004px
  1393. }
  1394.  
  1395. .s47 {
  1396. font-size: 61.1px
  1397. }
  1398.  
  1399. .s48 {
  1400. font-size: 62.400000000000006px
  1401. }
  1402.  
  1403. .s49 {
  1404. font-size: 63.7px
  1405. }
  1406.  
  1407. .s50 {
  1408. font-size: 65px
  1409. }
  1410.  
  1411. * {
  1412. margin: 0;
  1413. padding: 0
  1414. }
  1415.  
  1416. body,
  1417. html {
  1418. height: 100%
  1419. }
  1420.  
  1421. body {
  1422. font-weight: 400;
  1423. overflow-x: hidden;
  1424. height: 100%;
  1425. min-height: 100%;
  1426. margin: 0;
  1427. padding: 0;
  1428. background: #fff;
  1429. font-family: "TradeGothic", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  1430. font-size: 14px;
  1431. line-height: 150%
  1432. }
  1433.  
  1434. body * {
  1435. transition: all 0.4s ease
  1436. }
  1437.  
  1438. h1,
  1439. h2,
  1440. h3,
  1441. h4,
  1442. h5,
  1443. h6 {
  1444. font-family: 'Raleway', sans-serif;
  1445. margin-top: 0;
  1446. text-transform: none;
  1447. margin: 0;
  1448. padding: 0;
  1449. font-weight: 600;
  1450. line-height: 200%
  1451. }
  1452.  
  1453. ul,
  1454. li {
  1455. list-style: none;
  1456. padding: 0px;
  1457. margin: 0px
  1458. }
  1459.  
  1460. a,
  1461. a:hover,
  1462. a:active,
  1463. a:focus {
  1464. color: #DA70D6;
  1465. outline: none;
  1466. border: none;
  1467. text-decoration: none
  1468. }
  1469.  
  1470. a {
  1471. color: #014B96;
  1472. transition: all 0.4s ease 0s
  1473. }
  1474.  
  1475. a:focus,
  1476. a:hover {
  1477. color: #4c7ff0;
  1478. -webkit-transition: all .3s ease 0s;
  1479. -moz-transition: all 0.4s ease 0s;
  1480. -o-transition: all 0.4s ease 0s;
  1481. transition: all 0.4s ease 0s
  1482. }
  1483.  
  1484. pre {
  1485. background: #eee;
  1486. color: #333;
  1487. padding: 10px;
  1488. border-radius: 5px;
  1489. overflow: scroll
  1490. }
  1491.  
  1492. article {
  1493. margin: 0;
  1494. display: inline-block;
  1495. min-height: 100%;
  1496. min-width: 100%
  1497. }
  1498.  
  1499. img {
  1500. vertical-align: middle
  1501. }
  1502.  
  1503. a,
  1504. a:hover,
  1505. a:active,
  1506. a:focus {
  1507. color: #DA70D6;
  1508. outline: none;
  1509. border: none;
  1510. text-decoration: none
  1511. }
  1512.  
  1513. a {
  1514. color: #014B96;
  1515. transition: all 0.4s ease 0s
  1516. }
  1517.  
  1518. a:focus,
  1519. a:hover {
  1520. color: #4c7ff0;
  1521. -webkit-transition: all .3s ease 0s;
  1522. -moz-transition: all 0.4s ease 0s;
  1523. -o-transition: all 0.4s ease 0s;
  1524. transition: all 0.4s ease 0s
  1525. }
  1526.  
  1527. ul,
  1528. ol {
  1529. padding: 0
  1530. }
  1531.  
  1532. li {
  1533. list-style: none
  1534. }
  1535.  
  1536. input,
  1537. textarea {
  1538. border: none;
  1539. box-shadow: 0px 1px 2px #999;
  1540. padding: 5px 0
  1541. }
  1542.  
  1543. u {
  1544. text-decoration: none
  1545. }
  1546.  
  1547. svg {
  1548. font-size: 250%
  1549. }
  1550.  
  1551. text {
  1552. text-rendering: optimizeSpeed;
  1553. text-align: justify;
  1554. font-size: 14;
  1555. white-space: normal!important
  1556. }
  1557.  
  1558. canvas {
  1559. -moz-user-select: none;
  1560. -webkit-user-select: none;
  1561. -ms-user-select: none
  1562. }
  1563.  
  1564. .bn {
  1565. color: white!important;
  1566. display: inline-block;
  1567. margin-bottom: 0;
  1568. font-weight: 400;
  1569. text-align: center;
  1570. vertical-align: middle;
  1571. cursor: pointer;
  1572. background-image: none;
  1573. border: 1px solid transparent;
  1574. white-space: nowrap;
  1575. padding: 1px 3px;
  1576. line-height: 1.4;
  1577. border-radius: 3px;
  1578. -webkit-user-select: none;
  1579. -moz-user-select: none;
  1580. -ms-user-select: none;
  1581. -o-user-select: none;
  1582. user-select: none
  1583. }
  1584.  
  1585. .bn:focus {
  1586. outline: thin dotted;
  1587. outline: 5px auto -webkit-focus-ring-color
  1588. }
  1589.  
  1590. .bn:hover,
  1591. .bn:focus {
  1592. color: #F7F7F7;
  1593. text-decoration: none
  1594. }
  1595.  
  1596. .bd {
  1597. color: #cb2027;
  1598. background-color: #f2f2f2;
  1599. margin: 3px
  1600. }
  1601.  
  1602. .lb {
  1603. display: inline;
  1604. padding: .2em .6em .3em;
  1605. font-size: 90%;
  1606. font-weight: 700;
  1607. line-height: 1;
  1608. color: #f2f2f2;
  1609. text-align: center;
  1610. white-space: nowrap;
  1611. vertical-align: baseline;
  1612. border-radius: .25em
  1613. }
  1614.  
  1615. .lb[href]:hover,
  1616. .lb[href]:focus {
  1617. color: #f2f2f2;
  1618. text-decoration: none;
  1619. cursor: pointer
  1620. }
  1621.  
  1622. .lb:empty {
  1623. display: none
  1624. }
  1625.  
  1626. .bn .lb {
  1627. position: relative;
  1628. top: -1px
  1629. }
  1630.  
  1631. .bd {
  1632. display: inline-block;
  1633. min-width: 10px;
  1634. padding: 4px 8px;
  1635. font-weight: 700;
  1636. color: #f2f2f2;
  1637. line-height: 1;
  1638. vertical-align: baseline;
  1639. white-space: nowrap;
  1640. text-align: center;
  1641. border-radius: 10px
  1642. }
  1643.  
  1644. .bd:empty {
  1645. display: none
  1646. }
  1647.  
  1648. .bn .bd {
  1649. position: relative;
  1650. top: -1px
  1651. }
  1652.  
  1653. .bn-2 .bd {
  1654. top: 0;
  1655. padding: 1px 5px
  1656. }
  1657.  
  1658. a.bd:hover,
  1659. a.bd:focus {
  1660. color: #f2f2f2;
  1661. text-decoration: none;
  1662. cursor: pointer
  1663. }
  1664.  
  1665. .po-0 {
  1666. float: left!important
  1667. }
  1668.  
  1669. .po-1 {
  1670. float: center!important
  1671. }
  1672.  
  1673. .po-2 {
  1674. float: right!important
  1675. }
  1676.  
  1677. .tx-0 {
  1678. text-align: left!important
  1679. }
  1680.  
  1681. .tx-1 {
  1682. text-align: center!important
  1683. }
  1684.  
  1685. .tx-2 {
  1686. text-align: right!important
  1687. }
  1688.  
  1689. .tx-3 {
  1690. text-align: justify!important
  1691. }
  1692.  
  1693. .bx-0 {
  1694. box-shadow: none
  1695. }
  1696.  
  1697. .bx-1 {
  1698. padding: 2px 4px;
  1699. background-color: #f2f2f2;
  1700. box-shadow: 0 1px 2px #000000
  1701. }
  1702.  
  1703. .bx-2 {
  1704. padding: 2px 4px;
  1705. position: relative;
  1706. box-shadow: 0 1px 4px #A8AFC5
  1707. }
  1708.  
  1709. .va-b {
  1710. vertical-align: baseline!important
  1711. }
  1712.  
  1713. .di-0 {
  1714. display: none!important
  1715. }
  1716.  
  1717. .di-1 {
  1718. display: inline-block
  1719. }
  1720.  
  1721. .di-2 {
  1722. display: block
  1723. }
  1724.  
  1725. .di-3 {
  1726. display: grid
  1727. }
  1728.  
  1729. .t-11 {
  1730. text-shadow: 0 0px 1px #000000
  1731. }
  1732.  
  1733. .t-12 {
  1734. text-shadow: 1px 1px 0 #777777
  1735. }
  1736.  
  1737. .t-17 {
  1738. text-shadow: 1px 1px 4px #000000
  1739. }
  1740.  
  1741. .t-19 {
  1742. text-shadow: 0 2px 0 #000000
  1743. }
  1744.  
  1745. .t-20 {
  1746. text-shadow: 1px 2px 0 #000000
  1747. }
  1748.  
  1749. .t-21 {
  1750. text-shadow: 0 0 1px #999
  1751. }
  1752.  
  1753. .z0 {
  1754. z-index: -1
  1755. }
  1756.  
  1757. .z1 {
  1758. z-index: 11
  1759. }
  1760.  
  1761. .z2 {
  1762. z-index: 12
  1763. }
  1764.  
  1765. .z3 {
  1766. z-index: 13
  1767. }
  1768.  
  1769. .z4 {
  1770. z-index: 14
  1771. }
  1772.  
  1773. .z5 {
  1774. z-index: 15
  1775. }
  1776.  
  1777. .z6 {
  1778. z-index: 16
  1779. }
  1780.  
  1781. .z7 {
  1782. z-index: 17
  1783. }
  1784.  
  1785. .z8 {
  1786. z-index: 18
  1787. }
  1788.  
  1789. .z9 {
  1790. z-index: 19
  1791. }
  1792.  
  1793. .o0 {
  1794. opacity: 0
  1795. }
  1796.  
  1797. .o1 {
  1798. opacity: 1
  1799. }
  1800.  
  1801. .o2 {
  1802. opacity: .12
  1803. }
  1804.  
  1805. .o3 {
  1806. opacity: .3
  1807. }
  1808.  
  1809. .o4 {
  1810. opacity: .4
  1811. }
  1812.  
  1813. .o5 {
  1814. opacity: .5
  1815. }
  1816.  
  1817. .o6 {
  1818. opacity: .6
  1819. }
  1820.  
  1821. .o7 {
  1822. opacity: .7
  1823. }
  1824.  
  1825. .o8 {
  1826. opacity: .8
  1827. }
  1828.  
  1829. .o9 {
  1830. opacity: .9
  1831. }
  1832.  
  1833. .o0:hover,
  1834. .o1:hover,
  1835. .o2:hover,
  1836. .o3:hover,
  1837. .o4:hover,
  1838. .o5:hover,
  1839. .o6:hover,
  1840. .o7:hover,
  1841. .o8:hover,
  1842. .o9:hover {
  1843. opacity: 1;
  1844. cursor: pointer
  1845. }
  1846.  
  1847. .oc {
  1848. opacity: 0
  1849. }
  1850.  
  1851. .rl:hover .oc {
  1852. opacity: 1;
  1853. border-bottom: 2px solid #eeeeee
  1854. }
  1855.  
  1856. .cu-no {
  1857. cursor: none!important
  1858. }
  1859.  
  1860. .cu-po {
  1861. cursor: pointer
  1862. }
  1863.  
  1864. .cu-cr {
  1865. cursor: crosshair
  1866. }
  1867.  
  1868. .cu-ce {
  1869. cursor: cell
  1870. }
  1871.  
  1872. .cu-he {
  1873. cursor: help
  1874. }
  1875.  
  1876. .cu-mo {
  1877. cursor: move
  1878. }
  1879.  
  1880. .cu-wr {
  1881. cursor: w-resize
  1882. }
  1883.  
  1884. .cu-er {
  1885. cursor: e-resize
  1886. }
  1887.  
  1888. .cu-cm {
  1889. cursor: context-menu
  1890. }
  1891.  
  1892. .cu-zi {
  1893. cursor: zoom-in;
  1894. cursor: -webkit-zoom-in;
  1895. cursor: -moz-zoom-in
  1896. }
  1897.  
  1898. .cu-zo {
  1899. cursor: zoom-out;
  1900. cursor: -webkit-zoom-out;
  1901. cursor: -moz-zoom-out
  1902. }
  1903.  
  1904. .cu-gg {
  1905. cursor: grabbing
  1906. }
  1907.  
  1908. .cu-gr {
  1909. cursor: grab
  1910. }
  1911.  
  1912. .rl {
  1913. position: relative
  1914. }
  1915.  
  1916. .fx-tp-rt {
  1917. position: fixed;
  1918. right: 0;
  1919. top: 0
  1920. }
  1921.  
  1922. .fx-tp-lt {
  1923. position: fixed;
  1924. left: 0;
  1925. top: 0
  1926. }
  1927.  
  1928. .fx-tp-ct {
  1929. position: fixed;
  1930. left: 0;
  1931. top: 0;
  1932. right: 0;
  1933. margin-left: auto;
  1934. margin-right: auto;
  1935. text-align: center
  1936. }
  1937.  
  1938. .fx-bt-ct {
  1939. position: fixed;
  1940. left: 0;
  1941. bottom: 0;
  1942. right: 0;
  1943. margin-left: auto;
  1944. margin-right: auto;
  1945. text-align: center
  1946. }
  1947.  
  1948. .ab {
  1949. position: absolute;
  1950. z-index: 9
  1951. }
  1952.  
  1953. .ab-bt {
  1954. position: absolute;
  1955. right: 0;
  1956. left: 0;
  1957. bottom: 0;
  1958. overflow: scroll
  1959. }
  1960.  
  1961. .ab-tp {
  1962. position: absolute;
  1963. right: 0;
  1964. left: 0;
  1965. top: 0;
  1966. overflow: scroll
  1967. }
  1968.  
  1969. .fw-1 {
  1970. font-weight: 100
  1971. }
  1972.  
  1973. .fw-2 {
  1974. font-weight: 200
  1975. }
  1976.  
  1977. .fw-3 {
  1978. font-weight: 300
  1979. }
  1980.  
  1981. .fw-4 {
  1982. font-weight: 400
  1983. }
  1984.  
  1985. .fw-5 {
  1986. font-weight: 500
  1987. }
  1988.  
  1989. .fw-6 {
  1990. font-weight: 600
  1991. }
  1992.  
  1993. .fw-7 {
  1994. font-weight: 700
  1995. }
  1996.  
  1997. .fw-8 {
  1998. font-weight: 800
  1999. }
  2000.  
  2001. .fw-9 {
  2002. font-weight: 900
  2003. }
  2004.  
  2005. .sq-1 {
  2006. display: inline-block;
  2007. margin: 0;
  2008. padding: 10px;
  2009. box-shadow: 0 1px 4px #A8AFC5
  2010. }
  2011.  
  2012. .sq-2 {
  2013. display: inline-block;
  2014. margin: 0 -2px;
  2015. padding: 4px 8px;
  2016. box-shadow: 0 1px 2px #A8AFC5;
  2017. color: #fff;
  2018. text-shadow: 0 0px 1px #000000
  2019. }
  2020.  
  2021. .of-sc {
  2022. overflow: scroll!important
  2023. }
  2024.  
  2025. .w-5x {
  2026. width: 100%;
  2027. -webkit-box-sizing: border-box;
  2028. -moz-box-sizing: border-box;
  2029. box-sizing: border-box
  2030. }
  2031.  
  2032. .mh-30 {
  2033. min-height: 30px;
  2034. max-height: 30px;
  2035. overflow: auto
  2036. }
  2037.  
  2038. .mh-50 {
  2039. min-height: 50px;
  2040. max-height: 50px;
  2041. overflow: auto
  2042. }
  2043.  
  2044. .tg-up {
  2045. display: inline-block
  2046. }
  2047.  
  2048. .tg-up:after {
  2049. content: "";
  2050. display: inline-block;
  2051. width: 0;
  2052. height: 0
  2053. }
  2054.  
  2055. .vs-hd {
  2056. visibility: hidden
  2057. }
  2058.  
  2059. .g-3 {
  2060. background: linear-gradient(to right, #CD0000, #EEEE00, #32CD32);
  2061. background-repeat: no-repeat;
  2062. transition: none
  2063. }
  2064.  
  2065. .g-3:hover {
  2066. background: linear-gradient(to right, #CD0000, #ED9121, #EEEE00, #E0E0E0, #FFF, #F5F5F5, #63B8FF, #4169E1, #32CD32)
  2067. }
  2068.  
  2069. .img-1 {
  2070. background-position: center center;
  2071. background-repeat: no-repeat;
  2072. -webkit-background-size: cover;
  2073. -moz-background-size: cover;
  2074. background-size: cover;
  2075. -o-background-size: cover
  2076. }
  2077.  
  2078. .img-2 {
  2079. background-repeat: no-repeat;
  2080. background-size: 100%
  2081. }
  2082.  
  2083. .vc {
  2084. position: relative;
  2085. padding-bottom: 56.25%;
  2086. padding-top: 30px;
  2087. height: 0;
  2088. overflow: hidden
  2089. }
  2090.  
  2091. .vc iframe,
  2092. .video-container object,
  2093. .video-container embed {
  2094. position: absolute;
  2095. top: 0;
  2096. left: 0;
  2097. width: 100%;
  2098. height: 100%
  2099. }
  2100.  
  2101.  
  2102. /*menu*/
  2103.  
  2104. .ln,
  2105. .ln .cl-bn {
  2106. left: 0
  2107. }
  2108.  
  2109. .rn,
  2110. .rn .cl-bn {
  2111. right: 0
  2112. }
  2113.  
  2114. .ln,
  2115. .rn {
  2116. height: 100%;
  2117. width: 0;
  2118. position: fixed;
  2119. top: 0;
  2120. background-color: #333;
  2121. overflow-x: hidden;
  2122. transition: 0.3s
  2123. }
  2124.  
  2125. .ln a,
  2126. .rn a {
  2127. text-decoration: none;
  2128. color: #f2f2f2;
  2129. display: block;
  2130. transition: 0.2s
  2131. }
  2132.  
  2133. .ln a:hover,
  2134. .rn a:hover {
  2135. color: #fff
  2136. }
  2137.  
  2138. .ln .cl-bn,
  2139. .rn .cl-bn {
  2140. position: absolute;
  2141. top: 0
  2142. }
  2143.  
  2144.  
  2145. /*google custom search*/
  2146.  
  2147. .cse .gsc-search-button input.gsc-search-button-v2,
  2148. input.gsc-search-button-v2 {
  2149. height: 26px!important;
  2150. margin-top: 0!important;
  2151. min-width: 13px!important;
  2152. padding: 5px 26px!important;
  2153. width: 68px!important
  2154. }
  2155.  
  2156. .cse .gsc-search-button-v2,
  2157. .gsc-search-button-v2 {
  2158. box-sizing: content-box;
  2159. min-width: 13px!important;
  2160. min-height: 16px!important;
  2161. cursor: pointer;
  2162. border-radius: 20px
  2163. }
  2164.  
  2165. .gsc-search-button-v2 svg {
  2166. vertical-align: middle
  2167. }
  2168.  
  2169. .gs-title {
  2170. line-height: normal!important
  2171. }
  2172.  
  2173. .gsc-search-box-tools .gsc-search-box .gsc-input {
  2174. padding: 5px!important;
  2175. color: #4169E1!important;
  2176. border-radius: 20px
  2177. }
  2178.  
  2179. .gsc-input-box {
  2180. background: none!important;
  2181. border: none!important
  2182. }
  2183.  
  2184. @media print {
  2185. @page {
  2186. margin: 0.25in;
  2187. }
  2188. body {
  2189. -webkit-print-color-adjust: exact;
  2190. background-color: #fff
  2191. }
  2192. .pr-no {
  2193. display: none
  2194. }
  2195. }
  2196.  
  2197. body {
  2198. font-size: 14px!important;
  2199. line-height: 220%!important
  2200. }
  2201.  
  2202. h1 {
  2203. font-size: 180%!important
  2204. }
  2205.  
  2206. h2 {
  2207. font-size: 160%!important
  2208. }
  2209.  
  2210. h3 {
  2211. font-size: 140%!important
  2212. }
  2213.  
  2214. h4 {
  2215. font-size: 120%!important
  2216. }
  2217.  
  2218. h5 {
  2219. font-size: 100%!important
  2220. }
  2221.  
  2222. h6 {
  2223. font-size: 75%!important
  2224. }
  2225.  
  2226. .w-0 {
  2227. width: 200px
  2228. }
  2229.  
  2230. .w-1 {
  2231. width: 250px
  2232. }
  2233.  
  2234. .w-2 {
  2235. width: 300px
  2236. }
  2237.  
  2238. .w-3 {
  2239. width: 375px
  2240. }
  2241.  
  2242. .w-4 {
  2243. width: 410px
  2244. }
  2245.  
  2246. .w-5 {
  2247. width: 420px
  2248. }
  2249.  
  2250. .p-1 {
  2251. padding: 3px
  2252. }
  2253.  
  2254. .p-2 {
  2255. padding: 5px
  2256. }
  2257.  
  2258. .p-3 {
  2259. padding: 8px
  2260. }
  2261.  
  2262. .p-4 {
  2263. padding: 12px
  2264. }
  2265.  
  2266. .p-5 {
  2267. padding: 20px
  2268. }
  2269.  
  2270. .m-1 {
  2271. margin: 3px
  2272. }
  2273.  
  2274. .m-2 {
  2275. margin: 5px
  2276. }
  2277.  
  2278. .m-3 {
  2279. margin: 8px
  2280. }
  2281.  
  2282. .m-4 {
  2283. margin: 12px
  2284. }
  2285.  
  2286. .m-5 {
  2287. margin: 20px
  2288. }
  2289.  
  2290. .ml-1 {
  2291. margin-left: -6px!important
  2292. }
  2293.  
  2294. .ml-2 {
  2295. margin-left: -10px!important
  2296. }
  2297.  
  2298. .ml-3 {
  2299. margin-left: -16px!important
  2300. }
  2301.  
  2302. .ml-4 {
  2303. margin-left: -24px!important
  2304. }
  2305.  
  2306. .ml-5 {
  2307. margin-left: -36px!important
  2308. }
  2309.  
  2310. .fh-1 {
  2311. min-height: 20px;
  2312. max-height: 20px
  2313. }
  2314.  
  2315. .fh-2 {
  2316. min-height: 25px;
  2317. max-height: 25px
  2318. }
  2319.  
  2320. .fh-3 {
  2321. min-height: 30px;
  2322. max-height: 30px
  2323. }
  2324.  
  2325. .fh-4 {
  2326. min-height: 35px;
  2327. max-height: 35px
  2328. }
  2329.  
  2330. .fh-5 {
  2331. min-height: 40px;
  2332. max-height: 40px
  2333. }
  2334.  
  2335. .mv-1 {
  2336. margin: 3px 0
  2337. }
  2338.  
  2339. .mv-2 {
  2340. margin: 5px 0
  2341. }
  2342.  
  2343. .mv-3 {
  2344. margin: 8px 0
  2345. }
  2346.  
  2347. .mv-4 {
  2348. margin: 12px 0
  2349. }
  2350.  
  2351. .mv-5 {
  2352. margin: 25px 0
  2353. }
  2354.  
  2355. .br-1 {
  2356. border-radius: 3px
  2357. }
  2358.  
  2359. .br-2 {
  2360. border-radius: 5px
  2361. }
  2362.  
  2363. .br-3 {
  2364. border-radius: 8px
  2365. }
  2366.  
  2367. .br-4 {
  2368. border-radius: 12px
  2369. }
  2370.  
  2371. .br-5 {
  2372. border-radius: 20px
  2373. }
  2374.  
  2375. .tg-up:after {
  2376. margin-left: -15px 0 0 -50px;
  2377. border-left: 15px solid transparent;
  2378. border-right: 15px solid transparent;
  2379. border-bottom: 45px solid #999
  2380. }
  2381.  
  2382. .r100,
  2383. r100 a {
  2384. color: #FFFFFF
  2385. }
  2386.  
  2387. .b100,
  2388. .b100 a {
  2389. background-color: #FFFFFF
  2390. }
  2391.  
  2392. .r101,
  2393. r101 a {
  2394. color: #F8F8FF
  2395. }
  2396.  
  2397. .b101,
  2398. .b101 a {
  2399. background-color: #F8F8FF
  2400. }
  2401.  
  2402. .r102,
  2403. r102 a {
  2404. color: #F7F7F7
  2405. }
  2406.  
  2407. .b102,
  2408. .b102 a {
  2409. background-color: #F7F7F7
  2410. }
  2411.  
  2412. .r103,
  2413. r103 a {
  2414. color: #F0F0F0
  2415. }
  2416.  
  2417. .b103,
  2418. .b103 a {
  2419. background-color: #F0F0F0
  2420. }
  2421.  
  2422. .r104,
  2423. r104 a {
  2424. color: #F2F2F2
  2425. }
  2426.  
  2427. .b104,
  2428. .b104 a {
  2429. background-color: #F2F2F2
  2430. }
  2431.  
  2432. .r105,
  2433. r105 a {
  2434. color: #EDEDED
  2435. }
  2436.  
  2437. .b105,
  2438. .b105 a {
  2439. background-color: #EDEDED
  2440. }
  2441.  
  2442. .r106,
  2443. r106 a {
  2444. color: #EBEBEB
  2445. }
  2446.  
  2447. .b106,
  2448. .b106 a {
  2449. background-color: #EBEBEB
  2450. }
  2451.  
  2452. .r107,
  2453. r107 a {
  2454. color: #E5E5E5
  2455. }
  2456.  
  2457. .b107,
  2458. .b107 a {
  2459. background-color: #E5E5E5
  2460. }
  2461.  
  2462. .r108,
  2463. r108 a {
  2464. color: #E3E3E3
  2465. }
  2466.  
  2467. .b108,
  2468. .b108 a {
  2469. background-color: #E3E3E3
  2470. }
  2471.  
  2472. .r109,
  2473. r109 a {
  2474. color: #E0E0E0
  2475. }
  2476.  
  2477. .b109,
  2478. .b109 a {
  2479. background-color: #E0E0E0
  2480. }
  2481.  
  2482. .r110,
  2483. r110 a {
  2484. color: #858585
  2485. }
  2486.  
  2487. .b110,
  2488. .b110 a {
  2489. background-color: #858585
  2490. }
  2491.  
  2492. .r111,
  2493. r111 a {
  2494. color: #666666
  2495. }
  2496.  
  2497. .b111,
  2498. .b111 a {
  2499. background-color: #666666
  2500. }
  2501.  
  2502. .r112,
  2503. r112 a {
  2504. color: #545454
  2505. }
  2506.  
  2507. .b112,
  2508. .b112 a {
  2509. background-color: #545454
  2510. }
  2511.  
  2512. .r113,
  2513. r113 a {
  2514. color: #4D4D4D
  2515. }
  2516.  
  2517. .b113,
  2518. .b113 a {
  2519. background-color: #4D4D4D
  2520. }
  2521.  
  2522. .r114,
  2523. r114 a {
  2524. color: #474747
  2525. }
  2526.  
  2527. .b114,
  2528. .b114 a {
  2529. background-color: #474747
  2530. }
  2531.  
  2532. .r115,
  2533. r115 a {
  2534. color: #363636
  2535. }
  2536.  
  2537. .b115,
  2538. .b115 a {
  2539. background-color: #363636
  2540. }
  2541.  
  2542. .r116,
  2543. r116 a {
  2544. color: #333333
  2545. }
  2546.  
  2547. .b116,
  2548. .b116 a {
  2549. background-color: #333333
  2550. }
  2551.  
  2552. .r117,
  2553. r117 a {
  2554. color: #222222
  2555. }
  2556.  
  2557. .b117,
  2558. .b117 a {
  2559. background-color: #222222
  2560. }
  2561.  
  2562. .r118,
  2563. r118 a {
  2564. color: #1C1C1C
  2565. }
  2566.  
  2567. .b118,
  2568. .b118 a {
  2569. background-color: #1C1C1C
  2570. }
  2571.  
  2572. .r119,
  2573. r119 a {
  2574. color: #050505
  2575. }
  2576.  
  2577. .b119,
  2578. .b119 a {
  2579. background-color: #050505
  2580. }
  2581.  
  2582. .r120,
  2583. r120 a {
  2584. color: #EEEE00
  2585. }
  2586.  
  2587. .b120,
  2588. .b120 a {
  2589. background-color: #EEEE00
  2590. }
  2591.  
  2592. .r121,
  2593. r121 a {
  2594. color: #FFD700
  2595. }
  2596.  
  2597. .b121,
  2598. .b121 a {
  2599. background-color: #FFD700
  2600. }
  2601.  
  2602. .r122,
  2603. r122 a {
  2604. color: #EEC900
  2605. }
  2606.  
  2607. .b122,
  2608. .b122 a {
  2609. background-color: #EEC900
  2610. }
  2611.  
  2612. .r123,
  2613. r123 a {
  2614. color: #EAC80D
  2615. }
  2616.  
  2617. .b123,
  2618. .b123 a {
  2619. background-color: #EAC80D
  2620. }
  2621.  
  2622. .r124,
  2623. r124 a {
  2624. color: #FFC125
  2625. }
  2626.  
  2627. .b124,
  2628. .b124 a {
  2629. background-color: #FFC125
  2630. }
  2631.  
  2632. .r125,
  2633. r125 a {
  2634. color: #FFB90F
  2635. }
  2636.  
  2637. .b125,
  2638. .b125 a {
  2639. background-color: #FFB90F
  2640. }
  2641.  
  2642. .r126,
  2643. r126 a {
  2644. color: #EEAD0E
  2645. }
  2646.  
  2647. .b126,
  2648. .b126 a {
  2649. background-color: #EEAD0E
  2650. }
  2651.  
  2652. .r127,
  2653. r127 a {
  2654. color: #DAA520
  2655. }
  2656.  
  2657. .b127,
  2658. .b127 a {
  2659. background-color: #DAA520
  2660. }
  2661.  
  2662. .r128,
  2663. r128 a {
  2664. color: #BFA30C
  2665. }
  2666.  
  2667. .b128,
  2668. .b128 a {
  2669. background-color: #BFA30C
  2670. }
  2671.  
  2672. .r129,
  2673. r129 a {
  2674. color: #B78A00
  2675. }
  2676.  
  2677. .b129,
  2678. .b129 a {
  2679. background-color: #B78A00
  2680. }
  2681.  
  2682. .r130,
  2683. r130 a {
  2684. color: #FFA500
  2685. }
  2686.  
  2687. .b130,
  2688. .b130 a {
  2689. background-color: #FFA500
  2690. }
  2691.  
  2692. .r131,
  2693. r131 a {
  2694. color: #FF9912
  2695. }
  2696.  
  2697. .b131,
  2698. .b131 a {
  2699. background-color: #FF9912
  2700. }
  2701.  
  2702. .r132,
  2703. r132 a {
  2704. color: #ED9121
  2705. }
  2706.  
  2707. .b132,
  2708. .b132 a {
  2709. background-color: #ED9121
  2710. }
  2711.  
  2712. .r133,
  2713. r133 a {
  2714. color: #FF7F00
  2715. }
  2716.  
  2717. .b133,
  2718. .b133 a {
  2719. background-color: #FF7F00
  2720. }
  2721.  
  2722. .r134,
  2723. r134 a {
  2724. color: #FF8000
  2725. }
  2726.  
  2727. .b134,
  2728. .b134 a {
  2729. background-color: #FF8000
  2730. }
  2731.  
  2732. .r135,
  2733. r135 a {
  2734. color: #EE7600
  2735. }
  2736.  
  2737. .b135,
  2738. .b135 a {
  2739. background-color: #EE7600
  2740. }
  2741.  
  2742. .r136,
  2743. r136 a {
  2744. color: #EE6A50
  2745. }
  2746.  
  2747. .b136,
  2748. .b136 a {
  2749. background-color: #EE6A50
  2750. }
  2751.  
  2752. .r137,
  2753. r137 a {
  2754. color: #EE5C42
  2755. }
  2756.  
  2757. .b137,
  2758. .b137 a {
  2759. background-color: #EE5C42
  2760. }
  2761.  
  2762. .r138,
  2763. r138 a {
  2764. color: #FF6347
  2765. }
  2766.  
  2767. .b138,
  2768. .b138 a {
  2769. background-color: #FF6347
  2770. }
  2771.  
  2772. .r139,
  2773. r139 a {
  2774. color: #FF6103
  2775. }
  2776.  
  2777. .b139,
  2778. .b139 a {
  2779. background-color: #FF6103
  2780. }
  2781.  
  2782. .r140,
  2783. r140 a {
  2784. color: #32CD32
  2785. }
  2786.  
  2787. .b140,
  2788. .b140 a {
  2789. background-color: #32CD32
  2790. }
  2791.  
  2792. .r141,
  2793. r141 a {
  2794. color: #00C957
  2795. }
  2796.  
  2797. .b141,
  2798. .b141 a {
  2799. background-color: #00C957
  2800. }
  2801.  
  2802. .r142,
  2803. r142 a {
  2804. color: #43CD80
  2805. }
  2806.  
  2807. .b142,
  2808. .b142 a {
  2809. background-color: #43CD80
  2810. }
  2811.  
  2812. .r143,
  2813. r143 a {
  2814. color: #00C78C
  2815. }
  2816.  
  2817. .b143,
  2818. .b143 a {
  2819. background-color: #00C78C
  2820. }
  2821.  
  2822. .r144,
  2823. r144 a {
  2824. color: #1ABC9C
  2825. }
  2826.  
  2827. .b144,
  2828. .b144 a {
  2829. background-color: #1ABC9C
  2830. }
  2831.  
  2832. .r145,
  2833. r145 a {
  2834. color: #20B2AA
  2835. }
  2836.  
  2837. .b145,
  2838. .b145 a {
  2839. background-color: #20B2AA
  2840. }
  2841.  
  2842. .r146,
  2843. r146 a {
  2844. color: #03A89E
  2845. }
  2846.  
  2847. .b146,
  2848. .b146 a {
  2849. background-color: #03A89E
  2850. }
  2851.  
  2852. .r147,
  2853. r147 a {
  2854. color: #00C5CD
  2855. }
  2856.  
  2857. .b147,
  2858. .b147 a {
  2859. background-color: #00C5CD
  2860. }
  2861.  
  2862. .r148,
  2863. r148 a {
  2864. color: #00CED1
  2865. }
  2866.  
  2867. .b148,
  2868. .b148 a {
  2869. background-color: #00CED1
  2870. }
  2871.  
  2872. .r149,
  2873. r149 a {
  2874. color: #48D1CC
  2875. }
  2876.  
  2877. .b149,
  2878. .b149 a {
  2879. background-color: #48D1CC
  2880. }
  2881.  
  2882. .r150,
  2883. r150 a {
  2884. color: #63B8FF
  2885. }
  2886.  
  2887. .b150,
  2888. .b150 a {
  2889. background-color: #63B8FF
  2890. }
  2891.  
  2892. .r151,
  2893. r151 a {
  2894. color: #00B2EE
  2895. }
  2896.  
  2897. .b151,
  2898. .b151 a {
  2899. background-color: #00B2EE
  2900. }
  2901.  
  2902. .r152,
  2903. r152 a {
  2904. color: #1E90FF
  2905. }
  2906.  
  2907. .b152,
  2908. .b152 a {
  2909. background-color: #1E90FF
  2910. }
  2911.  
  2912. .r153,
  2913. r153 a {
  2914. color: #1C86EE
  2915. }
  2916.  
  2917. .b153,
  2918. .b153 a {
  2919. background-color: #1C86EE
  2920. }
  2921.  
  2922. .r154,
  2923. r154 a {
  2924. color: #1C86EE
  2925. }
  2926.  
  2927. .b154,
  2928. .b154 a {
  2929. background-color: #1C86EE
  2930. }
  2931.  
  2932. .r155,
  2933. r155 a {
  2934. color: #1874CD
  2935. }
  2936.  
  2937. .b155,
  2938. .b155 a {
  2939. background-color: #1874CD
  2940. }
  2941.  
  2942. .r156,
  2943. r156 a {
  2944. color: #436EEE
  2945. }
  2946.  
  2947. .b156,
  2948. .b156 a {
  2949. background-color: #436EEE
  2950. }
  2951.  
  2952. .r157,
  2953. r157 a {
  2954. color: #4169E1
  2955. }
  2956.  
  2957. .b157,
  2958. .b157 a {
  2959. background-color: #4169E1
  2960. }
  2961.  
  2962. .r158,
  2963. r158 a {
  2964. color: #3A5FCD
  2965. }
  2966.  
  2967. .b158,
  2968. .b158 a {
  2969. background-color: #3A5FCD
  2970. }
  2971.  
  2972. .r159,
  2973. r159 a {
  2974. color: #014B96
  2975. }
  2976.  
  2977. .b159,
  2978. .b159 a {
  2979. background-color: #014B96
  2980. }
  2981.  
  2982. .r160,
  2983. r160 a {
  2984. color: #EE7AE9
  2985. }
  2986.  
  2987. .b160,
  2988. .b160 a {
  2989. background-color: #EE7AE9
  2990. }
  2991.  
  2992. .r161,
  2993. r161 a {
  2994. color: #DA70D6
  2995. }
  2996.  
  2997. .b161,
  2998. .b161 a {
  2999. background-color: #DA70D6
  3000. }
  3001.  
  3002. .r162,
  3003. r162 a {
  3004. color: #BA55D3
  3005. }
  3006.  
  3007. .b162,
  3008. .b162 a {
  3009. background-color: #BA55D3
  3010. }
  3011.  
  3012. .r163,
  3013. r163 a {
  3014. color: #BF3EFF
  3015. }
  3016.  
  3017. .b163,
  3018. .b163 a {
  3019. background-color: #BF3EFF
  3020. }
  3021.  
  3022. .r164,
  3023. r164 a {
  3024. color: #B23AEE
  3025. }
  3026.  
  3027. .b164,
  3028. .b164 a {
  3029. background-color: #B23AEE
  3030. }
  3031.  
  3032. .r165,
  3033. r165 a {
  3034. color: #9B30FF
  3035. }
  3036.  
  3037. .b165,
  3038. .b165 a {
  3039. background-color: #9B30FF
  3040. }
  3041.  
  3042. .r166,
  3043. r166 a {
  3044. color: #836FFF
  3045. }
  3046.  
  3047. .b166,
  3048. .b166 a {
  3049. background-color: #836FFF
  3050. }
  3051.  
  3052. .r167,
  3053. r167 a {
  3054. color: #7A67EE
  3055. }
  3056.  
  3057. .b167,
  3058. .b167 a {
  3059. background-color: #7A67EE
  3060. }
  3061.  
  3062. .r168,
  3063. r168 a {
  3064. color: #9F79EE
  3065. }
  3066.  
  3067. .b168,
  3068. .b168 a {
  3069. background-color: #9F79EE
  3070. }
  3071.  
  3072. .r169,
  3073. r169 a {
  3074. color: #8968CD
  3075. }
  3076.  
  3077. .b169,
  3078. .b169 a {
  3079. background-color: #8968CD
  3080. }
  3081.  
  3082. .r170,
  3083. r170 a {
  3084. color: #FF6EB4
  3085. }
  3086.  
  3087. .b170,
  3088. .b170 a {
  3089. background-color: #FF6EB4
  3090. }
  3091.  
  3092. .r171,
  3093. r171 a {
  3094. color: #FF69B4
  3095. }
  3096.  
  3097. .b171,
  3098. .b171 a {
  3099. background-color: #FF69B4
  3100. }
  3101.  
  3102. .r172,
  3103. r172 a {
  3104. color: #EE3A8C
  3105. }
  3106.  
  3107. .b172,
  3108. .b172 a {
  3109. background-color: #EE3A8C
  3110. }
  3111.  
  3112. .r173,
  3113. r173 a {
  3114. color: #FF34B3
  3115. }
  3116.  
  3117. .b173,
  3118. .b173 a {
  3119. background-color: #FF34B3
  3120. }
  3121.  
  3122. .r174,
  3123. r174 a {
  3124. color: #FF1493
  3125. }
  3126.  
  3127. .b174,
  3128. .b174 a {
  3129. background-color: #FF1493
  3130. }
  3131.  
  3132. .r175,
  3133. r175 a {
  3134. color: #EE1289
  3135. }
  3136.  
  3137. .b175,
  3138. .b175 a {
  3139. background-color: #EE1289
  3140. }
  3141.  
  3142. .r176,
  3143. r176 a {
  3144. color: #CD2990
  3145. }
  3146.  
  3147. .b176,
  3148. .b176 a {
  3149. background-color: #CD2990
  3150. }
  3151.  
  3152. .r177,
  3153. r177 a {
  3154. color: #D02090
  3155. }
  3156.  
  3157. .b177,
  3158. .b177 a {
  3159. background-color: #D02090
  3160. }
  3161.  
  3162. .r178,
  3163. r178 a {
  3164. color: #C71585
  3165. }
  3166.  
  3167. .b178,
  3168. .b178 a {
  3169. background-color: #C71585
  3170. }
  3171.  
  3172. .r179,
  3173. r179 a {
  3174. color: #CD1076
  3175. }
  3176.  
  3177. .b179,
  3178. .b179 a {
  3179. background-color: #CD1076
  3180. }
  3181.  
  3182. .r180,
  3183. r180 a {
  3184. color: #FF4500
  3185. }
  3186.  
  3187. .b180,
  3188. .b180 a {
  3189. background-color: #FF4500
  3190. }
  3191.  
  3192. .r181,
  3193. r181 a {
  3194. color: #EE4000
  3195. }
  3196.  
  3197. .b181,
  3198. .b181 a {
  3199. background-color: #EE4000
  3200. }
  3201.  
  3202. .r182,
  3203. r182 a {
  3204. color: #FF4040
  3205. }
  3206.  
  3207. .b182,
  3208. .b182 a {
  3209. background-color: #FF4040
  3210. }
  3211.  
  3212. .r183,
  3213. r183 a {
  3214. color: #EE3B3B
  3215. }
  3216.  
  3217. .b183,
  3218. .b183 a {
  3219. background-color: #EE3B3B
  3220. }
  3221.  
  3222. .r184,
  3223. r184 a {
  3224. color: #EE2C2C
  3225. }
  3226.  
  3227. .b184,
  3228. .b184 a {
  3229. background-color: #EE2C2C
  3230. }
  3231.  
  3232. .r185,
  3233. r185 a {
  3234. color: #FF0000
  3235. }
  3236.  
  3237. .b185,
  3238. .b185 a {
  3239. background-color: #FF0000
  3240. }
  3241.  
  3242. .r186,
  3243. r186 a {
  3244. color: #DC143C
  3245. }
  3246.  
  3247. .b186,
  3248. .b186 a {
  3249. background-color: #DC143C
  3250. }
  3251.  
  3252. .r187,
  3253. r187 a {
  3254. color: #CD0000
  3255. }
  3256.  
  3257. .b187,
  3258. .b187 a {
  3259. background-color: #CD0000
  3260. }
  3261.  
  3262. .r188,
  3263. r188 a {
  3264. color: #B0171F
  3265. }
  3266.  
  3267. .b188,
  3268. .b188 a {
  3269. background-color: #B0171F
  3270. }
  3271.  
  3272. .r189,
  3273. r189 a {
  3274. color: #8B2323
  3275. }
  3276.  
  3277. .b189,
  3278. .b189 a {
  3279. background-color: #8B2323
  3280. }
  3281.  
  3282. .r190,
  3283. r190 a {
  3284. color: #FF6A6A
  3285. }
  3286.  
  3287. .b190,
  3288. .b190 a {
  3289. background-color: #FF6A6A
  3290. }
  3291.  
  3292. .r191,
  3293. r191 a {
  3294. color: #CD7054
  3295. }
  3296.  
  3297. .b191,
  3298. .b191 a {
  3299. background-color: #CD7054
  3300. }
  3301.  
  3302. .r192,
  3303. r192 a {
  3304. color: #CD6839
  3305. }
  3306.  
  3307. .b192,
  3308. .b192 a {
  3309. background-color: #CD6839
  3310. }
  3311.  
  3312. .r193,
  3313. r193 a {
  3314. color: #CD661D
  3315. }
  3316.  
  3317. .b193,
  3318. .b193 a {
  3319. background-color: #CD661D
  3320. }
  3321.  
  3322. .r194,
  3323. r194 a {
  3324. color: #C76114
  3325. }
  3326.  
  3327. .b194,
  3328. .b194 a {
  3329. background-color: #C76114
  3330. }
  3331.  
  3332. .r195,
  3333. r195 a {
  3334. color: #CD5B45
  3335. }
  3336.  
  3337. .b195,
  3338. .b195 a {
  3339. background-color: #CD5B45
  3340. }
  3341.  
  3342. .r196,
  3343. r196 a {
  3344. color: #CD4F39
  3345. }
  3346.  
  3347. .b196,
  3348. .b196 a {
  3349. background-color: #CD4F39
  3350. }
  3351.  
  3352. .r197,
  3353. r197 a {
  3354. color: #CD3333
  3355. }
  3356.  
  3357. .b197,
  3358. .b197 a {
  3359. background-color: #CD3333
  3360. }
  3361.  
  3362. .r198,
  3363. r198 a {
  3364. color: #CD2626
  3365. }
  3366.  
  3367. .b198,
  3368. .b198 a {
  3369. background-color: #CD2626
  3370. }
  3371.  
  3372. .r199,
  3373. r199 a {
  3374. color: #CD3700
  3375. }
  3376.  
  3377. .b199,
  3378. .b199 a {
  3379. background-color: #CD3700
  3380. }
  3381.  
  3382. </style>
  3383.  
  3384. var d, e, t, w, f, s, i, q, n, k, j, h, x, y;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement