Uptime Robot Status Page - Dark Mode

Dark mode for Stats.uptimerobot.com pages

目前为 2025-01-03 提交的版本。查看 最新版本

  1. /* ==UserStyle==
  2. @name Uptime Robot Status Page - Dark Mode
  3. @namespace typpi.online
  4. @version 1.0.1
  5. @description Dark mode for Stats.uptimerobot.com pages
  6. @author Nick2bad4u
  7. @license UnLicense
  8. @homepageURL https://github.com/Nick2bad4u/UserStyles
  9. ==/UserStyle== */
  10. @-moz-document domain("stats.uptimerobot.com") {
  11. /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
  12. html {
  13. line-height: 1.15;
  14. font-family: sans-serif;
  15. -ms-text-size-adjust: 100%;
  16. -webkit-text-size-adjust: 100%;
  17. background: #111b25 !important;
  18. letter-spacing: 0.01em;
  19. }
  20.  
  21. * {
  22. box-sizing: border-box;
  23. }
  24.  
  25. body {
  26. margin: 0;
  27. -webkit-font-smoothing: antialiased;
  28. -moz-osx-font-smoothing: grayscale;
  29. background: #111b25;
  30. }
  31.  
  32. article,
  33. aside,
  34. footer,
  35. header,
  36. nav,
  37. section {
  38. display: block;
  39. }
  40.  
  41. h1 {
  42. margin: 0.67em 0;
  43. font-size: 2em;
  44. }
  45.  
  46. figcaption,
  47. figure,
  48. main {
  49. display: block;
  50. }
  51.  
  52. figure {
  53. margin: 1em 40px;
  54. }
  55.  
  56. hr {
  57. box-sizing: content-box;
  58. height: 0;
  59. overflow: visible;
  60. }
  61.  
  62. pre {
  63. font-size: 1em;
  64. font-family: monospace;
  65. }
  66.  
  67. a {
  68. background-color: transparent;
  69. -webkit-text-decoration-skip: objects;
  70. }
  71.  
  72. a:active,
  73. a:hover {
  74. outline-width: 0;
  75. }
  76.  
  77. abbr[title] {
  78. border-bottom: none;
  79. text-decoration: underline;
  80. text-decoration: underline dotted;
  81. }
  82.  
  83. code,
  84. kbd,
  85. samp {
  86. font-size: 1em;
  87. font-family: monospace;
  88. }
  89.  
  90. dfn {
  91. font-style: italic;
  92. }
  93.  
  94. mark {
  95. background-color: #ff0;
  96. color: #000;
  97. }
  98.  
  99. small {
  100. font-size: 80%;
  101. }
  102.  
  103. sub,
  104. sup {
  105. position: relative;
  106. font-size: 75%;
  107. line-height: 0;
  108. }
  109.  
  110. sub {
  111. bottom: -0.25em;
  112. }
  113.  
  114. sup {
  115. top: 0.15em;
  116. }
  117.  
  118. audio,
  119. video {
  120. display: inline-block;
  121. }
  122.  
  123. audio:not([controls]) {
  124. display: none;
  125. height: 0;
  126. }
  127.  
  128. img {
  129. border-style: none;
  130. }
  131.  
  132. svg:not(:root) {
  133. overflow: hidden;
  134. }
  135.  
  136. button,
  137. input,
  138. optgroup,
  139. select,
  140. textarea,
  141. [role='button'] {
  142. margin: 0;
  143. outline: 0 !important;
  144. color: inherit;
  145. font-size: 100%;
  146. line-height: 1.15;
  147. font-family: inherit;
  148. }
  149.  
  150. button,
  151. input {
  152. overflow: visible;
  153. }
  154.  
  155. button {
  156. cursor: pointer;
  157. border: 0;
  158. background: transparent;
  159. padding: 0;
  160. text-align: inherit;
  161. }
  162.  
  163. button:focus,
  164. button:active {
  165. outline: 0;
  166. }
  167.  
  168. input::input-placeholder,
  169. textarea::input-placeholder {
  170. opacity: 100%;
  171. }
  172.  
  173. input:input-placeholder,
  174. textarea:input-placeholder {
  175. opacity: 100%;
  176. }
  177.  
  178. input::placeholder,
  179. textarea::placeholder {
  180. opacity: 100%;
  181. }
  182.  
  183. input[type='checkbox'] {
  184. vertical-align: middle;
  185. }
  186.  
  187. button,
  188. select {
  189. text-transform: none;
  190. }
  191.  
  192. button,
  193. html [type='button'],
  194. [type='reset'],
  195. [type='submit'] {
  196. -webkit-appearance: button;
  197. }
  198.  
  199. button::-moz-focus-inner,
  200. [type='button']::-moz-focus-inner,
  201. [type='reset']::-moz-focus-inner,
  202. [type='submit']::-moz-focus-inner {
  203. border-style: none;
  204. padding: 0;
  205. }
  206.  
  207. button:-moz-focusring,
  208. [type='button']:-moz-focusring,
  209. [type='reset']:-moz-focusring,
  210. [type='submit']:-moz-focusring {
  211. outline: 1px dotted ButtonText;
  212. }
  213.  
  214. fieldset {
  215. margin: 0 2px;
  216. border: 1px solid #c0c0c0;
  217. padding: 0.35em 0.625em 0.75em;
  218. }
  219.  
  220. legend {
  221. display: table;
  222. box-sizing: border-box;
  223. padding: 0;
  224. max-width: 100%;
  225. color: inherit;
  226. white-space: normal;
  227. }
  228.  
  229. progress {
  230. display: inline-block;
  231. vertical-align: baseline;
  232. }
  233.  
  234. textarea {
  235. overflow: auto;
  236. }
  237.  
  238. [type='checkbox'],
  239. [type='radio'] {
  240. box-sizing: border-box;
  241. padding: 0;
  242. }
  243.  
  244. [type='number']::-webkit-inner-spin-button,
  245. [type='number']::-webkit-outer-spin-button {
  246. height: auto;
  247. }
  248.  
  249. [type='search'] {
  250. -webkit-appearance: textfield;
  251. outline-offset: -2px;
  252. }
  253.  
  254. [type='search']::-webkit-search-cancel-button,
  255. [type='search']::-webkit-search-decoration {
  256. -webkit-appearance: none;
  257. }
  258.  
  259. ::-webkit-file-upload-button {
  260. -webkit-appearance: button;
  261. font: inherit;
  262. }
  263.  
  264. details,
  265. menu {
  266. display: block;
  267. }
  268.  
  269. summary {
  270. display: list-item;
  271. }
  272.  
  273. canvas {
  274. display: inline-block;
  275. }
  276.  
  277. template {
  278. display: none;
  279. }
  280.  
  281. [hidden] {
  282. display: none;
  283. }
  284.  
  285. nav ul {
  286. list-style: none;
  287. }
  288.  
  289. audio,
  290. canvas,
  291. iframe,
  292. img,
  293. svg,
  294. video {
  295. vertical-align: middle;
  296. }
  297.  
  298. html {
  299. font-weight: normal;
  300. font-size: 18px;
  301. line-height: 1.33;
  302. font-family: Roboto, Arial, sans-serif;
  303. -webkit-text-size-adjust: 100%;
  304. background: #fff;
  305. color: #131a26;
  306. }
  307.  
  308. body {
  309. margin: 0;
  310. }
  311.  
  312. a:active,
  313. a:hover {
  314. outline: none;
  315. }
  316.  
  317. a,
  318. .uk-link {
  319. cursor: pointer;
  320. color: #3bd671;
  321. text-decoration: underline;
  322. }
  323.  
  324. a:hover,
  325. .uk-link:hover,
  326. .uk-link-toggle:hover .uk-link,
  327. .uk-link-toggle:focus .uk-link {
  328. color: #26b859;
  329. text-decoration: none;
  330. }
  331.  
  332. abbr[title] {
  333. text-decoration: underline dotted;
  334. -webkit-text-decoration-style: dotted;
  335. }
  336.  
  337. b,
  338. strong {
  339. font-weight: bolder;
  340. }
  341.  
  342. :not(pre) > code,
  343. :not(pre) > kbd,
  344. :not(pre) > samp {
  345. color: #df484a;
  346. font-size: 0.875rem;
  347. font-family: Consolas, monaco, monospace;
  348. white-space: nowrap;
  349. }
  350.  
  351. em {
  352. color: #df484a;
  353. }
  354.  
  355. ins {
  356. background: #ffd;
  357. color: #131a26;
  358. text-decoration: none;
  359. }
  360.  
  361. mark {
  362. background: #ffd;
  363. color: #131a26;
  364. }
  365.  
  366. q {
  367. font-style: italic;
  368. }
  369.  
  370. small {
  371. font-size: 80%;
  372. }
  373.  
  374. sub,
  375. sup {
  376. position: relative;
  377. vertical-align: baseline;
  378. font-size: 75%;
  379. line-height: 0;
  380. }
  381.  
  382. sup {
  383. top: -0.5em;
  384. }
  385.  
  386. sub {
  387. bottom: -0.25em;
  388. }
  389.  
  390. audio,
  391. canvas,
  392. iframe,
  393. img,
  394. svg,
  395. video {
  396. vertical-align: middle;
  397. }
  398.  
  399. canvas,
  400. img,
  401. video {
  402. box-sizing: border-box;
  403. max-width: 100%;
  404. height: auto;
  405. }
  406.  
  407. @supports (display: block) {
  408. svg {
  409. box-sizing: border-box;
  410. max-width: 100%;
  411. height: auto;
  412. }
  413. }
  414.  
  415. svg:not(:root) {
  416. overflow: hidden;
  417. }
  418.  
  419. img:not([src]) {
  420. visibility: hidden;
  421. min-width: 1px;
  422. }
  423.  
  424. iframe {
  425. border: 0;
  426. }
  427.  
  428. p,
  429. ul,
  430. ol,
  431. dl,
  432. pre,
  433. address,
  434. fieldset,
  435. figure {
  436. margin: 0 0 45px;
  437. }
  438.  
  439. * + p,
  440. * + ul,
  441. * + ol,
  442. * + dl,
  443. * + pre,
  444. * + address,
  445. * + fieldset,
  446. * + figure {
  447. margin-top: 45px;
  448. }
  449.  
  450. h1,
  451. .uk-h1,
  452. h2,
  453. .uk-h2,
  454. h3,
  455. .uk-h3,
  456. h4,
  457. .uk-h4,
  458. h5,
  459. .uk-h5,
  460. h6,
  461. .uk-h6,
  462. .uk-heading-small,
  463. .uk-heading-medium,
  464. .uk-heading-large,
  465. .uk-heading-xlarge,
  466. .uk-heading-2xlarge {
  467. margin: 0 0 45px;
  468. color: inherit;
  469. font-weight: bold;
  470. font-family: Roboto, Arial, sans-serif;
  471. text-transform: none;
  472. }
  473.  
  474. * + h1,
  475. * + .uk-h1,
  476. * + h2,
  477. * + .uk-h2,
  478. * + h3,
  479. * + .uk-h3,
  480. * + h4,
  481. * + .uk-h4,
  482. * + h5,
  483. * + .uk-h5,
  484. * + h6,
  485. * + .uk-h6,
  486. * + .uk-heading-small,
  487. * + .uk-heading-medium,
  488. * + .uk-heading-large,
  489. * + .uk-heading-xlarge,
  490. * + .uk-heading-2xlarge {
  491. margin-top: 45px;
  492. }
  493.  
  494. h1,
  495. .uk-h1 {
  496. font-size: 2.4565rem;
  497. line-height: 1.096;
  498. }
  499.  
  500. h2,
  501. .uk-h2 {
  502. font-size: 1.7rem;
  503. line-height: 1.096;
  504. }
  505.  
  506. h3,
  507. .uk-h3 {
  508. font-size: 1.67rem;
  509. line-height: 1.2;
  510. }
  511.  
  512. h4,
  513. .uk-h4 {
  514. font-size: 1.33rem;
  515. line-height: 1.4;
  516. }
  517.  
  518. h5,
  519. .uk-h5 {
  520. font-size: 18px;
  521. line-height: 1.4;
  522. }
  523.  
  524. h6,
  525. .uk-h6 {
  526. font-size: 0.875rem;
  527. line-height: 1.4;
  528. }
  529.  
  530. @media (width >=960px) {
  531. h1,
  532. .uk-h1 {
  533. font-size: 2.89rem;
  534. }
  535.  
  536. h2,
  537. .uk-h2 {
  538. font-size: 2rem;
  539. }
  540. }
  541.  
  542. ul,
  543. ol {
  544. padding-left: 30px;
  545. }
  546.  
  547. ul > li > ul,
  548. ul > li > ol,
  549. ol > li > ol,
  550. ol > li > ul {
  551. margin: 0;
  552. }
  553.  
  554. dt {
  555. font-weight: bold;
  556. }
  557.  
  558. dd {
  559. margin-left: 0;
  560. }
  561.  
  562. hr,
  563. .uk-hr {
  564. margin: 0 0 45px;
  565. border: 0;
  566. border-top: 1px solid #e5e5e5;
  567. overflow: visible;
  568. text-align: inherit;
  569. }
  570.  
  571. * + hr,
  572. * + .uk-hr {
  573. margin-top: 45px;
  574. }
  575.  
  576. address {
  577. font-style: normal;
  578. }
  579.  
  580. blockquote {
  581. margin: 0 0 45px;
  582. font-style: italic;
  583. font-size: 1.33rem;
  584. line-height: 1.5;
  585. }
  586.  
  587. * + blockquote {
  588. margin-top: 45px;
  589. }
  590.  
  591. blockquote p:last-of-type {
  592. margin-bottom: 0;
  593. }
  594.  
  595. blockquote footer {
  596. margin-top: 15px;
  597. font-size: 0.875rem;
  598. line-height: 1.5;
  599. }
  600.  
  601. pre {
  602. overflow: auto;
  603. color: #131a26;
  604. font:
  605. 0.875rem / 1.5 Consolas,
  606. monaco,
  607. monospace;
  608. -moz-tab-size: 4;
  609. tab-size: 4;
  610. }
  611.  
  612. pre code {
  613. font-family: Consolas, monaco, monospace;
  614. }
  615.  
  616. ::selection {
  617. background: #39f;
  618. color: #fff;
  619. text-shadow: none;
  620. }
  621.  
  622. details,
  623. main {
  624. display: block;
  625. }
  626.  
  627. summary {
  628. display: list-item;
  629. }
  630.  
  631. template {
  632. display: none;
  633. }
  634.  
  635. .uk-breakpoint-s::before {
  636. content: '640px';
  637. }
  638.  
  639. .uk-breakpoint-m::before {
  640. content: '960px';
  641. }
  642.  
  643. .uk-breakpoint-l::before {
  644. content: '1200px';
  645. }
  646.  
  647. .uk-breakpoint-xl::before {
  648. content: '1600px';
  649. }
  650.  
  651. :root {
  652. --uk-breakpoint-s: 640px;
  653. --uk-breakpoint-m: 960px;
  654. --uk-breakpoint-l: 1200px;
  655. --uk-breakpoint-xl: 1600px;
  656. }
  657.  
  658. a.uk-link-muted,
  659. .uk-link-muted a {
  660. color: #687790;
  661. }
  662.  
  663. a.uk-link-muted:hover,
  664. .uk-link-muted a:hover,
  665. .uk-link-toggle:hover .uk-link-muted,
  666. .uk-link-toggle:focus .uk-link-muted {
  667. color: #131a26;
  668. }
  669.  
  670. a.uk-link-text,
  671. .uk-link-text a {
  672. color: inherit;
  673. }
  674.  
  675. a.uk-link-text:hover,
  676. .uk-link-text a:hover,
  677. .uk-link-toggle:hover .uk-link-text,
  678. .uk-link-toggle:focus .uk-link-text {
  679. color: #687790;
  680. }
  681.  
  682. a.uk-link-heading,
  683. .uk-link-heading a {
  684. color: inherit;
  685. }
  686.  
  687. a.uk-link-heading:hover,
  688. .uk-link-heading a:hover,
  689. .uk-link-toggle:hover .uk-link-heading,
  690. .uk-link-toggle:focus .uk-link-heading {
  691. color: #3bd671;
  692. text-decoration: none;
  693. }
  694.  
  695. a.uk-link-reset,
  696. .uk-link-reset a {
  697. color: inherit !important;
  698. text-decoration: none !important;
  699. }
  700.  
  701. .uk-link-toggle {
  702. color: inherit !important;
  703. text-decoration: none !important;
  704. }
  705.  
  706. .uk-link-toggle:focus {
  707. outline: none;
  708. }
  709.  
  710. .uk-heading-small {
  711. font-size: 2.6rem;
  712. line-height: 1.096;
  713. }
  714.  
  715. .uk-heading-medium {
  716. font-size: 2.8875rem;
  717. line-height: 1.1;
  718. }
  719.  
  720. .uk-heading-large {
  721. font-size: 3.4rem;
  722. line-height: 1.1;
  723. }
  724.  
  725. .uk-heading-xlarge {
  726. font-size: 4rem;
  727. line-height: 1;
  728. }
  729.  
  730. .uk-heading-2xlarge {
  731. font-size: 6rem;
  732. line-height: 1;
  733. }
  734.  
  735. @media (width >=960px) {
  736. .uk-heading-small {
  737. font-size: 3.25rem;
  738. }
  739.  
  740. .uk-heading-medium {
  741. font-size: 3.5rem;
  742. }
  743.  
  744. .uk-heading-large {
  745. font-size: 4rem;
  746. }
  747.  
  748. .uk-heading-xlarge {
  749. font-size: 6rem;
  750. }
  751.  
  752. .uk-heading-2xlarge {
  753. font-size: 8rem;
  754. }
  755. }
  756.  
  757. @media (width >=1200px) {
  758. .uk-heading-medium {
  759. font-size: 4rem;
  760. }
  761.  
  762. .uk-heading-large {
  763. font-size: 6rem;
  764. }
  765.  
  766. .uk-heading-xlarge {
  767. font-size: 8rem;
  768. }
  769.  
  770. .uk-heading-2xlarge {
  771. font-size: 11rem;
  772. }
  773. }
  774.  
  775. .uk-heading-divider {
  776. border-bottom: calc(0.2px + 0.05em) solid
  777. #e5e5e5;
  778. padding-bottom: calc(5px + 0.1em);
  779. }
  780.  
  781. .uk-heading-bullet {
  782. position: relative;
  783. }
  784.  
  785. .uk-heading-bullet::before {
  786. display: inline-block;
  787. position: relative;
  788. top: calc(-0.1 * 1em);
  789. vertical-align: middle;
  790. margin-right: calc(5px + 0.2em);
  791. border-left: calc(5px + 0.1em) solid #e5e5e5;
  792. height: calc(4px + 0.7em);
  793. content: '';
  794. }
  795.  
  796. .uk-heading-line {
  797. overflow: hidden;
  798. }
  799.  
  800. .uk-heading-line > * {
  801. display: inline-block;
  802. position: relative;
  803. }
  804.  
  805. .uk-heading-line > ::before,
  806. .uk-heading-line > ::after {
  807. position: absolute;
  808. top: calc(50% - (calc(0.2px + 0.05em) / 2));
  809. border-bottom: calc(0.2px + 0.05em) solid
  810. #e5e5e5;
  811. width: 2000px;
  812. content: '';
  813. }
  814.  
  815. .uk-heading-line > ::before {
  816. right: 100%;
  817. margin-right: calc(5px + 0.3em);
  818. }
  819.  
  820. .uk-heading-line > ::after {
  821. left: 100%;
  822. margin-left: calc(5px + 0.3em);
  823. }
  824.  
  825. .uk-button {
  826. display: inline-block;
  827. vertical-align: middle;
  828. -webkit-appearance: none;
  829. box-sizing: border-box;
  830. margin: 0;
  831. border: none;
  832. border-radius: 0;
  833. padding: 0 30px;
  834. overflow: visible;
  835. color: inherit;
  836. font: inherit;
  837. font-size: 18px;
  838. line-height: 46px;
  839. text-align: center;
  840. text-decoration: none;
  841. text-transform: none;
  842. }
  843.  
  844. .uk-button:not(:disabled) {
  845. cursor: pointer;
  846. }
  847.  
  848. .uk-button::-moz-focus-inner {
  849. border: 0;
  850. padding: 0;
  851. }
  852.  
  853. .uk-button:hover {
  854. text-decoration: none;
  855. }
  856.  
  857. .uk-button:focus {
  858. outline: none;
  859. }
  860.  
  861. .uk-button-default {
  862. background-color: #687790;
  863. color: #fff;
  864. }
  865.  
  866. .uk-button-default:hover,
  867. .uk-button-default:focus {
  868. background-color: #5d6b81;
  869. color: #fff;
  870. }
  871.  
  872. .uk-button-default:active,
  873. .uk-button-default.uk-active {
  874. background-color: #535f72;
  875. color: inherit;
  876. }
  877.  
  878. .uk-button-primary {
  879. background-color: #3bd671;
  880. color: #fff;
  881. }
  882.  
  883. .uk-button-primary:hover,
  884. .uk-button-primary:focus {
  885. background-color: #2bcd63;
  886. color: #fff;
  887. }
  888.  
  889. .uk-button-primary:active,
  890. .uk-button-primary.uk-active {
  891. background-color: #26b859;
  892. color: #fff;
  893. }
  894.  
  895. .uk-button-secondary {
  896. background-color: #131a26;
  897. color: #fff;
  898. }
  899.  
  900. .uk-button-secondary:hover,
  901. .uk-button-secondary:focus {
  902. background-color: #0b0e15;
  903. color: #fff;
  904. }
  905.  
  906. .uk-button-secondary:active,
  907. .uk-button-secondary.uk-active {
  908. background-color: #020304;
  909. color: #fff;
  910. }
  911.  
  912. .uk-button-danger {
  913. background-color: #df484a;
  914. color: #fff;
  915. }
  916.  
  917. .uk-button-danger:hover,
  918. .uk-button-danger:focus {
  919. background-color: #db3235;
  920. color: #fff;
  921. }
  922.  
  923. .uk-button-danger:active,
  924. .uk-button-danger.uk-active {
  925. background-color: #d02427;
  926. color: #fff;
  927. }
  928.  
  929. .uk-button-default:disabled,
  930. .uk-button-primary:disabled,
  931. .uk-button-secondary:disabled,
  932. .uk-button-danger:disabled {
  933. background-color: #687790;
  934. color: #687790;
  935. }
  936.  
  937. .uk-button-small {
  938. padding: 0 15px;
  939. font-size: 0.875rem;
  940. line-height: 36px;
  941. }
  942.  
  943. .uk-button-large {
  944. padding: 0 45px;
  945. font-size: 18px;
  946. line-height: 56px;
  947. }
  948.  
  949. .uk-button-text {
  950. background: none;
  951. padding: 0;
  952. color: #687790;
  953. line-height: 1.33;
  954. }
  955.  
  956. .uk-button-text:hover,
  957. .uk-button-text:focus {
  958. color: #131a26;
  959. }
  960.  
  961. .uk-button-text:disabled {
  962. color: #687790;
  963. }
  964.  
  965. .uk-button-link {
  966. background: none;
  967. padding: 0;
  968. color: #3bd671;
  969. line-height: 1.33;
  970. }
  971.  
  972. .uk-button-link:hover,
  973. .uk-button-link:focus {
  974. color: #26b859;
  975. text-decoration: underline;
  976. }
  977.  
  978. .uk-button-link:disabled {
  979. color: #687790;
  980. text-decoration: none;
  981. }
  982.  
  983. .uk-button-group {
  984. display: -ms-inline-flexbox;
  985. display: inline-flex;
  986. position: relative;
  987. vertical-align: middle;
  988. }
  989.  
  990. .uk-section {
  991. display: flow-root;
  992. box-sizing: border-box;
  993. padding-top: 45px;
  994. padding-bottom: 45px;
  995. }
  996.  
  997. @media (width >=960px) {
  998. .uk-section {
  999. padding-top: 70px;
  1000. padding-bottom: 70px;
  1001. }
  1002. }
  1003.  
  1004. .uk-section > :last-child {
  1005. margin-bottom: 0;
  1006. }
  1007.  
  1008. .uk-section-xsmall {
  1009. padding-top: 45px;
  1010. padding-bottom: 45px;
  1011. }
  1012.  
  1013. .uk-section-small {
  1014. padding-top: 45px;
  1015. padding-bottom: 45px;
  1016. }
  1017.  
  1018. .uk-section-large {
  1019. padding-top: 70px;
  1020. padding-bottom: 70px;
  1021. }
  1022.  
  1023. @media (width >=960px) {
  1024. .uk-section-large {
  1025. padding-top: 160px;
  1026. padding-bottom: 160px;
  1027. }
  1028. }
  1029.  
  1030. .uk-section-xlarge {
  1031. padding-top: 160px;
  1032. padding-bottom: 160px;
  1033. }
  1034.  
  1035. @media (width >=960px) {
  1036. .uk-section-xlarge {
  1037. padding-top: 230px;
  1038. padding-bottom: 230px;
  1039. }
  1040. }
  1041.  
  1042. .uk-section-default {
  1043. background: #fff;
  1044. }
  1045.  
  1046. .uk-section-muted {
  1047. background: #687790;
  1048. }
  1049.  
  1050. .uk-section-primary {
  1051. background: #3bd671;
  1052. }
  1053.  
  1054. .uk-section-secondary {
  1055. background: #131a26;
  1056. }
  1057.  
  1058. .uk-container {
  1059. display: flow-root;
  1060. box-sizing: content-box;
  1061. margin-right: auto;
  1062. margin-left: auto;
  1063. padding-right: 15px;
  1064. padding-left: 15px;
  1065. max-width: 1000px;
  1066. }
  1067.  
  1068. @media (width >=640px) {
  1069. .uk-container {
  1070. padding-right: 30px;
  1071. padding-left: 30px;
  1072. }
  1073. }
  1074.  
  1075. @media (width >=960px) {
  1076. .uk-container {
  1077. padding-right: 45px;
  1078. padding-left: 45px;
  1079. }
  1080. }
  1081.  
  1082. .uk-container > :last-child {
  1083. margin-bottom: 0;
  1084. }
  1085.  
  1086. .uk-container .uk-container {
  1087. padding-right: 0;
  1088. padding-left: 0;
  1089. }
  1090.  
  1091. .uk-container-xsmall {
  1092. max-width: 750px;
  1093. }
  1094.  
  1095. .uk-container-small {
  1096. max-width: 900px;
  1097. }
  1098.  
  1099. .uk-container-large {
  1100. max-width: 1200px;
  1101. }
  1102.  
  1103. .uk-container-xlarge {
  1104. max-width: 1200px;
  1105. }
  1106.  
  1107. .uk-container-expand {
  1108. max-width: none;
  1109. }
  1110.  
  1111. .uk-container-expand-left {
  1112. margin-left: 0;
  1113. }
  1114.  
  1115. .uk-container-expand-right {
  1116. margin-right: 0;
  1117. }
  1118.  
  1119. @media (width >=640px) {
  1120. .uk-container-expand-left.uk-container-xsmall,
  1121. .uk-container-expand-right.uk-container-xsmall {
  1122. max-width: calc(50% + (750px / 2) - 30px);
  1123. }
  1124.  
  1125. .uk-container-expand-left.uk-container-small,
  1126. .uk-container-expand-right.uk-container-small {
  1127. max-width: calc(50% + (900px / 2) - 30px);
  1128. }
  1129. }
  1130.  
  1131. @media (width >=960px) {
  1132. .uk-container-expand-left,
  1133. .uk-container-expand-right {
  1134. max-width: calc(50% + (1000px / 2) - 45px);
  1135. }
  1136.  
  1137. .uk-container-expand-left.uk-container-xsmall,
  1138. .uk-container-expand-right.uk-container-xsmall {
  1139. max-width: calc(50% + (750px / 2) - 45px);
  1140. }
  1141.  
  1142. .uk-container-expand-left.uk-container-small,
  1143. .uk-container-expand-right.uk-container-small {
  1144. max-width: calc(50% + (900px / 2) - 45px);
  1145. }
  1146.  
  1147. .uk-container-expand-left.uk-container-large,
  1148. .uk-container-expand-right.uk-container-large {
  1149. max-width: calc(50% + (1200px / 2) - 45px);
  1150. }
  1151.  
  1152. .uk-container-expand-left.uk-container-xlarge,
  1153. .uk-container-expand-right.uk-container-xlarge {
  1154. max-width: calc(50% + (1200px / 2) - 45px);
  1155. }
  1156. }
  1157.  
  1158. .uk-container-item-padding-remove-left,
  1159. .uk-container-item-padding-remove-right {
  1160. width: calc(100% + 15px);
  1161. }
  1162.  
  1163. .uk-container-item-padding-remove-left {
  1164. margin-left: -15px;
  1165. }
  1166.  
  1167. .uk-container-item-padding-remove-right {
  1168. margin-right: -15px;
  1169. }
  1170.  
  1171. @media (width >=640px) {
  1172. .uk-container-item-padding-remove-left,
  1173. .uk-container-item-padding-remove-right {
  1174. width: calc(100% + 30px);
  1175. }
  1176.  
  1177. .uk-container-item-padding-remove-left {
  1178. margin-left: -30px;
  1179. }
  1180.  
  1181. .uk-container-item-padding-remove-right {
  1182. margin-right: -30px;
  1183. }
  1184. }
  1185.  
  1186. @media (width >=960px) {
  1187. .uk-container-item-padding-remove-left,
  1188. .uk-container-item-padding-remove-right {
  1189. width: calc(100% + 45px);
  1190. }
  1191.  
  1192. .uk-container-item-padding-remove-left {
  1193. margin-left: -45px;
  1194. }
  1195.  
  1196. .uk-container-item-padding-remove-right {
  1197. margin-right: -45px;
  1198. }
  1199. }
  1200.  
  1201. .uk-grid {
  1202. display: flexbox;
  1203. display: flex;
  1204. -ms-flex-wrap: wrap;
  1205. flex-wrap: wrap;
  1206. margin: 0;
  1207. padding: 0;
  1208. list-style: none;
  1209. }
  1210.  
  1211. .uk-grid > * {
  1212. margin: 0;
  1213. }
  1214.  
  1215. .uk-grid > * > :last-child {
  1216. margin-bottom: 0;
  1217. }
  1218.  
  1219. .uk-grid {
  1220. margin-left: -30px;
  1221. }
  1222.  
  1223. .uk-grid > * {
  1224. padding-left: 30px;
  1225. }
  1226.  
  1227. .uk-grid + .uk-grid,
  1228. .uk-grid > .uk-grid-margin,
  1229. * + .uk-grid-margin {
  1230. margin-top: 30px;
  1231. }
  1232.  
  1233. @media (width >=1200px) {
  1234. .uk-grid {
  1235. margin-left: -45px;
  1236. }
  1237.  
  1238. .uk-grid > * {
  1239. padding-left: 45px;
  1240. }
  1241.  
  1242. .uk-grid + .uk-grid,
  1243. .uk-grid > .uk-grid-margin,
  1244. * + .uk-grid-margin {
  1245. margin-top: 45px;
  1246. }
  1247. }
  1248.  
  1249. .uk-grid-small,
  1250. .uk-grid-column-small {
  1251. margin-left: -15px;
  1252. }
  1253.  
  1254. .uk-grid-small > *,
  1255. .uk-grid-column-small > * {
  1256. padding-left: 15px;
  1257. }
  1258.  
  1259. .uk-grid + .uk-grid-small,
  1260. .uk-grid + .uk-grid-row-small,
  1261. .uk-grid-small > .uk-grid-margin,
  1262. .uk-grid-row-small > .uk-grid-margin,
  1263. * + .uk-grid-margin-small {
  1264. margin-top: 15px;
  1265. }
  1266.  
  1267. .uk-grid-medium,
  1268. .uk-grid-column-medium {
  1269. margin-left: -30px;
  1270. }
  1271.  
  1272. .uk-grid-medium > *,
  1273. .uk-grid-column-medium > * {
  1274. padding-left: 30px;
  1275. }
  1276.  
  1277. .uk-grid + .uk-grid-medium,
  1278. .uk-grid + .uk-grid-row-medium,
  1279. .uk-grid-medium > .uk-grid-margin,
  1280. .uk-grid-row-medium > .uk-grid-margin,
  1281. * + .uk-grid-margin-medium {
  1282. margin-top: 30px;
  1283. }
  1284.  
  1285. .uk-grid-large,
  1286. .uk-grid-column-large {
  1287. margin-left: -45px;
  1288. }
  1289.  
  1290. .uk-grid-large > *,
  1291. .uk-grid-column-large > * {
  1292. padding-left: 45px;
  1293. }
  1294.  
  1295. .uk-grid + .uk-grid-large,
  1296. .uk-grid + .uk-grid-row-large,
  1297. .uk-grid-large > .uk-grid-margin,
  1298. .uk-grid-row-large > .uk-grid-margin,
  1299. * + .uk-grid-margin-large {
  1300. margin-top: 45px;
  1301. }
  1302.  
  1303. @media (width >=1200px) {
  1304. .uk-grid-large,
  1305. .uk-grid-column-large {
  1306. margin-left: -60px;
  1307. }
  1308.  
  1309. .uk-grid-large > *,
  1310. .uk-grid-column-large > * {
  1311. padding-left: 60px;
  1312. }
  1313.  
  1314. .uk-grid + .uk-grid-large,
  1315. .uk-grid + .uk-grid-row-large,
  1316. .uk-grid-large > .uk-grid-margin,
  1317. .uk-grid-row-large > .uk-grid-margin,
  1318. * + .uk-grid-margin-large {
  1319. margin-top: 60px;
  1320. }
  1321. }
  1322.  
  1323. .uk-grid-collapse,
  1324. .uk-grid-column-collapse {
  1325. margin-left: 0;
  1326. }
  1327.  
  1328. .uk-grid-collapse > *,
  1329. .uk-grid-column-collapse > * {
  1330. padding-left: 0;
  1331. }
  1332.  
  1333. .uk-grid + .uk-grid-collapse,
  1334. .uk-grid + .uk-grid-row-collapse,
  1335. .uk-grid-collapse > .uk-grid-margin,
  1336. .uk-grid-row-collapse > .uk-grid-margin {
  1337. margin-top: 0;
  1338. }
  1339.  
  1340. .uk-grid-divider > * {
  1341. position: relative;
  1342. }
  1343.  
  1344. .uk-grid-divider
  1345. > :not(.uk-first-column)::before {
  1346. position: absolute;
  1347. top: 0;
  1348. bottom: 0;
  1349. border-left: 1px solid #e5e5e5;
  1350. content: '';
  1351. }
  1352.  
  1353. .uk-grid-divider.uk-grid-stack
  1354. > .uk-grid-margin::before {
  1355. position: absolute;
  1356. right: 0;
  1357. left: 0;
  1358. border-top: 1px solid #e5e5e5;
  1359. content: '';
  1360. }
  1361.  
  1362. .uk-grid-divider {
  1363. margin-left: -60px;
  1364. }
  1365.  
  1366. .uk-grid-divider > * {
  1367. padding-left: 60px;
  1368. }
  1369.  
  1370. .uk-grid-divider
  1371. > :not(.uk-first-column)::before {
  1372. left: 30px;
  1373. }
  1374.  
  1375. .uk-grid-divider.uk-grid-stack
  1376. > .uk-grid-margin {
  1377. margin-top: 60px;
  1378. }
  1379.  
  1380. .uk-grid-divider.uk-grid-stack
  1381. > .uk-grid-margin::before {
  1382. top: -30px;
  1383. left: 60px;
  1384. }
  1385.  
  1386. @media (width >=1200px) {
  1387. .uk-grid-divider {
  1388. margin-left: -90px;
  1389. }
  1390.  
  1391. .uk-grid-divider > * {
  1392. padding-left: 90px;
  1393. }
  1394.  
  1395. .uk-grid-divider
  1396. > :not(.uk-first-column)::before {
  1397. left: 45px;
  1398. }
  1399.  
  1400. .uk-grid-divider.uk-grid-stack
  1401. > .uk-grid-margin {
  1402. margin-top: 90px;
  1403. }
  1404.  
  1405. .uk-grid-divider.uk-grid-stack
  1406. > .uk-grid-margin::before {
  1407. top: -45px;
  1408. left: 90px;
  1409. }
  1410. }
  1411.  
  1412. .uk-grid-divider.uk-grid-small,
  1413. .uk-grid-divider.uk-grid-column-small {
  1414. margin-left: -30px;
  1415. }
  1416.  
  1417. .uk-grid-divider.uk-grid-small > *,
  1418. .uk-grid-divider.uk-grid-column-small > * {
  1419. padding-left: 30px;
  1420. }
  1421.  
  1422. .uk-grid-divider.uk-grid-small
  1423. > :not(.uk-first-column)::before,
  1424. .uk-grid-divider.uk-grid-column-small
  1425. > :not(.uk-first-column)::before {
  1426. left: 15px;
  1427. }
  1428.  
  1429. .uk-grid-divider.uk-grid-small.uk-grid-stack
  1430. > .uk-grid-margin,
  1431. .uk-grid-divider.uk-grid-row-small.uk-grid-stack
  1432. > .uk-grid-margin {
  1433. margin-top: 30px;
  1434. }
  1435.  
  1436. .uk-grid-divider.uk-grid-small.uk-grid-stack
  1437. > .uk-grid-margin::before {
  1438. top: -15px;
  1439. left: 30px;
  1440. }
  1441.  
  1442. .uk-grid-divider.uk-grid-row-small.uk-grid-stack
  1443. > .uk-grid-margin::before {
  1444. top: -15px;
  1445. }
  1446.  
  1447. .uk-grid-divider.uk-grid-column-small.uk-grid-stack
  1448. > .uk-grid-margin::before {
  1449. left: 30px;
  1450. }
  1451.  
  1452. .uk-grid-divider.uk-grid-medium,
  1453. .uk-grid-divider.uk-grid-column-medium {
  1454. margin-left: -60px;
  1455. }
  1456.  
  1457. .uk-grid-divider.uk-grid-medium > *,
  1458. .uk-grid-divider.uk-grid-column-medium > * {
  1459. padding-left: 60px;
  1460. }
  1461.  
  1462. .uk-grid-divider.uk-grid-medium
  1463. > :not(.uk-first-column)::before,
  1464. .uk-grid-divider.uk-grid-column-medium
  1465. > :not(.uk-first-column)::before {
  1466. left: 30px;
  1467. }
  1468.  
  1469. .uk-grid-divider.uk-grid-medium.uk-grid-stack
  1470. > .uk-grid-margin,
  1471. .uk-grid-divider.uk-grid-row-medium.uk-grid-stack
  1472. > .uk-grid-margin {
  1473. margin-top: 60px;
  1474. }
  1475.  
  1476. .uk-grid-divider.uk-grid-medium.uk-grid-stack
  1477. > .uk-grid-margin::before {
  1478. top: -30px;
  1479. left: 60px;
  1480. }
  1481.  
  1482. .uk-grid-divider.uk-grid-row-medium.uk-grid-stack
  1483. > .uk-grid-margin::before {
  1484. top: -30px;
  1485. }
  1486.  
  1487. .uk-grid-divider.uk-grid-column-medium.uk-grid-stack
  1488. > .uk-grid-margin::before {
  1489. left: 60px;
  1490. }
  1491.  
  1492. .uk-grid-divider.uk-grid-large,
  1493. .uk-grid-divider.uk-grid-column-large {
  1494. margin-left: -90px;
  1495. }
  1496.  
  1497. .uk-grid-divider.uk-grid-large > *,
  1498. .uk-grid-divider.uk-grid-column-large > * {
  1499. padding-left: 90px;
  1500. }
  1501.  
  1502. .uk-grid-divider.uk-grid-large
  1503. > :not(.uk-first-column)::before,
  1504. .uk-grid-divider.uk-grid-column-large
  1505. > :not(.uk-first-column)::before {
  1506. left: 45px;
  1507. }
  1508.  
  1509. .uk-grid-divider.uk-grid-large.uk-grid-stack
  1510. > .uk-grid-margin,
  1511. .uk-grid-divider.uk-grid-row-large.uk-grid-stack
  1512. > .uk-grid-margin {
  1513. margin-top: 90px;
  1514. }
  1515.  
  1516. .uk-grid-divider.uk-grid-large.uk-grid-stack
  1517. > .uk-grid-margin::before {
  1518. top: -45px;
  1519. left: 90px;
  1520. }
  1521.  
  1522. .uk-grid-divider.uk-grid-row-large.uk-grid-stack
  1523. > .uk-grid-margin::before {
  1524. top: -45px;
  1525. }
  1526.  
  1527. .uk-grid-divider.uk-grid-column-large.uk-grid-stack
  1528. > .uk-grid-margin::before {
  1529. left: 90px;
  1530. }
  1531.  
  1532. @media (width >=1200px) {
  1533. .uk-grid-divider.uk-grid-large,
  1534. .uk-grid-divider.uk-grid-column-large {
  1535. margin-left: -120px;
  1536. }
  1537.  
  1538. .uk-grid-divider.uk-grid-large > *,
  1539. .uk-grid-divider.uk-grid-column-large > * {
  1540. padding-left: 120px;
  1541. }
  1542.  
  1543. .uk-grid-divider.uk-grid-large
  1544. > :not(.uk-first-column)::before,
  1545. .uk-grid-divider.uk-grid-column-large
  1546. > :not(.uk-first-column)::before {
  1547. left: 60px;
  1548. }
  1549.  
  1550. .uk-grid-divider.uk-grid-large.uk-grid-stack
  1551. > .uk-grid-margin,
  1552. .uk-grid-divider.uk-grid-row-large.uk-grid-stack
  1553. > .uk-grid-margin {
  1554. margin-top: 120px;
  1555. }
  1556.  
  1557. .uk-grid-divider.uk-grid-large.uk-grid-stack
  1558. > .uk-grid-margin::before {
  1559. top: -60px;
  1560. left: 120px;
  1561. }
  1562.  
  1563. .uk-grid-divider.uk-grid-row-large.uk-grid-stack
  1564. > .uk-grid-margin::before {
  1565. top: -60px;
  1566. }
  1567.  
  1568. .uk-grid-divider.uk-grid-column-large.uk-grid-stack
  1569. > .uk-grid-margin::before {
  1570. left: 120px;
  1571. }
  1572. }
  1573.  
  1574. .uk-grid-match > *,
  1575. .uk-grid-item-match {
  1576. display: flexbox;
  1577. display: flex;
  1578. -ms-flex-wrap: wrap;
  1579. flex-wrap: wrap;
  1580. }
  1581.  
  1582. .uk-grid-match > * > :not([class*='uk-width']),
  1583. .uk-grid-item-match
  1584. > :not([class*='uk-width']) {
  1585. -ms-flex: auto;
  1586. flex: auto;
  1587. box-sizing: border-box;
  1588. width: 100%;
  1589. }
  1590.  
  1591. .uk-close {
  1592. color: #687790;
  1593. }
  1594.  
  1595. .uk-close:hover,
  1596. .uk-close:focus {
  1597. outline: none;
  1598. color: #131a26;
  1599. }
  1600.  
  1601. .uk-alert {
  1602. position: relative;
  1603. margin-bottom: 45px;
  1604. background: #687790;
  1605. padding: 15px 29px 15px 15px;
  1606. color: #131a26;
  1607. }
  1608.  
  1609. * + .uk-alert {
  1610. margin-top: 45px;
  1611. }
  1612.  
  1613. .uk-alert > :last-child {
  1614. margin-bottom: 0;
  1615. }
  1616.  
  1617. .uk-alert-close {
  1618. position: absolute;
  1619. top: 20px;
  1620. right: 15px;
  1621. }
  1622.  
  1623. .uk-alert-close:first-child + * {
  1624. margin-top: 0;
  1625. }
  1626.  
  1627. .uk-alert-primary {
  1628. background: rgb(3 153 215 / 5%);
  1629. color: #131a26;
  1630. }
  1631.  
  1632. .uk-alert-success {
  1633. background: rgb(50 210 150 / 7%);
  1634. color: #32d296;
  1635. }
  1636.  
  1637. .uk-alert-warning {
  1638. background: rgb(242 144 48 / 5%);
  1639. color: #f29030;
  1640. }
  1641.  
  1642. .uk-alert-danger {
  1643. background: rgb(223 72 74 / 5%);
  1644. color: #df484a;
  1645. }
  1646.  
  1647. .uk-label {
  1648. display: inline-block;
  1649. vertical-align: middle;
  1650. background: #e6e7e8;
  1651. padding: 3px 10px;
  1652. color: #687790;
  1653. font-size: 14px;
  1654. line-height: 1.33;
  1655. white-space: nowrap;
  1656. }
  1657.  
  1658. .uk-label-success {
  1659. background-color: #32d296;
  1660. color: #fff;
  1661. }
  1662.  
  1663. .uk-label-warning {
  1664. background-color: #f29030;
  1665. color: #fff;
  1666. }
  1667.  
  1668. .uk-label-danger {
  1669. background-color: #df484a;
  1670. color: #fff;
  1671. }
  1672.  
  1673. .uk-pagination {
  1674. display: flexbox;
  1675. display: flex;
  1676. -ms-flex-wrap: wrap;
  1677. flex-wrap: wrap;
  1678. margin-left: -20px;
  1679. padding: 0;
  1680. list-style: none;
  1681. }
  1682.  
  1683. .uk-pagination > * {
  1684. position: relative;
  1685. -ms-flex: none;
  1686. flex: none;
  1687. padding-left: 20px;
  1688. }
  1689.  
  1690. .uk-pagination > * > * {
  1691. display: block;
  1692. color: #687790;
  1693. }
  1694.  
  1695. .uk-pagination > * > :hover,
  1696. .uk-pagination > * > :focus {
  1697. color: #131a26;
  1698. text-decoration: none;
  1699. }
  1700.  
  1701. .uk-pagination > .uk-active > * {
  1702. color: #131a26;
  1703. }
  1704.  
  1705. .uk-pagination > .uk-disabled > * {
  1706. color: #687790;
  1707. }
  1708.  
  1709. .uk-dropdown {
  1710. display: none;
  1711. position: absolute;
  1712. z-index: 1020;
  1713. box-sizing: border-box;
  1714. background: #fff;
  1715. padding: 15px;
  1716. min-width: 200px;
  1717. color: #131a26;
  1718. }
  1719.  
  1720. .uk-dropdown.uk-open {
  1721. display: block;
  1722. }
  1723.  
  1724. .uk-dropdown-nav {
  1725. white-space: nowrap;
  1726. }
  1727.  
  1728. .uk-dropdown-nav > li > a {
  1729. color: #687790;
  1730. }
  1731.  
  1732. .uk-dropdown-nav > li > a:hover,
  1733. .uk-dropdown-nav > li > a:focus,
  1734. .uk-dropdown-nav > li.uk-active > a {
  1735. color: #131a26;
  1736. }
  1737.  
  1738. .uk-dropdown-nav .uk-nav-header {
  1739. color: inherit;
  1740. }
  1741.  
  1742. .uk-dropdown-nav .uk-nav-divider {
  1743. border-top: 1px solid #e5e5e5;
  1744. }
  1745.  
  1746. .uk-dropdown-nav .uk-nav-sub a {
  1747. color: #687790;
  1748. }
  1749.  
  1750. .uk-dropdown-nav .uk-nav-sub a:hover,
  1751. .uk-dropdown-nav .uk-nav-sub a:focus,
  1752. .uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  1753. color: #131a26;
  1754. }
  1755.  
  1756. [class*='uk-dropdown-top'] {
  1757. margin-top: -15px;
  1758. }
  1759.  
  1760. [class*='uk-dropdown-bottom'] {
  1761. margin-top: 15px;
  1762. }
  1763.  
  1764. [class*='uk-dropdown-left'] {
  1765. margin-left: -15px;
  1766. }
  1767.  
  1768. [class*='uk-dropdown-right'] {
  1769. margin-left: 15px;
  1770. }
  1771.  
  1772. .uk-dropdown-stack .uk-dropdown-grid > * {
  1773. width: 100% !important;
  1774. }
  1775.  
  1776. .uk-modal {
  1777. display: none;
  1778. position: fixed;
  1779. z-index: 1010;
  1780. inset: 0;
  1781. overflow-y: auto;
  1782. -webkit-overflow-scrolling: touch;
  1783. opacity: 0%;
  1784. transition: opacity 0.15s linear;
  1785. background: rgb(0 0 0 / 60%);
  1786. padding: 15px;
  1787. }
  1788.  
  1789. @media (width >=640px) {
  1790. .uk-modal {
  1791. padding: 50px 30px;
  1792. }
  1793. }
  1794.  
  1795. @media (width >=960px) {
  1796. .uk-modal {
  1797. padding-right: 45px;
  1798. padding-left: 45px;
  1799. }
  1800. }
  1801.  
  1802. .uk-modal.uk-open {
  1803. opacity: 100%;
  1804. }
  1805.  
  1806. .uk-modal-page {
  1807. overflow: hidden;
  1808. }
  1809.  
  1810. .uk-modal-dialog {
  1811. position: relative;
  1812. -ms-transform: translateY(-100px);
  1813. transform: translateY(-100px);
  1814. opacity: 0%;
  1815. transition: 0.3s linear;
  1816. transition-property: opacity, transform;
  1817. box-sizing: border-box;
  1818. margin: 0 auto;
  1819. background: #fff;
  1820. width: 600px;
  1821. max-width: calc(100% - 0.01px) !important;
  1822. }
  1823.  
  1824. .uk-open > .uk-modal-dialog {
  1825. -ms-transform: translateY(0);
  1826. transform: translateY(0);
  1827. opacity: 100%;
  1828. }
  1829.  
  1830. .uk-modal-container .uk-modal-dialog {
  1831. width: 1200px;
  1832. }
  1833.  
  1834. .uk-modal-full {
  1835. background: none;
  1836. padding: 0;
  1837. }
  1838.  
  1839. .uk-modal-full .uk-modal-dialog {
  1840. -ms-transform: translateY(0);
  1841. transform: translateY(0);
  1842. margin: 0;
  1843. width: 100%;
  1844. max-width: 100%;
  1845. }
  1846.  
  1847. .uk-modal-body {
  1848. display: flow-root;
  1849. padding: 30px;
  1850. }
  1851.  
  1852. .uk-modal-header {
  1853. display: flow-root;
  1854. background: #687790;
  1855. padding: 15px 30px;
  1856. }
  1857.  
  1858. .uk-modal-footer {
  1859. display: flow-root;
  1860. background: #687790;
  1861. padding: 15px 30px;
  1862. }
  1863.  
  1864. .uk-modal-body > :last-child,
  1865. .uk-modal-header > :last-child,
  1866. .uk-modal-footer > :last-child {
  1867. margin-bottom: 0;
  1868. }
  1869.  
  1870. .uk-modal-title {
  1871. font-size: 2rem;
  1872. line-height: 1.3;
  1873. }
  1874.  
  1875. [class*='uk-modal-close-'] {
  1876. position: absolute;
  1877. top: 15px;
  1878. right: 15px;
  1879. z-index: 1010;
  1880. padding: 5px;
  1881. }
  1882.  
  1883. [class*='uk-modal-close-']:first-child + * {
  1884. margin-top: 0;
  1885. }
  1886.  
  1887. .uk-modal-close-outside {
  1888. top: 0;
  1889. right: -5px;
  1890. -ms-transform: translate(0, -100%);
  1891. transform: translate(0, -100%);
  1892. color: #fff;
  1893. }
  1894.  
  1895. .uk-modal-close-outside:hover {
  1896. color: #fff;
  1897. }
  1898.  
  1899. @media (width >=960px) {
  1900. .uk-modal-close-outside {
  1901. right: 0;
  1902. -ms-transform: translate(100%, -100%);
  1903. transform: translate(100%, -100%);
  1904. }
  1905. }
  1906.  
  1907. .uk-switcher {
  1908. margin: 0;
  1909. padding: 0;
  1910. list-style: none;
  1911. }
  1912.  
  1913. .uk-switcher > :not(.uk-active) {
  1914. display: none;
  1915. }
  1916.  
  1917. .uk-switcher > * > :last-child {
  1918. margin-bottom: 0;
  1919. }
  1920.  
  1921. .uk-tooltip {
  1922. display: none;
  1923. position: absolute;
  1924. top: 0;
  1925. z-index: 1030;
  1926. box-sizing: border-box;
  1927. border-radius: 4px;
  1928. background: #131a26;
  1929. padding: 10px 15px;
  1930. max-width: 300px;
  1931. color: #fff;
  1932. font-size: 16px;
  1933. }
  1934.  
  1935. .uk-tooltip.uk-active {
  1936. display: block;
  1937. }
  1938.  
  1939. [class*='uk-tooltip-top'] {
  1940. margin-top: -15px;
  1941. }
  1942.  
  1943. [class*='uk-tooltip-bottom'] {
  1944. margin-top: 15px;
  1945. }
  1946.  
  1947. [class*='uk-tooltip-left'] {
  1948. margin-left: -15px;
  1949. }
  1950.  
  1951. [class*='uk-tooltip-right'] {
  1952. margin-left: 15px;
  1953. }
  1954.  
  1955. [class*='uk-animation-'] {
  1956. animation-duration: 0.5s;
  1957. animation-timing-function: ease-out;
  1958. animation-fill-mode: both;
  1959. }
  1960.  
  1961. .uk-animation-fade {
  1962. animation-duration: 0.8s;
  1963. animation-timing-function: linear;
  1964. animation-name: uk-fade;
  1965. }
  1966.  
  1967. .uk-animation-scale-up {
  1968. animation-name: uk-fade-scale-02;
  1969. }
  1970.  
  1971. .uk-animation-scale-down {
  1972. animation-name: uk-fade-scale-18;
  1973. }
  1974.  
  1975. .uk-animation-slide-top {
  1976. animation-name: uk-fade-top;
  1977. }
  1978.  
  1979. .uk-animation-slide-bottom {
  1980. animation-name: uk-fade-bottom;
  1981. }
  1982.  
  1983. .uk-animation-slide-left {
  1984. animation-name: uk-fade-left;
  1985. }
  1986.  
  1987. .uk-animation-slide-right {
  1988. animation-name: uk-fade-right;
  1989. }
  1990.  
  1991. .uk-animation-slide-top-small {
  1992. animation-name: uk-fade-top-small;
  1993. }
  1994.  
  1995. .uk-animation-slide-bottom-small {
  1996. animation-name: uk-fade-bottom-small;
  1997. }
  1998.  
  1999. .uk-animation-slide-left-small {
  2000. animation-name: uk-fade-left-small;
  2001. }
  2002.  
  2003. .uk-animation-slide-right-small {
  2004. animation-name: uk-fade-right-small;
  2005. }
  2006.  
  2007. .uk-animation-slide-top-medium {
  2008. animation-name: uk-fade-top-medium;
  2009. }
  2010.  
  2011. .uk-animation-slide-bottom-medium {
  2012. animation-name: uk-fade-bottom-medium;
  2013. }
  2014.  
  2015. .uk-animation-slide-left-medium {
  2016. animation-name: uk-fade-left-medium;
  2017. }
  2018.  
  2019. .uk-animation-slide-right-medium {
  2020. animation-name: uk-fade-right-medium;
  2021. }
  2022.  
  2023. .uk-animation-kenburns {
  2024. animation-duration: 15s;
  2025. animation-name: uk-scale-kenburns;
  2026. }
  2027.  
  2028. .uk-animation-shake {
  2029. animation-name: uk-shake;
  2030. }
  2031.  
  2032. .uk-animation-stroke {
  2033. animation-name: uk-stroke;
  2034. stroke-dasharray: var(--uk-animation-stroke);
  2035. animation-duration: 2s;
  2036. }
  2037.  
  2038. .uk-animation-reverse {
  2039. animation-timing-function: ease-in;
  2040. animation-direction: reverse;
  2041. }
  2042.  
  2043. .uk-animation-fast {
  2044. animation-duration: 0.1s;
  2045. }
  2046.  
  2047. .uk-animation-toggle:not(:hover, :focus)
  2048. [class*='uk-animation-'] {
  2049. animation-name: none;
  2050. }
  2051.  
  2052. .uk-animation-toggle {
  2053. -webkit-tap-highlight-color: transparent;
  2054. }
  2055.  
  2056. .uk-animation-toggle:focus {
  2057. outline: none;
  2058. }
  2059.  
  2060. @keyframes uk-fade {
  2061. 0% {
  2062. opacity: 0%;
  2063. }
  2064.  
  2065. 100% {
  2066. opacity: 100%;
  2067. }
  2068. }
  2069.  
  2070. @keyframes uk-fade-top {
  2071. 0% {
  2072. transform: translateY(-100%);
  2073. opacity: 0%;
  2074. }
  2075.  
  2076. 100% {
  2077. transform: translateY(0);
  2078. opacity: 100%;
  2079. }
  2080. }
  2081.  
  2082. @keyframes uk-fade-bottom {
  2083. 0% {
  2084. transform: translateY(100%);
  2085. opacity: 0%;
  2086. }
  2087.  
  2088. 100% {
  2089. transform: translateY(0);
  2090. opacity: 100%;
  2091. }
  2092. }
  2093.  
  2094. @keyframes uk-fade-left {
  2095. 0% {
  2096. transform: translateX(-100%);
  2097. opacity: 0%;
  2098. }
  2099.  
  2100. 100% {
  2101. transform: translateX(0);
  2102. opacity: 100%;
  2103. }
  2104. }
  2105.  
  2106. @keyframes uk-fade-right {
  2107. 0% {
  2108. transform: translateX(100%);
  2109. opacity: 0%;
  2110. }
  2111.  
  2112. 100% {
  2113. transform: translateX(0);
  2114. opacity: 100%;
  2115. }
  2116. }
  2117.  
  2118. @keyframes uk-fade-top-small {
  2119. 0% {
  2120. transform: translateY(-10px);
  2121. opacity: 0%;
  2122. }
  2123.  
  2124. 100% {
  2125. transform: translateY(0);
  2126. opacity: 100%;
  2127. }
  2128. }
  2129.  
  2130. @keyframes uk-fade-bottom-small {
  2131. 0% {
  2132. transform: translateY(10px);
  2133. opacity: 0%;
  2134. }
  2135.  
  2136. 100% {
  2137. transform: translateY(0);
  2138. opacity: 100%;
  2139. }
  2140. }
  2141.  
  2142. @keyframes uk-fade-left-small {
  2143. 0% {
  2144. transform: translateX(-10px);
  2145. opacity: 0%;
  2146. }
  2147.  
  2148. 100% {
  2149. transform: translateX(0);
  2150. opacity: 100%;
  2151. }
  2152. }
  2153.  
  2154. @keyframes uk-fade-right-small {
  2155. 0% {
  2156. transform: translateX(10px);
  2157. opacity: 0%;
  2158. }
  2159.  
  2160. 100% {
  2161. transform: translateX(0);
  2162. opacity: 100%;
  2163. }
  2164. }
  2165.  
  2166. @keyframes uk-fade-top-medium {
  2167. 0% {
  2168. transform: translateY(-50px);
  2169. opacity: 0%;
  2170. }
  2171.  
  2172. 100% {
  2173. transform: translateY(0);
  2174. opacity: 100%;
  2175. }
  2176. }
  2177.  
  2178. @keyframes uk-fade-bottom-medium {
  2179. 0% {
  2180. transform: translateY(50px);
  2181. opacity: 0%;
  2182. }
  2183.  
  2184. 100% {
  2185. transform: translateY(0);
  2186. opacity: 100%;
  2187. }
  2188. }
  2189.  
  2190. @keyframes uk-fade-left-medium {
  2191. 0% {
  2192. transform: translateX(-50px);
  2193. opacity: 0%;
  2194. }
  2195.  
  2196. 100% {
  2197. transform: translateX(0);
  2198. opacity: 100%;
  2199. }
  2200. }
  2201.  
  2202. @keyframes uk-fade-right-medium {
  2203. 0% {
  2204. transform: translateX(50px);
  2205. opacity: 0%;
  2206. }
  2207.  
  2208. 100% {
  2209. transform: translateX(0);
  2210. opacity: 100%;
  2211. }
  2212. }
  2213.  
  2214. @keyframes uk-fade-scale-02 {
  2215. 0% {
  2216. transform: scale(0.2);
  2217. opacity: 0%;
  2218. }
  2219.  
  2220. 100% {
  2221. transform: scale(1);
  2222. opacity: 100%;
  2223. }
  2224. }
  2225.  
  2226. @keyframes uk-fade-scale-18 {
  2227. 0% {
  2228. transform: scale(1.8);
  2229. opacity: 0%;
  2230. }
  2231.  
  2232. 100% {
  2233. transform: scale(1);
  2234. opacity: 100%;
  2235. }
  2236. }
  2237.  
  2238. @keyframes uk-scale-kenburns {
  2239. 0% {
  2240. transform: scale(1);
  2241. }
  2242.  
  2243. 100% {
  2244. transform: scale(1.2);
  2245. }
  2246. }
  2247.  
  2248. @keyframes uk-shake {
  2249. 0%,
  2250. 100% {
  2251. transform: translateX(0);
  2252. }
  2253.  
  2254. 10% {
  2255. transform: translateX(-9px);
  2256. }
  2257.  
  2258. 20% {
  2259. transform: translateX(8px);
  2260. }
  2261.  
  2262. 30% {
  2263. transform: translateX(-7px);
  2264. }
  2265.  
  2266. 40% {
  2267. transform: translateX(6px);
  2268. }
  2269.  
  2270. 50% {
  2271. transform: translateX(-5px);
  2272. }
  2273.  
  2274. 60% {
  2275. transform: translateX(4px);
  2276. }
  2277.  
  2278. 70% {
  2279. transform: translateX(-3px);
  2280. }
  2281.  
  2282. 80% {
  2283. transform: translateX(2px);
  2284. }
  2285.  
  2286. 90% {
  2287. transform: translateX(-1px);
  2288. }
  2289. }
  2290.  
  2291. @keyframes uk-stroke {
  2292. 0% {
  2293. stroke-dashoffset: var(
  2294. --uk-animation-stroke
  2295. );
  2296. }
  2297.  
  2298. 100% {
  2299. stroke-dashoffset: 0;
  2300. }
  2301. }
  2302.  
  2303. [class*='uk-child-width'] > * {
  2304. box-sizing: border-box;
  2305. width: 100%;
  2306. }
  2307.  
  2308. .uk-child-width-1-2 > * {
  2309. width: 50%;
  2310. }
  2311.  
  2312. .uk-child-width-1-3 > * {
  2313. width: calc(100% * 1 / 3.001);
  2314. }
  2315.  
  2316. .uk-child-width-1-4 > * {
  2317. width: 25%;
  2318. }
  2319.  
  2320. .uk-child-width-1-5 > * {
  2321. width: 20%;
  2322. }
  2323.  
  2324. .uk-child-width-1-6 > * {
  2325. width: calc(100% * 1 / 6.001);
  2326. }
  2327.  
  2328. .uk-child-width-auto > * {
  2329. width: auto;
  2330. }
  2331.  
  2332. .uk-child-width-expand
  2333. > :not([class*='uk-width']) {
  2334. -ms-flex: 1;
  2335. flex: 1;
  2336. min-width: 1px;
  2337. }
  2338.  
  2339. @media (width >=640px) {
  2340. .uk-child-width-1-1\@s > * {
  2341. width: 100%;
  2342. }
  2343.  
  2344. .uk-child-width-1-2\@s > * {
  2345. width: 50%;
  2346. }
  2347.  
  2348. .uk-child-width-1-3\@s > * {
  2349. width: calc(100% * 1 / 3.001);
  2350. }
  2351.  
  2352. .uk-child-width-1-4\@s > * {
  2353. width: 25%;
  2354. }
  2355.  
  2356. .uk-child-width-1-5\@s > * {
  2357. width: 20%;
  2358. }
  2359.  
  2360. .uk-child-width-1-6\@s > * {
  2361. width: calc(100% * 1 / 6.001);
  2362. }
  2363.  
  2364. .uk-child-width-auto\@s > * {
  2365. width: auto;
  2366. }
  2367.  
  2368. .uk-child-width-expand\@s>: not([class *='uk-width']) {
  2369. -ms-flex: 1;
  2370. flex: 1;
  2371. min-width: 1px;
  2372. }
  2373. }
  2374.  
  2375. @media (width >=960px) {
  2376. .uk-child-width-1-1\@m > * {
  2377. width: 100%;
  2378. }
  2379.  
  2380. .uk-child-width-1-2\@m > * {
  2381. width: 50%;
  2382. }
  2383.  
  2384. .uk-child-width-1-3\@m > * {
  2385. width: calc(100% * 1 / 3.001);
  2386. }
  2387.  
  2388. .uk-child-width-1-4\@m > * {
  2389. width: 25%;
  2390. }
  2391.  
  2392. .uk-child-width-1-5\@m > * {
  2393. width: 20%;
  2394. }
  2395.  
  2396. .uk-child-width-1-6\@m > * {
  2397. width: calc(100% * 1 / 6.001);
  2398. }
  2399.  
  2400. .uk-child-width-auto\@m > * {
  2401. width: auto;
  2402. }
  2403.  
  2404. .uk-child-width-expand\@m>: not([class *='uk-width']) {
  2405. -ms-flex: 1;
  2406. flex: 1;
  2407. min-width: 1px;
  2408. }
  2409. }
  2410.  
  2411. @media (width >=1200px) {
  2412. .uk-child-width-1-1\@l > * {
  2413. width: 100%;
  2414. }
  2415.  
  2416. .uk-child-width-1-2\@l > * {
  2417. width: 50%;
  2418. }
  2419.  
  2420. .uk-child-width-1-3\@l > * {
  2421. width: calc(100% * 1 / 3.001);
  2422. }
  2423.  
  2424. .uk-child-width-1-4\@l > * {
  2425. width: 25%;
  2426. }
  2427.  
  2428. .uk-child-width-1-5\@l > * {
  2429. width: 20%;
  2430. }
  2431.  
  2432. .uk-child-width-1-6\@l > * {
  2433. width: calc(100% * 1 / 6.001);
  2434. }
  2435.  
  2436. .uk-child-width-auto\@l > * {
  2437. width: auto;
  2438. }
  2439.  
  2440. .uk-child-width-expand\@l>: not([class *='uk-width']) {
  2441. -ms-flex: 1;
  2442. flex: 1;
  2443. min-width: 1px;
  2444. }
  2445. }
  2446.  
  2447. @media (width >=1600px) {
  2448. .uk-child-width-1-1\@xl > * {
  2449. width: 100%;
  2450. }
  2451.  
  2452. .uk-child-width-1-2\@xl > * {
  2453. width: 50%;
  2454. }
  2455.  
  2456. .uk-child-width-1-3\@xl > * {
  2457. width: calc(100% * 1 / 3.001);
  2458. }
  2459.  
  2460. .uk-child-width-1-4\@xl > * {
  2461. width: 25%;
  2462. }
  2463.  
  2464. .uk-child-width-1-5\@xl > * {
  2465. width: 20%;
  2466. }
  2467.  
  2468. .uk-child-width-1-6\@xl > * {
  2469. width: calc(100% * 1 / 6.001);
  2470. }
  2471.  
  2472. .uk-child-width-auto\@xl > * {
  2473. width: auto;
  2474. }
  2475.  
  2476. .uk-child-width-expand\@xl>: not([class *='uk-width']) {
  2477. -ms-flex: 1;
  2478. flex: 1;
  2479. min-width: 1px;
  2480. }
  2481. }
  2482.  
  2483. [class*='uk-width'] {
  2484. box-sizing: border-box;
  2485. width: 100%;
  2486. max-width: 100%;
  2487. }
  2488.  
  2489. .uk-width-1-2 {
  2490. width: 50%;
  2491. }
  2492.  
  2493. .uk-width-1-3 {
  2494. width: calc(100% * 1 / 3.001);
  2495. }
  2496.  
  2497. .uk-width-2-3 {
  2498. width: calc(100% * 2 / 3.001);
  2499. }
  2500.  
  2501. .uk-width-1-4 {
  2502. width: 25%;
  2503. }
  2504.  
  2505. .uk-width-3-4 {
  2506. width: 75%;
  2507. }
  2508.  
  2509. .uk-width-1-5 {
  2510. width: 20%;
  2511. }
  2512.  
  2513. .uk-width-2-5 {
  2514. width: 40%;
  2515. }
  2516.  
  2517. .uk-width-3-5 {
  2518. width: 60%;
  2519. }
  2520.  
  2521. .uk-width-4-5 {
  2522. width: 80%;
  2523. }
  2524.  
  2525. .uk-width-1-6 {
  2526. width: calc(100% * 1 / 6.001);
  2527. }
  2528.  
  2529. .uk-width-5-6 {
  2530. width: calc(100% * 5 / 6.001);
  2531. }
  2532.  
  2533. .uk-width-small {
  2534. width: 150px;
  2535. }
  2536.  
  2537. .uk-width-medium {
  2538. width: 300px;
  2539. }
  2540.  
  2541. .uk-width-large {
  2542. width: 450px;
  2543. }
  2544.  
  2545. .uk-width-xlarge {
  2546. width: 600px;
  2547. }
  2548.  
  2549. .uk-width-2xlarge {
  2550. width: 750px;
  2551. }
  2552.  
  2553. .uk-width-auto {
  2554. width: auto;
  2555. }
  2556.  
  2557. .uk-width-expand {
  2558. -ms-flex: 1;
  2559. flex: 1;
  2560. min-width: 1px;
  2561. }
  2562.  
  2563. @media (width >=640px) {
  2564. .uk-width-1-1\@s {
  2565. width: 100%;
  2566. }
  2567.  
  2568. .uk-width-1-2\@s {
  2569. width: 50%;
  2570. }
  2571.  
  2572. .uk-width-1-3\@s {
  2573. width: calc(100% * 1 / 3.001);
  2574. }
  2575.  
  2576. .uk-width-2-3\@s {
  2577. width: calc(100% * 2 / 3.001);
  2578. }
  2579.  
  2580. .uk-width-1-4\@s {
  2581. width: 25%;
  2582. }
  2583.  
  2584. .uk-width-3-4\@s {
  2585. width: 75%;
  2586. }
  2587.  
  2588. .uk-width-1-5\@s {
  2589. width: 20%;
  2590. }
  2591.  
  2592. .uk-width-2-5\@s {
  2593. width: 40%;
  2594. }
  2595.  
  2596. .uk-width-3-5\@s {
  2597. width: 60%;
  2598. }
  2599.  
  2600. .uk-width-4-5\@s {
  2601. width: 80%;
  2602. }
  2603.  
  2604. .uk-width-1-6\@s {
  2605. width: calc(100% * 1 / 6.001);
  2606. }
  2607.  
  2608. .uk-width-5-6\@s {
  2609. width: calc(100% * 5 / 6.001);
  2610. }
  2611.  
  2612. .uk-width-small\@s {
  2613. width: 150px;
  2614. }
  2615.  
  2616. .uk-width-medium\@s {
  2617. width: 300px;
  2618. }
  2619.  
  2620. .uk-width-large\@s {
  2621. width: 450px;
  2622. }
  2623.  
  2624. .uk-width-xlarge\@s {
  2625. width: 600px;
  2626. }
  2627.  
  2628. .uk-width-2xlarge\@s {
  2629. width: 750px;
  2630. }
  2631.  
  2632. .uk-width-auto\@s {
  2633. width: auto;
  2634. }
  2635.  
  2636. .uk-width-expand\@s {
  2637. -ms-flex: 1;
  2638. flex: 1;
  2639. min-width: 1px;
  2640. }
  2641. }
  2642.  
  2643. @media (width >=960px) {
  2644. .uk-width-1-1\@m {
  2645. width: 100%;
  2646. }
  2647.  
  2648. .uk-width-1-2\@m {
  2649. width: 50%;
  2650. }
  2651.  
  2652. .uk-width-1-3\@m {
  2653. width: calc(100% * 1 / 3.001);
  2654. }
  2655.  
  2656. .uk-width-2-3\@m {
  2657. width: calc(100% * 2 / 3.001);
  2658. }
  2659.  
  2660. .uk-width-1-4\@m {
  2661. width: 25%;
  2662. }
  2663.  
  2664. .uk-width-3-4\@m {
  2665. width: 75%;
  2666. }
  2667.  
  2668. .uk-width-1-5\@m {
  2669. width: 20%;
  2670. }
  2671.  
  2672. .uk-width-2-5\@m {
  2673. width: 40%;
  2674. }
  2675.  
  2676. .uk-width-3-5\@m {
  2677. width: 60%;
  2678. }
  2679.  
  2680. .uk-width-4-5\@m {
  2681. width: 80%;
  2682. }
  2683.  
  2684. .uk-width-1-6\@m {
  2685. width: calc(100% * 1 / 6.001);
  2686. }
  2687.  
  2688. .uk-width-5-6\@m {
  2689. width: calc(100% * 5 / 6.001);
  2690. }
  2691.  
  2692. .uk-width-small\@m {
  2693. width: 150px;
  2694. }
  2695.  
  2696. .uk-width-medium\@m {
  2697. width: 300px;
  2698. }
  2699.  
  2700. .uk-width-large\@m {
  2701. width: 450px;
  2702. }
  2703.  
  2704. .uk-width-xlarge\@m {
  2705. width: 600px;
  2706. }
  2707.  
  2708. .uk-width-2xlarge\@m {
  2709. width: 750px;
  2710. }
  2711.  
  2712. .uk-width-auto\@m {
  2713. width: auto;
  2714. }
  2715.  
  2716. .uk-width-expand\@m {
  2717. -ms-flex: 1;
  2718. flex: 1;
  2719. min-width: 1px;
  2720. }
  2721. }
  2722.  
  2723. @media (width >=1200px) {
  2724. .uk-width-1-1\@l {
  2725. width: 100%;
  2726. }
  2727.  
  2728. .uk-width-1-2\@l {
  2729. width: 50%;
  2730. }
  2731.  
  2732. .uk-width-1-3\@l {
  2733. width: calc(100% * 1 / 3.001);
  2734. }
  2735.  
  2736. .uk-width-2-3\@l {
  2737. width: calc(100% * 2 / 3.001);
  2738. }
  2739.  
  2740. .uk-width-1-4\@l {
  2741. width: 25%;
  2742. }
  2743.  
  2744. .uk-width-3-4\@l {
  2745. width: 75%;
  2746. }
  2747.  
  2748. .uk-width-1-5\@l {
  2749. width: 20%;
  2750. }
  2751.  
  2752. .uk-width-2-5\@l {
  2753. width: 40%;
  2754. }
  2755.  
  2756. .uk-width-3-5\@l {
  2757. width: 60%;
  2758. }
  2759.  
  2760. .uk-width-4-5\@l {
  2761. width: 80%;
  2762. }
  2763.  
  2764. .uk-width-1-6\@l {
  2765. width: calc(100% * 1 / 6.001);
  2766. }
  2767.  
  2768. .uk-width-5-6\@l {
  2769. width: calc(100% * 5 / 6.001);
  2770. }
  2771.  
  2772. .uk-width-small\@l {
  2773. width: 150px;
  2774. }
  2775.  
  2776. .uk-width-medium\@l {
  2777. width: 300px;
  2778. }
  2779.  
  2780. .uk-width-large\@l {
  2781. width: 450px;
  2782. }
  2783.  
  2784. .uk-width-xlarge\@l {
  2785. width: 600px;
  2786. }
  2787.  
  2788. .uk-width-2xlarge\@l {
  2789. width: 750px;
  2790. }
  2791.  
  2792. .uk-width-auto\@l {
  2793. width: auto;
  2794. }
  2795.  
  2796. .uk-width-expand\@l {
  2797. -ms-flex: 1;
  2798. flex: 1;
  2799. min-width: 1px;
  2800. }
  2801. }
  2802.  
  2803. @media (width >=1600px) {
  2804. .uk-width-1-1\@xl {
  2805. width: 100%;
  2806. }
  2807.  
  2808. .uk-width-1-2\@xl {
  2809. width: 50%;
  2810. }
  2811.  
  2812. .uk-width-1-3\@xl {
  2813. width: calc(100% * 1 / 3.001);
  2814. }
  2815.  
  2816. .uk-width-2-3\@xl {
  2817. width: calc(100% * 2 / 3.001);
  2818. }
  2819.  
  2820. .uk-width-1-4\@xl {
  2821. width: 25%;
  2822. }
  2823.  
  2824. .uk-width-3-4\@xl {
  2825. width: 75%;
  2826. }
  2827.  
  2828. .uk-width-1-5\@xl {
  2829. width: 20%;
  2830. }
  2831.  
  2832. .uk-width-2-5\@xl {
  2833. width: 40%;
  2834. }
  2835.  
  2836. .uk-width-3-5\@xl {
  2837. width: 60%;
  2838. }
  2839.  
  2840. .uk-width-4-5\@xl {
  2841. width: 80%;
  2842. }
  2843.  
  2844. .uk-width-1-6\@xl {
  2845. width: calc(100% * 1 / 6.001);
  2846. }
  2847.  
  2848. .uk-width-5-6\@xl {
  2849. width: calc(100% * 5 / 6.001);
  2850. }
  2851.  
  2852. .uk-width-small\@xl {
  2853. width: 150px;
  2854. }
  2855.  
  2856. .uk-width-medium\@xl {
  2857. width: 300px;
  2858. }
  2859.  
  2860. .uk-width-large\@xl {
  2861. width: 450px;
  2862. }
  2863.  
  2864. .uk-width-xlarge\@xl {
  2865. width: 600px;
  2866. }
  2867.  
  2868. .uk-width-2xlarge\@xl {
  2869. width: 750px;
  2870. }
  2871.  
  2872. .uk-width-auto\@xl {
  2873. width: auto;
  2874. }
  2875.  
  2876. .uk-width-expand\@xl {
  2877. -ms-flex: 1;
  2878. flex: 1;
  2879. min-width: 1px;
  2880. }
  2881. }
  2882.  
  2883. [class*='uk-height'] {
  2884. box-sizing: border-box;
  2885. }
  2886.  
  2887. .uk-height-1-1 {
  2888. height: 100%;
  2889. }
  2890.  
  2891. .uk-height-viewport {
  2892. min-height: 100vh;
  2893. }
  2894.  
  2895. .uk-height-small {
  2896. height: 150px;
  2897. }
  2898.  
  2899. .uk-height-medium {
  2900. height: 300px;
  2901. }
  2902.  
  2903. .uk-height-large {
  2904. height: 450px;
  2905. }
  2906.  
  2907. .uk-height-max-small {
  2908. max-height: 150px;
  2909. }
  2910.  
  2911. .uk-height-max-medium {
  2912. max-height: 300px;
  2913. }
  2914.  
  2915. .uk-height-max-large {
  2916. max-height: 450px;
  2917. }
  2918.  
  2919. .uk-text-lead {
  2920. color: inherit;
  2921. font-size: 1.67rem;
  2922. line-height: 1.5;
  2923. }
  2924.  
  2925. .uk-text-meta {
  2926. color: #687790;
  2927. font-size: 0.875rem;
  2928. line-height: 1.4;
  2929. }
  2930.  
  2931. .uk-text-small {
  2932. font-size: 0.875rem;
  2933. line-height: 1.5;
  2934. }
  2935.  
  2936. .uk-text-large {
  2937. font-size: 1.67rem;
  2938. line-height: 1.5;
  2939. }
  2940.  
  2941. .uk-text-default {
  2942. font-size: 18px;
  2943. line-height: 1.33;
  2944. }
  2945.  
  2946. .uk-text-light {
  2947. font-weight: 300;
  2948. }
  2949.  
  2950. .uk-text-normal {
  2951. font-weight: 400;
  2952. }
  2953.  
  2954. .uk-text-bold {
  2955. font-weight: 700;
  2956. }
  2957.  
  2958. .uk-text-lighter {
  2959. font-weight: lighter;
  2960. }
  2961.  
  2962. .uk-text-bolder {
  2963. font-weight: bolder;
  2964. }
  2965.  
  2966. .uk-text-italic {
  2967. font-style: italic;
  2968. }
  2969.  
  2970. .uk-text-capitalize {
  2971. text-transform: capitalize !important;
  2972. }
  2973.  
  2974. .uk-text-uppercase {
  2975. text-transform: uppercase !important;
  2976. }
  2977.  
  2978. .uk-text-lowercase {
  2979. text-transform: lowercase !important;
  2980. }
  2981.  
  2982. .uk-text-muted {
  2983. color: #687790 !important;
  2984. }
  2985.  
  2986. .uk-text-emphasis {
  2987. color: inherit !important;
  2988. }
  2989.  
  2990. .uk-text-primary {
  2991. color: #3bd671 !important;
  2992. }
  2993.  
  2994. .uk-text-secondary {
  2995. color: #131a26 !important;
  2996. }
  2997.  
  2998. .uk-text-success {
  2999. color: #32d296 !important;
  3000. }
  3001.  
  3002. .uk-text-warning {
  3003. color: #f29030 !important;
  3004. }
  3005.  
  3006. .uk-text-danger {
  3007. color: #df484a !important;
  3008. }
  3009.  
  3010. .uk-text-background {
  3011. display: inline-block;
  3012. -webkit-background-clip: text;
  3013. color: #3bd671 !important;
  3014. }
  3015.  
  3016. @supports (-webkit-background-clip: text) {
  3017. .uk-text-background {
  3018. background-color: #3bd671;
  3019. color: transparent !important;
  3020. }
  3021. }
  3022.  
  3023. .uk-text-left {
  3024. text-align: left !important;
  3025. }
  3026.  
  3027. .uk-text-right {
  3028. text-align: right !important;
  3029. }
  3030.  
  3031. .uk-text-center {
  3032. text-align: center !important;
  3033. }
  3034.  
  3035. .uk-text-justify {
  3036. text-align: justify !important;
  3037. }
  3038.  
  3039. @media (width >=640px) {
  3040. .uk-text-left\@s {
  3041. text-align: left !important;
  3042. }
  3043.  
  3044. .uk-text-right\@s {
  3045. text-align: right !important;
  3046. }
  3047.  
  3048. .uk-text-center\@s {
  3049. text-align: center !important;
  3050. }
  3051. }
  3052.  
  3053. @media (width >=960px) {
  3054. .uk-text-left\@m {
  3055. text-align: left !important;
  3056. }
  3057.  
  3058. .uk-text-right\@m {
  3059. text-align: right !important;
  3060. }
  3061.  
  3062. .uk-text-center\@m {
  3063. text-align: center !important;
  3064. }
  3065. }
  3066.  
  3067. @media (width >=1200px) {
  3068. .uk-text-left\@l {
  3069. text-align: left !important;
  3070. }
  3071.  
  3072. .uk-text-right\@l {
  3073. text-align: right !important;
  3074. }
  3075.  
  3076. .uk-text-center\@l {
  3077. text-align: center !important;
  3078. }
  3079. }
  3080.  
  3081. @media (width >=1600px) {
  3082. .uk-text-left\@xl {
  3083. text-align: left !important;
  3084. }
  3085.  
  3086. .uk-text-right\@xl {
  3087. text-align: right !important;
  3088. }
  3089.  
  3090. .uk-text-center\@xl {
  3091. text-align: center !important;
  3092. }
  3093. }
  3094.  
  3095. .uk-text-top {
  3096. vertical-align: top !important;
  3097. }
  3098.  
  3099. .uk-text-middle {
  3100. vertical-align: middle !important;
  3101. }
  3102.  
  3103. .uk-text-bottom {
  3104. vertical-align: bottom !important;
  3105. }
  3106.  
  3107. .uk-text-baseline {
  3108. vertical-align: baseline !important;
  3109. }
  3110.  
  3111. .uk-text-nowrap {
  3112. white-space: nowrap;
  3113. }
  3114.  
  3115. .uk-text-truncate {
  3116. max-width: 100%;
  3117. overflow: hidden;
  3118. text-overflow: ellipsis;
  3119. white-space: nowrap;
  3120. }
  3121.  
  3122. th.uk-text-truncate,
  3123. td.uk-text-truncate {
  3124. max-width: 0;
  3125. }
  3126.  
  3127. .uk-text-break {
  3128. overflow-wrap: break-word;
  3129. word-wrap: break-word;
  3130. }
  3131.  
  3132. th.uk-text-break,
  3133. td.uk-text-break {
  3134. word-break: break-all;
  3135. }
  3136.  
  3137. .uk-background-default {
  3138. background-color: #fff;
  3139. }
  3140.  
  3141. .uk-background-muted {
  3142. background-color: #687790;
  3143. }
  3144.  
  3145. .uk-background-primary {
  3146. background-color: #3bd671;
  3147. }
  3148.  
  3149. .uk-background-secondary {
  3150. background-color: #131a26;
  3151. }
  3152.  
  3153. .uk-background-cover,
  3154. .uk-background-contain {
  3155. background-position: 50% 50%;
  3156. background-repeat: no-repeat;
  3157. }
  3158.  
  3159. .uk-background-cover {
  3160. background-size: cover;
  3161. }
  3162.  
  3163. .uk-background-contain {
  3164. background-size: contain;
  3165. }
  3166.  
  3167. .uk-background-top-left {
  3168. background-position: 0 0;
  3169. }
  3170.  
  3171. .uk-background-top-center {
  3172. background-position: 50% 0;
  3173. }
  3174.  
  3175. .uk-background-top-right {
  3176. background-position: 100% 0;
  3177. }
  3178.  
  3179. .uk-background-center-left {
  3180. background-position: 0 50%;
  3181. }
  3182.  
  3183. .uk-background-center-center {
  3184. background-position: 50% 50%;
  3185. }
  3186.  
  3187. .uk-background-center-right {
  3188. background-position: 100% 50%;
  3189. }
  3190.  
  3191. .uk-background-bottom-left {
  3192. background-position: 0 100%;
  3193. }
  3194.  
  3195. .uk-background-bottom-center {
  3196. background-position: 50% 100%;
  3197. }
  3198.  
  3199. .uk-background-bottom-right {
  3200. background-position: 100% 100%;
  3201. }
  3202.  
  3203. .uk-background-norepeat {
  3204. background-repeat: no-repeat;
  3205. }
  3206.  
  3207. .uk-background-fixed {
  3208. backface-visibility: hidden;
  3209. background-attachment: fixed;
  3210. }
  3211.  
  3212. @media (pointer: coarse) {
  3213. .uk-background-fixed {
  3214. background-attachment: scroll;
  3215. }
  3216. }
  3217.  
  3218. @media (width <=639px) {
  3219. .uk-background-image\@s {
  3220. background-image: none !important;
  3221. }
  3222. }
  3223.  
  3224. @media (width <=959px) {
  3225. .uk-background-image\@m {
  3226. background-image: none !important;
  3227. }
  3228. }
  3229.  
  3230. @media (width <=1199px) {
  3231. .uk-background-image\@l {
  3232. background-image: none !important;
  3233. }
  3234. }
  3235.  
  3236. @media (width <=1599px) {
  3237. .uk-background-image\@xl {
  3238. background-image: none !important;
  3239. }
  3240. }
  3241.  
  3242. .uk-background-blend-multiply {
  3243. background-blend-mode: multiply;
  3244. }
  3245.  
  3246. .uk-background-blend-screen {
  3247. background-blend-mode: screen;
  3248. }
  3249.  
  3250. .uk-background-blend-overlay {
  3251. background-blend-mode: overlay;
  3252. }
  3253.  
  3254. .uk-background-blend-darken {
  3255. background-blend-mode: darken;
  3256. }
  3257.  
  3258. .uk-background-blend-lighten {
  3259. background-blend-mode: lighten;
  3260. }
  3261.  
  3262. .uk-background-blend-color-dodge {
  3263. background-blend-mode: color-dodge;
  3264. }
  3265.  
  3266. .uk-background-blend-color-burn {
  3267. background-blend-mode: color-burn;
  3268. }
  3269.  
  3270. .uk-background-blend-hard-light {
  3271. background-blend-mode: hard-light;
  3272. }
  3273.  
  3274. .uk-background-blend-soft-light {
  3275. background-blend-mode: soft-light;
  3276. }
  3277.  
  3278. .uk-background-blend-difference {
  3279. background-blend-mode: difference;
  3280. }
  3281.  
  3282. .uk-background-blend-exclusion {
  3283. background-blend-mode: exclusion;
  3284. }
  3285.  
  3286. .uk-background-blend-hue {
  3287. background-blend-mode: hue;
  3288. }
  3289.  
  3290. .uk-background-blend-saturation {
  3291. background-blend-mode: saturation;
  3292. }
  3293.  
  3294. .uk-background-blend-color {
  3295. background-blend-mode: color;
  3296. }
  3297.  
  3298. .uk-background-blend-luminosity {
  3299. background-blend-mode: luminosity;
  3300. }
  3301.  
  3302. .uk-svg,
  3303. .uk-svg:not(.uk-preserve)
  3304. [fill*='#']:not(.uk-preserve) {
  3305. fill: currentcolor;
  3306. }
  3307.  
  3308. .uk-svg:not(.uk-preserve)
  3309. [stroke*='#']:not(.uk-preserve) {
  3310. stroke: currentcolor;
  3311. }
  3312.  
  3313. .uk-svg {
  3314. -ms-transform: translate(0, 0);
  3315. transform: translate(0, 0);
  3316. }
  3317.  
  3318. .uk-panel {
  3319. display: flow-root;
  3320. position: relative;
  3321. box-sizing: border-box;
  3322. }
  3323.  
  3324. .uk-panel > :last-child {
  3325. margin-bottom: 0;
  3326. }
  3327.  
  3328. .uk-panel-scrollable {
  3329. border: 1px solid #e5e5e5;
  3330. padding: 10px;
  3331. height: 170px;
  3332. overflow: auto;
  3333. -webkit-overflow-scrolling: touch;
  3334. resize: both;
  3335. }
  3336.  
  3337. .uk-clearfix::before {
  3338. display: table-cell;
  3339. content: '';
  3340. }
  3341.  
  3342. .uk-clearfix::after {
  3343. display: table;
  3344. clear: both;
  3345. content: '';
  3346. }
  3347.  
  3348. .uk-float-left {
  3349. float: left;
  3350. }
  3351.  
  3352. .uk-float-right {
  3353. float: right;
  3354. }
  3355.  
  3356. [class*='uk-float-'] {
  3357. max-width: 100%;
  3358. }
  3359.  
  3360. .uk-overflow-hidden {
  3361. overflow: hidden;
  3362. }
  3363.  
  3364. .uk-overflow-auto {
  3365. overflow: auto;
  3366. -webkit-overflow-scrolling: touch;
  3367. }
  3368.  
  3369. .uk-overflow-auto > :last-child {
  3370. margin-bottom: 0;
  3371. }
  3372.  
  3373. .uk-resize {
  3374. resize: both;
  3375. }
  3376.  
  3377. .uk-resize-vertical {
  3378. resize: vertical;
  3379. }
  3380.  
  3381. .uk-display-block {
  3382. display: block !important;
  3383. }
  3384.  
  3385. .uk-display-inline {
  3386. display: inline !important;
  3387. }
  3388.  
  3389. .uk-display-inline-block {
  3390. display: inline-block !important;
  3391. }
  3392.  
  3393. [class*='uk-inline'] {
  3394. display: inline-block;
  3395. position: relative;
  3396. vertical-align: middle;
  3397. -webkit-backface-visibility: hidden;
  3398. max-width: 100%;
  3399. }
  3400.  
  3401. .uk-inline-clip {
  3402. overflow: hidden;
  3403. }
  3404.  
  3405. .uk-preserve-width,
  3406. .uk-preserve-width canvas,
  3407. .uk-preserve-width img,
  3408. .uk-preserve-width svg,
  3409. .uk-preserve-width video {
  3410. max-width: none;
  3411. }
  3412.  
  3413. .uk-responsive-width,
  3414. .uk-responsive-height {
  3415. box-sizing: border-box;
  3416. }
  3417.  
  3418. .uk-responsive-width {
  3419. max-width: 100% !important;
  3420. height: auto;
  3421. }
  3422.  
  3423. .uk-responsive-height {
  3424. width: auto;
  3425. max-width: none;
  3426. max-height: 100%;
  3427. }
  3428.  
  3429. .uk-border-circle {
  3430. border-radius: 50%;
  3431. }
  3432.  
  3433. .uk-border-pill {
  3434. border-radius: 500px;
  3435. }
  3436.  
  3437. .uk-border-rounded {
  3438. border-radius: 5px;
  3439. }
  3440.  
  3441. .uk-inline-clip[class*='uk-border-'] {
  3442. -webkit-transform: translateZ(0);
  3443. }
  3444.  
  3445. .uk-box-shadow-small {
  3446. box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  3447. }
  3448.  
  3449. .uk-box-shadow-medium {
  3450. box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  3451. }
  3452.  
  3453. .uk-box-shadow-large {
  3454. box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
  3455. }
  3456.  
  3457. .uk-box-shadow-xlarge {
  3458. box-shadow: 0 28px 50px rgb(0 0 0 / 16%);
  3459. }
  3460.  
  3461. [class*='uk-box-shadow-hover'] {
  3462. transition: box-shadow 0.1s ease-in-out;
  3463. }
  3464.  
  3465. .uk-box-shadow-hover-small:hover {
  3466. box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  3467. }
  3468.  
  3469. .uk-box-shadow-hover-medium:hover {
  3470. box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  3471. }
  3472.  
  3473. .uk-box-shadow-hover-large:hover {
  3474. box-shadow: 0 14px 25px rgb(0 0 0 / 16%);
  3475. }
  3476.  
  3477. .uk-box-shadow-hover-xlarge:hover {
  3478. box-shadow: 0 28px 50px rgb(0 0 0 / 16%);
  3479. }
  3480.  
  3481. @supports (
  3482. (-webkit-filter: blur(0)) or (filter: blur(0))
  3483. ) {
  3484. .uk-box-shadow-bottom {
  3485. display: inline-block;
  3486. position: relative;
  3487. vertical-align: middle;
  3488. max-width: 100%;
  3489. }
  3490.  
  3491. .uk-box-shadow-bottom::before {
  3492. position: absolute;
  3493. right: 0;
  3494. bottom: -30px;
  3495. left: 0;
  3496. -webkit-filter: blur(20px);
  3497. filter: blur(20px);
  3498. border-radius: 100%;
  3499. background: #444;
  3500. height: 30px;
  3501. content: '';
  3502. }
  3503.  
  3504. .uk-box-shadow-bottom > * {
  3505. position: relative;
  3506. }
  3507. }
  3508.  
  3509. .uk-dropcap::first-letter,
  3510. .uk-dropcap > p:first-of-type::first-letter {
  3511. display: block;
  3512. float: left;
  3513. margin-right: 10px;
  3514. font-size: 3.99em;
  3515. line-height: 1;
  3516. }
  3517.  
  3518. @-moz-document url-prefix() {
  3519. .uk-dropcap::first-letter,
  3520. .uk-dropcap > p:first-of-type::first-letter {
  3521. margin-top: 1.1%;
  3522. }
  3523. }
  3524.  
  3525. @supports (-ms-ime-align: auto) {
  3526. .uk-dropcap > p:first-of-type::first-letter {
  3527. font-size: 1em;
  3528. }
  3529. }
  3530.  
  3531. .uk-logo {
  3532. color: #131a26;
  3533. font-size: 1.67rem;
  3534. font-family: Roboto, Arial, sans-serif;
  3535. text-decoration: none;
  3536. }
  3537.  
  3538. .uk-logo:hover,
  3539. .uk-logo:focus {
  3540. outline: none;
  3541. color: #131a26;
  3542. text-decoration: none;
  3543. }
  3544.  
  3545. .uk-logo-inverse {
  3546. display: none;
  3547. }
  3548.  
  3549. .uk-disabled {
  3550. pointer-events: none;
  3551. }
  3552.  
  3553. .uk-drag,
  3554. .uk-drag * {
  3555. cursor: move;
  3556. }
  3557.  
  3558. .uk-drag iframe {
  3559. pointer-events: none;
  3560. }
  3561.  
  3562. .uk-dragover {
  3563. box-shadow: 0 0 20px rgb(100 100 100 / 30%);
  3564. }
  3565.  
  3566. .uk-blend-multiply {
  3567. mix-blend-mode: multiply;
  3568. }
  3569.  
  3570. .uk-blend-screen {
  3571. mix-blend-mode: screen;
  3572. }
  3573.  
  3574. .uk-blend-overlay {
  3575. mix-blend-mode: overlay;
  3576. }
  3577.  
  3578. .uk-blend-darken {
  3579. mix-blend-mode: darken;
  3580. }
  3581.  
  3582. .uk-blend-lighten {
  3583. mix-blend-mode: lighten;
  3584. }
  3585.  
  3586. .uk-blend-color-dodge {
  3587. mix-blend-mode: color-dodge;
  3588. }
  3589.  
  3590. .uk-blend-color-burn {
  3591. mix-blend-mode: color-burn;
  3592. }
  3593.  
  3594. .uk-blend-hard-light {
  3595. mix-blend-mode: hard-light;
  3596. }
  3597.  
  3598. .uk-blend-soft-light {
  3599. mix-blend-mode: soft-light;
  3600. }
  3601.  
  3602. .uk-blend-difference {
  3603. mix-blend-mode: difference;
  3604. }
  3605.  
  3606. .uk-blend-exclusion {
  3607. mix-blend-mode: exclusion;
  3608. }
  3609.  
  3610. .uk-blend-hue {
  3611. mix-blend-mode: hue;
  3612. }
  3613.  
  3614. .uk-blend-saturation {
  3615. mix-blend-mode: saturation;
  3616. }
  3617.  
  3618. .uk-blend-color {
  3619. mix-blend-mode: color;
  3620. }
  3621.  
  3622. .uk-blend-luminosity {
  3623. mix-blend-mode: luminosity;
  3624. }
  3625.  
  3626. .uk-transform-center {
  3627. -ms-transform: translate(-50%, -50%);
  3628. transform: translate(-50%, -50%);
  3629. }
  3630.  
  3631. .uk-transform-origin-top-left {
  3632. -ms-transform-origin: 0 0;
  3633. transform-origin: 0 0;
  3634. }
  3635.  
  3636. .uk-transform-origin-top-center {
  3637. -ms-transform-origin: 50% 0;
  3638. transform-origin: 50% 0;
  3639. }
  3640.  
  3641. .uk-transform-origin-top-right {
  3642. -ms-transform-origin: 100% 0;
  3643. transform-origin: 100% 0;
  3644. }
  3645.  
  3646. .uk-transform-origin-center-left {
  3647. -ms-transform-origin: 0 50%;
  3648. transform-origin: 0 50%;
  3649. }
  3650.  
  3651. .uk-transform-origin-center-right {
  3652. -ms-transform-origin: 100% 50%;
  3653. transform-origin: 100% 50%;
  3654. }
  3655.  
  3656. .uk-transform-origin-bottom-left {
  3657. -ms-transform-origin: 0 100%;
  3658. transform-origin: 0 100%;
  3659. }
  3660.  
  3661. .uk-transform-origin-bottom-center {
  3662. -ms-transform-origin: 50% 100%;
  3663. transform-origin: 50% 100%;
  3664. }
  3665.  
  3666. .uk-transform-origin-bottom-right {
  3667. -ms-transform-origin: 100% 100%;
  3668. transform-origin: 100% 100%;
  3669. }
  3670.  
  3671. .uk-flex {
  3672. display: flexbox;
  3673. display: flex;
  3674. }
  3675.  
  3676. .uk-flex-inline {
  3677. display: -ms-inline-flexbox;
  3678. display: inline-flex;
  3679. }
  3680.  
  3681. .uk-flex::before,
  3682. .uk-flex::after,
  3683. .uk-flex-inline::before,
  3684. .uk-flex-inline::after {
  3685. display: none;
  3686. }
  3687.  
  3688. .uk-flex-left {
  3689. -ms-flex-pack: start;
  3690. justify-content: flex-start;
  3691. }
  3692.  
  3693. .uk-flex-center {
  3694. -ms-flex-pack: center;
  3695. justify-content: center;
  3696. }
  3697.  
  3698. .uk-flex-right {
  3699. -ms-flex-pack: end;
  3700. justify-content: flex-end;
  3701. }
  3702.  
  3703. .uk-flex-between {
  3704. -ms-flex-pack: justify;
  3705. justify-content: space-between;
  3706. }
  3707.  
  3708. .uk-flex-around {
  3709. -ms-flex-pack: distribute;
  3710. justify-content: space-around;
  3711. }
  3712.  
  3713. @media (width >=640px) {
  3714. .uk-flex-left\@s {
  3715. -ms-flex-pack: start;
  3716. justify-content: flex-start;
  3717. }
  3718.  
  3719. .uk-flex-center\@s {
  3720. -ms-flex-pack: center;
  3721. justify-content: center;
  3722. }
  3723.  
  3724. .uk-flex-right\@s {
  3725. -ms-flex-pack: end;
  3726. justify-content: flex-end;
  3727. }
  3728.  
  3729. .uk-flex-between\@s {
  3730. -ms-flex-pack: justify;
  3731. justify-content: space-between;
  3732. }
  3733.  
  3734. .uk-flex-around\@s {
  3735. -ms-flex-pack: distribute;
  3736. justify-content: space-around;
  3737. }
  3738. }
  3739.  
  3740. @media (width >=960px) {
  3741. .uk-flex-left\@m {
  3742. -ms-flex-pack: start;
  3743. justify-content: flex-start;
  3744. }
  3745.  
  3746. .uk-flex-center\@m {
  3747. -ms-flex-pack: center;
  3748. justify-content: center;
  3749. }
  3750.  
  3751. .uk-flex-right\@m {
  3752. -ms-flex-pack: end;
  3753. justify-content: flex-end;
  3754. }
  3755.  
  3756. .uk-flex-between\@m {
  3757. -ms-flex-pack: justify;
  3758. justify-content: space-between;
  3759. }
  3760.  
  3761. .uk-flex-around\@m {
  3762. -ms-flex-pack: distribute;
  3763. justify-content: space-around;
  3764. }
  3765. }
  3766.  
  3767. @media (width >=1200px) {
  3768. .uk-flex-left\@l {
  3769. -ms-flex-pack: start;
  3770. justify-content: flex-start;
  3771. }
  3772.  
  3773. .uk-flex-center\@l {
  3774. -ms-flex-pack: center;
  3775. justify-content: center;
  3776. }
  3777.  
  3778. .uk-flex-right\@l {
  3779. -ms-flex-pack: end;
  3780. justify-content: flex-end;
  3781. }
  3782.  
  3783. .uk-flex-between\@l {
  3784. -ms-flex-pack: justify;
  3785. justify-content: space-between;
  3786. }
  3787.  
  3788. .uk-flex-around\@l {
  3789. -ms-flex-pack: distribute;
  3790. justify-content: space-around;
  3791. }
  3792. }
  3793.  
  3794. @media (width >=1600px) {
  3795. .uk-flex-left\@xl {
  3796. -ms-flex-pack: start;
  3797. justify-content: flex-start;
  3798. }
  3799.  
  3800. .uk-flex-center\@xl {
  3801. -ms-flex-pack: center;
  3802. justify-content: center;
  3803. }
  3804.  
  3805. .uk-flex-right\@xl {
  3806. -ms-flex-pack: end;
  3807. justify-content: flex-end;
  3808. }
  3809.  
  3810. .uk-flex-between\@xl {
  3811. -ms-flex-pack: justify;
  3812. justify-content: space-between;
  3813. }
  3814.  
  3815. .uk-flex-around\@xl {
  3816. -ms-flex-pack: distribute;
  3817. justify-content: space-around;
  3818. }
  3819. }
  3820.  
  3821. .uk-flex-stretch {
  3822. -ms-flex-align: stretch;
  3823. align-items: stretch;
  3824. }
  3825.  
  3826. .uk-flex-top {
  3827. -ms-flex-align: start;
  3828. align-items: flex-start;
  3829. }
  3830.  
  3831. .uk-flex-middle {
  3832. -ms-flex-align: center;
  3833. align-items: center;
  3834. }
  3835.  
  3836. .uk-flex-bottom {
  3837. -ms-flex-align: end;
  3838. align-items: flex-end;
  3839. }
  3840.  
  3841. .uk-flex-row {
  3842. -ms-flex-direction: row;
  3843. flex-direction: row;
  3844. }
  3845.  
  3846. .uk-flex-row-reverse {
  3847. -ms-flex-direction: row-reverse;
  3848. flex-direction: row-reverse;
  3849. }
  3850.  
  3851. .uk-flex-column {
  3852. -ms-flex-direction: column;
  3853. flex-direction: column;
  3854. }
  3855.  
  3856. .uk-flex-column-reverse {
  3857. -ms-flex-direction: column-reverse;
  3858. flex-direction: column-reverse;
  3859. }
  3860.  
  3861. .uk-flex-nowrap {
  3862. -ms-flex-wrap: nowrap;
  3863. flex-wrap: nowrap;
  3864. }
  3865.  
  3866. .uk-flex-wrap {
  3867. -ms-flex-wrap: wrap;
  3868. flex-wrap: wrap;
  3869. }
  3870.  
  3871. .uk-flex-wrap-reverse {
  3872. -ms-flex-wrap: wrap-reverse;
  3873. flex-wrap: wrap-reverse;
  3874. }
  3875.  
  3876. .uk-flex-wrap-stretch {
  3877. -ms-flex-line-pack: stretch;
  3878. align-content: stretch;
  3879. }
  3880.  
  3881. .uk-flex-wrap-top {
  3882. -ms-flex-line-pack: start;
  3883. align-content: flex-start;
  3884. }
  3885.  
  3886. .uk-flex-wrap-middle {
  3887. -ms-flex-line-pack: center;
  3888. align-content: center;
  3889. }
  3890.  
  3891. .uk-flex-wrap-bottom {
  3892. -ms-flex-line-pack: end;
  3893. align-content: flex-end;
  3894. }
  3895.  
  3896. .uk-flex-wrap-between {
  3897. -ms-flex-line-pack: justify;
  3898. align-content: space-between;
  3899. }
  3900.  
  3901. .uk-flex-wrap-around {
  3902. -ms-flex-line-pack: distribute;
  3903. align-content: space-around;
  3904. }
  3905.  
  3906. .uk-flex-first {
  3907. -ms-flex-order: -1;
  3908. order: -1;
  3909. }
  3910.  
  3911. .uk-flex-last {
  3912. -ms-flex-order: 99;
  3913. order: 99;
  3914. }
  3915.  
  3916. @media (width >=640px) {
  3917. .uk-flex-first\@s {
  3918. -ms-flex-order: -1;
  3919. order: -1;
  3920. }
  3921.  
  3922. .uk-flex-last\@s {
  3923. -ms-flex-order: 99;
  3924. order: 99;
  3925. }
  3926. }
  3927.  
  3928. @media (width >=960px) {
  3929. .uk-flex-first\@m {
  3930. -ms-flex-order: -1;
  3931. order: -1;
  3932. }
  3933.  
  3934. .uk-flex-last\@m {
  3935. -ms-flex-order: 99;
  3936. order: 99;
  3937. }
  3938. }
  3939.  
  3940. @media (width >=1200px) {
  3941. .uk-flex-first\@l {
  3942. -ms-flex-order: -1;
  3943. order: -1;
  3944. }
  3945.  
  3946. .uk-flex-last\@l {
  3947. -ms-flex-order: 99;
  3948. order: 99;
  3949. }
  3950. }
  3951.  
  3952. @media (width >=1600px) {
  3953. .uk-flex-first\@xl {
  3954. -ms-flex-order: -1;
  3955. order: -1;
  3956. }
  3957.  
  3958. .uk-flex-last\@xl {
  3959. -ms-flex-order: 99;
  3960. order: 99;
  3961. }
  3962. }
  3963.  
  3964. .uk-flex-none {
  3965. -ms-flex: none;
  3966. flex: none;
  3967. }
  3968.  
  3969. .uk-flex-auto {
  3970. -ms-flex: auto;
  3971. flex: auto;
  3972. }
  3973.  
  3974. .uk-flex-1 {
  3975. -ms-flex: 1;
  3976. flex: 1;
  3977. }
  3978.  
  3979. .uk-margin {
  3980. margin-bottom: 45px;
  3981. }
  3982.  
  3983. * + .uk-margin {
  3984. margin-top: 45px !important;
  3985. }
  3986.  
  3987. .uk-margin-top {
  3988. margin-top: 45px !important;
  3989. }
  3990.  
  3991. .uk-margin-bottom {
  3992. margin-bottom: 45px !important;
  3993. }
  3994.  
  3995. .uk-margin-left {
  3996. margin-left: 45px !important;
  3997. }
  3998.  
  3999. .uk-margin-right {
  4000. margin-right: 45px !important;
  4001. }
  4002.  
  4003. .uk-margin-small {
  4004. margin-bottom: 15px;
  4005. }
  4006.  
  4007. * + .uk-margin-small {
  4008. margin-top: 15px !important;
  4009. }
  4010.  
  4011. .uk-margin-small-top {
  4012. margin-top: 15px !important;
  4013. }
  4014.  
  4015. .uk-margin-small-bottom {
  4016. margin-bottom: 15px !important;
  4017. }
  4018.  
  4019. .uk-margin-small-left {
  4020. margin-left: 15px !important;
  4021. }
  4022.  
  4023. .uk-margin-small-right {
  4024. margin-right: 15px !important;
  4025. }
  4026.  
  4027. .uk-margin-medium {
  4028. margin-bottom: 45px;
  4029. }
  4030.  
  4031. * + .uk-margin-medium {
  4032. margin-top: 45px !important;
  4033. }
  4034.  
  4035. .uk-margin-medium-top {
  4036. margin-top: 45px !important;
  4037. }
  4038.  
  4039. .uk-margin-medium-bottom {
  4040. margin-bottom: 45px !important;
  4041. }
  4042.  
  4043. .uk-margin-medium-left {
  4044. margin-left: 45px !important;
  4045. }
  4046.  
  4047. .uk-margin-medium-right {
  4048. margin-right: 45px !important;
  4049. }
  4050.  
  4051. .uk-margin-large {
  4052. margin-bottom: 45px;
  4053. }
  4054.  
  4055. * + .uk-margin-large {
  4056. margin-top: 45px !important;
  4057. }
  4058.  
  4059. .uk-margin-large-top {
  4060. margin-top: 45px !important;
  4061. }
  4062.  
  4063. .uk-margin-large-bottom {
  4064. margin-bottom: 45px !important;
  4065. }
  4066.  
  4067. .uk-margin-large-left {
  4068. margin-left: 45px !important;
  4069. }
  4070.  
  4071. .uk-margin-large-right {
  4072. margin-right: 45px !important;
  4073. }
  4074.  
  4075. @media (width >=1200px) {
  4076. .uk-margin-large {
  4077. margin-bottom: 70px;
  4078. }
  4079.  
  4080. * + .uk-margin-large {
  4081. margin-top: 70px !important;
  4082. }
  4083.  
  4084. .uk-margin-large-top {
  4085. margin-top: 70px !important;
  4086. }
  4087.  
  4088. .uk-margin-large-bottom {
  4089. margin-bottom: 70px !important;
  4090. }
  4091.  
  4092. .uk-margin-large-left {
  4093. margin-left: 70px !important;
  4094. }
  4095.  
  4096. .uk-margin-large-right {
  4097. margin-right: 70px !important;
  4098. }
  4099. }
  4100.  
  4101. .uk-margin-xlarge {
  4102. margin-bottom: 70px;
  4103. }
  4104.  
  4105. * + .uk-margin-xlarge {
  4106. margin-top: 70px !important;
  4107. }
  4108.  
  4109. .uk-margin-xlarge-top {
  4110. margin-top: 70px !important;
  4111. }
  4112.  
  4113. .uk-margin-xlarge-bottom {
  4114. margin-bottom: 70px !important;
  4115. }
  4116.  
  4117. .uk-margin-xlarge-left {
  4118. margin-left: 70px !important;
  4119. }
  4120.  
  4121. .uk-margin-xlarge-right {
  4122. margin-right: 70px !important;
  4123. }
  4124.  
  4125. @media (width >=1200px) {
  4126. .uk-margin-xlarge {
  4127. margin-bottom: 160px;
  4128. }
  4129.  
  4130. * + .uk-margin-xlarge {
  4131. margin-top: 160px !important;
  4132. }
  4133.  
  4134. .uk-margin-xlarge-top {
  4135. margin-top: 160px !important;
  4136. }
  4137.  
  4138. .uk-margin-xlarge-bottom {
  4139. margin-bottom: 160px !important;
  4140. }
  4141.  
  4142. .uk-margin-xlarge-left {
  4143. margin-left: 160px !important;
  4144. }
  4145.  
  4146. .uk-margin-xlarge-right {
  4147. margin-right: 160px !important;
  4148. }
  4149. }
  4150.  
  4151. .uk-margin-auto {
  4152. margin-right: auto !important;
  4153. margin-left: auto !important;
  4154. }
  4155.  
  4156. .uk-margin-auto-top {
  4157. margin-top: auto !important;
  4158. }
  4159.  
  4160. .uk-margin-auto-bottom {
  4161. margin-bottom: auto !important;
  4162. }
  4163.  
  4164. .uk-margin-auto-left {
  4165. margin-left: auto !important;
  4166. }
  4167.  
  4168. .uk-margin-auto-right {
  4169. margin-right: auto !important;
  4170. }
  4171.  
  4172. .uk-margin-auto-vertical {
  4173. margin-top: auto !important;
  4174. margin-bottom: auto !important;
  4175. }
  4176.  
  4177. @media (width >=640px) {
  4178. .uk-margin-auto\@s {
  4179. margin-right: auto !important;
  4180. margin-left: auto !important;
  4181. }
  4182.  
  4183. .uk-margin-auto-left\@s {
  4184. margin-left: auto !important;
  4185. }
  4186.  
  4187. .uk-margin-auto-right\@s {
  4188. margin-right: auto !important;
  4189. }
  4190. }
  4191.  
  4192. @media (width >=960px) {
  4193. .uk-margin-auto\@m {
  4194. margin-right: auto !important;
  4195. margin-left: auto !important;
  4196. }
  4197.  
  4198. .uk-margin-auto-left\@m {
  4199. margin-left: auto !important;
  4200. }
  4201.  
  4202. .uk-margin-auto-right\@m {
  4203. margin-right: auto !important;
  4204. }
  4205. }
  4206.  
  4207. @media (width >=1200px) {
  4208. .uk-margin-auto\@l {
  4209. margin-right: auto !important;
  4210. margin-left: auto !important;
  4211. }
  4212.  
  4213. .uk-margin-auto-left\@l {
  4214. margin-left: auto !important;
  4215. }
  4216.  
  4217. .uk-margin-auto-right\@l {
  4218. margin-right: auto !important;
  4219. }
  4220. }
  4221.  
  4222. @media (width >=1600px) {
  4223. .uk-margin-auto\@xl {
  4224. margin-right: auto !important;
  4225. margin-left: auto !important;
  4226. }
  4227.  
  4228. .uk-margin-auto-left\@xl {
  4229. margin-left: auto !important;
  4230. }
  4231.  
  4232. .uk-margin-auto-right\@xl {
  4233. margin-right: auto !important;
  4234. }
  4235. }
  4236.  
  4237. .uk-margin-remove {
  4238. margin: 0 !important;
  4239. }
  4240.  
  4241. .uk-margin-remove-top {
  4242. margin-top: 0 !important;
  4243. }
  4244.  
  4245. .uk-margin-remove-bottom {
  4246. margin-bottom: 0 !important;
  4247. }
  4248.  
  4249. .uk-margin-remove-left {
  4250. margin-left: 0 !important;
  4251. }
  4252.  
  4253. .uk-margin-remove-right {
  4254. margin-right: 0 !important;
  4255. }
  4256.  
  4257. .uk-margin-remove-vertical {
  4258. margin-top: 0 !important;
  4259. margin-bottom: 0 !important;
  4260. }
  4261.  
  4262. .uk-margin-remove-adjacent + *,
  4263. .uk-margin-remove-first-child > :first-child {
  4264. margin-top: 0 !important;
  4265. }
  4266.  
  4267. .uk-margin-remove-last-child > :last-child {
  4268. margin-bottom: 0 !important;
  4269. }
  4270.  
  4271. @media (width >=640px) {
  4272. .uk-margin-remove-left\@s {
  4273. margin-left: 0 !important;
  4274. }
  4275.  
  4276. .uk-margin-remove-right\@s {
  4277. margin-right: 0 !important;
  4278. }
  4279. }
  4280.  
  4281. @media (width >=960px) {
  4282. .uk-margin-remove-left\@m {
  4283. margin-left: 0 !important;
  4284. }
  4285.  
  4286. .uk-margin-remove-right\@m {
  4287. margin-right: 0 !important;
  4288. }
  4289. }
  4290.  
  4291. @media (width >=1200px) {
  4292. .uk-margin-remove-left\@l {
  4293. margin-left: 0 !important;
  4294. }
  4295.  
  4296. .uk-margin-remove-right\@l {
  4297. margin-right: 0 !important;
  4298. }
  4299. }
  4300.  
  4301. @media (width >=1600px) {
  4302. .uk-margin-remove-left\@xl {
  4303. margin-left: 0 !important;
  4304. }
  4305.  
  4306. .uk-margin-remove-right\@xl {
  4307. margin-right: 0 !important;
  4308. }
  4309. }
  4310.  
  4311. .uk-padding {
  4312. padding: 30px;
  4313. }
  4314.  
  4315. @media (width >=1200px) {
  4316. .uk-padding {
  4317. padding: 45px;
  4318. }
  4319. }
  4320.  
  4321. .uk-padding-small {
  4322. padding: 15px;
  4323. }
  4324.  
  4325. .uk-padding-large {
  4326. padding: 30px;
  4327. }
  4328.  
  4329. @media (width >=1200px) {
  4330. .uk-padding-large {
  4331. padding: 60px;
  4332. }
  4333. }
  4334.  
  4335. .uk-padding-remove {
  4336. padding: 0 !important;
  4337. }
  4338.  
  4339. .uk-padding-remove-top {
  4340. padding-top: 0 !important;
  4341. }
  4342.  
  4343. .uk-padding-remove-bottom {
  4344. padding-bottom: 0 !important;
  4345. }
  4346.  
  4347. .uk-padding-remove-left {
  4348. padding-left: 0 !important;
  4349. }
  4350.  
  4351. .uk-padding-remove-right {
  4352. padding-right: 0 !important;
  4353. }
  4354.  
  4355. .uk-padding-remove-vertical {
  4356. padding-top: 0 !important;
  4357. padding-bottom: 0 !important;
  4358. }
  4359.  
  4360. .uk-padding-remove-horizontal {
  4361. padding-right: 0 !important;
  4362. padding-left: 0 !important;
  4363. }
  4364.  
  4365. [class*='uk-position-top'],
  4366. [class*='uk-position-bottom'],
  4367. [class*='uk-position-left'],
  4368. [class*='uk-position-right'],
  4369. [class*='uk-position-center'] {
  4370. position: absolute !important;
  4371. max-width: 100%;
  4372. }
  4373.  
  4374. .uk-position-top {
  4375. top: 0;
  4376. right: 0;
  4377. left: 0;
  4378. }
  4379.  
  4380. .uk-position-bottom {
  4381. right: 0;
  4382. bottom: 0;
  4383. left: 0;
  4384. }
  4385.  
  4386. .uk-position-left {
  4387. top: 0;
  4388. bottom: 0;
  4389. left: 0;
  4390. }
  4391.  
  4392. .uk-position-right {
  4393. top: 0;
  4394. right: 0;
  4395. bottom: 0;
  4396. }
  4397.  
  4398. .uk-position-top-left {
  4399. top: 0;
  4400. left: 0;
  4401. }
  4402.  
  4403. .uk-position-top-right {
  4404. top: 0;
  4405. right: 0;
  4406. }
  4407.  
  4408. .uk-position-bottom-left {
  4409. bottom: 0;
  4410. left: 0;
  4411. }
  4412.  
  4413. .uk-position-bottom-right {
  4414. right: 0;
  4415. bottom: 0;
  4416. }
  4417.  
  4418. .uk-position-center {
  4419. top: 50%;
  4420. left: 50%;
  4421. -ms-transform: translate(-50%, -50%);
  4422. transform: translate(-50%, -50%);
  4423. box-sizing: border-box;
  4424. width: max-content;
  4425. max-width: 100%;
  4426. }
  4427.  
  4428. [class*='uk-position-center-left'],
  4429. [class*='uk-position-center-right'] {
  4430. top: 50%;
  4431. -ms-transform: translateY(-50%);
  4432. transform: translateY(-50%);
  4433. }
  4434.  
  4435. .uk-position-center-left {
  4436. left: 0;
  4437. }
  4438.  
  4439. .uk-position-center-right {
  4440. right: 0;
  4441. }
  4442.  
  4443. .uk-position-center-left-out {
  4444. right: 100%;
  4445. width: max-content;
  4446. }
  4447.  
  4448. .uk-position-center-right-out {
  4449. left: 100%;
  4450. width: max-content;
  4451. }
  4452.  
  4453. .uk-position-top-center,
  4454. .uk-position-bottom-center {
  4455. left: 50%;
  4456. -ms-transform: translateX(-50%);
  4457. transform: translateX(-50%);
  4458. box-sizing: border-box;
  4459. width: max-content;
  4460. max-width: 100%;
  4461. }
  4462.  
  4463. .uk-position-top-center {
  4464. top: 0;
  4465. }
  4466.  
  4467. .uk-position-bottom-center {
  4468. bottom: 0;
  4469. }
  4470.  
  4471. .uk-position-cover {
  4472. position: absolute;
  4473. inset: 0;
  4474. }
  4475.  
  4476. .uk-position-relative {
  4477. position: relative !important;
  4478. }
  4479.  
  4480. .uk-position-absolute {
  4481. position: absolute !important;
  4482. }
  4483.  
  4484. .uk-position-fixed {
  4485. position: fixed !important;
  4486. }
  4487.  
  4488. .uk-position-z-index {
  4489. z-index: 1;
  4490. }
  4491.  
  4492. .uk-position-small {
  4493. margin: 15px;
  4494. max-width: calc(100% - (15px * 2));
  4495. }
  4496.  
  4497. .uk-position-small.uk-position-center {
  4498. -ms-transform: translate(-50%, -50%)
  4499. translate(-15px, -15px);
  4500. transform: translate(-50%, -50%)
  4501. translate(-15px, -15px);
  4502. }
  4503.  
  4504. .uk-position-small[class*='uk-position-center-left'],
  4505. .uk-position-small[class*='uk-position-center-right'] {
  4506. -ms-transform: translateY(-50%)
  4507. translateY(-15px);
  4508. transform: translateY(-50%) translateY(-15px);
  4509. }
  4510.  
  4511. .uk-position-small.uk-position-top-center,
  4512. .uk-position-small.uk-position-bottom-center {
  4513. -ms-transform: translateX(-50%)
  4514. translateX(-15px);
  4515. transform: translateX(-50%) translateX(-15px);
  4516. }
  4517.  
  4518. .uk-position-medium {
  4519. margin: 30px;
  4520. max-width: calc(100% - (30px * 2));
  4521. }
  4522.  
  4523. .uk-position-medium.uk-position-center {
  4524. -ms-transform: translate(-50%, -50%)
  4525. translate(-30px, -30px);
  4526. transform: translate(-50%, -50%)
  4527. translate(-30px, -30px);
  4528. }
  4529.  
  4530. .uk-position-medium[class*='uk-position-center-left'],
  4531. .uk-position-medium[class*='uk-position-center-right'] {
  4532. -ms-transform: translateY(-50%)
  4533. translateY(-30px);
  4534. transform: translateY(-50%) translateY(-30px);
  4535. }
  4536.  
  4537. .uk-position-medium.uk-position-top-center,
  4538. .uk-position-medium.uk-position-bottom-center {
  4539. -ms-transform: translateX(-50%)
  4540. translateX(-30px);
  4541. transform: translateX(-50%) translateX(-30px);
  4542. }
  4543.  
  4544. .uk-position-large {
  4545. margin: 30px;
  4546. max-width: calc(100% - (30px * 2));
  4547. }
  4548.  
  4549. .uk-position-large.uk-position-center {
  4550. -ms-transform: translate(-50%, -50%)
  4551. translate(-30px, -30px);
  4552. transform: translate(-50%, -50%)
  4553. translate(-30px, -30px);
  4554. }
  4555.  
  4556. .uk-position-large[class*='uk-position-center-left'],
  4557. .uk-position-large[class*='uk-position-center-right'] {
  4558. -ms-transform: translateY(-50%)
  4559. translateY(-30px);
  4560. transform: translateY(-50%) translateY(-30px);
  4561. }
  4562.  
  4563. .uk-position-large.uk-position-top-center,
  4564. .uk-position-large.uk-position-bottom-center {
  4565. -ms-transform: translateX(-50%)
  4566. translateX(-30px);
  4567. transform: translateX(-50%) translateX(-30px);
  4568. }
  4569.  
  4570. @media (width >=1200px) {
  4571. .uk-position-large {
  4572. margin: 50px;
  4573. max-width: calc(100% - (50px * 2));
  4574. }
  4575.  
  4576. .uk-position-large.uk-position-center {
  4577. -ms-transform: translate(-50%, -50%)
  4578. translate(-50px, -50px);
  4579. transform: translate(-50%, -50%)
  4580. translate(-50px, -50px);
  4581. }
  4582.  
  4583. .uk-position-large[class*='uk-position-center-left'],
  4584. .uk-position-large[class*='uk-position-center-right'] {
  4585. -ms-transform: translateY(-50%)
  4586. translateY(-50px);
  4587. transform: translateY(-50%)
  4588. translateY(-50px);
  4589. }
  4590.  
  4591. .uk-position-large.uk-position-top-center,
  4592. .uk-position-large.uk-position-bottom-center {
  4593. -ms-transform: translateX(-50%)
  4594. translateX(-50px);
  4595. transform: translateX(-50%)
  4596. translateX(-50px);
  4597. }
  4598. }
  4599.  
  4600. .uk-transition-toggle {
  4601. -webkit-tap-highlight-color: transparent;
  4602. }
  4603.  
  4604. .uk-transition-toggle:focus {
  4605. outline: none;
  4606. }
  4607.  
  4608. .uk-transition-fade,
  4609. [class*='uk-transition-scale'],
  4610. [class*='uk-transition-slide'] {
  4611. opacity: 0%;
  4612. transition: 0.3s ease-out;
  4613. transition-property: opacity, transform,
  4614. filter, opacity, transform, filter;
  4615. transition-property: opacity, transform,
  4616. filter;
  4617. }
  4618.  
  4619. .uk-transition-toggle:hover .uk-transition-fade,
  4620. .uk-transition-toggle:focus .uk-transition-fade,
  4621. .uk-transition-active.uk-active
  4622. .uk-transition-fade {
  4623. opacity: 100%;
  4624. }
  4625.  
  4626. .uk-transition-scale-up {
  4627. -ms-transform: scale(1, 1);
  4628. transform: scale(1, 1);
  4629. }
  4630.  
  4631. .uk-transition-scale-down {
  4632. -ms-transform: scale(1.1, 1.1);
  4633. transform: scale(1.1, 1.1);
  4634. }
  4635.  
  4636. .uk-transition-toggle:hover
  4637. .uk-transition-scale-up,
  4638. .uk-transition-toggle:focus
  4639. .uk-transition-scale-up,
  4640. .uk-transition-active.uk-active
  4641. .uk-transition-scale-up {
  4642. -ms-transform: scale(1.1, 1.1);
  4643. transform: scale(1.1, 1.1);
  4644. opacity: 100%;
  4645. }
  4646.  
  4647. .uk-transition-toggle:hover
  4648. .uk-transition-scale-down,
  4649. .uk-transition-toggle:focus
  4650. .uk-transition-scale-down,
  4651. .uk-transition-active.uk-active
  4652. .uk-transition-scale-down {
  4653. -ms-transform: scale(1, 1);
  4654. transform: scale(1, 1);
  4655. opacity: 100%;
  4656. }
  4657.  
  4658. .uk-transition-slide-top {
  4659. -ms-transform: translateY(-100%);
  4660. transform: translateY(-100%);
  4661. }
  4662.  
  4663. .uk-transition-slide-bottom {
  4664. -ms-transform: translateY(100%);
  4665. transform: translateY(100%);
  4666. }
  4667.  
  4668. .uk-transition-slide-left {
  4669. -ms-transform: translateX(-100%);
  4670. transform: translateX(-100%);
  4671. }
  4672.  
  4673. .uk-transition-slide-right {
  4674. -ms-transform: translateX(100%);
  4675. transform: translateX(100%);
  4676. }
  4677.  
  4678. .uk-transition-slide-top-small {
  4679. -ms-transform: translateY(-10px);
  4680. transform: translateY(-10px);
  4681. }
  4682.  
  4683. .uk-transition-slide-bottom-small {
  4684. -ms-transform: translateY(10px);
  4685. transform: translateY(10px);
  4686. }
  4687.  
  4688. .uk-transition-slide-left-small {
  4689. -ms-transform: translateX(-10px);
  4690. transform: translateX(-10px);
  4691. }
  4692.  
  4693. .uk-transition-slide-right-small {
  4694. -ms-transform: translateX(10px);
  4695. transform: translateX(10px);
  4696. }
  4697.  
  4698. .uk-transition-slide-top-medium {
  4699. -ms-transform: translateY(-50px);
  4700. transform: translateY(-50px);
  4701. }
  4702.  
  4703. .uk-transition-slide-bottom-medium {
  4704. -ms-transform: translateY(50px);
  4705. transform: translateY(50px);
  4706. }
  4707.  
  4708. .uk-transition-slide-left-medium {
  4709. -ms-transform: translateX(-50px);
  4710. transform: translateX(-50px);
  4711. }
  4712.  
  4713. .uk-transition-slide-right-medium {
  4714. -ms-transform: translateX(50px);
  4715. transform: translateX(50px);
  4716. }
  4717.  
  4718. .uk-transition-toggle:hover
  4719. [class*='uk-transition-slide'],
  4720. .uk-transition-toggle:focus
  4721. [class*='uk-transition-slide'],
  4722. .uk-transition-active.uk-active
  4723. [class*='uk-transition-slide'] {
  4724. -ms-transform: translate(0, 0);
  4725. transform: translate(0, 0);
  4726. opacity: 100%;
  4727. }
  4728.  
  4729. .uk-transition-opaque {
  4730. opacity: 100%;
  4731. }
  4732.  
  4733. .uk-transition-slow {
  4734. transition-duration: 0.7s;
  4735. }
  4736.  
  4737. [hidden],
  4738. .uk-hidden {
  4739. display: none !important;
  4740. }
  4741.  
  4742. @media (width >=640px) {
  4743. .uk-hidden\@s {
  4744. display: none !important;
  4745. }
  4746. }
  4747.  
  4748. @media (width >=960px) {
  4749. .uk-hidden\@m {
  4750. display: none !important;
  4751. }
  4752. }
  4753.  
  4754. @media (width >=1200px) {
  4755. .uk-hidden\@l {
  4756. display: none !important;
  4757. }
  4758. }
  4759.  
  4760. @media (width >=1600px) {
  4761. .uk-hidden\@xl {
  4762. display: none !important;
  4763. }
  4764. }
  4765.  
  4766. @media (width <=639px) {
  4767. .uk-visible\@s {
  4768. display: none !important;
  4769. }
  4770. }
  4771.  
  4772. @media (width <=959px) {
  4773. .uk-visible\@m {
  4774. display: none !important;
  4775. }
  4776. }
  4777.  
  4778. @media (width <=1199px) {
  4779. .uk-visible\@l {
  4780. display: none !important;
  4781. }
  4782. }
  4783.  
  4784. @media (width <=1599px) {
  4785. .uk-visible\@xl {
  4786. display: none !important;
  4787. }
  4788. }
  4789.  
  4790. .uk-invisible {
  4791. visibility: hidden !important;
  4792. }
  4793.  
  4794. .uk-visible-toggle:not(:hover, :focus)
  4795. .uk-hidden-hover:not(:focus-within) {
  4796. position: absolute !important;
  4797. margin: 0 !important;
  4798. padding: 0 !important;
  4799. width: 0 !important;
  4800. height: 0 !important;
  4801. overflow: hidden !important;
  4802. }
  4803.  
  4804. .uk-visible-toggle:not(:hover, :focus)
  4805. .uk-invisible-hover:not(:focus-within) {
  4806. opacity: 0% !important;
  4807. }
  4808.  
  4809. .uk-visible-toggle {
  4810. -webkit-tap-highlight-color: transparent;
  4811. }
  4812.  
  4813. .uk-visible-toggle:focus {
  4814. outline: none;
  4815. }
  4816.  
  4817. @media (pointer: coarse) {
  4818. .uk-hidden-touch {
  4819. display: none !important;
  4820. }
  4821. }
  4822.  
  4823. .uk-hidden-notouch {
  4824. display: none !important;
  4825. }
  4826.  
  4827. @media (pointer: coarse) {
  4828. .uk-hidden-notouch {
  4829. display: block !important;
  4830. }
  4831. }
  4832.  
  4833. .ct-label {
  4834. fill: #687790;
  4835. color: #687790;
  4836. font-size: 12px;
  4837. line-height: 1;
  4838. }
  4839.  
  4840. .ct-chart-line .ct-label,
  4841. .ct-chart-bar .ct-label {
  4842. display: block;
  4843. display: flexbox;
  4844. display: flex;
  4845. }
  4846.  
  4847. .ct-chart-pie .ct-label,
  4848. .ct-chart-donut .ct-label {
  4849. dominant-baseline: central;
  4850. }
  4851.  
  4852. .ct-label.ct-horizontal.ct-start {
  4853. -ms-flex-align: flex-end;
  4854. align-items: flex-end;
  4855. -ms-flex-pack: flex-start;
  4856. justify-content: flex-start;
  4857. text-align: left;
  4858. text-anchor: start;
  4859. }
  4860.  
  4861. .ct-label.ct-horizontal.ct-end {
  4862. -ms-flex-align: flex-start;
  4863. align-items: flex-start;
  4864. -ms-flex-pack: flex-start;
  4865. justify-content: flex-start;
  4866. text-align: left;
  4867. text-anchor: start;
  4868. }
  4869.  
  4870. .ct-label.ct-vertical.ct-start {
  4871. -ms-flex-align: flex-end;
  4872. align-items: flex-end;
  4873. -ms-flex-pack: flex-end;
  4874. justify-content: flex-end;
  4875. text-align: right;
  4876. text-anchor: end;
  4877. }
  4878.  
  4879. .ct-label.ct-vertical.ct-end {
  4880. -ms-flex-align: flex-end;
  4881. align-items: flex-end;
  4882. -ms-flex-pack: flex-start;
  4883. justify-content: flex-start;
  4884. text-align: left;
  4885. text-anchor: start;
  4886. }
  4887.  
  4888. .ct-chart-bar .ct-label.ct-horizontal.ct-start {
  4889. -ms-flex-align: flex-end;
  4890. align-items: flex-end;
  4891. -ms-flex-pack: center;
  4892. justify-content: center;
  4893. text-align: center;
  4894. text-anchor: start;
  4895. }
  4896.  
  4897. .ct-chart-bar .ct-label.ct-horizontal.ct-end {
  4898. -ms-flex-align: flex-start;
  4899. align-items: flex-start;
  4900. -ms-flex-pack: center;
  4901. justify-content: center;
  4902. text-align: center;
  4903. text-anchor: start;
  4904. }
  4905.  
  4906. .ct-chart-bar.ct-horizontal-bars
  4907. .ct-label.ct-horizontal.ct-start {
  4908. -ms-flex-align: flex-end;
  4909. align-items: flex-end;
  4910. -ms-flex-pack: flex-start;
  4911. justify-content: flex-start;
  4912. text-align: left;
  4913. text-anchor: start;
  4914. }
  4915.  
  4916. .ct-chart-bar.ct-horizontal-bars
  4917. .ct-label.ct-horizontal.ct-end {
  4918. -ms-flex-align: flex-start;
  4919. align-items: flex-start;
  4920. -ms-flex-pack: flex-start;
  4921. justify-content: flex-start;
  4922. text-align: left;
  4923. text-anchor: start;
  4924. }
  4925.  
  4926. .ct-chart-bar.ct-horizontal-bars
  4927. .ct-label.ct-vertical.ct-start {
  4928. -ms-flex-align: center;
  4929. align-items: center;
  4930. -ms-flex-pack: flex-end;
  4931. justify-content: flex-end;
  4932. text-align: right;
  4933. text-anchor: end;
  4934. }
  4935.  
  4936. .ct-chart-bar.ct-horizontal-bars
  4937. .ct-label.ct-vertical.ct-end {
  4938. -ms-flex-align: center;
  4939. align-items: center;
  4940. -ms-flex-pack: flex-start;
  4941. justify-content: flex-start;
  4942. text-align: left;
  4943. text-anchor: end;
  4944. }
  4945.  
  4946. .ct-grid {
  4947. stroke: rgb(0 0 0 / 10%);
  4948. stroke-width: 1px;
  4949. stroke-dasharray: 2px;
  4950. }
  4951.  
  4952. .ct-grid-background {
  4953. fill: none;
  4954. }
  4955.  
  4956. .ct-point {
  4957. stroke-width: 12px;
  4958. stroke-linecap: round;
  4959. }
  4960.  
  4961. .ct-line {
  4962. fill: none;
  4963. stroke-width: 2px;
  4964. }
  4965.  
  4966. .ct-area {
  4967. stroke: none;
  4968. fill-opacity: 40%;
  4969. }
  4970.  
  4971. .ct-bar {
  4972. fill: none;
  4973. stroke-width: 10px;
  4974. }
  4975.  
  4976. .ct-slice-donut {
  4977. fill: none;
  4978. stroke-width: 60px;
  4979. }
  4980.  
  4981. .ct-series-a .ct-point,
  4982. .ct-series-a .ct-line,
  4983. .ct-series-a .ct-bar,
  4984. .ct-series-a .ct-slice-donut {
  4985. stroke: #3bd671;
  4986. }
  4987.  
  4988. .ct-series-a .ct-slice-pie,
  4989. .ct-series-a .ct-slice-donut-solid,
  4990. .ct-series-a .ct-area {
  4991. fill: #3bd671;
  4992. }
  4993.  
  4994. .ct-series-b .ct-point,
  4995. .ct-series-b .ct-line,
  4996. .ct-series-b .ct-bar,
  4997. .ct-series-b .ct-slice-donut {
  4998. stroke: #f05b4f;
  4999. }
  5000.  
  5001. .ct-series-b .ct-slice-pie,
  5002. .ct-series-b .ct-slice-donut-solid,
  5003. .ct-series-b .ct-area {
  5004. fill: #f05b4f;
  5005. }
  5006.  
  5007. .ct-series-c .ct-point,
  5008. .ct-series-c .ct-line,
  5009. .ct-series-c .ct-bar,
  5010. .ct-series-c .ct-slice-donut {
  5011. stroke: #f4c63d;
  5012. }
  5013.  
  5014. .ct-series-c .ct-slice-pie,
  5015. .ct-series-c .ct-slice-donut-solid,
  5016. .ct-series-c .ct-area {
  5017. fill: #f4c63d;
  5018. }
  5019.  
  5020. .ct-series-d .ct-point,
  5021. .ct-series-d .ct-line,
  5022. .ct-series-d .ct-bar,
  5023. .ct-series-d .ct-slice-donut {
  5024. stroke: #d17905;
  5025. }
  5026.  
  5027. .ct-series-d .ct-slice-pie,
  5028. .ct-series-d .ct-slice-donut-solid,
  5029. .ct-series-d .ct-area {
  5030. fill: #d17905;
  5031. }
  5032.  
  5033. .ct-series-e .ct-point,
  5034. .ct-series-e .ct-line,
  5035. .ct-series-e .ct-bar,
  5036. .ct-series-e .ct-slice-donut {
  5037. stroke: #453d3f;
  5038. }
  5039.  
  5040. .ct-series-e .ct-slice-pie,
  5041. .ct-series-e .ct-slice-donut-solid,
  5042. .ct-series-e .ct-area {
  5043. fill: #453d3f;
  5044. }
  5045.  
  5046. .ct-series-f .ct-point,
  5047. .ct-series-f .ct-line,
  5048. .ct-series-f .ct-bar,
  5049. .ct-series-f .ct-slice-donut {
  5050. stroke: #59922b;
  5051. }
  5052.  
  5053. .ct-series-f .ct-slice-pie,
  5054. .ct-series-f .ct-slice-donut-solid,
  5055. .ct-series-f .ct-area {
  5056. fill: #59922b;
  5057. }
  5058.  
  5059. .ct-series-g .ct-point,
  5060. .ct-series-g .ct-line,
  5061. .ct-series-g .ct-bar,
  5062. .ct-series-g .ct-slice-donut {
  5063. stroke: #0544d3;
  5064. }
  5065.  
  5066. .ct-series-g .ct-slice-pie,
  5067. .ct-series-g .ct-slice-donut-solid,
  5068. .ct-series-g .ct-area {
  5069. fill: #0544d3;
  5070. }
  5071.  
  5072. .ct-series-h .ct-point,
  5073. .ct-series-h .ct-line,
  5074. .ct-series-h .ct-bar,
  5075. .ct-series-h .ct-slice-donut {
  5076. stroke: #6b0392;
  5077. }
  5078.  
  5079. .ct-series-h .ct-slice-pie,
  5080. .ct-series-h .ct-slice-donut-solid,
  5081. .ct-series-h .ct-area {
  5082. fill: #6b0392;
  5083. }
  5084.  
  5085. .ct-series-i .ct-point,
  5086. .ct-series-i .ct-line,
  5087. .ct-series-i .ct-bar,
  5088. .ct-series-i .ct-slice-donut {
  5089. stroke: #f05b4f;
  5090. }
  5091.  
  5092. .ct-series-i .ct-slice-pie,
  5093. .ct-series-i .ct-slice-donut-solid,
  5094. .ct-series-i .ct-area {
  5095. fill: #f05b4f;
  5096. }
  5097.  
  5098. .ct-series-j .ct-point,
  5099. .ct-series-j .ct-line,
  5100. .ct-series-j .ct-bar,
  5101. .ct-series-j .ct-slice-donut {
  5102. stroke: #dda458;
  5103. }
  5104.  
  5105. .ct-series-j .ct-slice-pie,
  5106. .ct-series-j .ct-slice-donut-solid,
  5107. .ct-series-j .ct-area {
  5108. fill: #dda458;
  5109. }
  5110.  
  5111. .ct-series-k .ct-point,
  5112. .ct-series-k .ct-line,
  5113. .ct-series-k .ct-bar,
  5114. .ct-series-k .ct-slice-donut {
  5115. stroke: #eacf7d;
  5116. }
  5117.  
  5118. .ct-series-k .ct-slice-pie,
  5119. .ct-series-k .ct-slice-donut-solid,
  5120. .ct-series-k .ct-area {
  5121. fill: #eacf7d;
  5122. }
  5123.  
  5124. .ct-series-l .ct-point,
  5125. .ct-series-l .ct-line,
  5126. .ct-series-l .ct-bar,
  5127. .ct-series-l .ct-slice-donut {
  5128. stroke: #86797d;
  5129. }
  5130.  
  5131. .ct-series-l .ct-slice-pie,
  5132. .ct-series-l .ct-slice-donut-solid,
  5133. .ct-series-l .ct-area {
  5134. fill: #86797d;
  5135. }
  5136.  
  5137. .ct-series-m .ct-point,
  5138. .ct-series-m .ct-line,
  5139. .ct-series-m .ct-bar,
  5140. .ct-series-m .ct-slice-donut {
  5141. stroke: #b2c326;
  5142. }
  5143.  
  5144. .ct-series-m .ct-slice-pie,
  5145. .ct-series-m .ct-slice-donut-solid,
  5146. .ct-series-m .ct-area {
  5147. fill: #b2c326;
  5148. }
  5149.  
  5150. .ct-series-n .ct-point,
  5151. .ct-series-n .ct-line,
  5152. .ct-series-n .ct-bar,
  5153. .ct-series-n .ct-slice-donut {
  5154. stroke: #6188e2;
  5155. }
  5156.  
  5157. .ct-series-n .ct-slice-pie,
  5158. .ct-series-n .ct-slice-donut-solid,
  5159. .ct-series-n .ct-area {
  5160. fill: #6188e2;
  5161. }
  5162.  
  5163. .ct-series-o .ct-point,
  5164. .ct-series-o .ct-line,
  5165. .ct-series-o .ct-bar,
  5166. .ct-series-o .ct-slice-donut {
  5167. stroke: #a748ca;
  5168. }
  5169.  
  5170. .ct-series-o .ct-slice-pie,
  5171. .ct-series-o .ct-slice-donut-solid,
  5172. .ct-series-o .ct-area {
  5173. fill: #a748ca;
  5174. }
  5175.  
  5176. .ct-square {
  5177. display: block;
  5178. position: relative;
  5179. width: 100%;
  5180. }
  5181.  
  5182. .ct-square::before {
  5183. display: block;
  5184. float: left;
  5185. padding-bottom: 100%;
  5186. width: 0;
  5187. height: 0;
  5188. content: '';
  5189. }
  5190.  
  5191. .ct-square::after {
  5192. display: table;
  5193. clear: both;
  5194. content: '';
  5195. }
  5196.  
  5197. .ct-square > svg {
  5198. display: block;
  5199. position: absolute;
  5200. top: 0;
  5201. left: 0;
  5202. }
  5203.  
  5204. .ct-minor-second {
  5205. display: block;
  5206. position: relative;
  5207. width: 100%;
  5208. }
  5209.  
  5210. .ct-minor-second::before {
  5211. display: block;
  5212. float: left;
  5213. padding-bottom: 93.75%;
  5214. width: 0;
  5215. height: 0;
  5216. content: '';
  5217. }
  5218.  
  5219. .ct-minor-second::after {
  5220. display: table;
  5221. clear: both;
  5222. content: '';
  5223. }
  5224.  
  5225. .ct-minor-second > svg {
  5226. display: block;
  5227. position: absolute;
  5228. top: 0;
  5229. left: 0;
  5230. }
  5231.  
  5232. .ct-major-second {
  5233. display: block;
  5234. position: relative;
  5235. width: 100%;
  5236. }
  5237.  
  5238. .ct-major-second::before {
  5239. display: block;
  5240. float: left;
  5241. padding-bottom: 88.8888888889%;
  5242. width: 0;
  5243. height: 0;
  5244. content: '';
  5245. }
  5246.  
  5247. .ct-major-second::after {
  5248. display: table;
  5249. clear: both;
  5250. content: '';
  5251. }
  5252.  
  5253. .ct-major-second > svg {
  5254. display: block;
  5255. position: absolute;
  5256. top: 0;
  5257. left: 0;
  5258. }
  5259.  
  5260. .ct-minor-third {
  5261. display: block;
  5262. position: relative;
  5263. width: 100%;
  5264. }
  5265.  
  5266. .ct-minor-third::before {
  5267. display: block;
  5268. float: left;
  5269. padding-bottom: 83.3333333333%;
  5270. width: 0;
  5271. height: 0;
  5272. content: '';
  5273. }
  5274.  
  5275. .ct-minor-third::after {
  5276. display: table;
  5277. clear: both;
  5278. content: '';
  5279. }
  5280.  
  5281. .ct-minor-third > svg {
  5282. display: block;
  5283. position: absolute;
  5284. top: 0;
  5285. left: 0;
  5286. }
  5287.  
  5288. .ct-major-third {
  5289. display: block;
  5290. position: relative;
  5291. width: 100%;
  5292. }
  5293.  
  5294. .ct-major-third::before {
  5295. display: block;
  5296. float: left;
  5297. padding-bottom: 80%;
  5298. width: 0;
  5299. height: 0;
  5300. content: '';
  5301. }
  5302.  
  5303. .ct-major-third::after {
  5304. display: table;
  5305. clear: both;
  5306. content: '';
  5307. }
  5308.  
  5309. .ct-major-third > svg {
  5310. display: block;
  5311. position: absolute;
  5312. top: 0;
  5313. left: 0;
  5314. }
  5315.  
  5316. .ct-perfect-fourth {
  5317. display: block;
  5318. position: relative;
  5319. width: 100%;
  5320. }
  5321.  
  5322. .ct-perfect-fourth::before {
  5323. display: block;
  5324. float: left;
  5325. padding-bottom: 75%;
  5326. width: 0;
  5327. height: 0;
  5328. content: '';
  5329. }
  5330.  
  5331. .ct-perfect-fourth::after {
  5332. display: table;
  5333. clear: both;
  5334. content: '';
  5335. }
  5336.  
  5337. .ct-perfect-fourth > svg {
  5338. display: block;
  5339. position: absolute;
  5340. top: 0;
  5341. left: 0;
  5342. }
  5343.  
  5344. .ct-perfect-fifth {
  5345. display: block;
  5346. position: relative;
  5347. width: 100%;
  5348. }
  5349.  
  5350. .ct-perfect-fifth::before {
  5351. display: block;
  5352. float: left;
  5353. padding-bottom: 66.6666666667%;
  5354. width: 0;
  5355. height: 0;
  5356. content: '';
  5357. }
  5358.  
  5359. .ct-perfect-fifth::after {
  5360. display: table;
  5361. clear: both;
  5362. content: '';
  5363. }
  5364.  
  5365. .ct-perfect-fifth > svg {
  5366. display: block;
  5367. position: absolute;
  5368. top: 0;
  5369. left: 0;
  5370. }
  5371.  
  5372. .ct-minor-sixth {
  5373. display: block;
  5374. position: relative;
  5375. width: 100%;
  5376. }
  5377.  
  5378. .ct-minor-sixth::before {
  5379. display: block;
  5380. float: left;
  5381. padding-bottom: 62.5%;
  5382. width: 0;
  5383. height: 0;
  5384. content: '';
  5385. }
  5386.  
  5387. .ct-minor-sixth::after {
  5388. display: table;
  5389. clear: both;
  5390. content: '';
  5391. }
  5392.  
  5393. .ct-minor-sixth > svg {
  5394. display: block;
  5395. position: absolute;
  5396. top: 0;
  5397. left: 0;
  5398. }
  5399.  
  5400. .ct-golden-section {
  5401. display: block;
  5402. position: relative;
  5403. width: 100%;
  5404. }
  5405.  
  5406. .ct-golden-section::before {
  5407. display: block;
  5408. float: left;
  5409. padding-bottom: 61.804697157%;
  5410. width: 0;
  5411. height: 0;
  5412. content: '';
  5413. }
  5414.  
  5415. .ct-golden-section::after {
  5416. display: table;
  5417. clear: both;
  5418. content: '';
  5419. }
  5420.  
  5421. .ct-golden-section > svg {
  5422. display: block;
  5423. position: absolute;
  5424. top: 0;
  5425. left: 0;
  5426. }
  5427.  
  5428. .ct-major-sixth {
  5429. display: block;
  5430. position: relative;
  5431. width: 100%;
  5432. }
  5433.  
  5434. .ct-major-sixth::before {
  5435. display: block;
  5436. float: left;
  5437. padding-bottom: 60%;
  5438. width: 0;
  5439. height: 0;
  5440. content: '';
  5441. }
  5442.  
  5443. .ct-major-sixth::after {
  5444. display: table;
  5445. clear: both;
  5446. content: '';
  5447. }
  5448.  
  5449. .ct-major-sixth > svg {
  5450. display: block;
  5451. position: absolute;
  5452. top: 0;
  5453. left: 0;
  5454. }
  5455.  
  5456. .ct-minor-seventh {
  5457. display: block;
  5458. position: relative;
  5459. width: 100%;
  5460. }
  5461.  
  5462. .ct-minor-seventh::before {
  5463. display: block;
  5464. float: left;
  5465. padding-bottom: 56.25%;
  5466. width: 0;
  5467. height: 0;
  5468. content: '';
  5469. }
  5470.  
  5471. .ct-minor-seventh::after {
  5472. display: table;
  5473. clear: both;
  5474. content: '';
  5475. }
  5476.  
  5477. .ct-minor-seventh > svg {
  5478. display: block;
  5479. position: absolute;
  5480. top: 0;
  5481. left: 0;
  5482. }
  5483.  
  5484. .ct-major-seventh {
  5485. display: block;
  5486. position: relative;
  5487. width: 100%;
  5488. }
  5489.  
  5490. .ct-major-seventh::before {
  5491. display: block;
  5492. float: left;
  5493. padding-bottom: 53.3333333333%;
  5494. width: 0;
  5495. height: 0;
  5496. content: '';
  5497. }
  5498.  
  5499. .ct-major-seventh::after {
  5500. display: table;
  5501. clear: both;
  5502. content: '';
  5503. }
  5504.  
  5505. .ct-major-seventh > svg {
  5506. display: block;
  5507. position: absolute;
  5508. top: 0;
  5509. left: 0;
  5510. }
  5511.  
  5512. .ct-octave {
  5513. display: block;
  5514. position: relative;
  5515. width: 100%;
  5516. }
  5517.  
  5518. .ct-octave::before {
  5519. display: block;
  5520. float: left;
  5521. padding-bottom: 50%;
  5522. width: 0;
  5523. height: 0;
  5524. content: '';
  5525. }
  5526.  
  5527. .ct-octave::after {
  5528. display: table;
  5529. clear: both;
  5530. content: '';
  5531. }
  5532.  
  5533. .ct-octave > svg {
  5534. display: block;
  5535. position: absolute;
  5536. top: 0;
  5537. left: 0;
  5538. }
  5539.  
  5540. .ct-major-tenth {
  5541. display: block;
  5542. position: relative;
  5543. width: 100%;
  5544. }
  5545.  
  5546. .ct-major-tenth::before {
  5547. display: block;
  5548. float: left;
  5549. padding-bottom: 40%;
  5550. width: 0;
  5551. height: 0;
  5552. content: '';
  5553. }
  5554.  
  5555. .ct-major-tenth::after {
  5556. display: table;
  5557. clear: both;
  5558. content: '';
  5559. }
  5560.  
  5561. .ct-major-tenth > svg {
  5562. display: block;
  5563. position: absolute;
  5564. top: 0;
  5565. left: 0;
  5566. }
  5567.  
  5568. .ct-major-eleventh {
  5569. display: block;
  5570. position: relative;
  5571. width: 100%;
  5572. }
  5573.  
  5574. .ct-major-eleventh::before {
  5575. display: block;
  5576. float: left;
  5577. padding-bottom: 37.5%;
  5578. width: 0;
  5579. height: 0;
  5580. content: '';
  5581. }
  5582.  
  5583. .ct-major-eleventh::after {
  5584. display: table;
  5585. clear: both;
  5586. content: '';
  5587. }
  5588.  
  5589. .ct-major-eleventh > svg {
  5590. display: block;
  5591. position: absolute;
  5592. top: 0;
  5593. left: 0;
  5594. }
  5595.  
  5596. .ct-major-twelfth {
  5597. display: block;
  5598. position: relative;
  5599. width: 100%;
  5600. }
  5601.  
  5602. .ct-major-twelfth::before {
  5603. display: block;
  5604. float: left;
  5605. padding-bottom: 33.3333333333%;
  5606. width: 0;
  5607. height: 0;
  5608. content: '';
  5609. }
  5610.  
  5611. .ct-major-twelfth::after {
  5612. display: table;
  5613. clear: both;
  5614. content: '';
  5615. }
  5616.  
  5617. .ct-major-twelfth > svg {
  5618. display: block;
  5619. position: absolute;
  5620. top: 0;
  5621. left: 0;
  5622. }
  5623.  
  5624. .ct-double-octave {
  5625. display: block;
  5626. position: relative;
  5627. width: 100%;
  5628. }
  5629.  
  5630. .ct-double-octave::before {
  5631. display: block;
  5632. float: left;
  5633. padding-bottom: 25%;
  5634. width: 0;
  5635. height: 0;
  5636. content: '';
  5637. }
  5638.  
  5639. .ct-double-octave::after {
  5640. display: table;
  5641. clear: both;
  5642. content: '';
  5643. }
  5644.  
  5645. .ct-double-octave > svg {
  5646. display: block;
  5647. position: absolute;
  5648. top: 0;
  5649. left: 0;
  5650. }
  5651.  
  5652. .ct-label.ct-horizontal {
  5653. width: 120px !important;
  5654. white-space: nowrap;
  5655. }
  5656.  
  5657. .ct-area {
  5658. fill: url('#gradient-a') !important;
  5659. }
  5660.  
  5661. .ct-point {
  5662. opacity: 0%;
  5663. box-shadow: 0 0 0 5px #fff;
  5664. }
  5665.  
  5666. .ct-point:hover {
  5667. opacity: 100%;
  5668. }
  5669.  
  5670. .ct-labels span {
  5671. display: inline-block;
  5672. border-radius: 4px;
  5673. background: rgb(255 255 255 / 70%);
  5674. width: inherit !important;
  5675. height: auto !important;
  5676. -ms-flex-align: end !important;
  5677. align-items: flex-end !important;
  5678. -ms-flex-pack: start !important;
  5679. justify-content: flex-start !important;
  5680. text-align: left !important;
  5681. text-anchor: start !important;
  5682. margin-left: 5px;
  5683. padding: 4px 5px;
  5684. }
  5685.  
  5686. .ct-labels span {
  5687. background: rgb(0 0 0 / 50%);
  5688. }
  5689.  
  5690. .chartist-tooltip {
  5691. display: inline-block;
  5692. position: absolute;
  5693. -ms-transform: scale(0.8) translateY(15px);
  5694. transform: scale(0.8) translateY(15px);
  5695. -ms-transform-origin: 50% 100%;
  5696. transform-origin: 50% 100%;
  5697. opacity: 0%;
  5698. z-index: 1;
  5699. transition:
  5700. opacity 0.05s linear,
  5701. transform 0.05s linear;
  5702. margin-top: -5px;
  5703. border-radius: 4px;
  5704. background: #131a26;
  5705. padding: 10px 15px;
  5706. min-width: 140px;
  5707. max-width: 280px;
  5708. pointer-events: none;
  5709. color: #fff;
  5710. font-size: 16px;
  5711. line-height: 1.2em;
  5712. }
  5713.  
  5714. .chartist-tooltip::before {
  5715. position: absolute;
  5716. top: 100%;
  5717. left: 50%;
  5718. margin-left: -5px;
  5719. border: 5px solid transparent;
  5720. border-top-color: #131a26;
  5721. width: 0;
  5722. height: 0;
  5723. content: '';
  5724. }
  5725.  
  5726. .chartist-tooltip.tooltip-show {
  5727. -ms-transform: scale(1) translateY(0);
  5728. transform: scale(1) translateY(0);
  5729. opacity: 100%;
  5730. }
  5731.  
  5732. .ct-area,
  5733. .ct-line {
  5734. pointer-events: none;
  5735. }
  5736.  
  5737. @media (width <=640px) {
  5738. html {
  5739. font-size: 16px;
  5740. }
  5741. }
  5742.  
  5743. html.compact {
  5744. font-size: 16px;
  5745. }
  5746.  
  5747. html.dark {
  5748. background: #131a26;
  5749. color: #fff;
  5750. }
  5751.  
  5752. * {
  5753. box-sizing: border-box;
  5754. }
  5755.  
  5756. #main-header {
  5757. background: #131a26;
  5758. padding: 45px 0 100px;
  5759. color: #fff;
  5760. }
  5761.  
  5762. .compact #main-header {
  5763. padding: 30px 0 60px;
  5764. }
  5765.  
  5766. @media (width <=640px) {
  5767. #main-header {
  5768. padding: 30px 0 60px;
  5769. }
  5770.  
  5771. #main-header.header-2 {
  5772. padding: 30px 0 75px;
  5773. }
  5774. }
  5775.  
  5776. .is-simple #main-header {
  5777. padding: 45px 0;
  5778. }
  5779.  
  5780. @media (width <=640px) {
  5781. .is-simple #main-header {
  5782. padding: 30px 0;
  5783. }
  5784. }
  5785.  
  5786. @media (width <=960px) {
  5787. .psp-header-info {
  5788. margin: 15px 0;
  5789. width: 100%;
  5790. }
  5791. }
  5792.  
  5793. #main-footer img {
  5794. margin-top: -3px;
  5795. }
  5796.  
  5797. @media (width <=960px) {
  5798. #main-footer {
  5799. -ms-flex-pack: center;
  5800. justify-content: center;
  5801. }
  5802. }
  5803.  
  5804. #main-footer a {
  5805. color: #637189 !important;
  5806. text-decoration: none;
  5807. }
  5808.  
  5809. #main-footer a:hover {
  5810. text-decoration: underline;
  5811. }
  5812.  
  5813. .last-update {
  5814. opacity: 50%;
  5815. }
  5816.  
  5817. @media (width <=960px) {
  5818. .logo-wrapper {
  5819. -ms-flex-wrap: wrap;
  5820. flex-wrap: wrap;
  5821. width: 100%;
  5822. -ms-flex-align: center;
  5823. align-items: center;
  5824. -ms-flex-pack: justify;
  5825. display: flexbox;
  5826. display: flex;
  5827. justify-content: space-between;
  5828. }
  5829. }
  5830.  
  5831. .header-2 .logo-wrapper {
  5832. display: inline-block;
  5833. margin-bottom: 25px;
  5834. border-bottom: 1px solid
  5835. rgb(170 170 170 / 50%);
  5836. padding: 0 30px 30px;
  5837. }
  5838.  
  5839. .compact .header-2 .logo-wrapper {
  5840. margin-bottom: 15px;
  5841. padding: 0 15px 15px;
  5842. }
  5843.  
  5844. .header-2 .logo-wrapper > * {
  5845. display: inline-block;
  5846. }
  5847.  
  5848. .logo-wrapper a {
  5849. color: inherit !important;
  5850. text-decoration: none !important;
  5851. }
  5852.  
  5853. .page-logo {
  5854. transition: all 0.1s ease-in;
  5855. width: 100%;
  5856. max-width: 210px;
  5857. }
  5858.  
  5859. .compact .page-logo {
  5860. width: auto;
  5861. max-height: 50px;
  5862. }
  5863.  
  5864. @media (width <=960px) {
  5865. .page-logo {
  5866. max-width: 180px;
  5867. }
  5868. }
  5869.  
  5870. .m-l-5 {
  5871. margin-left: 5px;
  5872. }
  5873.  
  5874. .m-r-5 {
  5875. margin-right: 5px;
  5876. }
  5877.  
  5878. .m-r-10 {
  5879. margin-right: 10px;
  5880. }
  5881.  
  5882. .m-l-10 {
  5883. margin-left: 10px;
  5884. }
  5885.  
  5886. .m-r-30 {
  5887. margin-right: 30px;
  5888. }
  5889.  
  5890. .m-b-5 {
  5891. margin-bottom: 5px;
  5892. }
  5893.  
  5894. .m-b-10 {
  5895. margin-bottom: 15px;
  5896. }
  5897.  
  5898. .m-t-5 {
  5899. margin-top: 5px;
  5900. }
  5901.  
  5902. .m-t-10 {
  5903. margin-top: 10px;
  5904. }
  5905.  
  5906. .color-white {
  5907. color: #fff;
  5908. }
  5909.  
  5910. .font-24 {
  5911. font-size: 24px;
  5912. }
  5913.  
  5914. .font-21 {
  5915. font-size: 21px;
  5916. }
  5917.  
  5918. @media (width <=640px) {
  5919. .font-21 {
  5920. font-size: 18px;
  5921. }
  5922. }
  5923.  
  5924. .font-18 {
  5925. font-size: 18px;
  5926. }
  5927.  
  5928. .font-14 {
  5929. font-size: 14px;
  5930. }
  5931.  
  5932. .font-12 {
  5933. font-size: 12px;
  5934. }
  5935.  
  5936. .no-underline {
  5937. text-decoration: none !important;
  5938. }
  5939.  
  5940. .bg-white {
  5941. background: #fff;
  5942. }
  5943.  
  5944. .icon {
  5945. display: inline-block;
  5946. width: 1em;
  5947. height: 1em;
  5948. stroke-width: 0;
  5949. stroke: currentcolor;
  5950. fill: currentcolor;
  5951. }
  5952.  
  5953. .card {
  5954. box-shadow: 0 20px 60px rgb(0 0 0 / 10%);
  5955. border-radius: 6px;
  5956. background: #fff;
  5957. padding: 60px;
  5958. color: #131a26;
  5959. }
  5960.  
  5961. .compact .card {
  5962. padding: 35px 40px;
  5963. }
  5964.  
  5965. .card {
  5966. background: #212937;
  5967. color: #fff;
  5968. }
  5969.  
  5970. .card *:last-child {
  5971. margin-bottom: 0;
  5972. }
  5973.  
  5974. @media (width <=640px) {
  5975. .card {
  5976. padding: 30px !important;
  5977. }
  5978. }
  5979.  
  5980. .card.is-hover {
  5981. transition: box-shadow 0.1s ease-in;
  5982. padding: 15px;
  5983. }
  5984.  
  5985. .card.is-hover:not(.is-shadow) {
  5986. box-shadow: none;
  5987. }
  5988.  
  5989. .card.is-hover:hover {
  5990. box-shadow: 0 20px 60px rgb(0 0 0 / 15%);
  5991. }
  5992.  
  5993. .dot {
  5994. display: inline-block;
  5995. position: relative;
  5996. -ms-transform: none;
  5997. transform: none;
  5998. border-radius: 50%;
  5999. background: #3bd671;
  6000. width: 12px;
  6001. height: 12px;
  6002. color: #3bd671;
  6003. }
  6004.  
  6005. .dot::after {
  6006. position: absolute;
  6007. top: 0;
  6008. left: 0;
  6009. opacity: 100%;
  6010. animation: pulse 2s infinite;
  6011. border-radius: 50%;
  6012. background: currentcolor;
  6013. width: 100%;
  6014. height: 100%;
  6015. content: '';
  6016. }
  6017.  
  6018. @media (prefers-reduced-motion) {
  6019. .dot::after {
  6020. animation: none !important;
  6021. }
  6022. }
  6023.  
  6024. .dot.is-big {
  6025. width: 60px;
  6026. height: 60px;
  6027. }
  6028.  
  6029. .dot.is-big::after {
  6030. animation: pulseBig 2s infinite;
  6031. }
  6032.  
  6033. @media (prefers-reduced-motion) {
  6034. .dot.is-big::after {
  6035. animation: none !important;
  6036. }
  6037. }
  6038.  
  6039. .compact .dot.is-big {
  6040. width: 30px;
  6041. height: 30px;
  6042. }
  6043.  
  6044. .dot.is-error {
  6045. background: #df484a;
  6046. color: #df484a;
  6047. }
  6048.  
  6049. .dot.is-warning {
  6050. background: #f29030;
  6051. color: #f29030;
  6052. }
  6053.  
  6054. .dot.is-grey {
  6055. background: #637189;
  6056. color: #637189;
  6057. }
  6058.  
  6059. .dot.is-grey::after {
  6060. display: none;
  6061. }
  6062.  
  6063. @keyframes pulseBig {
  6064. 0% {
  6065. opacity: 50%;
  6066. }
  6067.  
  6068. 70% {
  6069. transform: scale(1.6);
  6070. opacity: 0%;
  6071. }
  6072.  
  6073. 100% {
  6074. opacity: 0%;
  6075. }
  6076. }
  6077.  
  6078. @keyframes pulse {
  6079. 0% {
  6080. opacity: 50%;
  6081. }
  6082.  
  6083. 70% {
  6084. transform: scale(2.5);
  6085. opacity: 0%;
  6086. }
  6087.  
  6088. 100% {
  6089. opacity: 0%;
  6090. }
  6091. }
  6092.  
  6093. #subscribe-btn {
  6094. border-radius: 6px;
  6095. padding: 0 16px;
  6096. width: 46px;
  6097. }
  6098.  
  6099. .uk-button-primary:disabled {
  6100. opacity: 70%;
  6101. background: #3bd671;
  6102. color: #fff;
  6103. }
  6104.  
  6105. .uk-input,
  6106. .uk-select {
  6107. border: 1px solid #687790;
  6108. border-radius: 2px;
  6109. padding: 10px 15px;
  6110. width: 100%;
  6111. }
  6112.  
  6113. .uk-input::input-placeholder,
  6114. .uk-select::input-placeholder {
  6115. opacity: 50%;
  6116. color: #687790;
  6117. }
  6118.  
  6119. .uk-input:input-placeholder,
  6120. .uk-select:input-placeholder {
  6121. opacity: 50%;
  6122. color: #687790;
  6123. }
  6124.  
  6125. .uk-input::placeholder,
  6126. .uk-select::placeholder {
  6127. opacity: 50%;
  6128. color: #687790;
  6129. }
  6130.  
  6131. .card .uk-input,
  6132. .card .uk-select {
  6133. background: rgb(0 0 0 / 20%);
  6134. color: #fff !important;
  6135. }
  6136.  
  6137. .card .uk-input:focus,
  6138. .card .uk-select:focus {
  6139. background: rgb(0 0 0 / 30%);
  6140. }
  6141.  
  6142. .uk-select {
  6143. -webkit-appearance: none;
  6144. -moz-appearance: none;
  6145. background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A');
  6146. background-position: 100% 50%;
  6147. background-repeat: no-repeat;
  6148. padding-right: 20px;
  6149. }
  6150.  
  6151. .uk-tab {
  6152. margin: 15px 0;
  6153. }
  6154.  
  6155. .uk-input {
  6156. margin-top: 15px;
  6157. }
  6158.  
  6159. h1,
  6160. .uk-h1 {
  6161. letter-spacing: -0.02em;
  6162. }
  6163.  
  6164. .uk-button {
  6165. transition:
  6166. box-shadow 0.1s ease-in,
  6167. background-color 0.1s ease-in;
  6168. box-shadow: 0 10px 20px 0 rgb(0 0 0 / 15%);
  6169. border-radius: 23px;
  6170. font-weight: bold;
  6171. }
  6172.  
  6173. .uk-button:hover {
  6174. box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
  6175. }
  6176.  
  6177. .uk-button-large {
  6178. border-radius: 28px;
  6179. }
  6180.  
  6181. @media (width <=640px) {
  6182. .uk-button-large {
  6183. padding: 0 30px;
  6184. }
  6185. }
  6186.  
  6187. @media (width <=359px) {
  6188. .uk-button-large {
  6189. padding: 0 20px;
  6190. }
  6191. }
  6192.  
  6193. .uk-section-secondary {
  6194. color: #fff;
  6195. }
  6196.  
  6197. .uk-section.hero {
  6198. padding-top: 30px;
  6199. }
  6200.  
  6201. @media (width >=1920px) {
  6202. .uk-section.hero h1,
  6203. .uk-section.hero p {
  6204. margin-bottom: 60px;
  6205. }
  6206. }
  6207.  
  6208. .uk-section.hero.home {
  6209. padding: 30px 0;
  6210. }
  6211.  
  6212. .uk-label {
  6213. border-radius: 2px;
  6214. }
  6215.  
  6216. .uk-modal-title {
  6217. margin-bottom: 30px;
  6218. }
  6219.  
  6220. .uk-modal-body {
  6221. color: #131a26;
  6222. }
  6223.  
  6224. .uk-nav li {
  6225. margin-bottom: 0;
  6226. }
  6227.  
  6228. .uk-nav .uk-nav-sub {
  6229. margin-top: 0;
  6230. }
  6231.  
  6232. .uk-tab {
  6233. display: flexbox;
  6234. display: flex;
  6235. position: relative;
  6236. -ms-flex-wrap: wrap;
  6237. flex-wrap: wrap;
  6238. margin-left: -20px;
  6239. padding: 0;
  6240. font-size: 14px;
  6241. list-style: none;
  6242. }
  6243.  
  6244. .uk-tab::before {
  6245. position: absolute;
  6246. right: 0;
  6247. bottom: 0;
  6248. left: 20px;
  6249. border-bottom: 1px solid #e6e7e8;
  6250. content: '';
  6251. }
  6252.  
  6253. .uk-tab > * {
  6254. position: relative;
  6255. -ms-flex: none;
  6256. flex: none;
  6257. margin: 0 !important;
  6258. padding-left: 20px;
  6259. }
  6260.  
  6261. .uk-tab > * > a {
  6262. display: block;
  6263. transition: color 0.1s ease-in-out;
  6264. border-bottom: 2px solid transparent;
  6265. padding: 9px 20px;
  6266. color: #687790;
  6267. font-size: 14px;
  6268. line-height: 20px;
  6269. text-align: center;
  6270. text-decoration: none;
  6271. text-transform: uppercase;
  6272. }
  6273.  
  6274. .uk-tab > *.uk-active a {
  6275. border-color: #3bd671;
  6276. color: #131a26;
  6277. }
  6278.  
  6279. .uk-tooltip-top-left::before {
  6280. display: block;
  6281. position: absolute;
  6282. bottom: -5px;
  6283. -ms-transform: rotate(45deg);
  6284. transform: rotate(45deg);
  6285. margin-left: 0;
  6286. background: #131a26;
  6287. width: 10px;
  6288. height: 10px;
  6289. content: '';
  6290. }
  6291.  
  6292. .uk-tooltip-top-center::before {
  6293. position: absolute;
  6294. top: 100%;
  6295. left: 50%;
  6296. margin-left: -5px;
  6297. border: 5px solid transparent;
  6298. border-top-color: #131a26;
  6299. width: 0;
  6300. height: 0;
  6301. content: '';
  6302. }
  6303.  
  6304. .uk-tooltip-right-center::before {
  6305. display: block;
  6306. position: absolute;
  6307. top: 50%;
  6308. left: -4px;
  6309. -ms-transform: rotate(45deg);
  6310. transform: rotate(45deg);
  6311. margin-top: -5px;
  6312. margin-left: 0;
  6313. background: #131a26;
  6314. width: 10px;
  6315. height: 10px;
  6316. content: '';
  6317. }
  6318.  
  6319. .uk-tooltip-inner {
  6320. word-break: break-all;
  6321. }
  6322.  
  6323. .uk-link,
  6324. a {
  6325. transition:
  6326. text-shadow 0.1s ease-in,
  6327. color 0.1s ease-in;
  6328. }
  6329.  
  6330. .uk-link:hover,
  6331. a:hover {
  6332. text-shadow: 0 5px 30px rgb(59 214 113 / 30%);
  6333. }
  6334.  
  6335. .uk-pagination a {
  6336. text-decoration: none !important;
  6337. }
  6338.  
  6339. .uk-pagination .uk-active a {
  6340. color: #fff !important;
  6341. }
  6342.  
  6343. .uk-alert {
  6344. border-radius: 6px;
  6345. }
  6346.  
  6347. .card .uk-alert {
  6348. color: #fff;
  6349. }
  6350.  
  6351. .uk-grid-divider
  6352. > :not(.uk-first-column)::before {
  6353. border-color: #131a26;
  6354. }
  6355.  
  6356. .uk-dropdown {
  6357. box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
  6358. border-radius: 6px;
  6359. padding: 30px;
  6360. max-width: 320px;
  6361. }
  6362.  
  6363. @media (width <=640px) {
  6364. .uk-dropdown {
  6365. width: 300px;
  6366. }
  6367. }
  6368.  
  6369. body * {
  6370. scrollbar-width: thin;
  6371. }
  6372.  
  6373. body *::-webkit-scrollbar {
  6374. width: 11px;
  6375. }
  6376.  
  6377. body *::-webkit-scrollbar-thumb {
  6378. border-radius: 6px;
  6379. }
  6380.  
  6381. html.is-fullscreen {
  6382. scrollbar-width: thin;
  6383. }
  6384.  
  6385. html.is-fullscreen::-webkit-scrollbar {
  6386. width: 11px;
  6387. }
  6388.  
  6389. html.is-fullscreen::-webkit-scrollbar-thumb {
  6390. border-radius: 6px;
  6391. }
  6392.  
  6393. .psp-status {
  6394. margin-top: -60px;
  6395. }
  6396.  
  6397. .compact .psp-status {
  6398. margin-top: -30px;
  6399. }
  6400.  
  6401. .psp-latest-downtime {
  6402. margin-top: 10px;
  6403. }
  6404.  
  6405. @media (width <=640px) {
  6406. .psp-latest-downtime {
  6407. margin-top: 15px;
  6408. }
  6409. }
  6410.  
  6411. .psp-monitors rect {
  6412. outline: 0 !important;
  6413. }
  6414.  
  6415. .psp-monitors rect:hover {
  6416. opacity: 50%;
  6417. }
  6418.  
  6419. .psp-fake-uptime-bars {
  6420. margin-bottom: 45px;
  6421. border-radius: 6px;
  6422. background: #e6e7e8;
  6423. height: 30px;
  6424. }
  6425.  
  6426. .psp-fake-uptime-bars {
  6427. background: #131a26;
  6428. }
  6429.  
  6430. .psp-fake-monitorname {
  6431. margin-bottom: 15px;
  6432. border-radius: 6px;
  6433. background: #e6e7e8;
  6434. width: 150px;
  6435. height: 15px;
  6436. }
  6437.  
  6438. .psp-fake-monitorname {
  6439. background: #131a26;
  6440. }
  6441.  
  6442. .psp-monitor-row {
  6443. margin-bottom: 30px;
  6444. border-bottom: 1px solid #e6e7e8;
  6445. padding-bottom: 30px;
  6446. }
  6447.  
  6448. .compact .psp-monitor-row {
  6449. margin-bottom: 15px;
  6450. padding-bottom: 15px;
  6451. }
  6452.  
  6453. .compact
  6454. .psp-monitor-row
  6455. .psp-monitor-row-status {
  6456. min-width: 70px;
  6457. text-align: right;
  6458. }
  6459.  
  6460. .psp-monitor-row {
  6461. border-color: #131a26;
  6462. }
  6463.  
  6464. .psp-monitor-row:last-of-type {
  6465. margin-bottom: 0;
  6466. border: 0;
  6467. padding-bottom: 0;
  6468. }
  6469.  
  6470. @media (width >=640px) {
  6471. .compact .psp-monitor-row-header {
  6472. min-width: 280px;
  6473. max-width: 280px;
  6474. }
  6475. }
  6476.  
  6477. @media (width <=640px) {
  6478. .psp-monitor-row-header {
  6479. margin-bottom: 5px;
  6480. width: 100%;
  6481. -ms-flex-pack: justify;
  6482. justify-content: space-between;
  6483. }
  6484. }
  6485.  
  6486. .psp-monitor-row-header .icon {
  6487. transition: color 0.2s ease-in;
  6488. margin-top: -2px;
  6489. color: #687790;
  6490. font-size: 14px;
  6491. }
  6492.  
  6493. .psp-monitor-row-header .icon-help-circle {
  6494. margin-left: 5px;
  6495. }
  6496.  
  6497. @media (width <=960px) {
  6498. .psp-main-name-wrap {
  6499. margin-top: 15px;
  6500. width: 100%;
  6501. }
  6502. }
  6503.  
  6504. @media (width <=960px) {
  6505. .psp-main-status-wrap {
  6506. -ms-flex-pack: center;
  6507. justify-content: center;
  6508. width: 100%;
  6509. }
  6510. }
  6511.  
  6512. .compact .psp-main-status-dot {
  6513. margin-right: 15px;
  6514. }
  6515.  
  6516. @media (width <=960px) {
  6517. .psp-main-status-dot {
  6518. margin-right: 0;
  6519. }
  6520. }
  6521.  
  6522. .psp-monitor-name {
  6523. max-width: 80%;
  6524. color: #131a26 !important;
  6525. text-decoration: none !important;
  6526. }
  6527.  
  6528. .psp-monitor-name {
  6529. color: #fff !important;
  6530. }
  6531.  
  6532. .compact .psp-monitor-name {
  6533. margin-right: 10px;
  6534. }
  6535.  
  6536. a.psp-monitor-name:hover .icon-plus-square {
  6537. color: #3bd671 !important;
  6538. }
  6539.  
  6540. .psp-monitor-interval a {
  6541. position: relative;
  6542. top: 6px;
  6543. max-width: 300px;
  6544. color: #687790 !important;
  6545. }
  6546.  
  6547. @media (width <=640px) {
  6548. .psp-monitor-interval a {
  6549. top: 4px;
  6550. }
  6551. }
  6552.  
  6553. @media (width <=640px) {
  6554. .psp-monitor-interval {
  6555. margin-top: 15px;
  6556. }
  6557. }
  6558.  
  6559. @media (width <=640px) {
  6560. .psp-calendar-link {
  6561. margin-bottom: 15px;
  6562. }
  6563. }
  6564.  
  6565. .psp-mon-detail-name {
  6566. max-width: 100%;
  6567. }
  6568.  
  6569. .psp-charts {
  6570. line-height: 0;
  6571. }
  6572.  
  6573. .psp-charts > div {
  6574. opacity: 100%;
  6575. transition: opacity 0.2s ease-in;
  6576. }
  6577.  
  6578. .psp-charts > div.chart-hidden {
  6579. opacity: 0%;
  6580. max-height: 0;
  6581. overflow: hidden;
  6582. }
  6583.  
  6584. .compact .psp-charts {
  6585. margin-top: 0 !important;
  6586. }
  6587.  
  6588. .psp-announcement {
  6589. margin-bottom: 30px;
  6590. border-bottom: 1px solid #e6e7e8;
  6591. padding-bottom: 30px;
  6592. }
  6593.  
  6594. .compact .psp-announcement {
  6595. margin-bottom: 20px;
  6596. padding-bottom: 20px;
  6597. }
  6598.  
  6599. .psp-announcement {
  6600. border-color: #131a26;
  6601. }
  6602.  
  6603. .psp-announcement:last-of-type,
  6604. .psp-announcement.is-last {
  6605. margin-bottom: 0;
  6606. border: 0;
  6607. padding-bottom: 0;
  6608. }
  6609.  
  6610. .compact .psp-announcement h4 {
  6611. font-size: 18px;
  6612. }
  6613.  
  6614. .psp-announcement p {
  6615. margin: 15px 0 0;
  6616. }
  6617.  
  6618. .compact .psp-announcement p {
  6619. margin: 5px 0 0;
  6620. }
  6621.  
  6622. .psp-announcement .uk-label {
  6623. margin-top: 5px;
  6624. }
  6625.  
  6626. .psp-announcement .uk-label {
  6627. background: #131a26;
  6628. }
  6629.  
  6630. .psp-announcement.is-pinned {
  6631. padding: 30px;
  6632. }
  6633.  
  6634. .psp-announcement.is-pinned p,
  6635. .psp-announcement.is-pinned h4 {
  6636. color: #131a26;
  6637. }
  6638.  
  6639. .psp-announcement.is-pinned p,
  6640. .psp-announcement.is-pinned h4 {
  6641. color: #fff;
  6642. }
  6643.  
  6644. .compact .psp-announcement.is-pinned {
  6645. margin-top: 30px;
  6646. padding: 20px;
  6647. }
  6648.  
  6649. @media (width <=640px) {
  6650. .psp-announcement.is-pinned {
  6651. padding: 15px;
  6652. }
  6653. }
  6654.  
  6655. .compact
  6656. .psp-announcement
  6657. .uk-margin-small-bottom {
  6658. margin-bottom: 5px !important;
  6659. }
  6660.  
  6661. .psp-announcement[class*='is-'] {
  6662. position: relative;
  6663. }
  6664.  
  6665. .psp-announcement[class*='is-']::before {
  6666. display: block;
  6667. position: absolute;
  6668. top: -30px;
  6669. bottom: 0;
  6670. left: -60px;
  6671. width: 3px;
  6672. content: '';
  6673. }
  6674.  
  6675. .compact
  6676. .psp-announcement[class*='is-']::before {
  6677. top: -20px;
  6678. left: -40px;
  6679. }
  6680.  
  6681. .psp-announcement.is-info::before {
  6682. background: #0399d7;
  6683. }
  6684.  
  6685. .psp-announcement.is-alert-triangle::before {
  6686. background: #df484a;
  6687. }
  6688.  
  6689. .psp-announcement.is-tool::before {
  6690. background: #f29030;
  6691. }
  6692.  
  6693. .psp-announcement-icon {
  6694. margin-top: 4px;
  6695. margin-right: 10px;
  6696. font-size: 24px;
  6697. }
  6698.  
  6699. .compact .psp-announcement-icon {
  6700. font-size: 18px;
  6701. }
  6702.  
  6703. .psp-announcement-icon.icon-info,
  6704. .psp-announcement-icon.icon-play-circle,
  6705. .psp-announcement-icon.icon-pause-circle {
  6706. color: #0399d7;
  6707. }
  6708.  
  6709. .psp-announcement-icon.icon-tool {
  6710. color: #f29030;
  6711. }
  6712.  
  6713. .psp-announcement-icon.icon-alert-triangle,
  6714. .psp-announcement-icon.icon-arrow-down-circle {
  6715. color: #df484a;
  6716. }
  6717.  
  6718. .psp-announcement-icon.icon-arrow-up-circle {
  6719. color: #3bd671;
  6720. }
  6721.  
  6722. .psp-alert-reason .uk-label {
  6723. -ms-transform: scale(0.7);
  6724. transform: scale(0.7);
  6725. margin-top: -2px;
  6726. margin-left: 2px;
  6727. }
  6728.  
  6729. .psp-alert-reason.home .uk-label {
  6730. margin-top: -14px;
  6731. }
  6732.  
  6733. .psp-alert-reason-detail.home {
  6734. margin-top: -30px;
  6735. }
  6736.  
  6737. #chart-container {
  6738. margin-bottom: -15px;
  6739. height: 150px;
  6740. }
  6741.  
  6742. .calendar-prev:disabled,
  6743. .calendar-next:disabled {
  6744. opacity: 50%;
  6745. cursor: default;
  6746. }
  6747.  
  6748. #calendar-monitor-chooser {
  6749. width: 250px;
  6750. }
  6751.  
  6752. @media (width <=640px) {
  6753. #calendar-monitor-chooser {
  6754. margin-top: -15px;
  6755. margin-bottom: 30px;
  6756. width: 100%;
  6757. }
  6758. }
  6759.  
  6760. .psp-calendar-nav.loading {
  6761. opacity: 50%;
  6762. cursor: wait;
  6763. pointer-events: none;
  6764. }
  6765.  
  6766. @media (width <=640px) {
  6767. .psp-calendar-nav {
  6768. width: 100%;
  6769. -ms-flex-pack: justify;
  6770. justify-content: space-between;
  6771. }
  6772. }
  6773.  
  6774. .select2-selection--single
  6775. .select2-selection__rendered {
  6776. padding-left: 15px !important;
  6777. color: #131a26 !important;
  6778. line-height: 48px !important;
  6779. }
  6780.  
  6781. .select2-selection--single
  6782. .select2-selection__rendered {
  6783. color: #fff !important;
  6784. }
  6785.  
  6786. .select2-container--default
  6787. .select2-selection--single
  6788. .select2-selection__arrow {
  6789. width: 30px !important;
  6790. height: 46px !important;
  6791. }
  6792.  
  6793. .select2-container--default
  6794. .select2-results__option--highlighted[aria-selected] {
  6795. background-color: #3bd671 !important;
  6796. }
  6797.  
  6798. .select2-container--default
  6799. .select2-selection--single {
  6800. height: 48px !important;
  6801. }
  6802.  
  6803. .select2-container--default
  6804. .select2-selection--single {
  6805. border-color: #131a26;
  6806. background-color: #212937;
  6807. }
  6808.  
  6809. .select2-dropdown {
  6810. overflow: hidden;
  6811. }
  6812.  
  6813. .select2-dropdown {
  6814. border-color: #131a26;
  6815. background-color: #212937;
  6816. }
  6817.  
  6818. .select2-search__field {
  6819. border-color: #131a26 !important;
  6820. background-color: rgb(0 0 0 / 10%);
  6821. }
  6822.  
  6823. .select2-container--default
  6824. .select2-results__option[aria-selected='true'] {
  6825. background-color: rgb(255 255 255 / 10%);
  6826. }
  6827.  
  6828. #floating-stats {
  6829. position: fixed;
  6830. right: 0;
  6831. bottom: 0;
  6832. left: 0;
  6833. z-index: 99;
  6834. box-shadow: 0 -20px 40px 0 rgb(0 0 0 / 10%);
  6835. background: #131a26;
  6836. padding: 7px 15px;
  6837. color: #fff;
  6838. font-size: 14px;
  6839. }
  6840.  
  6841. #floating-stats .card {
  6842. box-shadow: none;
  6843. padding-top: 0;
  6844. padding-bottom: 0;
  6845. }
  6846.  
  6847. #ck-consent {
  6848. position: fixed;
  6849. bottom: 45px;
  6850. left: 30px;
  6851. border-radius: 30px;
  6852. padding: 15px;
  6853. }
  6854.  
  6855. #ck-consent a,
  6856. #ck-consent button {
  6857. margin-left: 5px;
  6858. }
  6859.  
  6860. #ck-consent a {
  6861. text-decoration: none;
  6862. }
  6863.  
  6864. #ck-consent a:hover {
  6865. text-decoration: underline;
  6866. }
  6867. }