Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 64.56 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. @import url(font-awesome.min.css);
  4.  
  5. @import url("https://fonts.googleapis.com/css?family=Signika:300,700");
  6. /*
  7.     Broadcast by TEMPLATED
  8.     templated.co @templatedco
  9.     Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
  10. */
  11.  
  12. /* Reset */
  13.  
  14. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  15.   margin: 0;
  16.   padding: 0;
  17.   border: 0;
  18.   font-size: 100%;
  19.   font: inherit;
  20.   vertical-align: baseline;
  21. }
  22.  
  23. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  24.   display: block;
  25. }
  26.  
  27. body {
  28.   line-height: 1;
  29. }
  30.  
  31. ol, ul {
  32.   list-style: none;
  33. }
  34.  
  35. blockquote, q {
  36.   quotes: none;
  37. }
  38.  
  39. blockquote:before, blockquote:after, q:before, q:after {
  40.   content: '';
  41.   content: none;
  42. }
  43.  
  44. table {
  45.   border-collapse: collapse;
  46.   border-spacing: 0;
  47. }
  48.  
  49. body {
  50.   -webkit-text-size-adjust: none;
  51. }
  52. /* Box Model */
  53.  
  54. *, *:before, *:after {
  55.   -moz-box-sizing: border-box;
  56.   -webkit-box-sizing: border-box;
  57.   box-sizing: border-box;
  58. }
  59. /* Containers */
  60.  
  61. .container {
  62.   margin-left: auto;
  63.   margin-right: auto;
  64. }
  65.  
  66. .container.\31 25\25 {
  67.   width: 100%;
  68.   max-width: 100em;
  69.   min-width: 80em;
  70. }
  71.  
  72. .container.\37 5\25 {
  73.   width: 60em;
  74. }
  75.  
  76. .container.\35 0\25 {
  77.   width: 40em;
  78. }
  79.  
  80. .container.\32 5\25 {
  81.   width: 20em;
  82. }
  83.  
  84. .container {
  85.   width: 80em;
  86. }
  87.  
  88. @media screen and (max-width: 1680px) {
  89.   .container.\31 25\25 {
  90.     width: 100%;
  91.     max-width: 100em;
  92.     min-width: 80em;
  93.   }
  94.  
  95.   .container.\37 5\25 {
  96.     width: 60em;
  97.   }
  98.  
  99.   .container.\35 0\25 {
  100.     width: 40em;
  101.   }
  102.  
  103.   .container.\32 5\25 {
  104.     width: 20em;
  105.   }
  106.  
  107.   .container {
  108.     width: 80em;
  109.   }
  110. }
  111.  
  112. @media screen and (max-width: 1280px) {
  113.   .container.\31 25\25 {
  114.     width: 100%;
  115.     max-width: 81.25em;
  116.     min-width: 65em;
  117.   }
  118.  
  119.   .container.\37 5\25 {
  120.     width: 48.75em;
  121.   }
  122.  
  123.   .container.\35 0\25 {
  124.     width: 32.5em;
  125.   }
  126.  
  127.   .container.\32 5\25 {
  128.     width: 16.25em;
  129.   }
  130.  
  131.   .container {
  132.     width: 65em;
  133.   }
  134. }
  135.  
  136. @media screen and (max-width: 980px) {
  137.   .container.\31 25\25 {
  138.     width: 100%;
  139.     max-width: 112.5%;
  140.     min-width: 90%;
  141.   }
  142.  
  143.   .container.\37 5\25 {
  144.     width: 67.5%;
  145.   }
  146.  
  147.   .container.\35 0\25 {
  148.     width: 45%;
  149.   }
  150.  
  151.   .container.\32 5\25 {
  152.     width: 22.5%;
  153.   }
  154.  
  155.   .container {
  156.     width: 90%;
  157.   }
  158. }
  159.  
  160. @media screen and (max-width: 736px) {
  161.   .container.\31 25\25 {
  162.     width: 100%;
  163.     max-width: 112.5%;
  164.     min-width: 90%;
  165.   }
  166.  
  167.   .container.\37 5\25 {
  168.     width: 67.5%;
  169.   }
  170.  
  171.   .container.\35 0\25 {
  172.     width: 45%;
  173.   }
  174.  
  175.   .container.\32 5\25 {
  176.     width: 22.5%;
  177.   }
  178.  
  179.   .container {
  180.     width: 90% !important;
  181.   }
  182. }
  183.  
  184. @media screen and (max-width: 480px) {
  185.   .container.\31 25\25 {
  186.     width: 100%;
  187.     max-width: 112.5%;
  188.     min-width: 90%;
  189.   }
  190.  
  191.   .container.\37 5\25 {
  192.     width: 67.5%;
  193.   }
  194.  
  195.   .container.\35 0\25 {
  196.     width: 45%;
  197.   }
  198.  
  199.   .container.\32 5\25 {
  200.     width: 22.5%;
  201.   }
  202.  
  203.   .container {
  204.     width: 90% !important;
  205.   }
  206. }
  207. /* Grid */
  208.  
  209. .row {
  210.   border-bottom: solid 1px transparent;
  211.   -moz-box-sizing: border-box;
  212.   -webkit-box-sizing: border-box;
  213.   box-sizing: border-box;
  214. }
  215.  
  216. .row>* {
  217.   float: left;
  218.   -moz-box-sizing: border-box;
  219.   -webkit-box-sizing: border-box;
  220.   box-sizing: border-box;
  221. }
  222.  
  223. .row:after, .row:before {
  224.   content: '';
  225.   display: block;
  226.   clear: both;
  227.   height: 0;
  228. }
  229.  
  230. .row.uniform>*> :first-child {
  231.   margin-top: 0;
  232. }
  233.  
  234. .row.uniform>*> :last-child {
  235.   margin-bottom: 0;
  236. }
  237.  
  238. .row.\30 \25>* {
  239.   padding: 0 0 0 0em;
  240. }
  241.  
  242. .row.\30 \25 {
  243.   margin: 0 0 -1px 0em;
  244. }
  245.  
  246. .row.uniform.\30 \25>* {
  247.   padding: 0em 0 0 0em;
  248. }
  249.  
  250. .row.uniform.\30 \25 {
  251.   margin: 0em 0 -1px 0em;
  252. }
  253.  
  254. .row>* {
  255.   padding: 0 0 0 2em;
  256. }
  257.  
  258. .row {
  259.   margin: 0 0 -1px -2em;
  260. }
  261.  
  262. .row.uniform>* {
  263.   padding: 2em 0 0 2em;
  264. }
  265.  
  266. .row.uniform {
  267.   margin: -2em 0 -1px -2em;
  268. }
  269.  
  270. .row.\32 00\25>* {
  271.   padding: 0 0 0 4em;
  272. }
  273.  
  274. .row.\32 00\25 {
  275.   margin: 0 0 -1px -4em;
  276. }
  277.  
  278. .row.uniform.\32 00\25>* {
  279.   padding: 4em 0 0 4em;
  280. }
  281.  
  282. .row.uniform.\32 00\25 {
  283.   margin: -4em 0 -1px -4em;
  284. }
  285.  
  286. .row.\31 50\25>* {
  287.   padding: 0 0 0 3em;
  288. }
  289.  
  290. .row.\31 50\25 {
  291.   margin: 0 0 -1px -3em;
  292. }
  293.  
  294. .row.uniform.\31 50\25>* {
  295.   padding: 3em 0 0 3em;
  296. }
  297.  
  298. .row.uniform.\31 50\25 {
  299.   margin: -3em 0 -1px -3em;
  300. }
  301.  
  302. .row.\35 0\25>* {
  303.   padding: 0 0 0 1em;
  304. }
  305.  
  306. .row.\35 0\25 {
  307.   margin: 0 0 -1px -1em;
  308. }
  309.  
  310. .row.uniform.\35 0\25>* {
  311.   padding: 1em 0 0 1em;
  312. }
  313.  
  314. .row.uniform.\35 0\25 {
  315.   margin: -1em 0 -1px -1em;
  316. }
  317.  
  318. .row.\32 5\25>* {
  319.   padding: 0 0 0 0.5em;
  320. }
  321.  
  322. .row.\32 5\25 {
  323.   margin: 0 0 -1px -0.5em;
  324. }
  325.  
  326. .row.uniform.\32 5\25>* {
  327.   padding: 0.5em 0 0 0.5em;
  328. }
  329.  
  330. .row.uniform.\32 5\25 {
  331.   margin: -0.5em 0 -1px -0.5em;
  332. }
  333.  
  334. .\31 2u, .\31 2u\24 {
  335.   width: 100%;
  336.   clear: none;
  337.   margin-left: 0;
  338. }
  339.  
  340. .\31 1u, .\31 1u\24 {
  341.   width: 91.6666666667%;
  342.   clear: none;
  343.   margin-left: 0;
  344. }
  345.  
  346. .\31 0u, .\31 0u\24 {
  347.   width: 83.3333333333%;
  348.   clear: none;
  349.   margin-left: 0;
  350. }
  351.  
  352. .\39 u, .\39 u\24 {
  353.   width: 75%;
  354.   clear: none;
  355.   margin-left: 0;
  356. }
  357.  
  358. .\38 u, .\38 u\24 {
  359.   width: 66.6666666667%;
  360.   clear: none;
  361.   margin-left: 0;
  362. }
  363.  
  364. .\37 u, .\37 u\24 {
  365.   width: 58.3333333333%;
  366.   clear: none;
  367.   margin-left: 0;
  368. }
  369.  
  370. .\36 u, .\36 u\24 {
  371.   width: 50%;
  372.   clear: none;
  373.   margin-left: 0;
  374. }
  375.  
  376. .\35 u, .\35 u\24 {
  377.   width: 41.6666666667%;
  378.   clear: none;
  379.   margin-left: 0;
  380. }
  381.  
  382. .\34 u, .\34 u\24 {
  383.   width: 33.3333333333%;
  384.   clear: none;
  385.   margin-left: 0;
  386. }
  387.  
  388. .\33 u, .\33 u\24 {
  389.   width: 25%;
  390.   clear: none;
  391.   margin-left: 0;
  392. }
  393.  
  394. .\32 u, .\32 u\24 {
  395.   width: 16.6666666667%;
  396.   clear: none;
  397.   margin-left: 0;
  398. }
  399.  
  400. .\31 u, .\31 u\24 {
  401.   width: 8.3333333333%;
  402.   clear: none;
  403.   margin-left: 0;
  404. }
  405.  
  406. .\31 2u\24+*, .\31 1u\24+*, .\31 0u\24+*, .\39 u\24+*, .\38 u\24+*, .\37 u\24+*, .\36 u\24+*, .\35 u\24+*, .\34 u\24+*, .\33 u\24+*, .\32 u\24+*, .\31 u\24+* {
  407.   clear: left;
  408. }
  409.  
  410. .\-11u {
  411.   margin-left: 91.66667%;
  412. }
  413.  
  414. .\-10u {
  415.   margin-left: 83.33333%;
  416. }
  417.  
  418. .\-9u {
  419.   margin-left: 75%;
  420. }
  421.  
  422. .\-8u {
  423.   margin-left: 66.66667%;
  424. }
  425.  
  426. .\-7u {
  427.   margin-left: 58.33333%;
  428. }
  429.  
  430. .\-6u {
  431.   margin-left: 50%;
  432. }
  433.  
  434. .\-5u {
  435.   margin-left: 41.66667%;
  436. }
  437.  
  438. .\-4u {
  439.   margin-left: 33.33333%;
  440. }
  441.  
  442. .\-3u {
  443.   margin-left: 25%;
  444. }
  445.  
  446. .\-2u {
  447.   margin-left: 16.66667%;
  448. }
  449.  
  450. .\-1u {
  451.   margin-left: 8.33333%;
  452. }
  453.  
  454. @media screen and (max-width: 1680px) {
  455.   .row>* {
  456.     padding: 0 0 0 2em;
  457.   }
  458.  
  459.   .row {
  460.     margin: 0 0 -1px -2em;
  461.   }
  462.  
  463.   .row.uniform>* {
  464.     padding: 2em 0 0 2em;
  465.   }
  466.  
  467.   .row.uniform {
  468.     margin: -2em 0 -1px -2em;
  469.   }
  470.  
  471.   .row.\32 00\25>* {
  472.     padding: 0 0 0 4em;
  473.   }
  474.  
  475.   .row.\32 00\25 {
  476.     margin: 0 0 -1px -4em;
  477.   }
  478.  
  479.   .row.uniform.\32 00\25>* {
  480.     padding: 4em 0 0 4em;
  481.   }
  482.  
  483.   .row.uniform.\32 00\25 {
  484.     margin: -4em 0 -1px -4em;
  485.   }
  486.  
  487.   .row.\31 50\25>* {
  488.     padding: 0 0 0 3em;
  489.   }
  490.  
  491.   .row.\31 50\25 {
  492.     margin: 0 0 -1px -3em;
  493.   }
  494.  
  495.   .row.uniform.\31 50\25>* {
  496.     padding: 3em 0 0 3em;
  497.   }
  498.  
  499.   .row.uniform.\31 50\25 {
  500.     margin: -3em 0 -1px -3em;
  501.   }
  502.  
  503.   .row.\35 0\25>* {
  504.     padding: 0 0 0 1em;
  505.   }
  506.  
  507.   .row.\35 0\25 {
  508.     margin: 0 0 -1px -1em;
  509.   }
  510.  
  511.   .row.uniform.\35 0\25>* {
  512.     padding: 1em 0 0 1em;
  513.   }
  514.  
  515.   .row.uniform.\35 0\25 {
  516.     margin: -1em 0 -1px -1em;
  517.   }
  518.  
  519.   .row.\32 5\25>* {
  520.     padding: 0 0 0 0.5em;
  521.   }
  522.  
  523.   .row.\32 5\25 {
  524.     margin: 0 0 -1px -0.5em;
  525.   }
  526.  
  527.   .row.uniform.\32 5\25>* {
  528.     padding: 0.5em 0 0 0.5em;
  529.   }
  530.  
  531.   .row.uniform.\32 5\25 {
  532.     margin: -0.5em 0 -1px -0.5em;
  533.   }
  534.  
  535.   .\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
  536.     width: 100%;
  537.     clear: none;
  538.     margin-left: 0;
  539.   }
  540.  
  541.   .\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
  542.     width: 91.6666666667%;
  543.     clear: none;
  544.     margin-left: 0;
  545.   }
  546.  
  547.   .\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
  548.     width: 83.3333333333%;
  549.     clear: none;
  550.     margin-left: 0;
  551.   }
  552.  
  553.   .\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
  554.     width: 75%;
  555.     clear: none;
  556.     margin-left: 0;
  557.   }
  558.  
  559.   .\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
  560.     width: 66.6666666667%;
  561.     clear: none;
  562.     margin-left: 0;
  563.   }
  564.  
  565.   .\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
  566.     width: 58.3333333333%;
  567.     clear: none;
  568.     margin-left: 0;
  569.   }
  570.  
  571.   .\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
  572.     width: 50%;
  573.     clear: none;
  574.     margin-left: 0;
  575.   }
  576.  
  577.   .\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
  578.     width: 41.6666666667%;
  579.     clear: none;
  580.     margin-left: 0;
  581.   }
  582.  
  583.   .\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
  584.     width: 33.3333333333%;
  585.     clear: none;
  586.     margin-left: 0;
  587.   }
  588.  
  589.   .\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
  590.     width: 25%;
  591.     clear: none;
  592.     margin-left: 0;
  593.   }
  594.  
  595.   .\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
  596.     width: 16.6666666667%;
  597.     clear: none;
  598.     margin-left: 0;
  599.   }
  600.  
  601.   .\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
  602.     width: 8.3333333333%;
  603.     clear: none;
  604.     margin-left: 0;
  605.   }
  606.  
  607.   .\31 2u\24\28xlarge\29+*, .\31 1u\24\28xlarge\29+*, .\31 0u\24\28xlarge\29+*, .\39 u\24\28xlarge\29+*, .\38 u\24\28xlarge\29+*, .\37 u\24\28xlarge\29+*, .\36 u\24\28xlarge\29+*, .\35 u\24\28xlarge\29+*, .\34 u\24\28xlarge\29+*, .\33 u\24\28xlarge\29+*, .\32 u\24\28xlarge\29+*, .\31 u\24\28xlarge\29+* {
  608.     clear: left;
  609.   }
  610.  
  611.   .\-11u\28xlarge\29 {
  612.     margin-left: 91.66667%;
  613.   }
  614.  
  615.   .\-10u\28xlarge\29 {
  616.     margin-left: 83.33333%;
  617.   }
  618.  
  619.   .\-9u\28xlarge\29 {
  620.     margin-left: 75%;
  621.   }
  622.  
  623.   .\-8u\28xlarge\29 {
  624.     margin-left: 66.66667%;
  625.   }
  626.  
  627.   .\-7u\28xlarge\29 {
  628.     margin-left: 58.33333%;
  629.   }
  630.  
  631.   .\-6u\28xlarge\29 {
  632.     margin-left: 50%;
  633.   }
  634.  
  635.   .\-5u\28xlarge\29 {
  636.     margin-left: 41.66667%;
  637.   }
  638.  
  639.   .\-4u\28xlarge\29 {
  640.     margin-left: 33.33333%;
  641.   }
  642.  
  643.   .\-3u\28xlarge\29 {
  644.     margin-left: 25%;
  645.   }
  646.  
  647.   .\-2u\28xlarge\29 {
  648.     margin-left: 16.66667%;
  649.   }
  650.  
  651.   .\-1u\28xlarge\29 {
  652.     margin-left: 8.33333%;
  653.   }
  654. }
  655.  
  656. @media screen and (max-width: 1280px) {
  657.   .row>* {
  658.     padding: 0 0 0 1.5em;
  659.   }
  660.  
  661.   .row {
  662.     margin: 0 0 -1px -1.5em;
  663.   }
  664.  
  665.   .row.uniform>* {
  666.     padding: 1.5em 0 0 1.5em;
  667.   }
  668.  
  669.   .row.uniform {
  670.     margin: -1.5em 0 -1px -1.5em;
  671.   }
  672.  
  673.   .row.\32 00\25>* {
  674.     padding: 0 0 0 3em;
  675.   }
  676.  
  677.   .row.\32 00\25 {
  678.     margin: 0 0 -1px -3em;
  679.   }
  680.  
  681.   .row.uniform.\32 00\25>* {
  682.     padding: 3em 0 0 3em;
  683.   }
  684.  
  685.   .row.uniform.\32 00\25 {
  686.     margin: -3em 0 -1px -3em;
  687.   }
  688.  
  689.   .row.\31 50\25>* {
  690.     padding: 0 0 0 2.25em;
  691.   }
  692.  
  693.   .row.\31 50\25 {
  694.     margin: 0 0 -1px -2.25em;
  695.   }
  696.  
  697.   .row.uniform.\31 50\25>* {
  698.     padding: 2.25em 0 0 2.25em;
  699.   }
  700.  
  701.   .row.uniform.\31 50\25 {
  702.     margin: -2.25em 0 -1px -2.25em;
  703.   }
  704.  
  705.   .row.\35 0\25>* {
  706.     padding: 0 0 0 0.75em;
  707.   }
  708.  
  709.   .row.\35 0\25 {
  710.     margin: 0 0 -1px -0.75em;
  711.   }
  712.  
  713.   .row.uniform.\35 0\25>* {
  714.     padding: 0.75em 0 0 0.75em;
  715.   }
  716.  
  717.   .row.uniform.\35 0\25 {
  718.     margin: -0.75em 0 -1px -0.75em;
  719.   }
  720.  
  721.   .row.\32 5\25>* {
  722.     padding: 0 0 0 0.375em;
  723.   }
  724.  
  725.   .row.\32 5\25 {
  726.     margin: 0 0 -1px -0.375em;
  727.   }
  728.  
  729.   .row.uniform.\32 5\25>* {
  730.     padding: 0.375em 0 0 0.375em;
  731.   }
  732.  
  733.   .row.uniform.\32 5\25 {
  734.     margin: -0.375em 0 -1px -0.375em;
  735.   }
  736.  
  737.   .\31 2u\28large\29, .\31 2u\24\28large\29 {
  738.     width: 100%;
  739.     clear: none;
  740.     margin-left: 0;
  741.   }
  742.  
  743.   .\31 1u\28large\29, .\31 1u\24\28large\29 {
  744.     width: 91.6666666667%;
  745.     clear: none;
  746.     margin-left: 0;
  747.   }
  748.  
  749.   .\31 0u\28large\29, .\31 0u\24\28large\29 {
  750.     width: 83.3333333333%;
  751.     clear: none;
  752.     margin-left: 0;
  753.   }
  754.  
  755.   .\39 u\28large\29, .\39 u\24\28large\29 {
  756.     width: 75%;
  757.     clear: none;
  758.     margin-left: 0;
  759.   }
  760.  
  761.   .\38 u\28large\29, .\38 u\24\28large\29 {
  762.     width: 66.6666666667%;
  763.     clear: none;
  764.     margin-left: 0;
  765.   }
  766.  
  767.   .\37 u\28large\29, .\37 u\24\28large\29 {
  768.     width: 58.3333333333%;
  769.     clear: none;
  770.     margin-left: 0;
  771.   }
  772.  
  773.   .\36 u\28large\29, .\36 u\24\28large\29 {
  774.     width: 50%;
  775.     clear: none;
  776.     margin-left: 0;
  777.   }
  778.  
  779.   .\35 u\28large\29, .\35 u\24\28large\29 {
  780.     width: 41.6666666667%;
  781.     clear: none;
  782.     margin-left: 0;
  783.   }
  784.  
  785.   .\34 u\28large\29, .\34 u\24\28large\29 {
  786.     width: 33.3333333333%;
  787.     clear: none;
  788.     margin-left: 0;
  789.   }
  790.  
  791.   .\33 u\28large\29, .\33 u\24\28large\29 {
  792.     width: 25%;
  793.     clear: none;
  794.     margin-left: 0;
  795.   }
  796.  
  797.   .\32 u\28large\29, .\32 u\24\28large\29 {
  798.     width: 16.6666666667%;
  799.     clear: none;
  800.     margin-left: 0;
  801.   }
  802.  
  803.   .\31 u\28large\29, .\31 u\24\28large\29 {
  804.     width: 8.3333333333%;
  805.     clear: none;
  806.     margin-left: 0;
  807.   }
  808.  
  809.   .\31 2u\24\28large\29+*, .\31 1u\24\28large\29+*, .\31 0u\24\28large\29+*, .\39 u\24\28large\29+*, .\38 u\24\28large\29+*, .\37 u\24\28large\29+*, .\36 u\24\28large\29+*, .\35 u\24\28large\29+*, .\34 u\24\28large\29+*, .\33 u\24\28large\29+*, .\32 u\24\28large\29+*, .\31 u\24\28large\29+* {
  810.     clear: left;
  811.   }
  812.  
  813.   .\-11u\28large\29 {
  814.     margin-left: 91.66667%;
  815.   }
  816.  
  817.   .\-10u\28large\29 {
  818.     margin-left: 83.33333%;
  819.   }
  820.  
  821.   .\-9u\28large\29 {
  822.     margin-left: 75%;
  823.   }
  824.  
  825.   .\-8u\28large\29 {
  826.     margin-left: 66.66667%;
  827.   }
  828.  
  829.   .\-7u\28large\29 {
  830.     margin-left: 58.33333%;
  831.   }
  832.  
  833.   .\-6u\28large\29 {
  834.     margin-left: 50%;
  835.   }
  836.  
  837.   .\-5u\28large\29 {
  838.     margin-left: 41.66667%;
  839.   }
  840.  
  841.   .\-4u\28large\29 {
  842.     margin-left: 33.33333%;
  843.   }
  844.  
  845.   .\-3u\28large\29 {
  846.     margin-left: 25%;
  847.   }
  848.  
  849.   .\-2u\28large\29 {
  850.     margin-left: 16.66667%;
  851.   }
  852.  
  853.   .\-1u\28large\29 {
  854.     margin-left: 8.33333%;
  855.   }
  856. }
  857.  
  858. @media screen and (max-width: 980px) {
  859.   .row>* {
  860.     padding: 0 0 0 1.5em;
  861.   }
  862.  
  863.   .row {
  864.     margin: 0 0 -1px -1.5em;
  865.   }
  866.  
  867.   .row.uniform>* {
  868.     padding: 1.5em 0 0 1.5em;
  869.   }
  870.  
  871.   .row.uniform {
  872.     margin: -1.5em 0 -1px -1.5em;
  873.   }
  874.  
  875.   .row.\32 00\25>* {
  876.     padding: 0 0 0 3em;
  877.   }
  878.  
  879.   .row.\32 00\25 {
  880.     margin: 0 0 -1px -3em;
  881.   }
  882.  
  883.   .row.uniform.\32 00\25>* {
  884.     padding: 3em 0 0 3em;
  885.   }
  886.  
  887.   .row.uniform.\32 00\25 {
  888.     margin: -3em 0 -1px -3em;
  889.   }
  890.  
  891.   .row.\31 50\25>* {
  892.     padding: 0 0 0 2.25em;
  893.   }
  894.  
  895.   .row.\31 50\25 {
  896.     margin: 0 0 -1px -2.25em;
  897.   }
  898.  
  899.   .row.uniform.\31 50\25>* {
  900.     padding: 2.25em 0 0 2.25em;
  901.   }
  902.  
  903.   .row.uniform.\31 50\25 {
  904.     margin: -2.25em 0 -1px -2.25em;
  905.   }
  906.  
  907.   .row.\35 0\25>* {
  908.     padding: 0 0 0 0.75em;
  909.   }
  910.  
  911.   .row.\35 0\25 {
  912.     margin: 0 0 -1px -0.75em;
  913.   }
  914.  
  915.   .row.uniform.\35 0\25>* {
  916.     padding: 0.75em 0 0 0.75em;
  917.   }
  918.  
  919.   .row.uniform.\35 0\25 {
  920.     margin: -0.75em 0 -1px -0.75em;
  921.   }
  922.  
  923.   .row.\32 5\25>* {
  924.     padding: 0 0 0 0.375em;
  925.   }
  926.  
  927.   .row.\32 5\25 {
  928.     margin: 0 0 -1px -0.375em;
  929.   }
  930.  
  931.   .row.uniform.\32 5\25>* {
  932.     padding: 0.375em 0 0 0.375em;
  933.   }
  934.  
  935.   .row.uniform.\32 5\25 {
  936.     margin: -0.375em 0 -1px -0.375em;
  937.   }
  938.  
  939.   .\31 2u\28medium\29, .\31 2u\24\28medium\29 {
  940.     width: 100%;
  941.     clear: none;
  942.     margin-left: 0;
  943.   }
  944.  
  945.   .\31 1u\28medium\29, .\31 1u\24\28medium\29 {
  946.     width: 91.6666666667%;
  947.     clear: none;
  948.     margin-left: 0;
  949.   }
  950.  
  951.   .\31 0u\28medium\29, .\31 0u\24\28medium\29 {
  952.     width: 83.3333333333%;
  953.     clear: none;
  954.     margin-left: 0;
  955.   }
  956.  
  957.   .\39 u\28medium\29, .\39 u\24\28medium\29 {
  958.     width: 75%;
  959.     clear: none;
  960.     margin-left: 0;
  961.   }
  962.  
  963.   .\38 u\28medium\29, .\38 u\24\28medium\29 {
  964.     width: 66.6666666667%;
  965.     clear: none;
  966.     margin-left: 0;
  967.   }
  968.  
  969.   .\37 u\28medium\29, .\37 u\24\28medium\29 {
  970.     width: 58.3333333333%;
  971.     clear: none;
  972.     margin-left: 0;
  973.   }
  974.  
  975.   .\36 u\28medium\29, .\36 u\24\28medium\29 {
  976.     width: 50%;
  977.     clear: none;
  978.     margin-left: 0;
  979.   }
  980.  
  981.   .\35 u\28medium\29, .\35 u\24\28medium\29 {
  982.     width: 41.6666666667%;
  983.     clear: none;
  984.     margin-left: 0;
  985.   }
  986.  
  987.   .\34 u\28medium\29, .\34 u\24\28medium\29 {
  988.     width: 33.3333333333%;
  989.     clear: none;
  990.     margin-left: 0;
  991.   }
  992.  
  993.   .\33 u\28medium\29, .\33 u\24\28medium\29 {
  994.     width: 25%;
  995.     clear: none;
  996.     margin-left: 0;
  997.   }
  998.  
  999.   .\32 u\28medium\29, .\32 u\24\28medium\29 {
  1000.     width: 16.6666666667%;
  1001.     clear: none;
  1002.     margin-left: 0;
  1003.   }
  1004.  
  1005.   .\31 u\28medium\29, .\31 u\24\28medium\29 {
  1006.     width: 8.3333333333%;
  1007.     clear: none;
  1008.     margin-left: 0;
  1009.   }
  1010.  
  1011.   .\31 2u\24\28medium\29+*, .\31 1u\24\28medium\29+*, .\31 0u\24\28medium\29+*, .\39 u\24\28medium\29+*, .\38 u\24\28medium\29+*, .\37 u\24\28medium\29+*, .\36 u\24\28medium\29+*, .\35 u\24\28medium\29+*, .\34 u\24\28medium\29+*, .\33 u\24\28medium\29+*, .\32 u\24\28medium\29+*, .\31 u\24\28medium\29+* {
  1012.     clear: left;
  1013.   }
  1014.  
  1015.   .\-11u\28medium\29 {
  1016.     margin-left: 91.66667%;
  1017.   }
  1018.  
  1019.   .\-10u\28medium\29 {
  1020.     margin-left: 83.33333%;
  1021.   }
  1022.  
  1023.   .\-9u\28medium\29 {
  1024.     margin-left: 75%;
  1025.   }
  1026.  
  1027.   .\-8u\28medium\29 {
  1028.     margin-left: 66.66667%;
  1029.   }
  1030.  
  1031.   .\-7u\28medium\29 {
  1032.     margin-left: 58.33333%;
  1033.   }
  1034.  
  1035.   .\-6u\28medium\29 {
  1036.     margin-left: 50%;
  1037.   }
  1038.  
  1039.   .\-5u\28medium\29 {
  1040.     margin-left: 41.66667%;
  1041.   }
  1042.  
  1043.   .\-4u\28medium\29 {
  1044.     margin-left: 33.33333%;
  1045.   }
  1046.  
  1047.   .\-3u\28medium\29 {
  1048.     margin-left: 25%;
  1049.   }
  1050.  
  1051.   .\-2u\28medium\29 {
  1052.     margin-left: 16.66667%;
  1053.   }
  1054.  
  1055.   .\-1u\28medium\29 {
  1056.     margin-left: 8.33333%;
  1057.   }
  1058. }
  1059.  
  1060. @media screen and (max-width: 736px) {
  1061.   .row>* {
  1062.     padding: 0 0 0 1.25em;
  1063.   }
  1064.  
  1065.   .row {
  1066.     margin: 0 0 -1px -1.25em;
  1067.   }
  1068.  
  1069.   .row.uniform>* {
  1070.     padding: 1.25em 0 0 1.25em;
  1071.   }
  1072.  
  1073.   .row.uniform {
  1074.     margin: -1.25em 0 -1px -1.25em;
  1075.   }
  1076.  
  1077.   .row.\32 00\25>* {
  1078.     padding: 0 0 0 2.5em;
  1079.   }
  1080.  
  1081.   .row.\32 00\25 {
  1082.     margin: 0 0 -1px -2.5em;
  1083.   }
  1084.  
  1085.   .row.uniform.\32 00\25>* {
  1086.     padding: 2.5em 0 0 2.5em;
  1087.   }
  1088.  
  1089.   .row.uniform.\32 00\25 {
  1090.     margin: -2.5em 0 -1px -2.5em;
  1091.   }
  1092.  
  1093.   .row.\31 50\25>* {
  1094.     padding: 0 0 0 1.875em;
  1095.   }
  1096.  
  1097.   .row.\31 50\25 {
  1098.     margin: 0 0 -1px -1.875em;
  1099.   }
  1100.  
  1101.   .row.uniform.\31 50\25>* {
  1102.     padding: 1.875em 0 0 1.875em;
  1103.   }
  1104.  
  1105.   .row.uniform.\31 50\25 {
  1106.     margin: -1.875em 0 -1px -1.875em;
  1107.   }
  1108.  
  1109.   .row.\35 0\25>* {
  1110.     padding: 0 0 0 0.625em;
  1111.   }
  1112.  
  1113.   .row.\35 0\25 {
  1114.     margin: 0 0 -1px -0.625em;
  1115.   }
  1116.  
  1117.   .row.uniform.\35 0\25>* {
  1118.     padding: 0.625em 0 0 0.625em;
  1119.   }
  1120.  
  1121.   .row.uniform.\35 0\25 {
  1122.     margin: -0.625em 0 -1px -0.625em;
  1123.   }
  1124.  
  1125.   .row.\32 5\25>* {
  1126.     padding: 0 0 0 0.3125em;
  1127.   }
  1128.  
  1129.   .row.\32 5\25 {
  1130.     margin: 0 0 -1px -0.3125em;
  1131.   }
  1132.  
  1133.   .row.uniform.\32 5\25>* {
  1134.     padding: 0.3125em 0 0 0.3125em;
  1135.   }
  1136.  
  1137.   .row.uniform.\32 5\25 {
  1138.     margin: -0.3125em 0 -1px -0.3125em;
  1139.   }
  1140.  
  1141.   .\31 2u\28small\29, .\31 2u\24\28small\29 {
  1142.     width: 100%;
  1143.     clear: none;
  1144.     margin-left: 0;
  1145.   }
  1146.  
  1147.   .\31 1u\28small\29, .\31 1u\24\28small\29 {
  1148.     width: 91.6666666667%;
  1149.     clear: none;
  1150.     margin-left: 0;
  1151.   }
  1152.  
  1153.   .\31 0u\28small\29, .\31 0u\24\28small\29 {
  1154.     width: 83.3333333333%;
  1155.     clear: none;
  1156.     margin-left: 0;
  1157.   }
  1158.  
  1159.   .\39 u\28small\29, .\39 u\24\28small\29 {
  1160.     width: 75%;
  1161.     clear: none;
  1162.     margin-left: 0;
  1163.   }
  1164.  
  1165.   .\38 u\28small\29, .\38 u\24\28small\29 {
  1166.     width: 66.6666666667%;
  1167.     clear: none;
  1168.     margin-left: 0;
  1169.   }
  1170.  
  1171.   .\37 u\28small\29, .\37 u\24\28small\29 {
  1172.     width: 58.3333333333%;
  1173.     clear: none;
  1174.     margin-left: 0;
  1175.   }
  1176.  
  1177.   .\36 u\28small\29, .\36 u\24\28small\29 {
  1178.     width: 50%;
  1179.     clear: none;
  1180.     margin-left: 0;
  1181.   }
  1182.  
  1183.   .\35 u\28small\29, .\35 u\24\28small\29 {
  1184.     width: 41.6666666667%;
  1185.     clear: none;
  1186.     margin-left: 0;
  1187.   }
  1188.  
  1189.   .\34 u\28small\29, .\34 u\24\28small\29 {
  1190.     width: 33.3333333333%;
  1191.     clear: none;
  1192.     margin-left: 0;
  1193.   }
  1194.  
  1195.   .\33 u\28small\29, .\33 u\24\28small\29 {
  1196.     width: 25%;
  1197.     clear: none;
  1198.     margin-left: 0;
  1199.   }
  1200.  
  1201.   .\32 u\28small\29, .\32 u\24\28small\29 {
  1202.     width: 16.6666666667%;
  1203.     clear: none;
  1204.     margin-left: 0;
  1205.   }
  1206.  
  1207.   .\31 u\28small\29, .\31 u\24\28small\29 {
  1208.     width: 8.3333333333%;
  1209.     clear: none;
  1210.     margin-left: 0;
  1211.   }
  1212.  
  1213.   .\31 2u\24\28small\29+*, .\31 1u\24\28small\29+*, .\31 0u\24\28small\29+*, .\39 u\24\28small\29+*, .\38 u\24\28small\29+*, .\37 u\24\28small\29+*, .\36 u\24\28small\29+*, .\35 u\24\28small\29+*, .\34 u\24\28small\29+*, .\33 u\24\28small\29+*, .\32 u\24\28small\29+*, .\31 u\24\28small\29+* {
  1214.     clear: left;
  1215.   }
  1216.  
  1217.   .\-11u\28small\29 {
  1218.     margin-left: 91.66667%;
  1219.   }
  1220.  
  1221.   .\-10u\28small\29 {
  1222.     margin-left: 83.33333%;
  1223.   }
  1224.  
  1225.   .\-9u\28small\29 {
  1226.     margin-left: 75%;
  1227.   }
  1228.  
  1229.   .\-8u\28small\29 {
  1230.     margin-left: 66.66667%;
  1231.   }
  1232.  
  1233.   .\-7u\28small\29 {
  1234.     margin-left: 58.33333%;
  1235.   }
  1236.  
  1237.   .\-6u\28small\29 {
  1238.     margin-left: 50%;
  1239.   }
  1240.  
  1241.   .\-5u\28small\29 {
  1242.     margin-left: 41.66667%;
  1243.   }
  1244.  
  1245.   .\-4u\28small\29 {
  1246.     margin-left: 33.33333%;
  1247.   }
  1248.  
  1249.   .\-3u\28small\29 {
  1250.     margin-left: 25%;
  1251.   }
  1252.  
  1253.   .\-2u\28small\29 {
  1254.     margin-left: 16.66667%;
  1255.   }
  1256.  
  1257.   .\-1u\28small\29 {
  1258.     margin-left: 8.33333%;
  1259.   }
  1260. }
  1261.  
  1262. @media screen and (max-width: 480px) {
  1263.   .row>* {
  1264.     padding: 0 0 0 1.25em;
  1265.   }
  1266.  
  1267.   .row {
  1268.     margin: 0 0 -1px -1.25em;
  1269.   }
  1270.  
  1271.   .row.uniform>* {
  1272.     padding: 1.25em 0 0 1.25em;
  1273.   }
  1274.  
  1275.   .row.uniform {
  1276.     margin: -1.25em 0 -1px -1.25em;
  1277.   }
  1278.  
  1279.   .row.\32 00\25>* {
  1280.     padding: 0 0 0 2.5em;
  1281.   }
  1282.  
  1283.   .row.\32 00\25 {
  1284.     margin: 0 0 -1px -2.5em;
  1285.   }
  1286.  
  1287.   .row.uniform.\32 00\25>* {
  1288.     padding: 2.5em 0 0 2.5em;
  1289.   }
  1290.  
  1291.   .row.uniform.\32 00\25 {
  1292.     margin: -2.5em 0 -1px -2.5em;
  1293.   }
  1294.  
  1295.   .row.\31 50\25>* {
  1296.     padding: 0 0 0 1.875em;
  1297.   }
  1298.  
  1299.   .row.\31 50\25 {
  1300.     margin: 0 0 -1px -1.875em;
  1301.   }
  1302.  
  1303.   .row.uniform.\31 50\25>* {
  1304.     padding: 1.875em 0 0 1.875em;
  1305.   }
  1306.  
  1307.   .row.uniform.\31 50\25 {
  1308.     margin: -1.875em 0 -1px -1.875em;
  1309.   }
  1310.  
  1311.   .row.\35 0\25>* {
  1312.     padding: 0 0 0 0.625em;
  1313.   }
  1314.  
  1315.   .row.\35 0\25 {
  1316.     margin: 0 0 -1px -0.625em;
  1317.   }
  1318.  
  1319.   .row.uniform.\35 0\25>* {
  1320.     padding: 0.625em 0 0 0.625em;
  1321.   }
  1322.  
  1323.   .row.uniform.\35 0\25 {
  1324.     margin: -0.625em 0 -1px -0.625em;
  1325.   }
  1326.  
  1327.   .row.\32 5\25>* {
  1328.     padding: 0 0 0 0.3125em;
  1329.   }
  1330.  
  1331.   .row.\32 5\25 {
  1332.     margin: 0 0 -1px -0.3125em;
  1333.   }
  1334.  
  1335.   .row.uniform.\32 5\25>* {
  1336.     padding: 0.3125em 0 0 0.3125em;
  1337.   }
  1338.  
  1339.   .row.uniform.\32 5\25 {
  1340.     margin: -0.3125em 0 -1px -0.3125em;
  1341.   }
  1342.  
  1343.   .\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
  1344.     width: 100%;
  1345.     clear: none;
  1346.     margin-left: 0;
  1347.   }
  1348.  
  1349.   .\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
  1350.     width: 91.6666666667%;
  1351.     clear: none;
  1352.     margin-left: 0;
  1353.   }
  1354.  
  1355.   .\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
  1356.     width: 83.3333333333%;
  1357.     clear: none;
  1358.     margin-left: 0;
  1359.   }
  1360.  
  1361.   .\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
  1362.     width: 75%;
  1363.     clear: none;
  1364.     margin-left: 0;
  1365.   }
  1366.  
  1367.   .\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
  1368.     width: 66.6666666667%;
  1369.     clear: none;
  1370.     margin-left: 0;
  1371.   }
  1372.  
  1373.   .\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
  1374.     width: 58.3333333333%;
  1375.     clear: none;
  1376.     margin-left: 0;
  1377.   }
  1378.  
  1379.   .\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
  1380.     width: 50%;
  1381.     clear: none;
  1382.     margin-left: 0;
  1383.   }
  1384.  
  1385.   .\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
  1386.     width: 41.6666666667%;
  1387.     clear: none;
  1388.     margin-left: 0;
  1389.   }
  1390.  
  1391.   .\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
  1392.     width: 33.3333333333%;
  1393.     clear: none;
  1394.     margin-left: 0;
  1395.   }
  1396.  
  1397.   .\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
  1398.     width: 25%;
  1399.     clear: none;
  1400.     margin-left: 0;
  1401.   }
  1402.  
  1403.   .\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
  1404.     width: 16.6666666667%;
  1405.     clear: none;
  1406.     margin-left: 0;
  1407.   }
  1408.  
  1409.   .\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
  1410.     width: 8.3333333333%;
  1411.     clear: none;
  1412.     margin-left: 0;
  1413.   }
  1414.  
  1415.   .\31 2u\24\28xsmall\29+*, .\31 1u\24\28xsmall\29+*, .\31 0u\24\28xsmall\29+*, .\39 u\24\28xsmall\29+*, .\38 u\24\28xsmall\29+*, .\37 u\24\28xsmall\29+*, .\36 u\24\28xsmall\29+*, .\35 u\24\28xsmall\29+*, .\34 u\24\28xsmall\29+*, .\33 u\24\28xsmall\29+*, .\32 u\24\28xsmall\29+*, .\31 u\24\28xsmall\29+* {
  1416.     clear: left;
  1417.   }
  1418.  
  1419.   .\-11u\28xsmall\29 {
  1420.     margin-left: 91.66667%;
  1421.   }
  1422.  
  1423.   .\-10u\28xsmall\29 {
  1424.     margin-left: 83.33333%;
  1425.   }
  1426.  
  1427.   .\-9u\28xsmall\29 {
  1428.     margin-left: 75%;
  1429.   }
  1430.  
  1431.   .\-8u\28xsmall\29 {
  1432.     margin-left: 66.66667%;
  1433.   }
  1434.  
  1435.   .\-7u\28xsmall\29 {
  1436.     margin-left: 58.33333%;
  1437.   }
  1438.  
  1439.   .\-6u\28xsmall\29 {
  1440.     margin-left: 50%;
  1441.   }
  1442.  
  1443.   .\-5u\28xsmall\29 {
  1444.     margin-left: 41.66667%;
  1445.   }
  1446.  
  1447.   .\-4u\28xsmall\29 {
  1448.     margin-left: 33.33333%;
  1449.   }
  1450.  
  1451.   .\-3u\28xsmall\29 {
  1452.     margin-left: 25%;
  1453.   }
  1454.  
  1455.   .\-2u\28xsmall\29 {
  1456.     margin-left: 16.66667%;
  1457.   }
  1458.  
  1459.   .\-1u\28xsmall\29 {
  1460.     margin-left: 8.33333%;
  1461.   }
  1462. }
  1463. /* Basic */
  1464.  
  1465. @-ms-viewport {
  1466.   width: device-width;
  1467. }
  1468.  
  1469. body {
  1470.   -ms-overflow-style: scrollbar;
  1471. }
  1472.  
  1473. @media screen and (max-width: 480px) {
  1474.   html, body {
  1475.     min-width: 320px;
  1476.   }
  1477. }
  1478.  
  1479. body {
  1480.   background: #020B13;
  1481. }
  1482.  
  1483. body.is-loading *, body.is-loading *:before, body.is-loading *:after {
  1484.   -moz-animation: none !important;
  1485.   -webkit-animation: none !important;
  1486.   -ms-animation: none !important;
  1487.   animation: none !important;
  1488.   -moz-transition: none !important;
  1489.   -webkit-transition: none !important;
  1490.   -ms-transition: none !important;
  1491.   transition: none !important;
  1492. }
  1493. /* Type */
  1494.  
  1495. body {
  1496.   background-color: #020B13;
  1497.   color: #c0c2c4;
  1498. }
  1499.  
  1500. body, input, select, textarea {
  1501.   font-family: "Signika", sans-serif;
  1502.   font-size: 13pt;
  1503.   font-weight: 300;
  1504.   line-height: 1.65;
  1505. }
  1506.  
  1507. @media screen and (max-width: 1680px) {
  1508.   body, input, select, textarea {
  1509.     font-size: 11pt;
  1510.   }
  1511. }
  1512.  
  1513. @media screen and (max-width: 1280px) {
  1514.   body, input, select, textarea {
  1515.     font-size: 11pt;
  1516.   }
  1517. }
  1518.  
  1519. @media screen and (max-width: 980px) {
  1520.   body, input, select, textarea {
  1521.     font-size: 12pt;
  1522.   }
  1523. }
  1524.  
  1525. @media screen and (max-width: 736px) {
  1526.   body, input, select, textarea {
  1527.     font-size: 12pt;
  1528.   }
  1529. }
  1530.  
  1531. @media screen and (max-width: 480px) {
  1532.   body, input, select, textarea {
  1533.     font-size: 12pt;
  1534.   }
  1535. }
  1536.  
  1537. a {
  1538.   -moz-transition: color 0.2s ease-in-out;
  1539.   -webkit-transition: color 0.2s ease-in-out;
  1540.   -ms-transition: color 0.2s ease-in-out;
  1541.   transition: color 0.2s ease-in-out;
  1542.   text-decoration: none;
  1543. }
  1544.  
  1545. strong, b {
  1546.   font-weight: 700;
  1547. }
  1548.  
  1549. em, i {
  1550.   font-style: italic;
  1551. }
  1552.  
  1553. p {
  1554.   margin: 0 0 2em 0;
  1555. }
  1556.  
  1557. h1, h2, h3, h4, h5, h6 {
  1558.   font-weight: 700;
  1559.   line-height: 1.5;
  1560.   margin: 0 0 1em 0;
  1561. }
  1562.  
  1563. h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  1564.   color: inherit;
  1565.   text-decoration: none;
  1566. }
  1567.  
  1568. h2 {
  1569.   font-size: 2.5em;
  1570. }
  1571.  
  1572. @media screen and (max-width: 736px) {
  1573.   h2 {
  1574.     font-size: 2em;
  1575.   }
  1576. }
  1577.  
  1578. @media screen and (max-width: 480px) {
  1579.   h2 {
  1580.     font-size: 1.5em;
  1581.   }
  1582. }
  1583.  
  1584. h3 {
  1585.   font-size: 1.75em;
  1586. }
  1587.  
  1588. @media screen and (max-width: 736px) {
  1589.   h3 {
  1590.     font-size: 1.5em;
  1591.   }
  1592. }
  1593.  
  1594. @media screen and (max-width: 480px) {
  1595.   h3 {
  1596.     font-size: 1.25em;
  1597.   }
  1598. }
  1599.  
  1600. h4 {
  1601.   font-size: 1.5em;
  1602. }
  1603.  
  1604. h5 {
  1605.   font-size: 0.9em;
  1606. }
  1607.  
  1608. h6 {
  1609.   font-size: 0.7em;
  1610. }
  1611.  
  1612. sub {
  1613.   font-size: 0.8em;
  1614.   position: relative;
  1615.   top: 0.5em;
  1616. }
  1617.  
  1618. sup {
  1619.   font-size: 0.8em;
  1620.   position: relative;
  1621.   top: -0.5em;
  1622. }
  1623.  
  1624. blockquote {
  1625.   border-left: solid 4px;
  1626.   font-style: italic;
  1627.   margin: 0 0 2em 0;
  1628.   padding: 0.5em 0 0.5em 2em;
  1629. }
  1630.  
  1631. code {
  1632.   border-radius: 4px;
  1633.   border: solid 1px;
  1634.   font-family: "Courier New", monospace;
  1635.   font-size: 0.9em;
  1636.   margin: 0 0.25em;
  1637.   padding: 0.25em 0.65em;
  1638. }
  1639.  
  1640. pre {
  1641.   -webkit-overflow-scrolling: touch;
  1642.   font-family: "Courier New", monospace;
  1643.   font-size: 0.9em;
  1644.   margin: 0 0 2em 0;
  1645. }
  1646.  
  1647. pre code {
  1648.   display: block;
  1649.   line-height: 1.75;
  1650.   padding: 1em 1.5em;
  1651.   overflow-x: auto;
  1652. }
  1653.  
  1654. hr {
  1655.   border: 0;
  1656.   border-bottom: solid 1px;
  1657.   margin: 2em 0;
  1658. }
  1659.  
  1660. hr.major {
  1661.   margin: 3em 0;
  1662. }
  1663.  
  1664. .align-left {
  1665.   text-align: left;
  1666. }
  1667.  
  1668. .align-center {
  1669.   text-align: center;
  1670. }
  1671.  
  1672. .align-right {
  1673.   text-align: right;
  1674. }
  1675.  
  1676. input, select, textarea {
  1677.   color: #ffffff;
  1678. }
  1679.  
  1680. a {
  1681.   color: #c1c7cd;
  1682. }
  1683.  
  1684. a:hover {
  1685.   color: rgba(193, 199, 205, 0.5);
  1686. }
  1687.  
  1688. strong, b {
  1689.   color: #ffffff;
  1690. }
  1691.  
  1692. h1, h2, h3, h4, h5, h6 {
  1693.   color: #ffffff;
  1694. }
  1695.  
  1696. blockquote {
  1697.   border-left-color: rgba(255, 255, 255, 0.15);
  1698. }
  1699.  
  1700. code {
  1701.   background: rgba(255, 255, 255, 0.075);
  1702.   border-color: rgba(255, 255, 255, 0.15);
  1703. }
  1704.  
  1705. hr {
  1706.   border-bottom-color: rgba(255, 255, 255, 0.15);
  1707. }
  1708. /* Box */
  1709.  
  1710. .box {
  1711.   border-radius: 4px;
  1712.   border: solid 1px;
  1713.   margin-bottom: 2em;
  1714.   padding: 1.5em;
  1715. }
  1716.  
  1717. .box> :last-child, .box> :last-child> :last-child, .box> :last-child> :last-child> :last-child {
  1718.   margin-bottom: 0;
  1719. }
  1720.  
  1721. .box.alt {
  1722.   border: 0;
  1723.   border-radius: 0;
  1724.   padding: 0;
  1725. }
  1726.  
  1727. .box {
  1728.   border-color: rgba(255, 255, 255, 0.15);
  1729. }
  1730. /* Button */
  1731.  
  1732. input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  1733.   -moz-appearance: none;
  1734.   -webkit-appearance: none;
  1735.   -ms-appearance: none;
  1736.   appearance: none;
  1737.   -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  1738.   -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  1739.   -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  1740.   transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  1741.   border-radius: 4px;
  1742.   border: 0;
  1743.   cursor: pointer;
  1744.   display: inline-block;
  1745.   font-weight: 700;
  1746.   height: 2.85em;
  1747.   line-height: 2.95em;
  1748.   padding: 0 1.5em;
  1749.   text-align: center;
  1750.   text-decoration: none;
  1751.   white-space: nowrap;
  1752. }
  1753.  
  1754. input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon {
  1755.   padding-left: 1.35em;
  1756. }
  1757.  
  1758. input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before {
  1759.   margin-right: 0.5em;
  1760. }
  1761.  
  1762. input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit {
  1763.   display: block;
  1764.   margin: 0 0 1em 0;
  1765.   width: 100%;
  1766. }
  1767.  
  1768. input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small {
  1769.   font-size: 0.8em;
  1770. }
  1771.  
  1772. input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big {
  1773.   font-size: 1.35em;
  1774. }
  1775.  
  1776. input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled {
  1777.   -moz-pointer-events: none;
  1778.   -webkit-pointer-events: none;
  1779.   -ms-pointer-events: none;
  1780.   pointer-events: none;
  1781.   opacity: 0.25;
  1782. }
  1783.  
  1784. @media screen and (max-width: 480px) {
  1785.   input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  1786.     padding: 0;
  1787.   }
  1788. }
  1789.  
  1790. input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  1791.   background-color: #041625;
  1792.   color: #ffffff !important;
  1793. }
  1794.  
  1795. input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover {
  1796.   background-color: #06243c;
  1797. }
  1798.  
  1799. input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active {
  1800.   background-color: #02080e;
  1801. }
  1802.  
  1803. input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, button.alt, .button.alt {
  1804.   background-color: transparent;
  1805.   box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  1806.   color: #ffffff !important;
  1807. }
  1808.  
  1809. input[type="submit"].alt:hover, input[type="reset"].alt:hover, input[type="button"].alt:hover, button.alt:hover, .button.alt:hover {
  1810.   background-color: rgba(255, 255, 255, 0.075);
  1811. }
  1812.  
  1813. input[type="submit"].alt:active, input[type="reset"].alt:active, input[type="button"].alt:active, button.alt:active, .button.alt:active {
  1814.   background-color: rgba(255, 255, 255, 0.2);
  1815. }
  1816.  
  1817. input[type="submit"].alt.icon:before, input[type="reset"].alt.icon:before, input[type="button"].alt.icon:before, button.alt.icon:before, .button.alt.icon:before {
  1818.   color: #676d71;
  1819. }
  1820.  
  1821. input[type="submit"].special, input[type="reset"].special, input[type="button"].special, button.special, .button.special {
  1822.   background-color: #062038;
  1823.   color: #ffffff !important;
  1824. }
  1825.  
  1826. input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, button.special:hover, .button.special:hover {
  1827.   background-color: #082d4f;
  1828. }
  1829.  
  1830. input[type="submit"].special:active, input[type="reset"].special:active, input[type="button"].special:active, button.special:active, .button.special:active {
  1831.   background-color: #041321;
  1832. }
  1833. /* Flex */
  1834.  
  1835. .flex {
  1836.   display: -ms-flexbox;
  1837.   -ms-flex-pack: justify;
  1838.   display: -moz-flex;
  1839.   display: -webkit-flex;
  1840.   display: -ms-flex;
  1841.   display: flex;
  1842.   -moz-flex-wrap: wrap;
  1843.   -webkit-flex-wrap: wrap;
  1844.   -ms-flex-wrap: wrap;
  1845.   flex-wrap: wrap;
  1846.   -moz-justify-content: space-between;
  1847.   -webkit-justify-content: space-between;
  1848.   -ms-justify-content: space-between;
  1849.   justify-content: space-between;
  1850. }
  1851.  
  1852. .flex.flex-2, .flex.flex-3 {
  1853.   -moz-align-items: stretch;
  1854.   -webkit-align-items: stretch;
  1855.   -ms-align-items: stretch;
  1856.   align-items: stretch;
  1857. }
  1858.  
  1859. .flex.flex-2 .col {
  1860.   width: 48%;
  1861. }
  1862.  
  1863. .flex.flex-3 .col {
  1864.   width: 31%;
  1865. }
  1866.  
  1867. .flex.flex-4 .col {
  1868.   width: 22%;
  1869. }
  1870.  
  1871. .flex.flex-tabs {
  1872.   -moz-flex-wrap: nowrap;
  1873.   -webkit-flex-wrap: nowrap;
  1874.   -ms-flex-wrap: nowrap;
  1875.   flex-wrap: nowrap;
  1876. }
  1877.  
  1878. .flex.flex-tabs ul {
  1879.   width: 20%;
  1880. }
  1881.  
  1882. .flex.flex-tabs .tabs {
  1883.   width: 77%;
  1884. }
  1885.  
  1886. @media screen and (max-width: 980px) {
  1887.   .flex.flex-4 .col {
  1888.     width: 48%;
  1889.   }
  1890.  
  1891.   .flex.flex-tabs ul {
  1892.     width: 30%;
  1893.   }
  1894.  
  1895.   .flex.flex-tabs .tabs {
  1896.     width: 67%;
  1897.   }
  1898.  
  1899.   .flex.flex-tabs .flex-3 .col {
  1900.     width: 48%;
  1901.   }
  1902. }
  1903.  
  1904. @media screen and (max-width: 736px) {
  1905.   .flex.flex-2 .col, .flex.flex-3 .col, .flex.flex-4 .col {
  1906.     width: 100%;
  1907.   }
  1908.  
  1909.   .flex.flex-tabs {
  1910.     -moz-flex-wrap: wrap;
  1911.     -webkit-flex-wrap: wrap;
  1912.     -ms-flex-wrap: wrap;
  1913.     flex-wrap: wrap;
  1914.   }
  1915.  
  1916.   .flex.flex-tabs ul {
  1917.     width: 100%;
  1918.   }
  1919.  
  1920.   .flex.flex-tabs .tabs {
  1921.     width: 100%;
  1922.   }
  1923.  
  1924.   .flex.flex-tabs .flex-3 .col {
  1925.     width: 100%;
  1926.   }
  1927. }
  1928. /* Form */
  1929.  
  1930. form {
  1931.   margin: 0 0 2em 0;
  1932. }
  1933.  
  1934. label {
  1935.   display: block;
  1936.   font-size: 0.9em;
  1937.   font-weight: 700;
  1938.   margin: 0 0 1em 0;
  1939. }
  1940.  
  1941. input[type="text"], input[type="password"], input[type="email"], select, textarea {
  1942.   -moz-appearance: none;
  1943.   -webkit-appearance: none;
  1944.   -ms-appearance: none;
  1945.   appearance: none;
  1946.   border-radius: 4px;
  1947.   border: none;
  1948.   border: solid 1px;
  1949.   color: inherit;
  1950.   display: block;
  1951.   outline: 0;
  1952.   padding: 0 1em;
  1953.   text-decoration: none;
  1954.   width: 100%;
  1955. }
  1956.  
  1957. input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, select:invalid, textarea:invalid {
  1958.   box-shadow: none;
  1959. }
  1960.  
  1961. .select-wrapper {
  1962.   text-decoration: none;
  1963.   display: block;
  1964.   position: relative;
  1965. }
  1966.  
  1967. .select-wrapper:before {
  1968.   -moz-osx-font-smoothing: grayscale;
  1969.   -webkit-font-smoothing: antialiased;
  1970.   font-family: FontAwesome;
  1971.   font-style: normal;
  1972.   font-weight: normal;
  1973.   text-transform: none !important;
  1974. }
  1975.  
  1976. .select-wrapper:before {
  1977.   content: '\f078';
  1978.   display: block;
  1979.   height: 2.75em;
  1980.   line-height: 2.75em;
  1981.   pointer-events: none;
  1982.   position: absolute;
  1983.   right: 0;
  1984.   text-align: center;
  1985.   top: 0;
  1986.   width: 2.75em;
  1987. }
  1988.  
  1989. .select-wrapper select::-ms-expand {
  1990.   display: none;
  1991. }
  1992.  
  1993. input[type="text"], input[type="password"], input[type="email"], select {
  1994.   height: 2.75em;
  1995. }
  1996.  
  1997. textarea {
  1998.   padding: 0.75em 1em;
  1999. }
  2000.  
  2001. input[type="checkbox"], input[type="radio"] {
  2002.   -moz-appearance: none;
  2003.   -webkit-appearance: none;
  2004.   -ms-appearance: none;
  2005.   appearance: none;
  2006.   display: block;
  2007.   float: left;
  2008.   margin-right: -2em;
  2009.   opacity: 0;
  2010.   width: 1em;
  2011.   z-index: -1;
  2012. }
  2013.  
  2014. input[type="checkbox"]+label, input[type="radio"]+label {
  2015.   text-decoration: none;
  2016.   cursor: pointer;
  2017.   display: inline-block;
  2018.   font-size: 1em;
  2019.   font-weight: 300;
  2020.   padding-left: 2.4em;
  2021.   padding-right: 0.75em;
  2022.   position: relative;
  2023. }
  2024.  
  2025. input[type="checkbox"]+label:before, input[type="radio"]+label:before {
  2026.   -moz-osx-font-smoothing: grayscale;
  2027.   -webkit-font-smoothing: antialiased;
  2028.   font-family: FontAwesome;
  2029.   font-style: normal;
  2030.   font-weight: normal;
  2031.   text-transform: none !important;
  2032. }
  2033.  
  2034. input[type="checkbox"]+label:before, input[type="radio"]+label:before {
  2035.   border-radius: 4px;
  2036.   border: solid 1px;
  2037.   content: '';
  2038.   display: inline-block;
  2039.   height: 1.65em;
  2040.   left: 0;
  2041.   line-height: 1.58125em;
  2042.   position: absolute;
  2043.   text-align: center;
  2044.   top: 0;
  2045.   width: 1.65em;
  2046. }
  2047.  
  2048. input[type="checkbox"]:checked+label:before, input[type="radio"]:checked+label:before {
  2049.   content: '\f00c';
  2050. }
  2051.  
  2052. input[type="checkbox"]+label:before {
  2053.   border-radius: 4px;
  2054. }
  2055.  
  2056. input[type="radio"]+label:before {
  2057.   border-radius: 100%;
  2058. }
  2059.  
  2060. ::-webkit-input-placeholder {
  2061.   opacity: 1.0;
  2062. }
  2063.  
  2064. :-moz-placeholder {
  2065.   opacity: 1.0;
  2066. }
  2067.  
  2068. ::-moz-placeholder {
  2069.   opacity: 1.0;
  2070. }
  2071.  
  2072. :-ms-input-placeholder {
  2073.   opacity: 1.0;
  2074. }
  2075.  
  2076. .formerize-placeholder {
  2077.   opacity: 1.0;
  2078. }
  2079.  
  2080. label {
  2081.   color: #ffffff;
  2082. }
  2083.  
  2084. input[type="text"], input[type="password"], input[type="email"], select, textarea {
  2085.   background: rgba(255, 255, 255, 0.075);
  2086.   border-color: rgba(255, 255, 255, 0.15);
  2087. }
  2088.  
  2089. input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, select:focus, textarea:focus {
  2090.   border-color: #062038;
  2091.   box-shadow: 0 0 0 1px #062038;
  2092. }
  2093.  
  2094. .select-wrapper:before {
  2095.   color: rgba(255, 255, 255, 0.15);
  2096. }
  2097.  
  2098. input[type="checkbox"]+label, input[type="radio"]+label {
  2099.   color: #c0c2c4;
  2100. }
  2101.  
  2102. input[type="checkbox"]+label:before, input[type="radio"]+label:before {
  2103.   background: rgba(255, 255, 255, 0.075);
  2104.   border-color: rgba(255, 255, 255, 0.15);
  2105. }
  2106.  
  2107. input[type="checkbox"]:checked+label:before, input[type="radio"]:checked+label:before {
  2108.   background-color: #062038;
  2109.   border-color: #062037;
  2110.   color: #ffffff;
  2111. }
  2112.  
  2113. input[type="checkbox"]:focus+label:before, input[type="radio"]:focus+label:before {
  2114.   border-color: #062038;
  2115.   box-shadow: 0 0 0 1px #062038;
  2116. }
  2117.  
  2118. ::-webkit-input-placeholder {
  2119.   color: #676d71 !important;
  2120. }
  2121.  
  2122. :-moz-placeholder {
  2123.   color: #676d71 !important;
  2124. }
  2125.  
  2126. ::-moz-placeholder {
  2127.   color: #676d71 !important;
  2128. }
  2129.  
  2130. :-ms-input-placeholder {
  2131.   color: #676d71 !important;
  2132. }
  2133.  
  2134. .formerize-placeholder {
  2135.   color: #676d71 !important;
  2136. }
  2137. /* Icon */
  2138.  
  2139. .icon {
  2140.   text-decoration: none;
  2141.   border-bottom: none;
  2142.   position: relative;
  2143. }
  2144.  
  2145. .icon:before {
  2146.   -moz-osx-font-smoothing: grayscale;
  2147.   -webkit-font-smoothing: antialiased;
  2148.   font-family: FontAwesome;
  2149.   font-style: normal;
  2150.   font-weight: normal;
  2151.   text-transform: none !important;
  2152. }
  2153.  
  2154. .icon>.label {
  2155.   display: none;
  2156. }
  2157. /* Image */
  2158.  
  2159. .image {
  2160.   border: 0;
  2161.   display: inline-block;
  2162.   position: relative;
  2163. }
  2164.  
  2165. .image img {
  2166.   display: block;
  2167. }
  2168.  
  2169. .image.left, .image.right {
  2170.   max-width: 40%;
  2171. }
  2172.  
  2173. .image.left img, .image.right img {
  2174.   width: 100%;
  2175. }
  2176.  
  2177. .image.left {
  2178.   float: left;
  2179.   margin: 0 1.5em 1em 0;
  2180.   top: 0.25em;
  2181. }
  2182.  
  2183. .image.right {
  2184.   float: right;
  2185.   margin: 0 0 1em 1.5em;
  2186.   top: 0.25em;
  2187. }
  2188.  
  2189. .image.fit {
  2190.   display: block;
  2191.   margin: 0 0 2em 0;
  2192.   width: 100%;
  2193. }
  2194.  
  2195. .image.fit img {
  2196.   width: 100%;
  2197. }
  2198.  
  2199. .image.main {
  2200.   display: block;
  2201.   margin: 0 0 3em 0;
  2202.   width: 100%;
  2203. }
  2204.  
  2205. .image.main img {
  2206.   width: 100%;
  2207. }
  2208.  
  2209. .video-wrapper {
  2210.   position: relative;
  2211.   padding-bottom: 56.25%;
  2212.     /* 16:9 */
  2213.   padding-top: 25px;
  2214.   height: 0;
  2215. }
  2216.  
  2217. .video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
  2218.   position: absolute;
  2219.   top: 0;
  2220.   left: 0;
  2221.   width: 100%;
  2222.   height: 100%;
  2223. }
  2224. /* List */
  2225.  
  2226. ol {
  2227.   list-style: decimal;
  2228.   margin: 0 0 2em 0;
  2229.   padding-left: 1.25em;
  2230. }
  2231.  
  2232. ol li {
  2233.   padding-left: 0.25em;
  2234. }
  2235.  
  2236. ul {
  2237.   list-style: disc;
  2238.   margin: 0 0 2em 0;
  2239.   padding-left: 1em;
  2240. }
  2241.  
  2242. ul li {
  2243.   padding-left: 0.5em;
  2244. }
  2245.  
  2246. ul.alt {
  2247.   list-style: none;
  2248.   padding-left: 0;
  2249. }
  2250.  
  2251. ul.alt li {
  2252.   border-top: solid 1px;
  2253.   padding: 0.5em 0;
  2254. }
  2255.  
  2256. ul.alt li:first-child {
  2257.   border-top: 0;
  2258.   padding-top: 0;
  2259. }
  2260.  
  2261. ul.icons {
  2262.   cursor: default;
  2263.   list-style: none;
  2264.   padding-left: 0;
  2265. }
  2266.  
  2267. ul.icons li {
  2268.   display: inline-block;
  2269.   padding: 0 1em 0 0;
  2270. }
  2271.  
  2272. ul.icons li:last-child {
  2273.   padding-right: 0;
  2274. }
  2275.  
  2276. ul.icons li .icon:before {
  2277.   font-size: 2em;
  2278. }
  2279.  
  2280. ul.actions {
  2281.   cursor: default;
  2282.   list-style: none;
  2283.   padding-left: 0;
  2284. }
  2285.  
  2286. ul.actions li {
  2287.   display: inline-block;
  2288.   padding: 0 1em 0 0;
  2289.   vertical-align: middle;
  2290. }
  2291.  
  2292. ul.actions li:last-child {
  2293.   padding-right: 0;
  2294. }
  2295.  
  2296. ul.actions.small li {
  2297.   padding: 0 0.5em 0 0;
  2298. }
  2299.  
  2300. ul.actions.vertical li {
  2301.   display: block;
  2302.   padding: 1em 0 0 0;
  2303. }
  2304.  
  2305. ul.actions.vertical li:first-child {
  2306.   padding-top: 0;
  2307. }
  2308.  
  2309. ul.actions.vertical li>* {
  2310.   margin-bottom: 0;
  2311. }
  2312.  
  2313. ul.actions.vertical.small li {
  2314.   padding: 0.5em 0 0 0;
  2315. }
  2316.  
  2317. ul.actions.vertical.small li:first-child {
  2318.   padding-top: 0;
  2319. }
  2320.  
  2321. ul.actions.fit {
  2322.   display: table;
  2323.   margin-left: -1em;
  2324.   padding: 0;
  2325.   table-layout: fixed;
  2326.   width: calc(100% + 1em);
  2327. }
  2328.  
  2329. ul.actions.fit li {
  2330.   display: table-cell;
  2331.   padding: 0 0 0 1em;
  2332. }
  2333.  
  2334. ul.actions.fit li>* {
  2335.   margin-bottom: 0;
  2336. }
  2337.  
  2338. ul.actions.fit.small {
  2339.   margin-left: -0.5em;
  2340.   width: calc(100% + 0.5em);
  2341. }
  2342.  
  2343. ul.actions.fit.small li {
  2344.   padding: 0 0 0 0.5em;
  2345. }
  2346.  
  2347. @media screen and (max-width: 480px) {
  2348.   ul.actions {
  2349.     margin: 0 0 2em 0;
  2350.   }
  2351.  
  2352.   ul.actions li {
  2353.     padding: 1em 0 0 0;
  2354.     display: block;
  2355.     text-align: center;
  2356.     width: 100%;
  2357.   }
  2358.  
  2359.   ul.actions li:first-child {
  2360.     padding-top: 0;
  2361.   }
  2362.  
  2363.   ul.actions li>* {
  2364.     width: 100%;
  2365.     margin: 0 !important;
  2366.   }
  2367.  
  2368.   ul.actions li>*.icon:before {
  2369.     margin-left: -2em;
  2370.   }
  2371.  
  2372.   ul.actions.small li {
  2373.     padding: 0.5em 0 0 0;
  2374.   }
  2375.  
  2376.   ul.actions.small li:first-child {
  2377.     padding-top: 0;
  2378.   }
  2379. }
  2380.  
  2381. dl {
  2382.   margin: 0 0 2em 0;
  2383. }
  2384.  
  2385. dl dt {
  2386.   display: block;
  2387.   font-weight: 700;
  2388.   margin: 0 0 1em 0;
  2389. }
  2390.  
  2391. dl dd {
  2392.   margin-left: 2em;
  2393. }
  2394.  
  2395. ul.alt li {
  2396.   border-top-color: rgba(255, 255, 255, 0.15);
  2397. }
  2398. /* Section/Article */
  2399.  
  2400. section.special, article.special {
  2401.   text-align: center;
  2402. }
  2403.  
  2404. header p {
  2405.   position: relative;
  2406.   margin: 0 0 1.5em 0;
  2407. }
  2408.  
  2409. header h2+p {
  2410.   font-size: 1.25em;
  2411.   margin-top: -1em;
  2412. }
  2413.  
  2414. header h3+p {
  2415.   font-size: 1.1em;
  2416.   margin-top: -0.8em;
  2417. }
  2418.  
  2419. header h4+p, header h5+p, header h6+p {
  2420.   font-size: 0.9em;
  2421.   margin-top: -0.6em;
  2422. }
  2423.  
  2424. header p {
  2425.   color: #676d71;
  2426. }
  2427. /* Tab */
  2428.  
  2429. ul.tab-list {
  2430.   list-style: none;
  2431.   margin: 0 0 1em 0;
  2432.   padding: 0;
  2433. }
  2434.  
  2435. ul.tab-list li a {
  2436.   background: rgba(255, 255, 255, 0.075);
  2437.   border-radius: 4px;
  2438.   color: rgba(255, 255, 255, 0.5) !important;
  2439.   margin-bottom: .5em;
  2440.   padding: .5em 1em;
  2441.   display: inline-block;
  2442.   width: 100%;
  2443. }
  2444.  
  2445. ul.tab-list li a.active {
  2446.   background: #aa14cc;
  2447.   color: #fff !important;
  2448. }
  2449.  
  2450. ul.tab-list li a:hover {
  2451.   background: #693dcc;
  2452.   color: #fff !important;
  2453. }
  2454.  
  2455. .tab {
  2456.   display: none;
  2457. }
  2458.  
  2459. .tab.active {
  2460.   display: -ms-flexbox;
  2461.   display: -moz-flex;
  2462.   display: -webkit-flex;
  2463.   display: -ms-flex;
  2464.   display: flex;
  2465. }
  2466. /* Table */
  2467.  
  2468. .table-wrapper {
  2469.   -webkit-overflow-scrolling: touch;
  2470.   overflow-x: auto;
  2471. }
  2472.  
  2473. table {
  2474.   margin: 0 0 2em 0;
  2475.   width: 100%;
  2476. }
  2477.  
  2478. table tbody tr {
  2479.   border: solid 1px;
  2480.   border-left: 0;
  2481.   border-right: 0;
  2482. }
  2483.  
  2484. table td {
  2485.   padding: 0.75em 0.75em;
  2486. }
  2487.  
  2488. table th {
  2489.   font-size: 0.9em;
  2490.   font-weight: 700;
  2491.   padding: 0 0.75em 0.75em 0.75em;
  2492.   text-align: left;
  2493. }
  2494.  
  2495. table thead {
  2496.   border-bottom: solid 2px;
  2497. }
  2498.  
  2499. table tfoot {
  2500.   border-top: solid 2px;
  2501. }
  2502.  
  2503. table.alt {
  2504.   border-collapse: separate;
  2505. }
  2506.  
  2507. table.alt tbody tr td {
  2508.   border: solid 1px;
  2509.   border-left-width: 0;
  2510.   border-top-width: 0;
  2511. }
  2512.  
  2513. table.alt tbody tr td:first-child {
  2514.   border-left-width: 1px;
  2515. }
  2516.  
  2517. table.alt tbody tr:first-child td {
  2518.   border-top-width: 1px;
  2519. }
  2520.  
  2521. table.alt thead {
  2522.   border-bottom: 0;
  2523. }
  2524.  
  2525. table.alt tfoot {
  2526.   border-top: 0;
  2527. }
  2528.  
  2529. table tbody tr {
  2530.   border-color: rgba(255, 255, 255, 0.15);
  2531. }
  2532.  
  2533. table tbody tr:nth-child(2n+1) {
  2534.   background-color: rgba(255, 255, 255, 0.075);
  2535. }
  2536.  
  2537. table th {
  2538.   color: #ffffff;
  2539. }
  2540.  
  2541. table thead {
  2542.   border-bottom-color: rgba(255, 255, 255, 0.15);
  2543. }
  2544.  
  2545. table tfoot {
  2546.   border-top-color: rgba(255, 255, 255, 0.15);
  2547. }
  2548.  
  2549. table.alt tbody tr td {
  2550.   border-color: rgba(255, 255, 255, 0.15);
  2551. }
  2552. /* Wrapper */
  2553.  
  2554. .wrapper {
  2555.   padding: 6em 0 4em 0;
  2556.   position: relative;
  2557. }
  2558.  
  2559. .wrapper:before {
  2560.   content: '';
  2561.   position: absolute;
  2562.   top: 0;
  2563.   left: 0;
  2564.   width: 100%;
  2565.   height: 100%;
  2566.   display: block;
  2567.   background-image: url(../../images/bg-min.jpg);
  2568.   background-size: cover;
  2569.   background-repeat: no-repeat;
  2570.   opacity: 0.35;
  2571.   z-index: 1;
  2572. }
  2573.  
  2574. .wrapper .inner {
  2575.   margin: 0 auto;
  2576.   width: 80em;
  2577.   position: relative;
  2578.   z-index: 99;
  2579. }
  2580.  
  2581. .wrapper header {
  2582.   margin-bottom: 4em;
  2583. }
  2584.  
  2585. @media screen and (max-width: 736px) {
  2586.   .wrapper header {
  2587.     margin-bottom: 2em;
  2588.   }
  2589. }
  2590.  
  2591. .wrapper.style1 {
  2592.   background-color: #062038;
  2593.   color: #c1c7cd;
  2594. }
  2595.  
  2596. .wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
  2597.   color: #ffffff;
  2598. }
  2599.  
  2600. .wrapper.style1 a {
  2601.   color: #ffffff;
  2602. }
  2603.  
  2604. .wrapper.style1 a:hover {
  2605.   color: rgba(255, 255, 255, 0.5);
  2606. }
  2607.  
  2608. .wrapper.style1 strong, .wrapper.style1 b {
  2609.   color: #ffffff;
  2610. }
  2611.  
  2612. .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
  2613.   color: #ffffff;
  2614. }
  2615.  
  2616. .wrapper.style1 blockquote {
  2617.   border-left-color: rgba(255, 255, 255, 0.15);
  2618. }
  2619.  
  2620. .wrapper.style1 code {
  2621.   background: rgba(255, 255, 255, 0.075);
  2622.   border-color: rgba(255, 255, 255, 0.15);
  2623. }
  2624.  
  2625. .wrapper.style1 hr {
  2626.   border-bottom-color: rgba(255, 255, 255, 0.15);
  2627. }
  2628.  
  2629. .wrapper.style1 .box {
  2630.   border-color: rgba(255, 255, 255, 0.15);
  2631. }
  2632.  
  2633. .wrapper.style1 input[type="submit"], .wrapper.style1 input[type="reset"], .wrapper.style1 input[type="button"], .wrapper.style1 button, .wrapper.style1 .button {
  2634.   background-color: #041625;
  2635.   color: #ffffff !important;
  2636. }
  2637.  
  2638. .wrapper.style1 input[type="submit"]:hover, .wrapper.style1 input[type="reset"]:hover, .wrapper.style1 input[type="button"]:hover, .wrapper.style1 button:hover, .wrapper.style1 .button:hover {
  2639.   background-color: #06243c;
  2640. }
  2641.  
  2642. .wrapper.style1 input[type="submit"]:active, .wrapper.style1 input[type="reset"]:active, .wrapper.style1 input[type="button"]:active, .wrapper.style1 button:active, .wrapper.style1 .button:active {
  2643.   background-color: #02080e;
  2644. }
  2645.  
  2646. .wrapper.style1 input[type="submit"].alt, .wrapper.style1 input[type="reset"].alt, .wrapper.style1 input[type="button"].alt, .wrapper.style1 button.alt, .wrapper.style1 .button.alt {
  2647.   background-color: transparent;
  2648.   box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  2649.   color: #ffffff !important;
  2650. }
  2651.  
  2652. .wrapper.style1 input[type="submit"].alt:hover, .wrapper.style1 input[type="reset"].alt:hover, .wrapper.style1 input[type="button"].alt:hover, .wrapper.style1 button.alt:hover, .wrapper.style1 .button.alt:hover {
  2653.   background-color: rgba(255, 255, 255, 0.075);
  2654. }
  2655.  
  2656. .wrapper.style1 input[type="submit"].alt:active, .wrapper.style1 input[type="reset"].alt:active, .wrapper.style1 input[type="button"].alt:active, .wrapper.style1 button.alt:active, .wrapper.style1 .button.alt:active {
  2657.   background-color: rgba(255, 255, 255, 0.2);
  2658. }
  2659.  
  2660. .wrapper.style1 input[type="submit"].alt.icon:before, .wrapper.style1 input[type="reset"].alt.icon:before, .wrapper.style1 input[type="button"].alt.icon:before, .wrapper.style1 button.alt.icon:before, .wrapper.style1 .button.alt.icon:before {
  2661.   color: #9ba6af;
  2662. }
  2663.  
  2664. .wrapper.style1 input[type="submit"].special, .wrapper.style1 input[type="reset"].special, .wrapper.style1 input[type="button"].special, .wrapper.style1 button.special, .wrapper.style1 .button.special {
  2665.   background-color: #ffffff;
  2666.   color: #062038 !important;
  2667. }
  2668.  
  2669. .wrapper.style1 label {
  2670.   color: #ffffff;
  2671. }
  2672.  
  2673. .wrapper.style1 input[type="text"], .wrapper.style1 input[type="password"], .wrapper.style1 input[type="email"], .wrapper.style1 select, .wrapper.style1 textarea {
  2674.   background: rgba(255, 255, 255, 0.075);
  2675.   border-color: rgba(255, 255, 255, 0.15);
  2676. }
  2677.  
  2678. .wrapper.style1 input[type="text"]:focus, .wrapper.style1 input[type="password"]:focus, .wrapper.style1 input[type="email"]:focus, .wrapper.style1 select:focus, .wrapper.style1 textarea:focus {
  2679.   border-color: #ffffff;
  2680.   box-shadow: 0 0 0 1px #ffffff;
  2681. }
  2682.  
  2683. .wrapper.style1 .select-wrapper:before {
  2684.   color: rgba(255, 255, 255, 0.15);
  2685. }
  2686.  
  2687. .wrapper.style1 input[type="checkbox"]+label, .wrapper.style1 input[type="radio"]+label {
  2688.   color: #c1c7cd;
  2689. }
  2690.  
  2691. .wrapper.style1 input[type="checkbox"]+label:before, .wrapper.style1 input[type="radio"]+label:before {
  2692.   background: rgba(255, 255, 255, 0.075);
  2693.   border-color: rgba(255, 255, 255, 0.15);
  2694. }
  2695.  
  2696. .wrapper.style1 input[type="checkbox"]:checked+label:before, .wrapper.style1 input[type="radio"]:checked+label:before {
  2697.   background-color: #ffffff;
  2698.   border-color: #fffffd;
  2699.   color: #062038;
  2700. }
  2701.  
  2702. .wrapper.style1 input[type="checkbox"]:focus+label:before, .wrapper.style1 input[type="radio"]:focus+label:before {
  2703.   border-color: #ffffff;
  2704.   box-shadow: 0 0 0 1px #ffffff;
  2705. }
  2706.  
  2707. .wrapper.style1 ::-webkit-input-placeholder {
  2708.   color: #9ba6af !important;
  2709. }
  2710.  
  2711. .wrapper.style1 :-moz-placeholder {
  2712.   color: #9ba6af !important;
  2713. }
  2714.  
  2715. .wrapper.style1 ::-moz-placeholder {
  2716.   color: #9ba6af !important;
  2717. }
  2718.  
  2719. .wrapper.style1 :-ms-input-placeholder {
  2720.   color: #9ba6af !important;
  2721. }
  2722.  
  2723. .wrapper.style1 .formerize-placeholder {
  2724.   color: #9ba6af !important;
  2725. }
  2726.  
  2727. .wrapper.style1 ul.alt li {
  2728.   border-top-color: rgba(255, 255, 255, 0.15);
  2729. }
  2730.  
  2731. .wrapper.style1 header p {
  2732.   color: #9ba6af;
  2733. }
  2734.  
  2735. .wrapper.style1 table tbody tr {
  2736.   border-color: rgba(255, 255, 255, 0.15);
  2737. }
  2738.  
  2739. .wrapper.style1 table tbody tr:nth-child(2n+1) {
  2740.   background-color: rgba(255, 255, 255, 0.075);
  2741. }
  2742.  
  2743. .wrapper.style1 table th {
  2744.   color: #ffffff;
  2745. }
  2746.  
  2747. .wrapper.style1 table thead {
  2748.   border-bottom-color: rgba(255, 255, 255, 0.15);
  2749. }
  2750.  
  2751. .wrapper.style1 table tfoot {
  2752.   border-top-color: rgba(255, 255, 255, 0.15);
  2753. }
  2754.  
  2755. .wrapper.style1 table.alt tbody tr td {
  2756.   border-color: rgba(255, 255, 255, 0.15);
  2757. }
  2758.  
  2759. .wrapper.style2 {
  2760.   background-color: #041625;
  2761.   color: #c0c5c9;
  2762. }
  2763.  
  2764. .wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
  2765.   color: #ffffff;
  2766. }
  2767.  
  2768. .wrapper.style2 a {
  2769.   color: #c1c7cd;
  2770. }
  2771.  
  2772. .wrapper.style2 a:hover {
  2773.   color: rgba(193, 199, 205, 0.5);
  2774. }
  2775.  
  2776. .wrapper.style2 strong, .wrapper.style2 b {
  2777.   color: #ffffff;
  2778. }
  2779.  
  2780. .wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
  2781.   color: #ffffff;
  2782. }
  2783.  
  2784. .wrapper.style2 blockquote {
  2785.   border-left-color: rgba(255, 255, 255, 0.15);
  2786. }
  2787.  
  2788. .wrapper.style2 code {
  2789.   background: rgba(255, 255, 255, 0.075);
  2790.   border-color: rgba(255, 255, 255, 0.15);
  2791. }
  2792.  
  2793. .wrapper.style2 hr {
  2794.   border-bottom-color: rgba(255, 255, 255, 0.15);
  2795. }
  2796.  
  2797. .wrapper.style2 .box {
  2798.   border-color: rgba(255, 255, 255, 0.15);
  2799. }
  2800.  
  2801. .wrapper.style2 input[type="submit"], .wrapper.style2 input[type="reset"], .wrapper.style2 input[type="button"], .wrapper.style2 button, .wrapper.style2 .button {
  2802.   background-color: #ffffff;
  2803.   color: #041625 !important;
  2804. }
  2805.  
  2806. .wrapper.style2 input[type="submit"].alt, .wrapper.style2 input[type="reset"].alt, .wrapper.style2 input[type="button"].alt, .wrapper.style2 button.alt, .wrapper.style2 .button.alt {
  2807.   background-color: transparent;
  2808.   box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.15);
  2809.   color: #ffffff !important;
  2810. }
  2811.  
  2812. .wrapper.style2 input[type="submit"].alt:hover, .wrapper.style2 input[type="reset"].alt:hover, .wrapper.style2 input[type="button"].alt:hover, .wrapper.style2 button.alt:hover, .wrapper.style2 .button.alt:hover {
  2813.   background-color: rgba(255, 255, 255, 0.075);
  2814. }
  2815.  
  2816. .wrapper.style2 input[type="submit"].alt:active, .wrapper.style2 input[type="reset"].alt:active, .wrapper.style2 input[type="button"].alt:active, .wrapper.style2 button.alt:active, .wrapper.style2 .button.alt:active {
  2817.   background-color: rgba(255, 255, 255, 0.2);
  2818. }
  2819.  
  2820. .wrapper.style2 input[type="submit"].alt.icon:before, .wrapper.style2 input[type="reset"].alt.icon:before, .wrapper.style2 input[type="button"].alt.icon:before, .wrapper.style2 button.alt.icon:before, .wrapper.style2 .button.alt.icon:before {
  2821.   color: #9ba2a8;
  2822. }
  2823.  
  2824. .wrapper.style2 input[type="submit"].special, .wrapper.style2 input[type="reset"].special, .wrapper.style2 input[type="button"].special, .wrapper.style2 button.special, .wrapper.style2 .button.special {
  2825.   background-color: #062038;
  2826.   color: #ffffff !important;
  2827. }
  2828.  
  2829. .wrapper.style2 input[type="submit"].special:hover, .wrapper.style2 input[type="reset"].special:hover, .wrapper.style2 input[type="button"].special:hover, .wrapper.style2 button.special:hover, .wrapper.style2 .button.special:hover {
  2830.   background-color: #082d4f;
  2831. }
  2832.  
  2833. .wrapper.style2 input[type="submit"].special:active, .wrapper.style2 input[type="reset"].special:active, .wrapper.style2 input[type="button"].special:active, .wrapper.style2 button.special:active, .wrapper.style2 .button.special:active {
  2834.   background-color: #041321;
  2835. }
  2836.  
  2837. .wrapper.style2 label {
  2838.   color: #ffffff;
  2839. }
  2840.  
  2841. .wrapper.style2 input[type="text"], .wrapper.style2 input[type="password"], .wrapper.style2 input[type="email"], .wrapper.style2 select, .wrapper.style2 textarea {
  2842.   background: rgba(255, 255, 255, 0.075);
  2843.   border-color: rgba(255, 255, 255, 0.15);
  2844. }
  2845.  
  2846. .wrapper.style2 input[type="text"]:focus, .wrapper.style2 input[type="password"]:focus, .wrapper.style2 input[type="email"]:focus, .wrapper.style2 select:focus, .wrapper.style2 textarea:focus {
  2847.   border-color: #062038;
  2848.   box-shadow: 0 0 0 1px #062038;
  2849. }
  2850.  
  2851. .wrapper.style2 .select-wrapper:before {
  2852.   color: rgba(255, 255, 255, 0.15);
  2853. }
  2854.  
  2855. .wrapper.style2 input[type="checkbox"]+label, .wrapper.style2 input[type="radio"]+label {
  2856.   color: #c0c5c9;
  2857. }
  2858.  
  2859. .wrapper.style2 input[type="checkbox"]+label:before, .wrapper.style2 input[type="radio"]+label:before {
  2860.   background: rgba(255, 255, 255, 0.075);
  2861.   border-color: rgba(255, 255, 255, 0.15);
  2862. }
  2863.  
  2864. .wrapper.style2 input[type="checkbox"]:checked+label:before, .wrapper.style2 input[type="radio"]:checked+label:before {
  2865.   background-color: #062038;
  2866.   border-color: #062039;
  2867.   color: #ffffff;
  2868. }
  2869.  
  2870. .wrapper.style2 input[type="checkbox"]:focus+label:before, .wrapper.style2 input[type="radio"]:focus+label:before {
  2871.   border-color: #062038;
  2872.   box-shadow: 0 0 0 1px #062038;
  2873. }
  2874.  
  2875. .wrapper.style2 ::-webkit-input-placeholder {
  2876.   color: #9ba2a8 !important;
  2877. }
  2878.  
  2879. .wrapper.style2 :-moz-placeholder {
  2880.   color: #9ba2a8 !important;
  2881. }
  2882.  
  2883. .wrapper.style2 ::-moz-placeholder {
  2884.   color: #9ba2a8 !important;
  2885. }
  2886.  
  2887. .wrapper.style2 :-ms-input-placeholder {
  2888.   color: #9ba2a8 !important;
  2889. }
  2890.  
  2891. .wrapper.style2 .formerize-placeholder {
  2892.   color: #9ba2a8 !important;
  2893. }
  2894.  
  2895. .wrapper.style2 ul.alt li {
  2896.   border-top-color: rgba(255, 255, 255, 0.15);
  2897. }
  2898.  
  2899. .wrapper.style2 header p {
  2900.   color: #9ba2a8;
  2901. }
  2902.  
  2903. .wrapper.style2 table tbody tr {
  2904.   border-color: rgba(255, 255, 255, 0.15);
  2905. }
  2906.  
  2907. .wrapper.style2 table tbody tr:nth-child(2n+1) {
  2908.   background-color: rgba(255, 255, 255, 0.075);
  2909. }
  2910.  
  2911. .wrapper.style2 table th {
  2912.   color: #ffffff;
  2913. }
  2914.  
  2915. .wrapper.style2 table thead {
  2916.   border-bottom-color: rgba(255, 255, 255, 0.15);
  2917. }
  2918.  
  2919. .wrapper.style2 table tfoot {
  2920.   border-top-color: rgba(255, 255, 255, 0.15);
  2921. }
  2922.  
  2923. .wrapper.style2 table.alt tbody tr td {
  2924.   border-color: rgba(255, 255, 255, 0.15);
  2925. }
  2926.  
  2927. @media screen and (max-width: 1280px) {
  2928.   .wrapper>.inner {
  2929.     width: 65em;
  2930.   }
  2931. }
  2932.  
  2933. @media screen and (max-width: 980px) {
  2934.   .wrapper>.inner {
  2935.     width: 90%;
  2936.   }
  2937. }
  2938.  
  2939. @media screen and (max-width: 736px) {
  2940.   .wrapper {
  2941.     padding: 3em 0 1em 0;
  2942.   }
  2943. }
  2944. /* Video */
  2945.  
  2946. .video {
  2947.   background: rgba(255, 255, 255, 0.075);
  2948.   border-radius: 4px;
  2949.   margin: 0 0 2em 0;
  2950.   overflow: hidden;
  2951.   position: relative;
  2952. }
  2953.  
  2954. .video img {
  2955.   -moz-transition: -moz-transform 0.2s ease-in-out;
  2956.   -webkit-transition: -webkit-transform 0.2s ease-in-out;
  2957.   -ms-transition: -ms-transform 0.2s ease-in-out;
  2958.   transition: transform 0.2s ease-in-out;
  2959. }
  2960.  
  2961. .video:hover img {
  2962.   -moz-transform: scale(1.075);
  2963.   -webkit-transform: scale(1.075);
  2964.   -ms-transform: scale(1.075);
  2965.   transform: scale(1.075);
  2966. }
  2967.  
  2968. .video:hover .image .arrow .icon {
  2969.   color: white;
  2970. }
  2971.  
  2972. .video .image {
  2973.   margin: 0;
  2974.   position: relative;
  2975.   overflow: hidden;
  2976. }
  2977.  
  2978. .video .image .arrow {
  2979.   position: absolute;
  2980.   top: 0;
  2981.   left: 0;
  2982.   width: 100%;
  2983.   height: 100%;
  2984.   text-align: center;
  2985. }
  2986.  
  2987. .video .image .arrow:before {
  2988.   content: '';
  2989.   display: inline-block;
  2990.   height: 100%;
  2991.   vertical-align: middle;
  2992.   margin-right: -0.25em;
  2993.     /* Adjusts for spacing */;
  2994. }
  2995.  
  2996. .video .image .arrow .icon {
  2997.   -moz-transition: color 1s ease-in-out;
  2998.   -webkit-transition: color 1s ease-in-out;
  2999.   -ms-transition: color 1s ease-in-out;
  3000.   transition: color 1s ease-in-out;
  3001.   display: inline-block;
  3002.   vertical-align: middle;
  3003.   font-size: 3em;
  3004.   color: rgba(255, 255, 255, 0.5);
  3005. }
  3006.  
  3007. .video .caption {
  3008.   color: #c0c5c9;
  3009.   padding: 1.5em;
  3010.   font-size: 1.25em;
  3011.   font-weight: 300;
  3012.   margin: 0;
  3013. }
  3014.  
  3015. .video .link {
  3016.   position: absolute;
  3017.   width: 100%;
  3018.   height: 100%;
  3019.   display: block;
  3020.   top: 0;
  3021.   left: 0;
  3022. }
  3023.  
  3024. .video .link span {
  3025.   display: none;
  3026. }
  3027. /* Header */
  3028.  
  3029. body.subpage {
  3030.   padding-top: 3.125em;
  3031. }
  3032.  
  3033. #header {
  3034.   background: rgba(4, 22, 37, 0.75);
  3035.   color: #c0c5c9;
  3036.   cursor: default;
  3037.   height: 3.25em;
  3038.   left: 0;
  3039.   line-height: 3.25em;
  3040.   position: fixed;
  3041.   text-align: right;
  3042.   top: 0;
  3043.   width: 100%;
  3044.   z-index: 10001;
  3045. }
  3046.  
  3047. #header>h1 {
  3048.   color: #ffffff;
  3049.   display: inline-block;
  3050.   height: inherit;
  3051.   left: 1.25em;
  3052.   line-height: inherit;
  3053.   margin: 0;
  3054.   padding: 0;
  3055.   position: absolute;
  3056.   top: 0;
  3057. }
  3058.  
  3059. #header>h1 a {
  3060.   font-size: 1.25em;
  3061. }
  3062.  
  3063. #header>h1 a:hover {
  3064.   color: #ffffff;
  3065. }
  3066.  
  3067. #header>h1 span {
  3068.   font-weight: 300;
  3069.   font-size: .8em;
  3070. }
  3071.  
  3072. #header>a {
  3073.   -moz-transition: color 0.2s ease-in-out;
  3074.   -webkit-transition: color 0.2s ease-in-out;
  3075.   -ms-transition: color 0.2s ease-in-out;
  3076.   transition: color 0.2s ease-in-out;
  3077.   display: inline-block;
  3078.   padding: 0 0.75em;
  3079.   color: inherit;
  3080.   text-decoration: none;
  3081. }
  3082.  
  3083. #header>a:hover {
  3084.   color: #ffffff;
  3085. }
  3086.  
  3087. #header>a[href="#menu"] {
  3088.   text-decoration: none;
  3089.   -webkit-tap-highlight-color: transparent;
  3090. }
  3091.  
  3092. #header>a[href="#menu"]:before {
  3093.   content: "";
  3094.   -moz-osx-font-smoothing: grayscale;
  3095.   -webkit-font-smoothing: antialiased;
  3096.   font-family: FontAwesome;
  3097.   font-style: normal;
  3098.   font-weight: normal;
  3099.   text-transform: none !important;
  3100. }
  3101.  
  3102. #header>a[href="#menu"]:before {
  3103.   margin: 0 0.5em 0 0;
  3104. }
  3105.  
  3106. #header>a+a[href="#menu"]:last-child {
  3107.   border-left: solid 1px rgba(255, 255, 255, 0.15);
  3108.   padding-left: 1.25em;
  3109.   margin-left: 0.5em;
  3110. }
  3111.  
  3112. #header>a:last-child {
  3113.   padding-right: 1.25em;
  3114. }
  3115.  
  3116. @media screen and (max-width: 736px) {
  3117.   #header>a {
  3118.     padding: 0 0.5em;
  3119.   }
  3120.  
  3121.   #header>a+a[href="#menu"]:last-child {
  3122.     padding-left: 1em;
  3123.     margin-left: 0.25em;
  3124.   }
  3125.  
  3126.   #header>a:last-child {
  3127.     padding-right: 1em;
  3128.   }
  3129. }
  3130.  
  3131. @media screen and (max-width: 980px) {
  3132.   body {
  3133.     padding-top: 44px;
  3134.   }
  3135.  
  3136.   #header {
  3137.     height: 44px;
  3138.     line-height: 44px;
  3139.   }
  3140.  
  3141.   #header>h1 {
  3142.     left: 1em;
  3143.   }
  3144.  
  3145.   #header>h1 a {
  3146.     font-size: 1em;
  3147.   }
  3148. }
  3149.  
  3150. @media screen and (max-width: 480px) {
  3151.   #header {
  3152.     min-width: 320px;
  3153.   }
  3154. }
  3155. /* Menu */
  3156.  
  3157. #menu {
  3158.   -moz-transform: translateX(20em);
  3159.   -webkit-transform: translateX(20em);
  3160.   -ms-transform: translateX(20em);
  3161.   transform: translateX(20em);
  3162.   -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  3163.   -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  3164.   -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  3165.   transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  3166.   -webkit-overflow-scrolling: touch;
  3167.   background: #041625;
  3168.   box-shadow: none;
  3169.   color: #ffffff;
  3170.   height: 100%;
  3171.   max-width: 80%;
  3172.   overflow-y: auto;
  3173.   padding: 3em 2em;
  3174.   position: fixed;
  3175.   right: 0;
  3176.   top: 0;
  3177.   visibility: hidden;
  3178.   width: 20em;
  3179.   z-index: 10002;
  3180. }
  3181.  
  3182. #menu>ul {
  3183.   margin: 0 0 1em 0;
  3184. }
  3185.  
  3186. #menu>ul.links {
  3187.   list-style: none;
  3188.   padding: 0;
  3189. }
  3190.  
  3191. #menu>ul.links>li {
  3192.   padding: 0;
  3193. }
  3194.  
  3195. #menu>ul.links>li>a:not(.button) {
  3196.   border: 0;
  3197.   border-top: solid 1px rgba(255, 255, 255, 0.15);
  3198.   color: inherit;
  3199.   display: block;
  3200.   line-height: 3.5em;
  3201.   text-decoration: none;
  3202. }
  3203.  
  3204. #menu>ul.links>li>.button {
  3205.   display: block;
  3206.   margin: 0.5em 0 0 0;
  3207. }
  3208.  
  3209. #menu>ul.links>li:first-child>a:not(.button) {
  3210.   border-top: 0 !important;
  3211. }
  3212.  
  3213. #menu .close {
  3214.   text-decoration: none;
  3215.   -moz-transition: color 0.2s ease-in-out;
  3216.   -webkit-transition: color 0.2s ease-in-out;
  3217.   -ms-transition: color 0.2s ease-in-out;
  3218.   transition: color 0.2s ease-in-out;
  3219.   -webkit-tap-highlight-color: transparent;
  3220.   border: 0;
  3221.   color: #9ba2a8;
  3222.   cursor: pointer;
  3223.   display: block;
  3224.   height: 3.25em;
  3225.   line-height: 3.25em;
  3226.   padding-right: 1.25em;
  3227.   position: absolute;
  3228.   right: 0;
  3229.   text-align: right;
  3230.   top: 0;
  3231.   width: 7em;
  3232. }
  3233.  
  3234. #menu .close:before {
  3235.   content: "";
  3236.   -moz-osx-font-smoothing: grayscale;
  3237.   -webkit-font-smoothing: antialiased;
  3238.   font-family: FontAwesome;
  3239.   font-style: normal;
  3240.   font-weight: normal;
  3241.   text-transform: none !important;
  3242. }
  3243.  
  3244. #menu .close:before {
  3245.   font-size: 1.25em;
  3246. }
  3247.  
  3248. #menu .close:hover {
  3249.   color: #ffffff;
  3250. }
  3251.  
  3252. @media screen and (max-width: 736px) {
  3253.   #menu .close {
  3254.     height: 4em;
  3255.     line-height: 4em;
  3256.   }
  3257. }
  3258.  
  3259. #menu.visible {
  3260.   -moz-transform: translateX(0);
  3261.   -webkit-transform: translateX(0);
  3262.   -ms-transform: translateX(0);
  3263.   transform: translateX(0);
  3264.   box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  3265.   visibility: visible;
  3266. }
  3267.  
  3268. @media screen and (max-width: 736px) {
  3269.   #menu {
  3270.     padding: 2.5em 1.75em;
  3271.   }
  3272. }
  3273. /* Banner */
  3274.  
  3275. #banner {
  3276.   display: -ms-flexbox;
  3277.   -ms-flex-pack: center;
  3278.   -ms-flex-align: center;
  3279.   padding: 8em 0 6em 0;
  3280.   -moz-align-items: center;
  3281.   -webkit-align-items: center;
  3282.   -ms-align-items: center;
  3283.   align-items: center;
  3284.   display: -moz-flex;
  3285.   display: -webkit-flex;
  3286.   display: -ms-flex;
  3287.   display: flex;
  3288.   -moz-justify-content: center;
  3289.   -webkit-justify-content: center;
  3290.   -ms-justify-content: center;
  3291.   justify-content: center;
  3292.   background-image: url("../../images/banner-min.jpg");
  3293.   background-position: center;
  3294.   background-size: cover;
  3295.   background-repeat: no-repeat;
  3296.   border-top: 0;
  3297.   min-height: 100vh;
  3298.   height: 100vh !important;
  3299.   position: relative;
  3300.   text-align: center;
  3301.   overflow: hidden;
  3302. }
  3303.  
  3304. #banner .inner {
  3305.   -moz-transform: scale(1.0);
  3306.   -webkit-transform: scale(1.0);
  3307.   -ms-transform: scale(1.0);
  3308.   transform: scale(1.0);
  3309.   -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  3310.   -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  3311.   -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  3312.   transition: opacity 1s ease, transform 1s ease;
  3313.   opacity: 1;
  3314.   position: relative;
  3315.   z-index: 2;
  3316. }
  3317.  
  3318. #banner h1 {
  3319.   font-size: 4em;
  3320.   margin-bottom: .25em;
  3321. }
  3322.  
  3323. #banner p {
  3324.   color: rgba(255, 255, 255, 0.65);
  3325.   font-size: 1.5em;
  3326. }
  3327.  
  3328. #banner video {
  3329.   -moz-transform: translateX(50%) translateY(50%);
  3330.   -webkit-transform: translateX(50%) translateY(50%);
  3331.   -ms-transform: translateX(50%) translateY(50%);
  3332.   transform: translateX(50%) translateY(50%);
  3333.   position: absolute;
  3334.   bottom: 50%;
  3335.   right: 50%;
  3336.   width: auto;
  3337.   height: auto;
  3338.   min-width: 100%;
  3339.   min-height: 100%;
  3340.   overflow: hidden;
  3341. }
  3342.  
  3343. #banner:before {
  3344.   -moz-transition: opacity 3s ease;
  3345.   -webkit-transition: opacity 3s ease;
  3346.   -ms-transition: opacity 3s ease;
  3347.   transition: opacity 3s ease;
  3348.   -moz-transition-delay: 1.25s;
  3349.   -webkit-transition-delay: 1.25s;
  3350.   -ms-transition-delay: 1.25s;
  3351.   transition-delay: 1.25s;
  3352.   content: '';
  3353.   display: block;
  3354.   background-color: #041625;
  3355.   height: 100%;
  3356.   left: 0;
  3357.   opacity: 0.45;
  3358.   position: absolute;
  3359.   top: 0;
  3360.   width: 100%;
  3361.   z-index: 1;
  3362. }
  3363.  
  3364. @media screen and (max-width: 1280px) {
  3365.   #banner video {
  3366.     display: none;
  3367.   }
  3368. }
  3369.  
  3370. @media screen and (max-width: 736px) {
  3371.   #banner {
  3372.     min-height: 0;
  3373.     height: auto !important;
  3374.     padding: 4em 2em;
  3375.   }
  3376.  
  3377.   #banner .inner {
  3378.     width: 100%;
  3379.   }
  3380.  
  3381.   #banner h1 {
  3382.     font-size: 1.75em;
  3383.     margin-bottom: 0.5em;
  3384.     padding-bottom: 0;
  3385.   }
  3386.  
  3387.   #banner p {
  3388.     font-size: 1.25em;
  3389.   }
  3390.  
  3391.   #banner br {
  3392.     display: none;
  3393.   }
  3394.  
  3395.   #banner .button {
  3396.     width: 100%;
  3397.   }
  3398. }
  3399.  
  3400. @media screen and (max-width: 480px) {
  3401.   #banner p {
  3402.     font-size: 1em;
  3403.   }
  3404. }
  3405.  
  3406. body.is-loading #banner .inner {
  3407.   -moz-transform: scale(0.99);
  3408.   -webkit-transform: scale(0.99);
  3409.   -ms-transform: scale(0.99);
  3410.   transform: scale(0.99);
  3411.   opacity: 0;
  3412. }
  3413.  
  3414. body.is-loading #banner:before {
  3415.   opacity: 1;
  3416. }
  3417. /* Main */
  3418.  
  3419. /* Footer */
  3420.  
  3421. #footer {
  3422.   padding: 6em 0 4em 0;
  3423. }
  3424.  
  3425. #footer>.inner {
  3426.   margin: 0 auto;
  3427.   width: 80em;
  3428. }
  3429.  
  3430. #footer .copyright {
  3431.   color: #676d71;
  3432.   font-size: 0.9em;
  3433.   margin: 0 0 2em 0;
  3434.   padding: 0;
  3435.   text-align: center;
  3436. }
  3437.  
  3438. #footer .copyright .icons {
  3439.   margin: 2em 0 0 0;
  3440. }
  3441.  
  3442. @media screen and (max-width: 1280px) {
  3443.   #footer>.inner {
  3444.     width: 65em;
  3445.   }
  3446. }
  3447.  
  3448. @media screen and (max-width: 980px) {
  3449.   #footer>.inner {
  3450.     width: 90%;
  3451.   }
  3452. }
  3453.  
  3454. @media screen and (max-width: 736px) {
  3455.   #footer {
  3456.     padding: 3em 0 1em 0;
  3457.   }
  3458. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement