From 0f2d3808ee3b548f1861c602489432015465f71f Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 18 Jul 2018 16:58:51 +0200 Subject: [PATCH 01/26] Use headless bundle for home page --- exampleSite/config.toml | 32 +++++------- exampleSite/content/de/{ => home}/about.md | 2 + exampleSite/content/de/{ => home}/contact.md | 0 exampleSite/content/de/home/index.md | 6 +++ exampleSite/content/de/home/lorem.md | 6 +++ exampleSite/content/en/{ => home}/about.md | 2 + exampleSite/content/en/{ => home}/contact.md | 0 exampleSite/content/en/home/index.md | 6 +++ exampleSite/content/en/home/lorem.md | 6 +++ .../img => content/en/home}/profile.jpg | Bin exampleSite/content/es/{ => home}/about.md | 2 + exampleSite/content/es/{ => home}/contact.md | 0 exampleSite/content/es/home/index.md | 6 +++ exampleSite/content/es/home/lorem.md | 6 +++ ...s_8848f55d07695b7ff7188138f23d69e3.content | 8 +-- ...t.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- ...x.js_8e9644cbd5699a9b2573c2d17c84d4c1.json | 1 - ..._d3f53f09220d597dac26fe7840c31fc9.content} | 0 ...x.js_d3f53f09220d597dac26fe7840c31fc9.json | 1 + ...s_2c91ad96a282a351b7d5bc5e7b377547.content | 4 ++ ...t.js_2c91ad96a282a351b7d5bc5e7b377547.json | 1 + ...s_8848f55d07695b7ff7188138f23d69e3.content | 8 +-- ...t.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- ...x.js_8e9644cbd5699a9b2573c2d17c84d4c1.json | 1 - ..._d3f53f09220d597dac26fe7840c31fc9.content} | 0 ...x.js_d3f53f09220d597dac26fe7840c31fc9.json | 1 + ...s_2c91ad96a282a351b7d5bc5e7b377547.content | 4 ++ ...t.js_2c91ad96a282a351b7d5bc5e7b377547.json | 1 + ...s_8848f55d07695b7ff7188138f23d69e3.content | 8 +-- ...t.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- ...x.js_8e9644cbd5699a9b2573c2d17c84d4c1.json | 1 - ..._d3f53f09220d597dac26fe7840c31fc9.content} | 0 ...x.js_d3f53f09220d597dac26fe7840c31fc9.json | 1 + ...s_2c91ad96a282a351b7d5bc5e7b377547.content | 4 ++ ...t.js_2c91ad96a282a351b7d5bc5e7b377547.json | 1 + ...db3d8d209a6_16363_320x0_resize_q75_box.jpg | Bin 0 -> 7251 bytes ...db3d8d209a6_16363_320x0_resize_q75_box.jpg | Bin 0 -> 7251 bytes ...db3d8d209a6_16363_320x0_resize_q75_box.jpg | Bin 0 -> 7251 bytes i18n/de.toml | 2 - i18n/en.toml | 2 - i18n/es.toml | 2 - layouts/index.html | 48 ++++++++++++------ layouts/partials/head/openGraph.html | 8 ++- 43 files changed, 128 insertions(+), 59 deletions(-) rename exampleSite/content/de/{ => home}/about.md (95%) rename exampleSite/content/de/{ => home}/contact.md (100%) create mode 100644 exampleSite/content/de/home/index.md create mode 100644 exampleSite/content/de/home/lorem.md rename exampleSite/content/en/{ => home}/about.md (94%) rename exampleSite/content/en/{ => home}/contact.md (100%) create mode 100644 exampleSite/content/en/home/index.md create mode 100644 exampleSite/content/en/home/lorem.md rename exampleSite/{static/img => content/en/home}/profile.jpg (100%) rename exampleSite/content/es/{ => home}/about.md (95%) rename exampleSite/content/es/{ => home}/contact.md (100%) create mode 100644 exampleSite/content/es/home/index.md create mode 100644 exampleSite/content/es/home/lorem.md delete mode 100644 exampleSite/resources/_gen/assets/js/de/js/index.js_8e9644cbd5699a9b2573c2d17c84d4c1.json rename exampleSite/resources/_gen/assets/js/de/js/{index.js_8e9644cbd5699a9b2573c2d17c84d4c1.content => index.js_d3f53f09220d597dac26fe7840c31fc9.content} (100%) create mode 100644 exampleSite/resources/_gen/assets/js/de/js/index.js_d3f53f09220d597dac26fe7840c31fc9.json create mode 100644 exampleSite/resources/_gen/assets/js/de/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content create mode 100644 exampleSite/resources/_gen/assets/js/de/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.json delete mode 100644 exampleSite/resources/_gen/assets/js/es/js/index.js_8e9644cbd5699a9b2573c2d17c84d4c1.json rename exampleSite/resources/_gen/assets/js/es/js/{index.js_8e9644cbd5699a9b2573c2d17c84d4c1.content => index.js_d3f53f09220d597dac26fe7840c31fc9.content} (100%) create mode 100644 exampleSite/resources/_gen/assets/js/es/js/index.js_d3f53f09220d597dac26fe7840c31fc9.json create mode 100644 exampleSite/resources/_gen/assets/js/es/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content create mode 100644 exampleSite/resources/_gen/assets/js/es/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.json delete mode 100644 exampleSite/resources/_gen/assets/js/js/index.js_8e9644cbd5699a9b2573c2d17c84d4c1.json rename exampleSite/resources/_gen/assets/js/js/{index.js_8e9644cbd5699a9b2573c2d17c84d4c1.content => index.js_d3f53f09220d597dac26fe7840c31fc9.content} (100%) create mode 100644 exampleSite/resources/_gen/assets/js/js/index.js_d3f53f09220d597dac26fe7840c31fc9.json create mode 100644 exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.content create mode 100644 exampleSite/resources/_gen/assets/js/js/initMoment.js_2c91ad96a282a351b7d5bc5e7b377547.json create mode 100644 exampleSite/resources/_gen/images/de/home/profile_hu3d03a01dcc18bc5be0e67db3d8d209a6_16363_320x0_resize_q75_box.jpg create mode 100644 exampleSite/resources/_gen/images/es/home/profile_hu3d03a01dcc18bc5be0e67db3d8d209a6_16363_320x0_resize_q75_box.jpg create mode 100644 exampleSite/resources/_gen/images/home/profile_hu3d03a01dcc18bc5be0e67db3d8d209a6_16363_320x0_resize_q75_box.jpg diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0c65fea..2af4d23 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,12 +7,11 @@ theme = "introduction" [params] introHeight = "large" # Input either 'medium' or 'large' or 'fullheight' themeStyle = "light" # Choose 'light' or 'dark' - avatar = "img/profile.jpg" # Path to image in static folder eg. img/avatar.png, or comment out to remove + faviconFile = "img/fav.ico" email = "youremail@email.com" # Shows in contact section, or leave blank to omit localTime = true # Show your current local time in contact section timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones dateForm = "Jan 2, 2006" - faviconFile = "img/fav.ico" fadeIn = true # Turn on/off the fade-in effect showRSSButton = true # Show rss button in navigation customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] @@ -55,30 +54,27 @@ theme = "introduction" languageName = "English" languageCode = "en-us" contentDir = "content/en" - weigth = 2 + weight = 0 title = "Introduction" - firstName = "Hi, I'm Introduction" # First name shows in introduction on main page - tagLine = "I'm a theme for Hugo." # Appears after the introduction - description = "Website Description" # Max 160 characters show in search results - footerText = "" # Text to override default footer text (markdown allowed) + [languages.en.params] + description = "Website Description" # Max 160 characters show in search results + footerText = "" # Text to override default footer text (markdown allowed) [languages.es] languageName = "Español" languageCode = "es" contentDir = "content/es" - weigth = 1 + weight = 1 title = "Introducción" - firstName = "Hola, Soy Introducción" - tagLine = "Soy un tema para Hugo." - description = "Descripcion del sitio web" - footerText = "" + [languages.es.params] + description = "Descripcion del sitio web" + footerText = "" [languages.de] languageName = "Deutsch" languageCode = "de" contentDir = "content/de" - weigth = 0 + weight = 2 title = "Vorstellung" - firstName = "Hallo, ich bin Vorstellung" - tagLine = "Ich bin ein Hugo Theme" - description = "Beschreibung der Webseite" - footerText = "" - dateForm = "2. January 2006" + [languages.de.params] + description = "Beschreibung der Webseite" + footerText = "" + dateForm = "2. January 2006" diff --git a/exampleSite/content/de/about.md b/exampleSite/content/de/home/about.md similarity index 95% rename from exampleSite/content/de/about.md rename to exampleSite/content/de/home/about.md index 71ad32b..7c9b833 100644 --- a/exampleSite/content/de/about.md +++ b/exampleSite/content/de/home/about.md @@ -1,5 +1,7 @@ --- title: "Über mich" +image: "profile.jpg" +weight: 0 --- Dies ist **Vorstellung**, ein minimales Webseiten Theme für [Hugo](https://gohugo.io) diff --git a/exampleSite/content/de/contact.md b/exampleSite/content/de/home/contact.md similarity index 100% rename from exampleSite/content/de/contact.md rename to exampleSite/content/de/home/contact.md diff --git a/exampleSite/content/de/home/index.md b/exampleSite/content/de/home/index.md new file mode 100644 index 0000000..d84968f --- /dev/null +++ b/exampleSite/content/de/home/index.md @@ -0,0 +1,6 @@ +--- +title: "Hallo, ich bin Vorstellung" +headless: true +--- + +Ich bin ein Hugo Theme diff --git a/exampleSite/content/de/home/lorem.md b/exampleSite/content/de/home/lorem.md new file mode 100644 index 0000000..17ffc75 --- /dev/null +++ b/exampleSite/content/de/home/lorem.md @@ -0,0 +1,6 @@ +--- +title: "Lorem Ipsum" +weight: 1 +--- + +Weitere Abschnitte für die Hauptseiten können hinzugefügt werden, indem Datein unter `content/home/` erstellt werden. diff --git a/exampleSite/content/en/about.md b/exampleSite/content/en/home/about.md similarity index 94% rename from exampleSite/content/en/about.md rename to exampleSite/content/en/home/about.md index f964685..0c8b6ef 100644 --- a/exampleSite/content/en/about.md +++ b/exampleSite/content/en/home/about.md @@ -1,5 +1,7 @@ --- title: "About" +image: "profile.jpg" +weight: 0 --- This is **Introduction**, a minimal scrolling website theme made for [Hugo](https://gohugo.io) diff --git a/exampleSite/content/en/contact.md b/exampleSite/content/en/home/contact.md similarity index 100% rename from exampleSite/content/en/contact.md rename to exampleSite/content/en/home/contact.md diff --git a/exampleSite/content/en/home/index.md b/exampleSite/content/en/home/index.md new file mode 100644 index 0000000..6a3eca4 --- /dev/null +++ b/exampleSite/content/en/home/index.md @@ -0,0 +1,6 @@ +--- +title: "Hi, I'm Introduction" +headless: true +--- + +I'm a theme for Hugo diff --git a/exampleSite/content/en/home/lorem.md b/exampleSite/content/en/home/lorem.md new file mode 100644 index 0000000..f26ef4a --- /dev/null +++ b/exampleSite/content/en/home/lorem.md @@ -0,0 +1,6 @@ +--- +title: "Lorem Ipsum" +weight: 1 +--- + +You can add more sections to the home page by adding file to `content/home/` diff --git a/exampleSite/static/img/profile.jpg b/exampleSite/content/en/home/profile.jpg similarity index 100% rename from exampleSite/static/img/profile.jpg rename to exampleSite/content/en/home/profile.jpg diff --git a/exampleSite/content/es/about.md b/exampleSite/content/es/home/about.md similarity index 95% rename from exampleSite/content/es/about.md rename to exampleSite/content/es/home/about.md index 3d1a7a2..7c6ab52 100644 --- a/exampleSite/content/es/about.md +++ b/exampleSite/content/es/home/about.md @@ -1,5 +1,7 @@ --- title: "Sobre" +image: "profile.jpg" +weight: 0 --- Esto es **Introducción**, un tema mínimo con desplazamiento para sitios web hechos con [Hugo](https://gohugo.io). diff --git a/exampleSite/content/es/contact.md b/exampleSite/content/es/home/contact.md similarity index 100% rename from exampleSite/content/es/contact.md rename to exampleSite/content/es/home/contact.md diff --git a/exampleSite/content/es/home/index.md b/exampleSite/content/es/home/index.md new file mode 100644 index 0000000..f7b5a10 --- /dev/null +++ b/exampleSite/content/es/home/index.md @@ -0,0 +1,6 @@ +--- +title: "Hola, Soy Introducción" +headless: true +--- + +Soy un tema para Hugo diff --git a/exampleSite/content/es/home/lorem.md b/exampleSite/content/es/home/lorem.md new file mode 100644 index 0000000..f26ef4a --- /dev/null +++ b/exampleSite/content/es/home/lorem.md @@ -0,0 +1,6 @@ +--- +title: "Lorem Ipsum" +weight: 1 +--- + +You can add more sections to the home page by adding file to `content/home/` diff --git a/exampleSite/resources/_gen/assets/js/de/js/bundleMoment.js_8848f55d07695b7ff7188138f23d69e3.content b/exampleSite/resources/_gen/assets/js/de/js/bundleMoment.js_8848f55d07695b7ff7188138f23d69e3.content index db0f4e9..65147be 100644 --- a/exampleSite/resources/_gen/assets/js/de/js/bundleMoment.js_8848f55d07695b7ff7188138f23d69e3.content +++ b/exampleSite/resources/_gen/assets/js/de/js/bundleMoment.js_8848f55d07695b7ff7188138f23d69e3.content @@ -1,4 +1,4 @@ -/*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w(" {{ if and .Site.Params.localTime .Page.IsHome }} {{ $momentjs := resources.Get "vendor/momentjs/moment.min.js" }} {{ $momentTimezone := resources.Get "vendor/momentjs/moment-timezone.min.js" }} {{ $momentTimezoneWithData := resources.Get "vendor/momentjs/moment-timezone-with-data-2012-2022.min.js" }} -{{ $scripts := slice $jQuery $momentjs $momentTimezone $momentTimezoneWithData $index | resources.Concat "/js/bundleMoment.js" | fingerprint }} - -{{ else }} -{{ $scripts := slice $jQuery $index | resources.Concat "/js/bundle.js" | fingerprint }} +{{ $initMomentjs := resources.Get "js/initMoment.js" | resources.ExecuteAsTemplate "js/initMoment.tmp.js" . }} +{{ $scripts := slice $momentjs $momentTimezone $momentTimezoneWithData $initMomentjs | resources.Concat "/js/bundleMoment.js" | fingerprint }} {{ end }} From 26d6a45c1c418ddbcee41e42c80e3a3f00d197a1 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Wed, 18 Jul 2018 17:47:54 +0200 Subject: [PATCH 04/26] Fix nav --- layouts/index.html | 1 - layouts/partials/nav.html | 11 +++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index dac49a5..b29ebca 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -40,7 +40,6 @@ {{ with .Site.GetPage "page" "home" }} {{ $home := . }} {{ range sort (.Resources.ByType "page") "Params.weight" }} - {{ if ne .Name "contact.md" }}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index a619581..15f156c 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -39,9 +39,14 @@ {{ if not $isHome }} {{ i18n "nav_main" . }} {{ end }} - {{ with .Site.GetPage "page" "about" }} + + {{ with .Site.GetPage "page" "home" }} + {{ range sort (.Resources.ByType "page") "Params.weight" }} + {{ if ne .Name "contact.md" }} {{ .Title }} {{ end }} + {{ end }} + {{ end }} {{ $pageIsInProjects := eq .Page.Section "projects"}} {{ if not (and $pageIsInProjects (eq .Page.Kind "section")) }} @@ -77,9 +82,11 @@ {{ end }} {{ end }} - {{ with .Site.GetPage "page" "contact" }} + {{ with .Site.GetPage "page" "home" }} + {{ with .Resources.GetMatch "contact.md" }} {{ .Title }} {{ end }} + {{ end }} {{ if gt (len $.Site.Home.AllTranslations.ByWeight) 1 }} {{ range $.Site.Home.AllTranslations.ByWeight }} From 5ccd6795b2a2b10b9fdfdec337fb7a15571d7037 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 19 Jul 2018 13:54:49 +0200 Subject: [PATCH 05/26] Fix assets when baseurl contains path --- assets/sass/_fonts.sass | 2 -- assets/sass/style.sass | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/sass/_fonts.sass b/assets/sass/_fonts.sass index d4dc17e..c6d5557 100644 --- a/assets/sass/_fonts.sass +++ b/assets/sass/_fonts.sass @@ -1,5 +1,3 @@ -$nunito-font-path: "/fonts/NunitoSans" - /* vietnamese */ @font-face font-family: 'Nunito Sans' diff --git a/assets/sass/style.sass b/assets/sass/style.sass index 44fabd6..e88ec25 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -1,5 +1,6 @@ {{ $themeStyle := .Site.Params.themeStyle | default "light" }} -$fa-font-path: "/fonts/fontawesome-free/webfonts" +$fa-font-path: {{ "/fonts/fontawesome-free/webfonts" | relURL }} +$nunito-font-path: {{ "/fonts/NunitoSans" | relURL }} @import "bulma-import" @import "../vendor/fontawesome-free/scss/fontawesome.scss" From 2246ec73706055d8c3db149bda0f1dd387ba9e7e Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 19 Jul 2018 15:15:30 +0200 Subject: [PATCH 06/26] Fix modal closing --- assets/js/index.js | 1 + .../js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content | 2 +- .../js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- .../js/de/js/index.js_d3f53f09220d597dac26fe7840c31fc9.content | 2 +- .../js/es/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content | 2 +- .../js/es/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- .../js/es/js/index.js_d3f53f09220d597dac26fe7840c31fc9.content | 2 +- .../js/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content | 2 +- .../js/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- .../js/js/index.js_d3f53f09220d597dac26fe7840c31fc9.content | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/assets/js/index.js b/assets/js/index.js index 08ef756..1c868f7 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -20,5 +20,6 @@ $('.modal-close').click(function () { $(document).keypress(function(e) { if(e.which == 0) { $('.modal.is-active').removeClass('is-active'); + $("html").removeClass("modal-open"); } }); diff --git a/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content b/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content index 5eb2562..fc78ead 100644 --- a/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content +++ b/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content @@ -1,4 +1,4 @@ /*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w(" +{{ $bundleMoment := slice $momentjs $momentTimezone $momentTimezoneWithData $initMomentjs | resources.Concat "/js/bundleMoment.js" | fingerprint }} + {{ end }} {{ template "_internal/google_analytics_async.html" . }} diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html index 2c51a8b..f0e5a6c 100644 --- a/layouts/partials/home/projects.html +++ b/layouts/partials/home/projects.html @@ -58,9 +58,22 @@ {{ end }} {{ with .Resources.ByType "image" }} - {{ range first 1 (sort . "Params.weight") }} - {{ $image := .Resize "640x" }} - {{ $image.Name }} + {{ $moreThenOneImage := gt (len .) 1 }} + {{ if $moreThenOneImage }} + {{ end }} {{ end }} diff --git a/layouts/partials/js/owlCarousel.html b/layouts/partials/js/owlCarousel.html new file mode 100644 index 0000000..34fb45e --- /dev/null +++ b/layouts/partials/js/owlCarousel.html @@ -0,0 +1,5 @@ +{{ $owlCarousel := resources.Get "vendor/owlCarousel/owl.carousel.min.js" }} +{{ $initOwlCarousel := resources.Get "js/initOwlCarousel.js" | minify }} +{{ $bundleOwlCarousel := slice $owlCarousel $initOwlCarousel | resources.Concat "/js/bundleOwlCarousel.js" | fingerprint }} + + diff --git a/layouts/projects/single.html b/layouts/projects/single.html index 557aa98..500a087 100644 --- a/layouts/projects/single.html +++ b/layouts/projects/single.html @@ -30,24 +30,9 @@ {{ end }} {{ define "customCSS" }} -{{ $owlCarousel := resources.Get "vendor/owlCarousel/owl.carousel.min.css" }} -{{ $owlCarouselTheme := resources.Get "vendor/owlCarousel/owl.theme.default.min.css" }} -{{ $owlCarouselBundle := slice $owlCarousel $owlCarouselTheme | resources.Concat "/css/owlCarousel.min.css" | fingerprint }} - +{{ partial "css/owlCarousel.html" . }} {{ end }} {{ define "customScripts" }} -{{ $owlCarousel := resources.Get "vendor/owlCarousel/owl.carousel.min.js" | fingerprint }} - - +{{ partial "js/owlCarousel.html" . }} {{ end }} From e375687f26896f38a15e61bd00a8a50fe7e78f8c Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 19 Jul 2018 15:37:06 +0200 Subject: [PATCH 08/26] Bundle nav script in index.js --- assets/js/index.js | 20 ++++++++++++++ ...s_8848f55d07695b7ff7188138f23d69e3.content | 2 +- ...e.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- ...s_d3f53f09220d597dac26fe7840c31fc9.content | 2 +- ...s_8848f55d07695b7ff7188138f23d69e3.content | 2 +- ...e.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- ...s_d3f53f09220d597dac26fe7840c31fc9.content | 2 +- ...s_8848f55d07695b7ff7188138f23d69e3.content | 2 +- ...e.js_8848f55d07695b7ff7188138f23d69e3.json | 2 +- ...s_d3f53f09220d597dac26fe7840c31fc9.content | 2 +- layouts/partials/nav.html | 27 ------------------- 11 files changed, 29 insertions(+), 36 deletions(-) diff --git a/assets/js/index.js b/assets/js/index.js index 1c868f7..9f3fc27 100644 --- a/assets/js/index.js +++ b/assets/js/index.js @@ -1,3 +1,23 @@ +// Nav burger animation +document.addEventListener('DOMContentLoaded', function () { + // Get all "navbar-burger" elements + var $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0); + // Check if there are any navbar burgers + if ($navbarBurgers.length > 0) { + // Add a click event on each of them + $navbarBurgers.forEach(function ($el) { + $el.addEventListener('click', function () { + // Get the target from the "data-target" attribute + var target = $el.dataset.target; + var $target = document.getElementById(target); + // Toggle the class on both the "navbar-burger" and the "navbar-menu" + $el.classList.toggle('is-active'); + $target.classList.toggle('is-active'); + }); + }); + } +}); + // Bitty scrolling links script $('a[href^="#"]').click(function(e) { e.preventDefault(); diff --git a/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content b/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content index fc78ead..7ee7f7b 100644 --- a/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content +++ b/exampleSite/resources/_gen/assets/js/de/js/bundle.js_8848f55d07695b7ff7188138f23d69e3.content @@ -1,4 +1,4 @@ /*! jQuery v3.3.1 | (c) JS Foundation and other contributors | jquery.org/license */ !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(e,t){"use strict";var n=[],r=e.document,i=Object.getPrototypeOf,o=n.slice,a=n.concat,s=n.push,u=n.indexOf,l={},c=l.toString,f=l.hasOwnProperty,p=f.toString,d=p.call(Object),h={},g=function e(t){return"function"==typeof t&&"number"!=typeof t.nodeType},y=function e(t){return null!=t&&t===t.window},v={type:!0,src:!0,noModule:!0};function m(e,t,n){var i,o=(t=t||r).createElement("script");if(o.text=e,n)for(i in v)n[i]&&(o[i]=n[i]);t.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var b="3.3.1",w=function(e,t){return new w.fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,function(t,n){return e.call(t,n,t)}))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n0&&t-1 in e)}var E=function(e){var t,n,r,i,o,a,s,u,l,c,f,p,d,h,g,y,v,m,x,b="sizzle"+1*new Date,w=e.document,T=0,C=0,E=ae(),k=ae(),S=ae(),D=function(e,t){return e===t&&(f=!0),0},N={}.hasOwnProperty,A=[],j=A.pop,q=A.push,L=A.push,H=A.slice,O=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),z=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),X=new RegExp(W),U=new RegExp("^"+R+"$"),V={ID:new RegExp("^#("+R+")"),CLASS:new RegExp("^\\.("+R+")"),TAG:new RegExp("^("+R+"|[*])"),ATTR:new RegExp("^"+I),PSEUDO:new RegExp("^"+W),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},G=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,K=/[+~]/,Z=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ee=function(e,t,n){var r="0x"+t-65536;return r!==r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},te=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ne=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},re=function(){p()},ie=me(function(e){return!0===e.disabled&&("form"in e||"label"in e)},{dir:"parentNode",next:"legend"});try{L.apply(A=H.call(w.childNodes),w.childNodes),A[w.childNodes.length].nodeType}catch(e){L={apply:A.length?function(e,t){q.apply(e,H.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function oe(e,t,r,i){var o,s,l,c,f,h,v,m=t&&t.ownerDocument,T=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==T&&9!==T&&11!==T)return r;if(!i&&((t?t.ownerDocument||t:w)!==d&&p(t),t=t||d,g)){if(11!==T&&(f=J.exec(e)))if(o=f[1]){if(9===T){if(!(l=t.getElementById(o)))return r;if(l.id===o)return r.push(l),r}else if(m&&(l=m.getElementById(o))&&x(t,l)&&l.id===o)return r.push(l),r}else{if(f[2])return L.apply(r,t.getElementsByTagName(e)),r;if((o=f[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(r,t.getElementsByClassName(o)),r}if(n.qsa&&!S[e+" "]&&(!y||!y.test(e))){if(1!==T)m=t,v=e;else if("object"!==t.nodeName.toLowerCase()){(c=t.getAttribute("id"))?c=c.replace(te,ne):t.setAttribute("id",c=b),s=(h=a(e)).length;while(s--)h[s]="#"+c+" "+ve(h[s]);v=h.join(","),m=K.test(e)&&ge(t.parentNode)||t}if(v)try{return L.apply(r,m.querySelectorAll(v)),r}catch(e){}finally{c===b&&t.removeAttribute("id")}}}return u(e.replace(B,"$1"),t,r,i)}function ae(){var e=[];function t(n,i){return e.push(n+" ")>r.cacheLength&&delete t[e.shift()],t[n+" "]=i}return t}function se(e){return e[b]=!0,e}function ue(e){var t=d.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function le(e,t){var n=e.split("|"),i=n.length;while(i--)r.attrHandle[n[i]]=t}function ce(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function de(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&ie(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function he(e){return se(function(t){return t=+t,se(function(n,r){var i,o=e([],n.length,t),a=o.length;while(a--)n[i=o[a]]&&(n[i]=!(r[i]=n[i]))})})}function ge(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}n=oe.support={},o=oe.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},p=oe.setDocument=function(e){var t,i,a=e?e.ownerDocument||e:w;return a!==d&&9===a.nodeType&&a.documentElement?(d=a,h=d.documentElement,g=!o(d),w!==d&&(i=d.defaultView)&&i.top!==i&&(i.addEventListener?i.addEventListener("unload",re,!1):i.attachEvent&&i.attachEvent("onunload",re)),n.attributes=ue(function(e){return e.className="i",!e.getAttribute("className")}),n.getElementsByTagName=ue(function(e){return e.appendChild(d.createComment("")),!e.getElementsByTagName("*").length}),n.getElementsByClassName=Q.test(d.getElementsByClassName),n.getById=ue(function(e){return h.appendChild(e).id=b,!d.getElementsByName||!d.getElementsByName(b).length}),n.getById?(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){return e.getAttribute("id")===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n=t.getElementById(e);return n?[n]:[]}}):(r.filter.ID=function(e){var t=e.replace(Z,ee);return function(e){var n="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},r.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&g){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),r.find.TAG=n.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},r.find.CLASS=n.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&g)return t.getElementsByClassName(e)},v=[],y=[],(n.qsa=Q.test(d.querySelectorAll))&&(ue(function(e){h.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+P+")"),e.querySelectorAll("[id~="+b+"-]").length||y.push("~="),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+b+"+*").length||y.push(".#.+[+~]")}),ue(function(e){e.innerHTML="";var t=d.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),h.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(n.matchesSelector=Q.test(m=h.matches||h.webkitMatchesSelector||h.mozMatchesSelector||h.oMatchesSelector||h.msMatchesSelector))&&ue(function(e){n.disconnectedMatch=m.call(e,"*"),m.call(e,"[s!='']:x"),v.push("!=",W)}),y=y.length&&new RegExp(y.join("|")),v=v.length&&new RegExp(v.join("|")),t=Q.test(h.compareDocumentPosition),x=t||Q.test(h.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return f=!0,0;var r=!e.compareDocumentPosition-!t.compareDocumentPosition;return r||(1&(r=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===r?e===d||e.ownerDocument===w&&x(w,e)?-1:t===d||t.ownerDocument===w&&x(w,t)?1:c?O(c,e)-O(c,t):0:4&r?-1:1)}:function(e,t){if(e===t)return f=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===d?-1:t===d?1:i?-1:o?1:c?O(c,e)-O(c,t):0;if(i===o)return ce(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?ce(a[r],s[r]):a[r]===w?-1:s[r]===w?1:0},d):d},oe.matches=function(e,t){return oe(e,null,null,t)},oe.matchesSelector=function(e,t){if((e.ownerDocument||e)!==d&&p(e),t=t.replace(z,"='$1']"),n.matchesSelector&&g&&!S[t+" "]&&(!v||!v.test(t))&&(!y||!y.test(t)))try{var r=m.call(e,t);if(r||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){}return oe(t,d,null,[e]).length>0},oe.contains=function(e,t){return(e.ownerDocument||e)!==d&&p(e),x(e,t)},oe.attr=function(e,t){(e.ownerDocument||e)!==d&&p(e);var i=r.attrHandle[t.toLowerCase()],o=i&&N.call(r.attrHandle,t.toLowerCase())?i(e,t,!g):void 0;return void 0!==o?o:n.attributes||!g?e.getAttribute(t):(o=e.getAttributeNode(t))&&o.specified?o.value:null},oe.escape=function(e){return(e+"").replace(te,ne)},oe.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},oe.uniqueSort=function(e){var t,r=[],i=0,o=0;if(f=!n.detectDuplicates,c=!n.sortStable&&e.slice(0),e.sort(D),f){while(t=e[o++])t===e[o]&&(i=r.push(o));while(i--)e.splice(r[i],1)}return c=null,e},i=oe.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=i(e)}else if(3===o||4===o)return e.nodeValue}else while(t=e[r++])n+=i(t);return n},(r=oe.selectors={cacheLength:50,createPseudo:se,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(Z,ee),e[3]=(e[3]||e[4]||e[5]||"").replace(Z,ee),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||oe.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&oe.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return V.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=a(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(Z,ee).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=E[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&E(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(e,t,n){return function(r){var i=oe.attr(r,e);return null==i?"!="===t:!t||(i+="","="===t?i===n:"!="===t?i!==n:"^="===t?n&&0===i.indexOf(n):"*="===t?n&&i.indexOf(n)>-1:"$="===t?n&&i.slice(-n.length)===n:"~="===t?(" "+i.replace($," ")+" ").indexOf(n)>-1:"|="===t&&(i===n||i.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,r,i){var o="nth"!==e.slice(0,3),a="last"!==e.slice(-4),s="of-type"===t;return 1===r&&0===i?function(e){return!!e.parentNode}:function(t,n,u){var l,c,f,p,d,h,g=o!==a?"nextSibling":"previousSibling",y=t.parentNode,v=s&&t.nodeName.toLowerCase(),m=!u&&!s,x=!1;if(y){if(o){while(g){p=t;while(p=p[g])if(s?p.nodeName.toLowerCase()===v:1===p.nodeType)return!1;h=g="only"===e&&!h&&"nextSibling"}return!0}if(h=[a?y.firstChild:y.lastChild],a&&m){x=(d=(l=(c=(f=(p=y)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1])&&l[2],p=d&&y.childNodes[d];while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if(1===p.nodeType&&++x&&p===t){c[e]=[T,d,x];break}}else if(m&&(x=d=(l=(c=(f=(p=t)[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]||[])[0]===T&&l[1]),!1===x)while(p=++d&&p&&p[g]||(x=d=0)||h.pop())if((s?p.nodeName.toLowerCase()===v:1===p.nodeType)&&++x&&(m&&((c=(f=p[b]||(p[b]={}))[p.uniqueID]||(f[p.uniqueID]={}))[e]=[T,x]),p===t))break;return(x-=i)===r||x%r==0&&x/r>=0}}},PSEUDO:function(e,t){var n,i=r.pseudos[e]||r.setFilters[e.toLowerCase()]||oe.error("unsupported pseudo: "+e);return i[b]?i(t):i.length>1?(n=[e,e,"",t],r.setFilters.hasOwnProperty(e.toLowerCase())?se(function(e,n){var r,o=i(e,t),a=o.length;while(a--)e[r=O(e,o[a])]=!(n[r]=o[a])}):function(e){return i(e,0,n)}):i}},pseudos:{not:se(function(e){var t=[],n=[],r=s(e.replace(B,"$1"));return r[b]?se(function(e,t,n,i){var o,a=r(e,null,i,[]),s=e.length;while(s--)(o=a[s])&&(e[s]=!(t[s]=o))}):function(e,i,o){return t[0]=e,r(t,null,o,n),t[0]=null,!n.pop()}}),has:se(function(e){return function(t){return oe(e,t).length>0}}),contains:se(function(e){return e=e.replace(Z,ee),function(t){return(t.textContent||t.innerText||i(t)).indexOf(e)>-1}}),lang:se(function(e){return U.test(e||"")||oe.error("unsupported lang: "+e),e=e.replace(Z,ee).toLowerCase(),function(t){var n;do{if(n=g?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}}),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===h},focus:function(e){return e===d.activeElement&&(!d.hasFocus||d.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!r.pseudos.empty(e)},header:function(e){return Y.test(e.nodeName)},input:function(e){return G.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:he(function(){return[0]}),last:he(function(e,t){return[t-1]}),eq:he(function(e,t,n){return[n<0?n+t:n]}),even:he(function(e,t){for(var n=0;n=0;)e.push(r);return e}),gt:he(function(e,t,n){for(var r=n<0?n+t:n;++r1?function(t,n,r){var i=e.length;while(i--)if(!e[i](t,n,r))return!1;return!0}:e[0]}function be(e,t,n){for(var r=0,i=t.length;r-1&&(o[l]=!(a[l]=f))}}else v=we(v===a?v.splice(h,v.length):v),i?i(null,a,v,u):L.apply(a,v)})}function Ce(e){for(var t,n,i,o=e.length,a=r.relative[e[0].type],s=a||r.relative[" "],u=a?1:0,c=me(function(e){return e===t},s,!0),f=me(function(e){return O(t,e)>-1},s,!0),p=[function(e,n,r){var i=!a&&(r||n!==l)||((t=n).nodeType?c(e,n,r):f(e,n,r));return t=null,i}];u1&&xe(p),u>1&&ve(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(B,"$1"),n,u0,i=e.length>0,o=function(o,a,s,u,c){var f,h,y,v=0,m="0",x=o&&[],b=[],w=l,C=o||i&&r.find.TAG("*",c),E=T+=null==w?1:Math.random()||.1,k=C.length;for(c&&(l=a===d||a||c);m!==k&&null!=(f=C[m]);m++){if(i&&f){h=0,a||f.ownerDocument===d||(p(f),s=!g);while(y=e[h++])if(y(f,a||d,s)){u.push(f);break}c&&(T=E)}n&&((f=!y&&f)&&v--,o&&x.push(f))}if(v+=m,n&&m!==v){h=0;while(y=t[h++])y(x,b,a,s);if(o){if(v>0)while(m--)x[m]||b[m]||(b[m]=j.call(u));b=we(b)}L.apply(u,b),c&&!o&&b.length>0&&v+t.length>1&&oe.uniqueSort(u)}return c&&(T=E,l=w),x};return n?se(o):o}return s=oe.compile=function(e,t){var n,r=[],i=[],o=S[e+" "];if(!o){t||(t=a(e)),n=t.length;while(n--)(o=Ce(t[n]))[b]?r.push(o):i.push(o);(o=S(e,Ee(i,r))).selector=e}return o},u=oe.select=function(e,t,n,i){var o,u,l,c,f,p="function"==typeof e&&e,d=!i&&a(e=p.selector||e);if(n=n||[],1===d.length){if((u=d[0]=d[0].slice(0)).length>2&&"ID"===(l=u[0]).type&&9===t.nodeType&&g&&r.relative[u[1].type]){if(!(t=(r.find.ID(l.matches[0].replace(Z,ee),t)||[])[0]))return n;p&&(t=t.parentNode),e=e.slice(u.shift().value.length)}o=V.needsContext.test(e)?0:u.length;while(o--){if(l=u[o],r.relative[c=l.type])break;if((f=r.find[c])&&(i=f(l.matches[0].replace(Z,ee),K.test(u[0].type)&&ge(t.parentNode)||t))){if(u.splice(o,1),!(e=i.length&&ve(u)))return L.apply(n,i),n;break}}}return(p||s(e,d))(i,t,!g,n,!t||K.test(e)&&ge(t.parentNode)||t),n},n.sortStable=b.split("").sort(D).join("")===b,n.detectDuplicates=!!f,p(),n.sortDetached=ue(function(e){return 1&e.compareDocumentPosition(d.createElement("fieldset"))}),ue(function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")})||le("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),n.attributes&&ue(function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||le("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ue(function(e){return null==e.getAttribute("disabled")})||le(P,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),oe}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var k=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&w(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},D=w.expr.match.needsContext;function N(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var A=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,t,n){return g(t)?w.grep(e,function(e,r){return!!t.call(e,r,e)!==n}):t.nodeType?w.grep(e,function(e){return e===t!==n}):"string"!=typeof t?w.grep(e,function(e){return u.call(t,e)>-1!==n}):w.filter(t,e,n)}w.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?w.find.matchesSelector(r,e)?[r]:[]:w.find.matches(e,w.grep(t,function(e){return 1===e.nodeType}))},w.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(w(e).filter(function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&D.test(e)?w(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:L.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:r,!0)),A.test(i[1])&&w.isPlainObject(t))for(i in t)g(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=r.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):g(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,q=w(r);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter(function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(o.length>1?w.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?u.call(w(e),this[0]):u.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}});function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return k(e,"parentNode")},parentsUntil:function(e,t,n){return k(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return k(e,"nextSibling")},prevAll:function(e){return k(e,"previousSibling")},nextUntil:function(e,t,n){return k(e,"nextSibling",n)},prevUntil:function(e,t,n){return k(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return N(e,"iframe")?e.contentDocument:(N(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},function(e,t){w.fn[e]=function(n,r){var i=w.map(this,t,n);return"Until"!==e.slice(-5)&&(r=n),r&&"string"==typeof r&&(i=w.filter(r,i)),this.length>1&&(O[e]||w.uniqueSort(i),H.test(e)&&i.reverse()),this.pushStack(i)}});var M=/[^\x20\t\r\n\f]+/g;function R(e){var t={};return w.each(e.match(M)||[],function(e,n){t[n]=!0}),t}w.Callbacks=function(e){e="string"==typeof e?R(e):w.extend({},e);var t,n,r,i,o=[],a=[],s=-1,u=function(){for(i=i||e.once,r=t=!0;a.length;s=-1){n=a.shift();while(++s-1)o.splice(n,1),n<=s&&s--}),this},has:function(e){return e?w.inArray(e,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return i=a=[],o=n="",this},disabled:function(){return!o},lock:function(){return i=a=[],n||t||(o=n=""),this},locked:function(){return!!i},fireWith:function(e,n){return i||(n=[e,(n=n||[]).slice?n.slice():n],a.push(n),t||u()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!r}};return l};function I(e){return e}function W(e){throw e}function $(e,t,n,r){var i;try{e&&g(i=e.promise)?i.call(e).done(t).fail(n):e&&g(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],r="pending",i={state:function(){return r},always:function(){return o.done(arguments).fail(arguments),this},"catch":function(e){return i.then(null,e)},pipe:function(){var e=arguments;return w.Deferred(function(t){w.each(n,function(n,r){var i=g(e[r[4]])&&e[r[4]];o[r[1]](function(){var e=i&&i.apply(this,arguments);e&&g(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[r[0]+"With"](this,i?[e]:arguments)})}),e=null}).promise()},then:function(t,r,i){var o=0;function a(t,n,r,i){return function(){var s=this,u=arguments,l=function(){var e,l;if(!(t=o&&(r!==W&&(s=void 0,u=[e]),n.rejectWith(s,u))}};t?c():(w.Deferred.getStackHook&&(c.stackTrace=w.Deferred.getStackHook()),e.setTimeout(c))}}return w.Deferred(function(e){n[0][3].add(a(0,e,g(i)?i:I,e.notifyWith)),n[1][3].add(a(0,e,g(t)?t:I)),n[2][3].add(a(0,e,g(r)?r:W))}).promise()},promise:function(e){return null!=e?w.extend(e,i):i}},o={};return w.each(n,function(e,t){var a=t[2],s=t[5];i[t[1]]=a.add,s&&a.add(function(){r=s},n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),a.add(t[3].fire),o[t[0]]=function(){return o[t[0]+"With"](this===o?void 0:this,arguments),this},o[t[0]+"With"]=a.fireWith}),i.promise(o),t&&t.call(o,o),o},when:function(e){var t=arguments.length,n=t,r=Array(n),i=o.call(arguments),a=w.Deferred(),s=function(e){return function(n){r[e]=this,i[e]=arguments.length>1?o.call(arguments):n,--t||a.resolveWith(r,i)}};if(t<=1&&($(e,a.done(s(n)).resolve,a.reject,!t),"pending"===a.state()||g(i[n]&&i[n].then)))return a.then();while(n--)$(i[n],s(n),a.reject);return a.promise()}});var B=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&B.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout(function(){throw t})};var F=w.Deferred();w.fn.ready=function(e){return F.then(e)["catch"](function(e){w.readyException(e)}),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||F.resolveWith(r,[w]))}}),w.ready.then=F.then;function _(){r.removeEventListener("DOMContentLoaded",_),e.removeEventListener("load",_),w.ready()}"complete"===r.readyState||"loading"!==r.readyState&&!r.documentElement.doScroll?e.setTimeout(w.ready):(r.addEventListener("DOMContentLoaded",_),e.addEventListener("load",_));var z=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===x(n)){i=!0;for(s in n)z(e,t,s,n[s],!0,o,a)}else if(void 0!==r&&(i=!0,g(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(w(e),n)})),t))for(;s1,null,!0)},removeData:function(e){return this.each(function(){K.remove(this,e)})}}),w.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=J.get(e,t),n&&(!r||Array.isArray(n)?r=J.access(e,t,w.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),r=n.length,i=n.shift(),o=w._queueHooks(e,t),a=function(){w.dequeue(e,t)};"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,a,o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return J.get(e,n)||J.access(e,n,{empty:w.Callbacks("once memory").add(function(){J.remove(e,[t+"queue",n])})})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]+)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&N(e,t)?w.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n-1)i&&i.push(o);else if(l=w.contains(o.ownerDocument,o),a=ye(f.appendChild(o),"script"),l&&ve(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}!function(){var e=r.createDocumentFragment().appendChild(r.createElement("div")),t=r.createElement("input");t.setAttribute("type","radio"),t.setAttribute("checked","checked"),t.setAttribute("name","t"),e.appendChild(t),h.checkClone=e.cloneNode(!0).cloneNode(!0).lastChild.checked,e.innerHTML="",h.noCloneChecked=!!e.cloneNode(!0).lastChild.defaultValue}();var be=r.documentElement,we=/^key/,Te=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ce=/^([^.]*)(?:\.(.+)|)/;function Ee(){return!0}function ke(){return!1}function Se(){try{return r.activeElement}catch(e){}}function De(e,t,n,r,i,o){var a,s;if("object"==typeof t){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)De(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=ke;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return w().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=w.guid++)),e.each(function(){w.event.add(this,t,i,r,n)})}w.event={global:{},add:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.get(e);if(y){n.handler&&(n=(o=n).handler,i=o.selector),i&&w.find.matchesSelector(be,i),n.guid||(n.guid=w.guid++),(u=y.events)||(u=y.events={}),(a=y.handle)||(a=y.handle=function(t){return"undefined"!=typeof w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),l=(t=(t||"").match(M)||[""]).length;while(l--)d=g=(s=Ce.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=w.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=w.event.special[d]||{},c=w.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&w.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(e,r,h,a)||e.addEventListener&&e.addEventListener(d,a)),f.add&&(f.add.call(e,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),w.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,y=J.hasData(e)&&J.get(e);if(y&&(u=y.events)){l=(t=(t||"").match(M)||[""]).length;while(l--)if(s=Ce.exec(t[l])||[],d=g=s[1],h=(s[2]||"").split(".").sort(),d){f=w.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,y.handle)||w.removeEvent(e,d,y.handle),delete u[d])}else for(d in u)w.event.remove(e,d+t[l],n,r,!0);w.isEmptyObject(u)&&J.remove(e,"handle events")}},dispatch:function(e){var t=w.event.fix(e),n,r,i,o,a,s,u=new Array(arguments.length),l=(J.get(this,"events")||{})[t.type]||[],c=w.event.special[t.type]||{};for(u[0]=t,n=1;n=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n-1:w.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u\x20\t\r\n\f]*)[^>]*)\/>/gi,Ae=/\s*$/g;function Le(e,t){return N(e,"table")&&N(11!==t.nodeType?t:t.firstChild,"tr")?w(e).children("tbody")[0]||e:e}function He(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Oe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Pe(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(J.hasData(e)&&(o=J.access(e),a=J.set(t,o),l=o.events)){delete a.handle,a.events={};for(i in l)for(n=0,r=l[i].length;n1&&"string"==typeof y&&!h.checkClone&&je.test(y))return e.each(function(i){var o=e.eq(i);v&&(t[0]=y.call(this,i,o.html())),Re(o,t,n,r)});if(p&&(i=xe(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(u=(s=w.map(ye(i,"script"),He)).length;f")},clone:function(e,t,n){var r,i,o,a,s=e.cloneNode(!0),u=w.contains(e.ownerDocument,e);if(!(h.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||w.isXMLDoc(e)))for(a=ye(s),r=0,i=(o=ye(e)).length;r0&&ve(a,!u&&ye(e,"script")),s},cleanData:function(e){for(var t,n,r,i=w.event.special,o=0;void 0!==(n=e[o]);o++)if(Y(n)){if(t=n[J.expando]){if(t.events)for(r in t.events)i[r]?w.event.remove(n,r):w.removeEvent(n,r,t.handle);n[J.expando]=void 0}n[K.expando]&&(n[K.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Ie(this,e,!0)},remove:function(e){return Ie(this,e)},text:function(e){return z(this,function(e){return void 0===e?w.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Re(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Le(this,e).appendChild(e)})},prepend:function(){return Re(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Le(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Re(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ye(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return w.clone(this,e,t)})},html:function(e){return z(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Ae.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))),u}function et(e,t,n){var r=$e(e),i=Fe(e,t,r),o="border-box"===w.css(e,"boxSizing",!1,r),a=o;if(We.test(i)){if(!n)return i;i="auto"}return a=a&&(h.boxSizingReliable()||i===e.style[t]),("auto"===i||!parseFloat(i)&&"inline"===w.css(e,"display",!1,r))&&(i=e["offset"+t[0].toUpperCase()+t.slice(1)],a=!0),(i=parseFloat(i)||0)+Ze(e,t,n||(o?"border":"content"),a,r,i)+"px"}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=G(t),u=Xe.test(t),l=e.style;if(u||(t=Je(s)),a=w.cssHooks[t]||w.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"==(o=typeof n)&&(i=ie.exec(n))&&i[1]&&(n=ue(e,t,i),o="number"),null!=n&&n===n&&("number"===o&&(n+=i&&i[3]||(w.cssNumber[s]?"":"px")),h.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=G(t);return Xe.test(t)||(t=Je(s)),(a=w.cssHooks[t]||w.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=Fe(e,t,r)),"normal"===i&&t in Ve&&(i=Ve[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),w.each(["height","width"],function(e,t){w.cssHooks[t]={get:function(e,n,r){if(n)return!ze.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?et(e,t,r):se(e,Ue,function(){return et(e,t,r)})},set:function(e,n,r){var i,o=$e(e),a="border-box"===w.css(e,"boxSizing",!1,o),s=r&&Ze(e,t,r,a,o);return a&&h.scrollboxSize()===o.position&&(s-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(o[t])-Ze(e,t,"border",!1,o)-.5)),s&&(i=ie.exec(n))&&"px"!==(i[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(e,n,s)}}}),w.cssHooks.marginLeft=_e(h.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-se(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),w.each({margin:"",padding:"",border:"Width"},function(e,t){w.cssHooks[e+t]={expand:function(n){for(var r=0,i={},o="string"==typeof n?n.split(" "):[n];r<4;r++)i[e+oe[r]+t]=o[r]||o[r-2]||o[0];return i}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)}),w.fn.extend({css:function(e,t){return z(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=$e(e),i=t.length;a1)}});function tt(e,t,n,r,i){return new tt.prototype.init(e,t,n,r,i)}w.Tween=tt,tt.prototype={constructor:tt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(w.cssNumber[n]?"":"px")},cur:function(){var e=tt.propHooks[this.prop];return e&&e.get?e.get(this):tt.propHooks._default.get(this)},run:function(e){var t,n=tt.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):tt.propHooks._default.set(this),this}},tt.prototype.init.prototype=tt.prototype,tt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||null==e.elem.style[w.cssProps[e.prop]]&&!w.cssHooks[e.prop]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},tt.propHooks.scrollTop=tt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=tt.prototype.init,w.fx.step={};var nt,rt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function at(){rt&&(!1===r.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(at):e.setTimeout(at,w.fx.interval),w.fx.tick())}function st(){return e.setTimeout(function(){nt=void 0}),nt=Date.now()}function ut(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=oe[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function lt(e,t,n){for(var r,i=(pt.tweeners[t]||[]).concat(pt.tweeners["*"]),o=0,a=i.length;o1)},removeAttr:function(e){return this.each(function(){w.removeAttr(this,e)})}}),w.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?w.prop(e,t,n):(1===o&&w.isXMLDoc(e)||(i=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?dt:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=w.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!h.radioValue&&"radio"===t&&N(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(M);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),dt={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),function(e,t){var n=ht[t]||w.find.attr;ht[t]=function(e,t,r){var i,o,a=t.toLowerCase();return r||(o=ht[a],ht[a]=i,i=null!=n(e,t,r)?a:null,ht[a]=o),i}});var gt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;w.fn.extend({prop:function(e,t){return z(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each(function(){delete this[w.propFix[e]||e]})}}),w.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&w.isXMLDoc(e)||(t=w.propFix[t]||t,i=w.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):gt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),h.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){w.propFix[this.toLowerCase()]=this});function vt(e){return(e.match(M)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function xt(e){return Array.isArray(e)?e:"string"==typeof e?e.match(M)||[]:[]}w.fn.extend({addClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).addClass(e.call(this,t,mt(this)))});if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},removeClass:function(e){var t,n,r,i,o,a,s,u=0;if(g(e))return this.each(function(t){w(this).removeClass(e.call(this,t,mt(this)))});if(!arguments.length)return this.attr("class","");if((t=xt(e)).length)while(n=this[u++])if(i=mt(n),r=1===n.nodeType&&" "+vt(i)+" "){a=0;while(o=t[a++])while(r.indexOf(" "+o+" ")>-1)r=r.replace(" "+o+" "," ");i!==(s=vt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(e,t){var n=typeof e,r="string"===n||Array.isArray(e);return"boolean"==typeof t&&r?t?this.addClass(e):this.removeClass(e):g(e)?this.each(function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)}):this.each(function(){var t,i,o,a;if(r){i=0,o=w(this),a=xt(e);while(t=a[i++])o.hasClass(t)?o.removeClass(t):o.addClass(t)}else void 0!==e&&"boolean"!==n||((t=mt(this))&&J.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":J.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&(" "+vt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var bt=/\r/g;w.fn.extend({val:function(e){var t,n,r,i=this[0];{if(arguments.length)return r=g(e),this.each(function(n){var i;1===this.nodeType&&(null==(i=r?e.call(this,n,w(this).val()):e)?i="":"number"==typeof i?i+="":Array.isArray(i)&&(i=w.map(i,function(e){return null==e?"":e+""})),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,i,"value")||(this.value=i))});if(i)return(t=w.valHooks[i.type]||w.valHooks[i.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(i,"value"))?n:"string"==typeof(n=i.value)?n.replace(bt,""):null==n?"":n}}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:vt(w.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r-1)&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),w.each(["radio","checkbox"],function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},h.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),h.focusin="onfocusin"in e;var wt=/^(?:focusinfocus|focusoutblur)$/,Tt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var a,s,u,l,c,p,d,h,v=[i||r],m=f.call(t,"type")?t.type:t,x=f.call(t,"namespace")?t.namespace.split("."):[];if(s=h=u=i=i||r,3!==i.nodeType&&8!==i.nodeType&&!wt.test(m+w.event.triggered)&&(m.indexOf(".")>-1&&(m=(x=m.split(".")).shift(),x.sort()),c=m.indexOf(":")<0&&"on"+m,t=t[w.expando]?t:new w.Event(m,"object"==typeof t&&t),t.isTrigger=o?2:3,t.namespace=x.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+x.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),d=w.event.special[m]||{},o||!d.trigger||!1!==d.trigger.apply(i,n))){if(!o&&!d.noBubble&&!y(i)){for(l=d.delegateType||m,wt.test(l+m)||(s=s.parentNode);s;s=s.parentNode)v.push(s),u=s;u===(i.ownerDocument||r)&&v.push(u.defaultView||u.parentWindow||e)}a=0;while((s=v[a++])&&!t.isPropagationStopped())h=s,t.type=a>1?l:d.bindType||m,(p=(J.get(s,"events")||{})[t.type]&&J.get(s,"handle"))&&p.apply(s,n),(p=c&&s[c])&&p.apply&&Y(s)&&(t.result=p.apply(s,n),!1===t.result&&t.preventDefault());return t.type=m,o||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(v.pop(),n)||!Y(i)||c&&g(i[m])&&!y(i)&&((u=i[c])&&(i[c]=null),w.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Tt),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Tt),w.event.triggered=void 0,u&&(i[c]=u)),t.result}},simulate:function(e,t,n){var r=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(r,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each(function(){w.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),h.focusin||w.each({focus:"focusin",blur:"focusout"},function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var r=this.ownerDocument||this,i=J.access(r,t);i||r.addEventListener(e,n,!0),J.access(r,t,(i||0)+1)},teardown:function(){var r=this.ownerDocument||this,i=J.access(r,t)-1;i?J.access(r,t,i):(r.removeEventListener(e,n,!0),J.remove(r,t))}}});var Ct=e.location,Et=Date.now(),kt=/\?/;w.parseXML=function(t){var n;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){n=void 0}return n&&!n.getElementsByTagName("parsererror").length||w.error("Invalid XML: "+t),n};var St=/\[\]$/,Dt=/\r?\n/g,Nt=/^(?:submit|button|image|reset|file)$/i,At=/^(?:input|select|textarea|keygen)/i;function jt(e,t,n,r){var i;if(Array.isArray(t))w.each(t,function(t,i){n||St.test(e)?r(e,i):jt(e+"["+("object"==typeof i&&null!=i?t:"")+"]",i,n,r)});else if(n||"object"!==x(t))r(e,t);else for(i in t)jt(e+"["+i+"]",t[i],n,r)}w.param=function(e,t){var n,r=[],i=function(e,t){var n=g(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,function(){i(this.name,this.value)});else for(n in e)jt(n,e[n],t,i);return r.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&At.test(this.nodeName)&&!Nt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:n.replace(Dt,"\r\n")}}).get()}});var qt=/%20/g,Lt=/#.*$/,Ht=/([?&])_=[^&]*/,Ot=/^(.*?):[ \t]*([^\r\n]*)$/gm,Pt=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Mt=/^(?:GET|HEAD)$/,Rt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Bt=r.createElement("a");Bt.href=Ct.href;function Ft(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var r,i=0,o=t.toLowerCase().match(M)||[];if(g(n))while(r=o[i++])"+"===r[0]?(r=r.slice(1)||"*",(e[r]=e[r]||[]).unshift(n)):(e[r]=e[r]||[]).push(n)}}function _t(e,t,n,r){var i={},o=e===Wt;function a(s){var u;return i[s]=!0,w.each(e[s]||[],function(e,s){var l=s(t,n,r);return"string"!=typeof l||o||i[l]?o?!(u=l):void 0:(t.dataTypes.unshift(l),a(l),!1)}),u}return a(t.dataTypes[0])||!i["*"]&&a("*")}function zt(e,t){var n,r,i=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&w.extend(!0,e,r),e}function Xt(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}function Ut(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,w.ajaxSettings),t):zt(w.ajaxSettings,e)},ajaxPrefilter:Ft(It),ajaxTransport:Ft(Wt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,a,s,u,l,c,f,p,d,h=w.ajaxSetup({},n),g=h.context||h,y=h.context&&(g.nodeType||g.jquery)?w(g):w.event,v=w.Deferred(),m=w.Callbacks("once memory"),x=h.statusCode||{},b={},T={},C="canceled",E={readyState:0,getResponseHeader:function(e){var t;if(c){if(!s){s={};while(t=Ot.exec(a))s[t[1].toLowerCase()]=t[2]}t=s[e.toLowerCase()]}return null==t?null:t},getAllResponseHeaders:function(){return c?a:null},setRequestHeader:function(e,t){return null==c&&(e=T[e.toLowerCase()]=T[e.toLowerCase()]||e,b[e]=t),this},overrideMimeType:function(e){return null==c&&(h.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)E.always(e[E.status]);else for(t in e)x[t]=[x[t],e[t]];return this},abort:function(e){var t=e||C;return i&&i.abort(t),k(0,t),this}};if(v.promise(E),h.url=((t||h.url||Ct.href)+"").replace(Rt,Ct.protocol+"//"),h.type=n.method||n.type||h.method||h.type,h.dataTypes=(h.dataType||"*").toLowerCase().match(M)||[""],null==h.crossDomain){l=r.createElement("a");try{l.href=h.url,l.href=l.href,h.crossDomain=Bt.protocol+"//"+Bt.host!=l.protocol+"//"+l.host}catch(e){h.crossDomain=!0}}if(h.data&&h.processData&&"string"!=typeof h.data&&(h.data=w.param(h.data,h.traditional)),_t(It,h,n,E),c)return E;(f=w.event&&h.global)&&0==w.active++&&w.event.trigger("ajaxStart"),h.type=h.type.toUpperCase(),h.hasContent=!Mt.test(h.type),o=h.url.replace(Lt,""),h.hasContent?h.data&&h.processData&&0===(h.contentType||"").indexOf("application/x-www-form-urlencoded")&&(h.data=h.data.replace(qt,"+")):(d=h.url.slice(o.length),h.data&&(h.processData||"string"==typeof h.data)&&(o+=(kt.test(o)?"&":"?")+h.data,delete h.data),!1===h.cache&&(o=o.replace(Ht,"$1"),d=(kt.test(o)?"&":"?")+"_="+Et+++d),h.url=o+d),h.ifModified&&(w.lastModified[o]&&E.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&E.setRequestHeader("If-None-Match",w.etag[o])),(h.data&&h.hasContent&&!1!==h.contentType||n.contentType)&&E.setRequestHeader("Content-Type",h.contentType),E.setRequestHeader("Accept",h.dataTypes[0]&&h.accepts[h.dataTypes[0]]?h.accepts[h.dataTypes[0]]+("*"!==h.dataTypes[0]?", "+$t+"; q=0.01":""):h.accepts["*"]);for(p in h.headers)E.setRequestHeader(p,h.headers[p]);if(h.beforeSend&&(!1===h.beforeSend.call(g,E,h)||c))return E.abort();if(C="abort",m.add(h.complete),E.done(h.success),E.fail(h.error),i=_t(Wt,h,n,E)){if(E.readyState=1,f&&y.trigger("ajaxSend",[E,h]),c)return E;h.async&&h.timeout>0&&(u=e.setTimeout(function(){E.abort("timeout")},h.timeout));try{c=!1,i.send(b,k)}catch(e){if(c)throw e;k(-1,e)}}else k(-1,"No Transport");function k(t,n,r,s){var l,p,d,b,T,C=n;c||(c=!0,u&&e.clearTimeout(u),i=void 0,a=s||"",E.readyState=t>0?4:0,l=t>=200&&t<300||304===t,r&&(b=Xt(h,E,r)),b=Ut(h,b,E,l),l?(h.ifModified&&((T=E.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=T),(T=E.getResponseHeader("etag"))&&(w.etag[o]=T)),204===t||"HEAD"===h.type?C="nocontent":304===t?C="notmodified":(C=b.state,p=b.data,l=!(d=b.error))):(d=C,!t&&C||(C="error",t<0&&(t=0))),E.status=t,E.statusText=(n||C)+"",l?v.resolveWith(g,[p,C,E]):v.rejectWith(g,[E,C,d]),E.statusCode(x),x=void 0,f&&y.trigger(l?"ajaxSuccess":"ajaxError",[E,h,l?p:d]),m.fireWith(g,[E,C]),f&&(y.trigger("ajaxComplete",[E,h]),--w.active||w.event.trigger("ajaxStop")))}return E},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],function(e,t){w[t]=function(e,n,r,i){return g(n)&&(i=i||r,r=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:i,data:n,success:r},w.isPlainObject(e)&&e))}}),w._evalUrl=function(e){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(g(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(e){return g(e)?this.each(function(t){w(this).wrapInner(e.call(this,t))}):this.each(function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)})},wrap:function(e){var t=g(e);return this.each(function(n){w(this).wrapAll(t?e.call(this,n):e)})},unwrap:function(e){return this.parent(e).not("body").each(function(){w(this).replaceWith(this.childNodes)}),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Vt={0:200,1223:204},Gt=w.ajaxSettings.xhr();h.cors=!!Gt&&"withCredentials"in Gt,h.ajax=Gt=!!Gt,w.ajaxTransport(function(t){var n,r;if(h.cors||Gt&&!t.crossDomain)return{send:function(i,o){var a,s=t.xhr();if(s.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(a in t.xhrFields)s[a]=t.xhrFields[a];t.mimeType&&s.overrideMimeType&&s.overrideMimeType(t.mimeType),t.crossDomain||i["X-Requested-With"]||(i["X-Requested-With"]="XMLHttpRequest");for(a in i)s.setRequestHeader(a,i[a]);n=function(e){return function(){n&&(n=r=s.onload=s.onerror=s.onabort=s.ontimeout=s.onreadystatechange=null,"abort"===e?s.abort():"error"===e?"number"!=typeof s.status?o(0,"error"):o(s.status,s.statusText):o(Vt[s.status]||s.status,s.statusText,"text"!==(s.responseType||"text")||"string"!=typeof s.responseText?{binary:s.response}:{text:s.responseText},s.getAllResponseHeaders()))}},s.onload=n(),r=s.onerror=s.ontimeout=n("error"),void 0!==s.onabort?s.onabort=r:s.onreadystatechange=function(){4===s.readyState&&e.setTimeout(function(){n&&r()})},n=n("abort");try{s.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}}),w.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),w.ajaxTransport("script",function(e){if(e.crossDomain){var t,n;return{send:function(i,o){t=w(" From ce33fc79172f76b160beff3e2e89127ae3cb4549 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 19 Jul 2018 17:47:51 +0200 Subject: [PATCH 09/26] Dry up stylesheed --- assets/sass/_base-variables.sass | 4 +- assets/sass/_base.sass | 83 ++++--------------- assets/sass/_fontawesome-import.sass | 3 + assets/sass/style.sass | 8 +- ...s_065a25a4dafeb4227239fe9a8e6c8eaa.content | 4 +- ...sass_065a25a4dafeb4227239fe9a8e6c8eaa.json | 2 +- ...s_065a25a4dafeb4227239fe9a8e6c8eaa.content | 4 +- ...sass_065a25a4dafeb4227239fe9a8e6c8eaa.json | 2 +- ...s_065a25a4dafeb4227239fe9a8e6c8eaa.content | 4 +- ...sass_065a25a4dafeb4227239fe9a8e6c8eaa.json | 2 +- layouts/index.html | 2 +- 11 files changed, 33 insertions(+), 85 deletions(-) create mode 100644 assets/sass/_fontawesome-import.sass diff --git a/assets/sass/_base-variables.sass b/assets/sass/_base-variables.sass index fcefd6c..28294c2 100644 --- a/assets/sass/_base-variables.sass +++ b/assets/sass/_base-variables.sass @@ -1,6 +1,8 @@ $family-sans-serif: Nunito Sans, sans-serif -$title-stack: Nunito Sans, sans-serif $body-size: 16px $code: $primary $code-background: $background $title-weight: 300 +$navbar-background-color: $background +$navbar-item-hover-background-color: $background +$navbar-item-hover-color: $secondary diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass index 32844d2..9a8ac90 100644 --- a/assets/sass/_base.sass +++ b/assets/sass/_base.sass @@ -1,10 +1,4 @@ -html - background-color: $background - body - font-size: $body-size - font-family: $family-sans-serif - color: $body-color background-color: $background html.modal-open @@ -21,21 +15,12 @@ html.modal-open animation: fadeIn ease-in 1 animation-fill-mode: forwards animation-duration: 1s - -.fade-in.one - animation-delay: 0.7s - -.fade-in.two - animation-delay: 1.4s - -.fade-in.three - animation-delay: 1.8s - -.section - background-color: $background - -.hero - background-color: $background + &.one + animation-delay: 0.7s + &.two + animation-delay: 1.4s + &.three + animation-delay: 1.8s a color: $primary @@ -45,21 +30,12 @@ a &:active color: $primary +h1, h2, .title, .subtitle + color: $h-color + .title - color: $h-color font-weight: 400 -.subtitle - color: $h-color - -h1 - color: $h-color - font-family: $title-stack - -h2 - color: $h-color - font-family: $title-stack - ul padding: 0 @@ -80,6 +56,9 @@ hr border: none box-shadow: none +.hidden + display: none + .img-responsive border-radius: 5px box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4) @@ -98,23 +77,12 @@ hr font-size: 3rem text-align: center -.tagline - font-size: 2.5rem - @include mobile - font-size: 1.5rem - .top-pad padding-top: 1rem .bottom-pad padding-bottom: 1rem -.no-padding - padding: 0 - -.no-padding-top - padding-top: 0 - .strong-post-title font-weight: $weight-bold @@ -135,31 +103,16 @@ hr vertical-align: baseline margin: 0 5px -.navbar - background-color: $background - .navbar-burger margin-right: auto .navbar-burger:hover - background-color: $background + background-color: $navbar-background-color .navbar-item text-transform: uppercase font-size: 14px -a.navbar-item:hover - color: $secondary - -.expanding-menu - ul - list-style: none - display: none - -.expanding-menu:hover ul - display: block - transition: height 1s ease - .social-icons padding: 0 10px @@ -183,7 +136,6 @@ a.navbar-item:hover width: 70% margin: 0 auto text-align: center - font-family: $h-color font-size: 1.5rem @include mobile width: 100% @@ -202,9 +154,6 @@ a.navbar-item:hover background-color: $background font-size: 1.5rem -.hidden - display: none - .markdown p margin-bottom: 1em @@ -232,12 +181,8 @@ a.navbar-item:hover h6 font-size: $size-6 a - color: $primary - :hover + &:hover color: $secondary - font-style: none - :active - color: $primary ul margin-bottom: 1.25rem margin-left: 1.5em diff --git a/assets/sass/_fontawesome-import.sass b/assets/sass/_fontawesome-import.sass new file mode 100644 index 0000000..8b2d069 --- /dev/null +++ b/assets/sass/_fontawesome-import.sass @@ -0,0 +1,3 @@ +@import "../vendor/fontawesome-free/scss/fontawesome.scss" +@import "../vendor/fontawesome-free/scss/fa-brands.scss" +@import "../vendor/fontawesome-free/scss/fa-solid.scss" diff --git a/assets/sass/style.sass b/assets/sass/style.sass index e88ec25..3f4ef03 100644 --- a/assets/sass/style.sass +++ b/assets/sass/style.sass @@ -2,12 +2,10 @@ $fa-font-path: {{ "/fonts/fontawesome-free/webfonts" | relURL }} $nunito-font-path: {{ "/fonts/NunitoSans" | relURL }} -@import "bulma-import" -@import "../vendor/fontawesome-free/scss/fontawesome.scss" -@import "../vendor/fontawesome-free/scss/fa-brands.scss" -@import "../vendor/fontawesome-free/scss/fa-solid.scss" @import "fonts" -@import "base-variables" @import "{{ $themeStyle }}-variables" +@import "base-variables" +@import "bulma-import" +@import "fontawesome-import" @import "base" @import "{{ $themeStyle }}-style" diff --git a/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content b/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content index 0f71798..289bcad 100644 --- a/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content +++ b/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content @@ -1,2 +1,2 @@ -.modal-close,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem}.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:0;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.modal-close::before,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.modal-close::before{height:2px;width:50%}.modal-close::after{height:50%;width:2px}.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.is-overlay,.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,helvetica,arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#f5f5f5;border:0;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e5e5!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-link{color:#3273dc!important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#209cee!important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc!important}.has-background-info{background-color:#209cee!important}.has-text-success{color:#23d160!important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c!important}.has-background-success{background-color:#23d160!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537!important}.has-background-danger{background-color:#ff3860!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.container{margin:0 auto;position:relative}@media screen and (min-width:1088px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:64px;margin-right:64px;max-width:none;width:auto}}@media screen and (max-width:1279px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1471px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1280px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1472px){.container{max-width:1344px;width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:none;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:none;padding:1.5rem}.card-footer{background-color:none;border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.modal{align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}@media screen and (min-width:1088px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}@media screen and (min-width:1088px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}@media screen and (min-width:1088px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1088px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#3273dc}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-link::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:0;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1087px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1088px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em,-0.25em);transform:rotate(135deg) translate(0.25em,-0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:0;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:0;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-1rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333333%}.column.is-offset-1-mobile{margin-left:8.33333333%}.column.is-2-mobile{flex:none;width:16.66666667%}.column.is-offset-2-mobile{margin-left:16.66666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333%}.column.is-offset-4-mobile{margin-left:33.33333333%}.column.is-5-mobile{flex:none;width:41.66666667%}.column.is-offset-5-mobile{margin-left:41.66666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333333%}.column.is-offset-7-mobile{margin-left:58.33333333%}.column.is-8-mobile{flex:none;width:66.66666667%}.column.is-offset-8-mobile{margin-left:66.66666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333%}.column.is-offset-10-mobile{margin-left:83.33333333%}.column.is-11-mobile{flex:none;width:91.66666667%}.column.is-offset-11-mobile{margin-left:91.66666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333333%}.column.is-offset-1-touch{margin-left:8.33333333%}.column.is-2-touch{flex:none;width:16.66666667%}.column.is-offset-2-touch{margin-left:16.66666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333%}.column.is-offset-4-touch{margin-left:33.33333333%}.column.is-5-touch{flex:none;width:41.66666667%}.column.is-offset-5-touch{margin-left:41.66666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333333%}.column.is-offset-7-touch{margin-left:58.33333333%}.column.is-8-touch{flex:none;width:66.66666667%}.column.is-offset-8-touch{margin-left:66.66666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333%}.column.is-offset-10-touch{margin-left:83.33333333%}.column.is-11-touch{flex:none;width:91.66666667%}.column.is-offset-11-touch{margin-left:91.66666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333333%}.column.is-offset-1-desktop{margin-left:8.33333333%}.column.is-2-desktop{flex:none;width:16.66666667%}.column.is-offset-2-desktop{margin-left:16.66666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333%}.column.is-offset-4-desktop{margin-left:33.33333333%}.column.is-5-desktop{flex:none;width:41.66666667%}.column.is-offset-5-desktop{margin-left:41.66666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333333%}.column.is-offset-7-desktop{margin-left:58.33333333%}.column.is-8-desktop{flex:none;width:66.66666667%}.column.is-offset-8-desktop{margin-left:66.66666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333%}.column.is-offset-10-desktop{margin-left:83.33333333%}.column.is-11-desktop{flex:none;width:91.66666667%}.column.is-offset-11-desktop{margin-left:91.66666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333333%}.column.is-offset-1-widescreen{margin-left:8.33333333%}.column.is-2-widescreen{flex:none;width:16.66666667%}.column.is-offset-2-widescreen{margin-left:16.66666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333%}.column.is-offset-4-widescreen{margin-left:33.33333333%}.column.is-5-widescreen{flex:none;width:41.66666667%}.column.is-offset-5-widescreen{margin-left:41.66666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333333%}.column.is-offset-7-widescreen{margin-left:58.33333333%}.column.is-8-widescreen{flex:none;width:66.66666667%}.column.is-offset-8-widescreen{margin-left:66.66666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333%}.column.is-offset-10-widescreen{margin-left:83.33333333%}.column.is-11-widescreen{flex:none;width:91.66666667%}.column.is-offset-11-widescreen{margin-left:91.66666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333333%}.column.is-offset-1-fullhd{margin-left:8.33333333%}.column.is-2-fullhd{flex:none;width:16.66666667%}.column.is-offset-2-fullhd{margin-left:16.66666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333%}.column.is-offset-4-fullhd{margin-left:33.33333333%}.column.is-5-fullhd{flex:none;width:41.66666667%}.column.is-offset-5-fullhd{margin-left:41.66666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333333%}.column.is-offset-7-fullhd{margin-left:58.33333333%}.column.is-8-fullhd{flex:none;width:66.66666667%}.column.is-offset-8-fullhd{margin-left:66.66666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333%}.column.is-offset-10-fullhd{margin-left:83.33333333%}.column.is-11-fullhd{flex:none;width:91.66666667%}.column.is-offset-11-fullhd{margin-left:91.66666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}.columns.is-variable.is-1{--columnGap: 0.25rem}.columns.is-variable.is-2{--columnGap: 0.5rem}.columns.is-variable.is-3{--columnGap: 0.75rem}.columns.is-variable.is-4{--columnGap: 1rem}.columns.is-variable.is-5{--columnGap: 1.25rem}.columns.is-variable.is-6{--columnGap: 1.5rem}.columns.is-variable.is-7{--columnGap: 1.75rem}.columns.is-variable.is-8{--columnGap: 2rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:0}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1087px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1087px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1087px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1087px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1088px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}/*!* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com -* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'font awesome 5 brands';font-style:normal;font-weight:400;src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot);src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'font awesome 5 brands'}@font-face{font-family:'font awesome 5 free';font-style:normal;font-weight:900;src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot);src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'font awesome 5 free';font-weight:900}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html{background-color:#fff}body{font-size:16px;font-family:Nunito Sans,sans-serif;color:#4a4a4a;background-color:#fff}html.modal-open{overflow:hidden}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s}.fade-in.one{-webkit-animation-delay:.7s;animation-delay:.7s}.fade-in.two{-webkit-animation-delay:1.4s;animation-delay:1.4s}.fade-in.three{-webkit-animation-delay:1.8s;animation-delay:1.8s}.section{background-color:#fff}.hero{background-color:#fff}a{color:#00b8d4}a:hover{color:#000;font-style:none}a:active{color:#00b8d4}.title{color:#222;font-weight:400}.subtitle{color:#222}h1{color:#222;font-family:Nunito Sans,sans-serif}h2{color:#222;font-family:Nunito Sans,sans-serif}ul{padding:0}img{border-radius:5px;border:1px solid #dbdbdb;box-shadow:0 2px 4px rgba(0,0,0,.4)}hr{background-color:#dbdbdb;height:1px}.container{max-width:1e3px}.noborder{border-radius:0;border:0;box-shadow:none}.img-responsive{border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.4)}.avatar{border:0}@media screen and (max-width:768px){.avatar{max-width:50%}}.thumbnail{border:0}.bold-title{font-size:6rem}@media screen and (max-width:768px){.bold-title{font-size:3rem;text-align:center}}.tagline{font-size:2.5rem}@media screen and (max-width:768px){.tagline{font-size:1.5rem}}.top-pad{padding-top:1rem}.bottom-pad{padding-bottom:1rem}.no-padding{padding:0}.no-padding-top{padding-top:0}.strong-post-title{font-weight:700}.post-item{display:block;list-style:none;list-style-position:outside;margin-left:0}.post-data{font-size:1rem;line-height:2rem}.blog-share .icon{height:1rem;width:1rem;vertical-align:baseline;margin:0 5px}.navbar{background-color:#fff}.navbar-burger{margin-right:auto}.navbar-burger:hover{background-color:#fff}.navbar-item{text-transform:uppercase;font-size:14px}a.navbar-item:hover{color:#dbdbdb}.expanding-menu ul{list-style:none;display:none}.expanding-menu:hover ul{display:block;transition:height 1s ease}.social-icons{padding:0 10px}.icon{height:2rem;width:2rem;margin:0 10px}.fab{font-size:21px}.footer-text{font-size:.8em}.footer-text a{color:#4a4a4a}.footer-text .fab{font-size:.8em;vertical-align:baseline}.tags-list{width:70%;margin:0 auto;text-align:center;font-family:#222;font-size:1.5rem}@media screen and (max-width:768px){.tags-list{width:100%}}.tag-cloud{font-size:1.5rem;margin-right:1.5rem}@media screen and (max-width:768px){.tag-cloud{font-size:1.5rem;margin-right:1rem}}.card{box-shadow:none}.card-content{background-color:#fff;font-size:1.5rem}.hidden{display:none}.markdown p{margin-bottom:1em}.markdown h1{font-size:3rem}@media screen and (max-width:768px){.markdown h1{font-size:2.5rem}}.markdown h2{font-size:2.5rem;line-height:1em;margin-top:1em;margin-bottom:.5em}@media screen and (max-width:768px){.markdown h2{font-size:2rem}}.markdown h3{font-size:2rem}@media screen and (max-width:768px){.markdown h3{font-size:1.5rem}}.markdown h4{font-size:1.5rem}@media screen and (max-width:768px){.markdown h4{font-size:1.25rem}}.markdown h5{font-size:1.25rem}.markdown h6{font-size:1rem}.markdown a{color:#00b8d4;hover-color:#dbdbdb;hover-font-style:none;active-color:#00b8d4}.markdown ul{margin-bottom:1.25rem;margin-left:1.5em;list-style:none}.markdown li{list-style-type:disc;margin-left:1.5em;list-style-position:outside;padding-left:1em}.markdown em{font-style:italic}.markdown strong{font-weight:700}.markdown hr{position:relative;margin:1.75rem 0;border:0;border-top:1px solid #dbdbdb}.markdown abbr{font-size:.8rem;font-weight:700;color:#666;text-transform:uppercase}.markdown abbr[title]{cursor:help;border-bottom:1px dotted gray}.markdown blockquote{padding:.5rem 1rem;margin:.8rem 0;color:#7a7a7a;border-left:.25rem solid #e5e5e5;margin-bottom:0}.markdown table{margin:2em 0;width:100%;border:1px solid #e5e5e5;border-collapse:collapse}.markdown td,.markdown th{padding:.25rem .5rem;border:1px solid #e5e5e5;text-align:center}.markdown tbody tr:nth-child(odd) td,.markdown tbody tr:nth-child(odd) th{background-color:#f7f7f7}.markdown pre{border-radius:3px}.modal-background{background-color:rgba(255,255,255,.9)}.modal-close{background-color:#000} \ No newline at end of file +@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.modal-close,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem}.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:0;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.modal-close::before,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.modal-close::before{height:2px;width:50%}.modal-close::after{height:50%;width:2px}.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.is-overlay,.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:Nunito Sans,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#000}code{background-color:#fff;color:#00b8d4;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#fff;border:0;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#fff;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e5e5!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00b8d4!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#008ca1!important}.has-background-primary{background-color:#00b8d4!important}.has-text-link{color:#3273dc!important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#209cee!important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc!important}.has-background-info{background-color:#209cee!important}.has-text-success{color:#23d160!important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c!important}.has-background-success{background-color:#23d160!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537!important}.has-background-danger{background-color:#ff3860!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.container{margin:0 auto;position:relative}@media screen and (min-width:1088px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:64px;margin-right:64px;max-width:none;width:auto}}@media screen and (max-width:1279px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1471px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1280px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1472px){.container{max-width:1344px;width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:300;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:none;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:none;padding:1.5rem}.card-footer{background-color:none;border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.modal{align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-head,.modal-card-foot{align-items:center;background-color:#fff;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}@media screen and (min-width:1088px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}@media screen and (min-width:1088px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}@media screen and (min-width:1088px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00b8d4;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00b8d4;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1088px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #fff}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #fff}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active{background-color:#fff;color:#dbdbdb}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-link::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#fff;border:0;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1087px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1088px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#fff;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em,-0.25em);transform:rotate(135deg) translate(0.25em,-0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:0;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#fff;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:0;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-1rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fff}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333333%}.column.is-offset-1-mobile{margin-left:8.33333333%}.column.is-2-mobile{flex:none;width:16.66666667%}.column.is-offset-2-mobile{margin-left:16.66666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333%}.column.is-offset-4-mobile{margin-left:33.33333333%}.column.is-5-mobile{flex:none;width:41.66666667%}.column.is-offset-5-mobile{margin-left:41.66666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333333%}.column.is-offset-7-mobile{margin-left:58.33333333%}.column.is-8-mobile{flex:none;width:66.66666667%}.column.is-offset-8-mobile{margin-left:66.66666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333%}.column.is-offset-10-mobile{margin-left:83.33333333%}.column.is-11-mobile{flex:none;width:91.66666667%}.column.is-offset-11-mobile{margin-left:91.66666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333333%}.column.is-offset-1-touch{margin-left:8.33333333%}.column.is-2-touch{flex:none;width:16.66666667%}.column.is-offset-2-touch{margin-left:16.66666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333%}.column.is-offset-4-touch{margin-left:33.33333333%}.column.is-5-touch{flex:none;width:41.66666667%}.column.is-offset-5-touch{margin-left:41.66666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333333%}.column.is-offset-7-touch{margin-left:58.33333333%}.column.is-8-touch{flex:none;width:66.66666667%}.column.is-offset-8-touch{margin-left:66.66666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333%}.column.is-offset-10-touch{margin-left:83.33333333%}.column.is-11-touch{flex:none;width:91.66666667%}.column.is-offset-11-touch{margin-left:91.66666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333333%}.column.is-offset-1-desktop{margin-left:8.33333333%}.column.is-2-desktop{flex:none;width:16.66666667%}.column.is-offset-2-desktop{margin-left:16.66666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333%}.column.is-offset-4-desktop{margin-left:33.33333333%}.column.is-5-desktop{flex:none;width:41.66666667%}.column.is-offset-5-desktop{margin-left:41.66666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333333%}.column.is-offset-7-desktop{margin-left:58.33333333%}.column.is-8-desktop{flex:none;width:66.66666667%}.column.is-offset-8-desktop{margin-left:66.66666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333%}.column.is-offset-10-desktop{margin-left:83.33333333%}.column.is-11-desktop{flex:none;width:91.66666667%}.column.is-offset-11-desktop{margin-left:91.66666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333333%}.column.is-offset-1-widescreen{margin-left:8.33333333%}.column.is-2-widescreen{flex:none;width:16.66666667%}.column.is-offset-2-widescreen{margin-left:16.66666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333%}.column.is-offset-4-widescreen{margin-left:33.33333333%}.column.is-5-widescreen{flex:none;width:41.66666667%}.column.is-offset-5-widescreen{margin-left:41.66666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333333%}.column.is-offset-7-widescreen{margin-left:58.33333333%}.column.is-8-widescreen{flex:none;width:66.66666667%}.column.is-offset-8-widescreen{margin-left:66.66666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333%}.column.is-offset-10-widescreen{margin-left:83.33333333%}.column.is-11-widescreen{flex:none;width:91.66666667%}.column.is-offset-11-widescreen{margin-left:91.66666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333333%}.column.is-offset-1-fullhd{margin-left:8.33333333%}.column.is-2-fullhd{flex:none;width:16.66666667%}.column.is-offset-2-fullhd{margin-left:16.66666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333%}.column.is-offset-4-fullhd{margin-left:33.33333333%}.column.is-5-fullhd{flex:none;width:41.66666667%}.column.is-offset-5-fullhd{margin-left:41.66666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333333%}.column.is-offset-7-fullhd{margin-left:58.33333333%}.column.is-8-fullhd{flex:none;width:66.66666667%}.column.is-offset-8-fullhd{margin-left:66.66666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333%}.column.is-offset-10-fullhd{margin-left:83.33333333%}.column.is-11-fullhd{flex:none;width:91.66666667%}.column.is-offset-11-fullhd{margin-left:91.66666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}.columns.is-variable.is-1{--columnGap: 0.25rem}.columns.is-variable.is-2{--columnGap: 0.5rem}.columns.is-variable.is-3{--columnGap: 0.75rem}.columns.is-variable.is-4{--columnGap: 1rem}.columns.is-variable.is-5{--columnGap: 1.25rem}.columns.is-variable.is-6{--columnGap: 1.5rem}.columns.is-variable.is-7{--columnGap: 1.75rem}.columns.is-variable.is-8{--columnGap: 2rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:0}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1087px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1087px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1087px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00b8d4;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-primary .navbar-menu{background-color:#00b8d4}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00a2bb;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00b8d4}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#00a19b 0%,#00b8d4 71%,#00a7ee 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#00a19b 0%,#00b8d4 71%,#00a7ee 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1087px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1088px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}/*!* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com +* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'font awesome 5 brands';font-style:normal;font-weight:400;src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot);src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'font awesome 5 brands'}@font-face{font-family:'font awesome 5 free';font-style:normal;font-weight:900;src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot);src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'font awesome 5 free';font-weight:900}body{background-color:#fff}html.modal-open{overflow:hidden}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s}.fade-in.one{-webkit-animation-delay:.7s;animation-delay:.7s}.fade-in.two{-webkit-animation-delay:1.4s;animation-delay:1.4s}.fade-in.three{-webkit-animation-delay:1.8s;animation-delay:1.8s}a{color:#00b8d4}a:hover{color:#000;font-style:none}a:active{color:#00b8d4}h1,h2,.title,.subtitle{color:#222}.title{font-weight:400}ul{padding:0}img{border-radius:5px;border:1px solid #dbdbdb;box-shadow:0 2px 4px rgba(0,0,0,.4)}hr{background-color:#dbdbdb;height:1px}.container{max-width:1e3px}.noborder{border-radius:0;border:0;box-shadow:none}.hidden{display:none}.img-responsive{border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.4)}.avatar{border:0}@media screen and (max-width:768px){.avatar{max-width:50%}}.thumbnail{border:0}.bold-title{font-size:6rem}@media screen and (max-width:768px){.bold-title{font-size:3rem;text-align:center}}.top-pad{padding-top:1rem}.bottom-pad{padding-bottom:1rem}.strong-post-title{font-weight:700}.post-item{display:block;list-style:none;list-style-position:outside;margin-left:0}.post-data{font-size:1rem;line-height:2rem}.blog-share .icon{height:1rem;width:1rem;vertical-align:baseline;margin:0 5px}.navbar-burger{margin-right:auto}.navbar-burger:hover{background-color:#fff}.navbar-item{text-transform:uppercase;font-size:14px}.social-icons{padding:0 10px}.icon{height:2rem;width:2rem;margin:0 10px}.fab{font-size:21px}.footer-text{font-size:.8em}.footer-text a{color:#4a4a4a}.footer-text .fab{font-size:.8em;vertical-align:baseline}.tags-list{width:70%;margin:0 auto;text-align:center;font-size:1.5rem}@media screen and (max-width:768px){.tags-list{width:100%}}.tag-cloud{font-size:1.5rem;margin-right:1.5rem}@media screen and (max-width:768px){.tag-cloud{font-size:1.5rem;margin-right:1rem}}.card{box-shadow:none}.card-content{background-color:#fff;font-size:1.5rem}.markdown p{margin-bottom:1em}.markdown h1{font-size:3rem}@media screen and (max-width:768px){.markdown h1{font-size:2.5rem}}.markdown h2{font-size:2.5rem;line-height:1em;margin-top:1em;margin-bottom:.5em}@media screen and (max-width:768px){.markdown h2{font-size:2rem}}.markdown h3{font-size:2rem}@media screen and (max-width:768px){.markdown h3{font-size:1.5rem}}.markdown h4{font-size:1.5rem}@media screen and (max-width:768px){.markdown h4{font-size:1.25rem}}.markdown h5{font-size:1.25rem}.markdown h6{font-size:1rem}.markdown a:hover{color:#dbdbdb}.markdown ul{margin-bottom:1.25rem;margin-left:1.5em;list-style:none}.markdown li{list-style-type:disc;margin-left:1.5em;list-style-position:outside;padding-left:1em}.markdown em{font-style:italic}.markdown strong{font-weight:700}.markdown hr{position:relative;margin:1.75rem 0;border:0;border-top:1px solid #dbdbdb}.markdown abbr{font-size:.8rem;font-weight:700;color:#666;text-transform:uppercase}.markdown abbr[title]{cursor:help;border-bottom:1px dotted gray}.markdown blockquote{padding:.5rem 1rem;margin:.8rem 0;color:#7a7a7a;border-left:.25rem solid #e5e5e5;margin-bottom:0}.markdown table{margin:2em 0;width:100%;border:1px solid #e5e5e5;border-collapse:collapse}.markdown td,.markdown th{padding:.25rem .5rem;border:1px solid #e5e5e5;text-align:center}.markdown tbody tr:nth-child(odd) td,.markdown tbody tr:nth-child(odd) th{background-color:#f7f7f7}.markdown pre{border-radius:3px}.modal-background{background-color:rgba(255,255,255,.9)}.modal-close{background-color:#000} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json b/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json index cb578b3..7edad7e 100644 --- a/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json +++ b/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json @@ -1 +1 @@ -{"Target":"styles/main.min.84c42c7a3665b49259fb9858108552fbc0d7063a0c7f98634800c3d8e760abd7.css","MediaType":"text/css","Data":{"Integrity":"sha256-hMQsejZltJJZ+5hYEIVS+8DXBjoMf5hjSADD2Odgq9c="}} \ No newline at end of file +{"Target":"styles/main.min.88e4a525bef0c5911f208d47535e56f02a7e2658dd19eaab52840dde669f1dd3.css","MediaType":"text/css","Data":{"Integrity":"sha256-iOSlJb7wxZEfII1HU15W8Cp+JljdGeqrUoQN3mafHdM="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content b/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content index 0f71798..289bcad 100644 --- a/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content +++ b/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content @@ -1,2 +1,2 @@ -.modal-close,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem}.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:0;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.modal-close::before,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.modal-close::before{height:2px;width:50%}.modal-close::after{height:50%;width:2px}.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.is-overlay,.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,helvetica,arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#f5f5f5;border:0;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e5e5!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-link{color:#3273dc!important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#209cee!important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc!important}.has-background-info{background-color:#209cee!important}.has-text-success{color:#23d160!important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c!important}.has-background-success{background-color:#23d160!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537!important}.has-background-danger{background-color:#ff3860!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.container{margin:0 auto;position:relative}@media screen and (min-width:1088px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:64px;margin-right:64px;max-width:none;width:auto}}@media screen and (max-width:1279px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1471px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1280px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1472px){.container{max-width:1344px;width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:none;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:none;padding:1.5rem}.card-footer{background-color:none;border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.modal{align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}@media screen and (min-width:1088px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}@media screen and (min-width:1088px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}@media screen and (min-width:1088px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1088px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#3273dc}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-link::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:0;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1087px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1088px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em,-0.25em);transform:rotate(135deg) translate(0.25em,-0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:0;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:0;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-1rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333333%}.column.is-offset-1-mobile{margin-left:8.33333333%}.column.is-2-mobile{flex:none;width:16.66666667%}.column.is-offset-2-mobile{margin-left:16.66666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333%}.column.is-offset-4-mobile{margin-left:33.33333333%}.column.is-5-mobile{flex:none;width:41.66666667%}.column.is-offset-5-mobile{margin-left:41.66666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333333%}.column.is-offset-7-mobile{margin-left:58.33333333%}.column.is-8-mobile{flex:none;width:66.66666667%}.column.is-offset-8-mobile{margin-left:66.66666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333%}.column.is-offset-10-mobile{margin-left:83.33333333%}.column.is-11-mobile{flex:none;width:91.66666667%}.column.is-offset-11-mobile{margin-left:91.66666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333333%}.column.is-offset-1-touch{margin-left:8.33333333%}.column.is-2-touch{flex:none;width:16.66666667%}.column.is-offset-2-touch{margin-left:16.66666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333%}.column.is-offset-4-touch{margin-left:33.33333333%}.column.is-5-touch{flex:none;width:41.66666667%}.column.is-offset-5-touch{margin-left:41.66666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333333%}.column.is-offset-7-touch{margin-left:58.33333333%}.column.is-8-touch{flex:none;width:66.66666667%}.column.is-offset-8-touch{margin-left:66.66666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333%}.column.is-offset-10-touch{margin-left:83.33333333%}.column.is-11-touch{flex:none;width:91.66666667%}.column.is-offset-11-touch{margin-left:91.66666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333333%}.column.is-offset-1-desktop{margin-left:8.33333333%}.column.is-2-desktop{flex:none;width:16.66666667%}.column.is-offset-2-desktop{margin-left:16.66666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333%}.column.is-offset-4-desktop{margin-left:33.33333333%}.column.is-5-desktop{flex:none;width:41.66666667%}.column.is-offset-5-desktop{margin-left:41.66666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333333%}.column.is-offset-7-desktop{margin-left:58.33333333%}.column.is-8-desktop{flex:none;width:66.66666667%}.column.is-offset-8-desktop{margin-left:66.66666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333%}.column.is-offset-10-desktop{margin-left:83.33333333%}.column.is-11-desktop{flex:none;width:91.66666667%}.column.is-offset-11-desktop{margin-left:91.66666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333333%}.column.is-offset-1-widescreen{margin-left:8.33333333%}.column.is-2-widescreen{flex:none;width:16.66666667%}.column.is-offset-2-widescreen{margin-left:16.66666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333%}.column.is-offset-4-widescreen{margin-left:33.33333333%}.column.is-5-widescreen{flex:none;width:41.66666667%}.column.is-offset-5-widescreen{margin-left:41.66666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333333%}.column.is-offset-7-widescreen{margin-left:58.33333333%}.column.is-8-widescreen{flex:none;width:66.66666667%}.column.is-offset-8-widescreen{margin-left:66.66666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333%}.column.is-offset-10-widescreen{margin-left:83.33333333%}.column.is-11-widescreen{flex:none;width:91.66666667%}.column.is-offset-11-widescreen{margin-left:91.66666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333333%}.column.is-offset-1-fullhd{margin-left:8.33333333%}.column.is-2-fullhd{flex:none;width:16.66666667%}.column.is-offset-2-fullhd{margin-left:16.66666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333%}.column.is-offset-4-fullhd{margin-left:33.33333333%}.column.is-5-fullhd{flex:none;width:41.66666667%}.column.is-offset-5-fullhd{margin-left:41.66666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333333%}.column.is-offset-7-fullhd{margin-left:58.33333333%}.column.is-8-fullhd{flex:none;width:66.66666667%}.column.is-offset-8-fullhd{margin-left:66.66666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333%}.column.is-offset-10-fullhd{margin-left:83.33333333%}.column.is-11-fullhd{flex:none;width:91.66666667%}.column.is-offset-11-fullhd{margin-left:91.66666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}.columns.is-variable.is-1{--columnGap: 0.25rem}.columns.is-variable.is-2{--columnGap: 0.5rem}.columns.is-variable.is-3{--columnGap: 0.75rem}.columns.is-variable.is-4{--columnGap: 1rem}.columns.is-variable.is-5{--columnGap: 1.25rem}.columns.is-variable.is-6{--columnGap: 1.5rem}.columns.is-variable.is-7{--columnGap: 1.75rem}.columns.is-variable.is-8{--columnGap: 2rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:0}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1087px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1087px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1087px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1087px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1088px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}/*!* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com -* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'font awesome 5 brands';font-style:normal;font-weight:400;src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot);src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'font awesome 5 brands'}@font-face{font-family:'font awesome 5 free';font-style:normal;font-weight:900;src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot);src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'font awesome 5 free';font-weight:900}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html{background-color:#fff}body{font-size:16px;font-family:Nunito Sans,sans-serif;color:#4a4a4a;background-color:#fff}html.modal-open{overflow:hidden}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s}.fade-in.one{-webkit-animation-delay:.7s;animation-delay:.7s}.fade-in.two{-webkit-animation-delay:1.4s;animation-delay:1.4s}.fade-in.three{-webkit-animation-delay:1.8s;animation-delay:1.8s}.section{background-color:#fff}.hero{background-color:#fff}a{color:#00b8d4}a:hover{color:#000;font-style:none}a:active{color:#00b8d4}.title{color:#222;font-weight:400}.subtitle{color:#222}h1{color:#222;font-family:Nunito Sans,sans-serif}h2{color:#222;font-family:Nunito Sans,sans-serif}ul{padding:0}img{border-radius:5px;border:1px solid #dbdbdb;box-shadow:0 2px 4px rgba(0,0,0,.4)}hr{background-color:#dbdbdb;height:1px}.container{max-width:1e3px}.noborder{border-radius:0;border:0;box-shadow:none}.img-responsive{border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.4)}.avatar{border:0}@media screen and (max-width:768px){.avatar{max-width:50%}}.thumbnail{border:0}.bold-title{font-size:6rem}@media screen and (max-width:768px){.bold-title{font-size:3rem;text-align:center}}.tagline{font-size:2.5rem}@media screen and (max-width:768px){.tagline{font-size:1.5rem}}.top-pad{padding-top:1rem}.bottom-pad{padding-bottom:1rem}.no-padding{padding:0}.no-padding-top{padding-top:0}.strong-post-title{font-weight:700}.post-item{display:block;list-style:none;list-style-position:outside;margin-left:0}.post-data{font-size:1rem;line-height:2rem}.blog-share .icon{height:1rem;width:1rem;vertical-align:baseline;margin:0 5px}.navbar{background-color:#fff}.navbar-burger{margin-right:auto}.navbar-burger:hover{background-color:#fff}.navbar-item{text-transform:uppercase;font-size:14px}a.navbar-item:hover{color:#dbdbdb}.expanding-menu ul{list-style:none;display:none}.expanding-menu:hover ul{display:block;transition:height 1s ease}.social-icons{padding:0 10px}.icon{height:2rem;width:2rem;margin:0 10px}.fab{font-size:21px}.footer-text{font-size:.8em}.footer-text a{color:#4a4a4a}.footer-text .fab{font-size:.8em;vertical-align:baseline}.tags-list{width:70%;margin:0 auto;text-align:center;font-family:#222;font-size:1.5rem}@media screen and (max-width:768px){.tags-list{width:100%}}.tag-cloud{font-size:1.5rem;margin-right:1.5rem}@media screen and (max-width:768px){.tag-cloud{font-size:1.5rem;margin-right:1rem}}.card{box-shadow:none}.card-content{background-color:#fff;font-size:1.5rem}.hidden{display:none}.markdown p{margin-bottom:1em}.markdown h1{font-size:3rem}@media screen and (max-width:768px){.markdown h1{font-size:2.5rem}}.markdown h2{font-size:2.5rem;line-height:1em;margin-top:1em;margin-bottom:.5em}@media screen and (max-width:768px){.markdown h2{font-size:2rem}}.markdown h3{font-size:2rem}@media screen and (max-width:768px){.markdown h3{font-size:1.5rem}}.markdown h4{font-size:1.5rem}@media screen and (max-width:768px){.markdown h4{font-size:1.25rem}}.markdown h5{font-size:1.25rem}.markdown h6{font-size:1rem}.markdown a{color:#00b8d4;hover-color:#dbdbdb;hover-font-style:none;active-color:#00b8d4}.markdown ul{margin-bottom:1.25rem;margin-left:1.5em;list-style:none}.markdown li{list-style-type:disc;margin-left:1.5em;list-style-position:outside;padding-left:1em}.markdown em{font-style:italic}.markdown strong{font-weight:700}.markdown hr{position:relative;margin:1.75rem 0;border:0;border-top:1px solid #dbdbdb}.markdown abbr{font-size:.8rem;font-weight:700;color:#666;text-transform:uppercase}.markdown abbr[title]{cursor:help;border-bottom:1px dotted gray}.markdown blockquote{padding:.5rem 1rem;margin:.8rem 0;color:#7a7a7a;border-left:.25rem solid #e5e5e5;margin-bottom:0}.markdown table{margin:2em 0;width:100%;border:1px solid #e5e5e5;border-collapse:collapse}.markdown td,.markdown th{padding:.25rem .5rem;border:1px solid #e5e5e5;text-align:center}.markdown tbody tr:nth-child(odd) td,.markdown tbody tr:nth-child(odd) th{background-color:#f7f7f7}.markdown pre{border-radius:3px}.modal-background{background-color:rgba(255,255,255,.9)}.modal-close{background-color:#000} \ No newline at end of file +@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.modal-close,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem}.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:0;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.modal-close::before,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.modal-close::before{height:2px;width:50%}.modal-close::after{height:50%;width:2px}.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.is-overlay,.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:Nunito Sans,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#000}code{background-color:#fff;color:#00b8d4;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#fff;border:0;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#fff;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e5e5!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00b8d4!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#008ca1!important}.has-background-primary{background-color:#00b8d4!important}.has-text-link{color:#3273dc!important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#209cee!important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc!important}.has-background-info{background-color:#209cee!important}.has-text-success{color:#23d160!important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c!important}.has-background-success{background-color:#23d160!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537!important}.has-background-danger{background-color:#ff3860!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.container{margin:0 auto;position:relative}@media screen and (min-width:1088px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:64px;margin-right:64px;max-width:none;width:auto}}@media screen and (max-width:1279px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1471px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1280px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1472px){.container{max-width:1344px;width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:300;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:none;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:none;padding:1.5rem}.card-footer{background-color:none;border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.modal{align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-head,.modal-card-foot{align-items:center;background-color:#fff;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}@media screen and (min-width:1088px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}@media screen and (min-width:1088px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}@media screen and (min-width:1088px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00b8d4;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00b8d4;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1088px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #fff}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #fff}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active{background-color:#fff;color:#dbdbdb}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-link::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#fff;border:0;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1087px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1088px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#fff;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em,-0.25em);transform:rotate(135deg) translate(0.25em,-0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:0;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#fff;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:0;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-1rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fff}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333333%}.column.is-offset-1-mobile{margin-left:8.33333333%}.column.is-2-mobile{flex:none;width:16.66666667%}.column.is-offset-2-mobile{margin-left:16.66666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333%}.column.is-offset-4-mobile{margin-left:33.33333333%}.column.is-5-mobile{flex:none;width:41.66666667%}.column.is-offset-5-mobile{margin-left:41.66666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333333%}.column.is-offset-7-mobile{margin-left:58.33333333%}.column.is-8-mobile{flex:none;width:66.66666667%}.column.is-offset-8-mobile{margin-left:66.66666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333%}.column.is-offset-10-mobile{margin-left:83.33333333%}.column.is-11-mobile{flex:none;width:91.66666667%}.column.is-offset-11-mobile{margin-left:91.66666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333333%}.column.is-offset-1-touch{margin-left:8.33333333%}.column.is-2-touch{flex:none;width:16.66666667%}.column.is-offset-2-touch{margin-left:16.66666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333%}.column.is-offset-4-touch{margin-left:33.33333333%}.column.is-5-touch{flex:none;width:41.66666667%}.column.is-offset-5-touch{margin-left:41.66666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333333%}.column.is-offset-7-touch{margin-left:58.33333333%}.column.is-8-touch{flex:none;width:66.66666667%}.column.is-offset-8-touch{margin-left:66.66666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333%}.column.is-offset-10-touch{margin-left:83.33333333%}.column.is-11-touch{flex:none;width:91.66666667%}.column.is-offset-11-touch{margin-left:91.66666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333333%}.column.is-offset-1-desktop{margin-left:8.33333333%}.column.is-2-desktop{flex:none;width:16.66666667%}.column.is-offset-2-desktop{margin-left:16.66666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333%}.column.is-offset-4-desktop{margin-left:33.33333333%}.column.is-5-desktop{flex:none;width:41.66666667%}.column.is-offset-5-desktop{margin-left:41.66666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333333%}.column.is-offset-7-desktop{margin-left:58.33333333%}.column.is-8-desktop{flex:none;width:66.66666667%}.column.is-offset-8-desktop{margin-left:66.66666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333%}.column.is-offset-10-desktop{margin-left:83.33333333%}.column.is-11-desktop{flex:none;width:91.66666667%}.column.is-offset-11-desktop{margin-left:91.66666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333333%}.column.is-offset-1-widescreen{margin-left:8.33333333%}.column.is-2-widescreen{flex:none;width:16.66666667%}.column.is-offset-2-widescreen{margin-left:16.66666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333%}.column.is-offset-4-widescreen{margin-left:33.33333333%}.column.is-5-widescreen{flex:none;width:41.66666667%}.column.is-offset-5-widescreen{margin-left:41.66666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333333%}.column.is-offset-7-widescreen{margin-left:58.33333333%}.column.is-8-widescreen{flex:none;width:66.66666667%}.column.is-offset-8-widescreen{margin-left:66.66666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333%}.column.is-offset-10-widescreen{margin-left:83.33333333%}.column.is-11-widescreen{flex:none;width:91.66666667%}.column.is-offset-11-widescreen{margin-left:91.66666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333333%}.column.is-offset-1-fullhd{margin-left:8.33333333%}.column.is-2-fullhd{flex:none;width:16.66666667%}.column.is-offset-2-fullhd{margin-left:16.66666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333%}.column.is-offset-4-fullhd{margin-left:33.33333333%}.column.is-5-fullhd{flex:none;width:41.66666667%}.column.is-offset-5-fullhd{margin-left:41.66666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333333%}.column.is-offset-7-fullhd{margin-left:58.33333333%}.column.is-8-fullhd{flex:none;width:66.66666667%}.column.is-offset-8-fullhd{margin-left:66.66666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333%}.column.is-offset-10-fullhd{margin-left:83.33333333%}.column.is-11-fullhd{flex:none;width:91.66666667%}.column.is-offset-11-fullhd{margin-left:91.66666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}.columns.is-variable.is-1{--columnGap: 0.25rem}.columns.is-variable.is-2{--columnGap: 0.5rem}.columns.is-variable.is-3{--columnGap: 0.75rem}.columns.is-variable.is-4{--columnGap: 1rem}.columns.is-variable.is-5{--columnGap: 1.25rem}.columns.is-variable.is-6{--columnGap: 1.5rem}.columns.is-variable.is-7{--columnGap: 1.75rem}.columns.is-variable.is-8{--columnGap: 2rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:0}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1087px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1087px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1087px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00b8d4;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-primary .navbar-menu{background-color:#00b8d4}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00a2bb;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00b8d4}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#00a19b 0%,#00b8d4 71%,#00a7ee 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#00a19b 0%,#00b8d4 71%,#00a7ee 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1087px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1088px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}/*!* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com +* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'font awesome 5 brands';font-style:normal;font-weight:400;src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot);src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'font awesome 5 brands'}@font-face{font-family:'font awesome 5 free';font-style:normal;font-weight:900;src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot);src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'font awesome 5 free';font-weight:900}body{background-color:#fff}html.modal-open{overflow:hidden}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s}.fade-in.one{-webkit-animation-delay:.7s;animation-delay:.7s}.fade-in.two{-webkit-animation-delay:1.4s;animation-delay:1.4s}.fade-in.three{-webkit-animation-delay:1.8s;animation-delay:1.8s}a{color:#00b8d4}a:hover{color:#000;font-style:none}a:active{color:#00b8d4}h1,h2,.title,.subtitle{color:#222}.title{font-weight:400}ul{padding:0}img{border-radius:5px;border:1px solid #dbdbdb;box-shadow:0 2px 4px rgba(0,0,0,.4)}hr{background-color:#dbdbdb;height:1px}.container{max-width:1e3px}.noborder{border-radius:0;border:0;box-shadow:none}.hidden{display:none}.img-responsive{border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.4)}.avatar{border:0}@media screen and (max-width:768px){.avatar{max-width:50%}}.thumbnail{border:0}.bold-title{font-size:6rem}@media screen and (max-width:768px){.bold-title{font-size:3rem;text-align:center}}.top-pad{padding-top:1rem}.bottom-pad{padding-bottom:1rem}.strong-post-title{font-weight:700}.post-item{display:block;list-style:none;list-style-position:outside;margin-left:0}.post-data{font-size:1rem;line-height:2rem}.blog-share .icon{height:1rem;width:1rem;vertical-align:baseline;margin:0 5px}.navbar-burger{margin-right:auto}.navbar-burger:hover{background-color:#fff}.navbar-item{text-transform:uppercase;font-size:14px}.social-icons{padding:0 10px}.icon{height:2rem;width:2rem;margin:0 10px}.fab{font-size:21px}.footer-text{font-size:.8em}.footer-text a{color:#4a4a4a}.footer-text .fab{font-size:.8em;vertical-align:baseline}.tags-list{width:70%;margin:0 auto;text-align:center;font-size:1.5rem}@media screen and (max-width:768px){.tags-list{width:100%}}.tag-cloud{font-size:1.5rem;margin-right:1.5rem}@media screen and (max-width:768px){.tag-cloud{font-size:1.5rem;margin-right:1rem}}.card{box-shadow:none}.card-content{background-color:#fff;font-size:1.5rem}.markdown p{margin-bottom:1em}.markdown h1{font-size:3rem}@media screen and (max-width:768px){.markdown h1{font-size:2.5rem}}.markdown h2{font-size:2.5rem;line-height:1em;margin-top:1em;margin-bottom:.5em}@media screen and (max-width:768px){.markdown h2{font-size:2rem}}.markdown h3{font-size:2rem}@media screen and (max-width:768px){.markdown h3{font-size:1.5rem}}.markdown h4{font-size:1.5rem}@media screen and (max-width:768px){.markdown h4{font-size:1.25rem}}.markdown h5{font-size:1.25rem}.markdown h6{font-size:1rem}.markdown a:hover{color:#dbdbdb}.markdown ul{margin-bottom:1.25rem;margin-left:1.5em;list-style:none}.markdown li{list-style-type:disc;margin-left:1.5em;list-style-position:outside;padding-left:1em}.markdown em{font-style:italic}.markdown strong{font-weight:700}.markdown hr{position:relative;margin:1.75rem 0;border:0;border-top:1px solid #dbdbdb}.markdown abbr{font-size:.8rem;font-weight:700;color:#666;text-transform:uppercase}.markdown abbr[title]{cursor:help;border-bottom:1px dotted gray}.markdown blockquote{padding:.5rem 1rem;margin:.8rem 0;color:#7a7a7a;border-left:.25rem solid #e5e5e5;margin-bottom:0}.markdown table{margin:2em 0;width:100%;border:1px solid #e5e5e5;border-collapse:collapse}.markdown td,.markdown th{padding:.25rem .5rem;border:1px solid #e5e5e5;text-align:center}.markdown tbody tr:nth-child(odd) td,.markdown tbody tr:nth-child(odd) th{background-color:#f7f7f7}.markdown pre{border-radius:3px}.modal-background{background-color:rgba(255,255,255,.9)}.modal-close{background-color:#000} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json b/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json index cb578b3..7edad7e 100644 --- a/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json +++ b/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json @@ -1 +1 @@ -{"Target":"styles/main.min.84c42c7a3665b49259fb9858108552fbc0d7063a0c7f98634800c3d8e760abd7.css","MediaType":"text/css","Data":{"Integrity":"sha256-hMQsejZltJJZ+5hYEIVS+8DXBjoMf5hjSADD2Odgq9c="}} \ No newline at end of file +{"Target":"styles/main.min.88e4a525bef0c5911f208d47535e56f02a7e2658dd19eaab52840dde669f1dd3.css","MediaType":"text/css","Data":{"Integrity":"sha256-iOSlJb7wxZEfII1HU15W8Cp+JljdGeqrUoQN3mafHdM="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content b/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content index 0f71798..289bcad 100644 --- a/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content +++ b/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content @@ -1,2 +1,2 @@ -.modal-close,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem}.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:0;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.modal-close::before,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.modal-close::before{height:2px;width:50%}.modal-close::after{height:50%;width:2px}.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.is-overlay,.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,segoe ui,roboto,oxygen,ubuntu,cantarell,fira sans,droid sans,helvetica neue,helvetica,arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#ff3860;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#f5f5f5;border:0;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e5e5!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-link{color:#3273dc!important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#209cee!important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc!important}.has-background-info{background-color:#209cee!important}.has-text-success{color:#23d160!important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c!important}.has-background-success{background-color:#23d160!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537!important}.has-background-danger{background-color:#ff3860!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.container{margin:0 auto;position:relative}@media screen and (min-width:1088px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:64px;margin-right:64px;max-width:none;width:auto}}@media screen and (max-width:1279px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1471px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1280px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1472px){.container{max-width:1344px;width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:none;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:none;padding:1.5rem}.card-footer{background-color:none;border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.modal{align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-head,.modal-card-foot{align-items:center;background-color:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}@media screen and (min-width:1088px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}@media screen and (min-width:1088px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}@media screen and (min-width:1088px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1088px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active{background-color:#fafafa;color:#3273dc}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-link::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:0;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1087px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1088px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em,-0.25em);transform:rotate(135deg) translate(0.25em,-0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:0;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:0;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-1rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fafafa}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333333%}.column.is-offset-1-mobile{margin-left:8.33333333%}.column.is-2-mobile{flex:none;width:16.66666667%}.column.is-offset-2-mobile{margin-left:16.66666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333%}.column.is-offset-4-mobile{margin-left:33.33333333%}.column.is-5-mobile{flex:none;width:41.66666667%}.column.is-offset-5-mobile{margin-left:41.66666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333333%}.column.is-offset-7-mobile{margin-left:58.33333333%}.column.is-8-mobile{flex:none;width:66.66666667%}.column.is-offset-8-mobile{margin-left:66.66666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333%}.column.is-offset-10-mobile{margin-left:83.33333333%}.column.is-11-mobile{flex:none;width:91.66666667%}.column.is-offset-11-mobile{margin-left:91.66666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333333%}.column.is-offset-1-touch{margin-left:8.33333333%}.column.is-2-touch{flex:none;width:16.66666667%}.column.is-offset-2-touch{margin-left:16.66666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333%}.column.is-offset-4-touch{margin-left:33.33333333%}.column.is-5-touch{flex:none;width:41.66666667%}.column.is-offset-5-touch{margin-left:41.66666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333333%}.column.is-offset-7-touch{margin-left:58.33333333%}.column.is-8-touch{flex:none;width:66.66666667%}.column.is-offset-8-touch{margin-left:66.66666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333%}.column.is-offset-10-touch{margin-left:83.33333333%}.column.is-11-touch{flex:none;width:91.66666667%}.column.is-offset-11-touch{margin-left:91.66666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333333%}.column.is-offset-1-desktop{margin-left:8.33333333%}.column.is-2-desktop{flex:none;width:16.66666667%}.column.is-offset-2-desktop{margin-left:16.66666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333%}.column.is-offset-4-desktop{margin-left:33.33333333%}.column.is-5-desktop{flex:none;width:41.66666667%}.column.is-offset-5-desktop{margin-left:41.66666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333333%}.column.is-offset-7-desktop{margin-left:58.33333333%}.column.is-8-desktop{flex:none;width:66.66666667%}.column.is-offset-8-desktop{margin-left:66.66666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333%}.column.is-offset-10-desktop{margin-left:83.33333333%}.column.is-11-desktop{flex:none;width:91.66666667%}.column.is-offset-11-desktop{margin-left:91.66666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333333%}.column.is-offset-1-widescreen{margin-left:8.33333333%}.column.is-2-widescreen{flex:none;width:16.66666667%}.column.is-offset-2-widescreen{margin-left:16.66666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333%}.column.is-offset-4-widescreen{margin-left:33.33333333%}.column.is-5-widescreen{flex:none;width:41.66666667%}.column.is-offset-5-widescreen{margin-left:41.66666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333333%}.column.is-offset-7-widescreen{margin-left:58.33333333%}.column.is-8-widescreen{flex:none;width:66.66666667%}.column.is-offset-8-widescreen{margin-left:66.66666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333%}.column.is-offset-10-widescreen{margin-left:83.33333333%}.column.is-11-widescreen{flex:none;width:91.66666667%}.column.is-offset-11-widescreen{margin-left:91.66666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333333%}.column.is-offset-1-fullhd{margin-left:8.33333333%}.column.is-2-fullhd{flex:none;width:16.66666667%}.column.is-offset-2-fullhd{margin-left:16.66666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333%}.column.is-offset-4-fullhd{margin-left:33.33333333%}.column.is-5-fullhd{flex:none;width:41.66666667%}.column.is-offset-5-fullhd{margin-left:41.66666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333333%}.column.is-offset-7-fullhd{margin-left:58.33333333%}.column.is-8-fullhd{flex:none;width:66.66666667%}.column.is-offset-8-fullhd{margin-left:66.66666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333%}.column.is-offset-10-fullhd{margin-left:83.33333333%}.column.is-11-fullhd{flex:none;width:91.66666667%}.column.is-offset-11-fullhd{margin-left:91.66666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}.columns.is-variable.is-1{--columnGap: 0.25rem}.columns.is-variable.is-2{--columnGap: 0.5rem}.columns.is-variable.is-3{--columnGap: 0.75rem}.columns.is-variable.is-4{--columnGap: 1rem}.columns.is-variable.is-5{--columnGap: 1.25rem}.columns.is-variable.is-6{--columnGap: 1.5rem}.columns.is-variable.is-7{--columnGap: 1.75rem}.columns.is-variable.is-8{--columnGap: 2rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:0}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1087px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1087px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1087px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0%,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1087px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1088px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}/*!* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com -* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'font awesome 5 brands';font-style:normal;font-weight:400;src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot);src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'font awesome 5 brands'}@font-face{font-family:'font awesome 5 free';font-style:normal;font-weight:900;src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot);src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'font awesome 5 free';font-weight:900}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html{background-color:#fff}body{font-size:16px;font-family:Nunito Sans,sans-serif;color:#4a4a4a;background-color:#fff}html.modal-open{overflow:hidden}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s}.fade-in.one{-webkit-animation-delay:.7s;animation-delay:.7s}.fade-in.two{-webkit-animation-delay:1.4s;animation-delay:1.4s}.fade-in.three{-webkit-animation-delay:1.8s;animation-delay:1.8s}.section{background-color:#fff}.hero{background-color:#fff}a{color:#00b8d4}a:hover{color:#000;font-style:none}a:active{color:#00b8d4}.title{color:#222;font-weight:400}.subtitle{color:#222}h1{color:#222;font-family:Nunito Sans,sans-serif}h2{color:#222;font-family:Nunito Sans,sans-serif}ul{padding:0}img{border-radius:5px;border:1px solid #dbdbdb;box-shadow:0 2px 4px rgba(0,0,0,.4)}hr{background-color:#dbdbdb;height:1px}.container{max-width:1e3px}.noborder{border-radius:0;border:0;box-shadow:none}.img-responsive{border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.4)}.avatar{border:0}@media screen and (max-width:768px){.avatar{max-width:50%}}.thumbnail{border:0}.bold-title{font-size:6rem}@media screen and (max-width:768px){.bold-title{font-size:3rem;text-align:center}}.tagline{font-size:2.5rem}@media screen and (max-width:768px){.tagline{font-size:1.5rem}}.top-pad{padding-top:1rem}.bottom-pad{padding-bottom:1rem}.no-padding{padding:0}.no-padding-top{padding-top:0}.strong-post-title{font-weight:700}.post-item{display:block;list-style:none;list-style-position:outside;margin-left:0}.post-data{font-size:1rem;line-height:2rem}.blog-share .icon{height:1rem;width:1rem;vertical-align:baseline;margin:0 5px}.navbar{background-color:#fff}.navbar-burger{margin-right:auto}.navbar-burger:hover{background-color:#fff}.navbar-item{text-transform:uppercase;font-size:14px}a.navbar-item:hover{color:#dbdbdb}.expanding-menu ul{list-style:none;display:none}.expanding-menu:hover ul{display:block;transition:height 1s ease}.social-icons{padding:0 10px}.icon{height:2rem;width:2rem;margin:0 10px}.fab{font-size:21px}.footer-text{font-size:.8em}.footer-text a{color:#4a4a4a}.footer-text .fab{font-size:.8em;vertical-align:baseline}.tags-list{width:70%;margin:0 auto;text-align:center;font-family:#222;font-size:1.5rem}@media screen and (max-width:768px){.tags-list{width:100%}}.tag-cloud{font-size:1.5rem;margin-right:1.5rem}@media screen and (max-width:768px){.tag-cloud{font-size:1.5rem;margin-right:1rem}}.card{box-shadow:none}.card-content{background-color:#fff;font-size:1.5rem}.hidden{display:none}.markdown p{margin-bottom:1em}.markdown h1{font-size:3rem}@media screen and (max-width:768px){.markdown h1{font-size:2.5rem}}.markdown h2{font-size:2.5rem;line-height:1em;margin-top:1em;margin-bottom:.5em}@media screen and (max-width:768px){.markdown h2{font-size:2rem}}.markdown h3{font-size:2rem}@media screen and (max-width:768px){.markdown h3{font-size:1.5rem}}.markdown h4{font-size:1.5rem}@media screen and (max-width:768px){.markdown h4{font-size:1.25rem}}.markdown h5{font-size:1.25rem}.markdown h6{font-size:1rem}.markdown a{color:#00b8d4;hover-color:#dbdbdb;hover-font-style:none;active-color:#00b8d4}.markdown ul{margin-bottom:1.25rem;margin-left:1.5em;list-style:none}.markdown li{list-style-type:disc;margin-left:1.5em;list-style-position:outside;padding-left:1em}.markdown em{font-style:italic}.markdown strong{font-weight:700}.markdown hr{position:relative;margin:1.75rem 0;border:0;border-top:1px solid #dbdbdb}.markdown abbr{font-size:.8rem;font-weight:700;color:#666;text-transform:uppercase}.markdown abbr[title]{cursor:help;border-bottom:1px dotted gray}.markdown blockquote{padding:.5rem 1rem;margin:.8rem 0;color:#7a7a7a;border-left:.25rem solid #e5e5e5;margin-bottom:0}.markdown table{margin:2em 0;width:100%;border:1px solid #e5e5e5;border-collapse:collapse}.markdown td,.markdown th{padding:.25rem .5rem;border:1px solid #e5e5e5;text-align:center}.markdown tbody tr:nth-child(odd) td,.markdown tbody tr:nth-child(odd) th{background-color:#f7f7f7}.markdown pre{border-radius:3px}.modal-background{background-color:rgba(255,255,255,.9)}.modal-close{background-color:#000} \ No newline at end of file +@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:nunito sans;font-style:normal;font-weight:400;src:local("Nunito Sans Regular"),local("NunitoSans-Regular"),url(/fonts/NunitoSans/NunitoSans-Regular.ttf) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.modal-close,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:center;transform-origin:center;width:.625em}.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem}.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:0;border-radius:290486px;cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.modal-close::before,.modal-close::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.modal-close::before{height:2px;width:50%}.modal-close::after{height:50%;width:2px}.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,.3)}.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.is-overlay,.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img,.modal,.modal-background,.hero-video{bottom:0;left:0;position:absolute;right:0;top:0}/*!minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css*/html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,audio,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:Nunito Sans,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#000}code{background-color:#fff;color:#00b8d4;font-size:.875em;font-weight:400;padding:.25em .5em}hr{background-color:#fff;border:0;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}pre{-webkit-overflow-scrolling:touch;background-color:#fff;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{text-align:left;vertical-align:top}table th{color:#363636}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-clipped{overflow:hidden!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1087px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1088px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1280px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1472px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1087px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1088px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1280px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1472px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1087px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1088px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1280px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1472px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1087px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1088px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1280px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1472px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1087px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1087px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1088px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1088px) and (max-width:1279px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1280px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1280px) and (max-width:1471px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1472px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-white{color:#fff!important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e5e5!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:hover,a.has-text-black:focus{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:hover,a.has-text-dark:focus{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00b8d4!important}a.has-text-primary:hover,a.has-text-primary:focus{color:#008ca1!important}.has-background-primary{background-color:#00b8d4!important}.has-text-link{color:#3273dc!important}a.has-text-link:hover,a.has-text-link:focus{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-info{color:#209cee!important}a.has-text-info:hover,a.has-text-info:focus{color:#0f81cc!important}.has-background-info{background-color:#209cee!important}.has-text-success{color:#23d160!important}a.has-text-success:hover,a.has-text-success:focus{color:#1ca64c!important}.has-background-success{background-color:#23d160!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-danger{color:#ff3860!important}a.has-text-danger:hover,a.has-text-danger:focus{color:#ff0537!important}.has-background-danger{background-color:#ff3860!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1087px){.is-block-touch{display:block!important}}@media screen and (min-width:1088px){.is-block-desktop{display:block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1280px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1472px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1087px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1088px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1280px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1472px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1087px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1088px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1280px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1472px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1087px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1088px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1280px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1472px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1087px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1088px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1280px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1472px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1087px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1088px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1280px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1472px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1087px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1087px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1088px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1088px) and (max-width:1279px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1280px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1280px) and (max-width:1471px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1472px){.is-invisible-fullhd{visibility:hidden!important}}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.container{margin:0 auto;position:relative}@media screen and (min-width:1088px){.container{max-width:960px;width:960px}.container.is-fluid{margin-left:64px;margin-right:64px;max-width:none;width:auto}}@media screen and (max-width:1279px){.container.is-widescreen{max-width:1152px;width:auto}}@media screen and (max-width:1471px){.container.is-fullhd{max-width:1344px;width:auto}}@media screen and (min-width:1280px){.container{max-width:1152px;width:1152px}}@media screen and (min-width:1472px){.container{max-width:1344px;width:1344px}}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-square img,.image.is-1by1 img,.image.is-5by4 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-5by3 img,.image.is-16by9 img,.image.is-2by1 img,.image.is-3by1 img,.image.is-4by5 img,.image.is-3by4 img,.image.is-2by3 img,.image.is-3by5 img,.image.is-9by16 img,.image.is-1by2 img,.image.is-1by3 img{height:100%;width:100%}.image.is-square,.image.is-1by1{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.75em}.title .tag,.subtitle .tag{vertical-align:middle}.title{color:#363636;font-size:2rem;font-weight:300;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:none;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem}.card-image{display:block;position:relative}.card-content{background-color:none;padding:1.5rem}.card-footer{background-color:none;border-top:1px solid #dbdbdb;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb}.card .media:not(:last-child){margin-bottom:.75rem}.modal{align-items:center;display:none;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden}.modal-card-head,.modal-card-foot{align-items:center;background-color:#fff;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:10px}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand>.navbar-item,.navbar.is-white .navbar-brand .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-brand>a.navbar-item:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}@media screen and (min-width:1088px){.navbar.is-white .navbar-start>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-end .navbar-link{color:#0a0a0a}.navbar.is-white .navbar-start>a.navbar-item:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-start .navbar-link::after,.navbar.is-white .navbar-end .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link{background-color:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.navbar.is-black .navbar-brand>a.navbar-item:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-black .navbar-start>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-end .navbar-link{color:#fff}.navbar.is-black .navbar-start>a.navbar-item:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end .navbar-link.is-active{background-color:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link{background-color:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:#363636}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:#363636}.navbar.is-light .navbar-brand>a.navbar-item:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#363636}@media screen and (min-width:1088px){.navbar.is-light .navbar-start>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-end .navbar-link{color:#363636}.navbar.is-light .navbar-start>a.navbar-item:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:#363636}.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link{background-color:#e8e8e8;color:#363636}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#363636}}.navbar.is-dark{background-color:#363636;color:#f5f5f5}.navbar.is-dark .navbar-brand>.navbar-item,.navbar.is-dark .navbar-brand .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-brand>a.navbar-item:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#f5f5f5}@media screen and (min-width:1088px){.navbar.is-dark .navbar-start>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-end .navbar-link{color:#f5f5f5}.navbar.is-dark .navbar-start>a.navbar-item:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-start .navbar-link::after,.navbar.is-dark .navbar-end .navbar-link::after{border-color:#f5f5f5}.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link{background-color:#292929;color:#f5f5f5}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#f5f5f5}}.navbar.is-primary{background-color:#00b8d4;color:#fff}.navbar.is-primary .navbar-brand>.navbar-item,.navbar.is-primary .navbar-brand .navbar-link{color:#fff}.navbar.is-primary .navbar-brand>a.navbar-item:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand .navbar-link.is-active{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-primary .navbar-start>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-end .navbar-link{color:#fff}.navbar.is-primary .navbar-start>a.navbar-item:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end .navbar-link.is-active{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-start .navbar-link::after,.navbar.is-primary .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link{background-color:#00a2bb;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00b8d4;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:#fff}.navbar.is-link .navbar-brand>a.navbar-item:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-link .navbar-start>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-end .navbar-link{color:#fff}.navbar.is-link .navbar-start>a.navbar-item:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end .navbar-link.is-active{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link{background-color:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#209cee;color:#fff}.navbar.is-info .navbar-brand>.navbar-item,.navbar.is-info .navbar-brand .navbar-link{color:#fff}.navbar.is-info .navbar-brand>a.navbar-item:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-info .navbar-start>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-end .navbar-link{color:#fff}.navbar.is-info .navbar-start>a.navbar-item:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end .navbar-link.is-active{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-start .navbar-link::after,.navbar.is-info .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link{background-color:#118fe4;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#209cee;color:#fff}}.navbar.is-success{background-color:#23d160;color:#fff}.navbar.is-success .navbar-brand>.navbar-item,.navbar.is-success .navbar-brand .navbar-link{color:#fff}.navbar.is-success .navbar-brand>a.navbar-item:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-success .navbar-start>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-end .navbar-link{color:#fff}.navbar.is-success .navbar-start>a.navbar-item:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end .navbar-link.is-active{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-start .navbar-link::after,.navbar.is-success .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link{background-color:#20bc56;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#23d160;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>a.navbar-item:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}@media screen and (min-width:1088px){.navbar.is-warning .navbar-start>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-end .navbar-link{color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start>a.navbar-item:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-start .navbar-link::after,.navbar.is-warning .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#ff3860;color:#fff}.navbar.is-danger .navbar-brand>.navbar-item,.navbar.is-danger .navbar-brand .navbar-link{color:#fff}.navbar.is-danger .navbar-brand>a.navbar-item:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}@media screen and (min-width:1088px){.navbar.is-danger .navbar-start>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-end .navbar-link{color:#fff}.navbar.is-danger .navbar-start>a.navbar-item:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-start .navbar-link::after,.navbar.is-danger .navbar-end .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link{background-color:#ff1f4b;color:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#ff3860;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #fff}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #fff}.navbar.is-fixed-top{top:0}html.has-navbar-fixed-top,body.has-navbar-fixed-top{padding-top:3.25rem}html.has-navbar-fixed-bottom,body.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;-webkit-transform-origin:center;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,-webkit-transform;transition-property:background-color,opacity,transform;transition-property:background-color,opacity,transform,-webkit-transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}a.navbar-item,.navbar-link{cursor:pointer}a.navbar-item:hover,a.navbar-item.is-active,.navbar-link:hover,.navbar-link.is-active{background-color:#fff;color:#dbdbdb}.navbar-item{display:block;flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(0.5rem - 1px)}.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;padding-bottom:calc(0.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link{padding-right:2.5em}.navbar-link::after{border-color:#3273dc;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#fff;border:0;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1087px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}html.has-navbar-fixed-top-touch,body.has-navbar-fixed-top-touch{padding-top:3.25rem}html.has-navbar-fixed-bottom-touch,body.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1088px){.navbar,.navbar-menu,.navbar-start,.navbar-end{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-start,.navbar.is-spaced .navbar-end{align-items:center}.navbar.is-spaced a.navbar-item,.navbar.is-spaced .navbar-link{border-radius:4px}.navbar.is-transparent a.navbar-item:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent .navbar-link.is-active{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#fff;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#3273dc}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item{display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{-webkit-transform:rotate(135deg) translate(0.25em,-0.25em);transform:rotate(135deg) translate(0.25em,-0.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:0;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed{opacity:1;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:hover{background-color:#fff;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#3273dc}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:0;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));-webkit-transform:translateY(-5px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,-webkit-transform;transition-property:opacity,transform;transition-property:opacity,transform,-webkit-transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.navbar>.container .navbar-brand,.container>.navbar .navbar-brand{margin-left:-1rem}.navbar>.container .navbar-menu,.container>.navbar .navbar-menu{margin-right:-1rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-desktop{top:0}html.has-navbar-fixed-top-desktop,body.has-navbar-fixed-top-desktop{padding-top:3.25rem}html.has-navbar-fixed-bottom-desktop,body.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}html.has-spaced-navbar-fixed-top,body.has-spaced-navbar-fixed-top{padding-top:5.25rem}html.has-spaced-navbar-fixed-bottom,body.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}a.navbar-item.is-active,.navbar-link.is-active{color:#0a0a0a}a.navbar-item.is-active:not(:hover),.navbar-link.is-active:not(:hover){background-color:transparent}.navbar-item.has-dropdown:hover .navbar-link,.navbar-item.has-dropdown.is-active .navbar-link{background-color:#fff}}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-1{flex:none;width:8.33333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666667%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666667%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666667%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666667%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-1-mobile{flex:none;width:8.33333333%}.column.is-offset-1-mobile{margin-left:8.33333333%}.column.is-2-mobile{flex:none;width:16.66666667%}.column.is-offset-2-mobile{margin-left:16.66666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333333%}.column.is-offset-4-mobile{margin-left:33.33333333%}.column.is-5-mobile{flex:none;width:41.66666667%}.column.is-offset-5-mobile{margin-left:41.66666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333333%}.column.is-offset-7-mobile{margin-left:58.33333333%}.column.is-8-mobile{flex:none;width:66.66666667%}.column.is-offset-8-mobile{margin-left:66.66666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333333%}.column.is-offset-10-mobile{margin-left:83.33333333%}.column.is-11-mobile{flex:none;width:91.66666667%}.column.is-offset-11-mobile{margin-left:91.66666667%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666667%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666667%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666667%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666667%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1087px){.column.is-narrow-touch{flex:none}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-1-touch{flex:none;width:8.33333333%}.column.is-offset-1-touch{margin-left:8.33333333%}.column.is-2-touch{flex:none;width:16.66666667%}.column.is-offset-2-touch{margin-left:16.66666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333333%}.column.is-offset-4-touch{margin-left:33.33333333%}.column.is-5-touch{flex:none;width:41.66666667%}.column.is-offset-5-touch{margin-left:41.66666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333333%}.column.is-offset-7-touch{margin-left:58.33333333%}.column.is-8-touch{flex:none;width:66.66666667%}.column.is-offset-8-touch{margin-left:66.66666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333333%}.column.is-offset-10-touch{margin-left:83.33333333%}.column.is-11-touch{flex:none;width:91.66666667%}.column.is-offset-11-touch{margin-left:91.66666667%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1088px){.column.is-narrow-desktop{flex:none}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-1-desktop{flex:none;width:8.33333333%}.column.is-offset-1-desktop{margin-left:8.33333333%}.column.is-2-desktop{flex:none;width:16.66666667%}.column.is-offset-2-desktop{margin-left:16.66666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333333%}.column.is-offset-4-desktop{margin-left:33.33333333%}.column.is-5-desktop{flex:none;width:41.66666667%}.column.is-offset-5-desktop{margin-left:41.66666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333333%}.column.is-offset-7-desktop{margin-left:58.33333333%}.column.is-8-desktop{flex:none;width:66.66666667%}.column.is-offset-8-desktop{margin-left:66.66666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333333%}.column.is-offset-10-desktop{margin-left:83.33333333%}.column.is-11-desktop{flex:none;width:91.66666667%}.column.is-offset-11-desktop{margin-left:91.66666667%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1280px){.column.is-narrow-widescreen{flex:none}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-1-widescreen{flex:none;width:8.33333333%}.column.is-offset-1-widescreen{margin-left:8.33333333%}.column.is-2-widescreen{flex:none;width:16.66666667%}.column.is-offset-2-widescreen{margin-left:16.66666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333333%}.column.is-offset-4-widescreen{margin-left:33.33333333%}.column.is-5-widescreen{flex:none;width:41.66666667%}.column.is-offset-5-widescreen{margin-left:41.66666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333333%}.column.is-offset-7-widescreen{margin-left:58.33333333%}.column.is-8-widescreen{flex:none;width:66.66666667%}.column.is-offset-8-widescreen{margin-left:66.66666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333333%}.column.is-offset-10-widescreen{margin-left:83.33333333%}.column.is-11-widescreen{flex:none;width:91.66666667%}.column.is-offset-11-widescreen{margin-left:91.66666667%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1472px){.column.is-narrow-fullhd{flex:none}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-1-fullhd{flex:none;width:8.33333333%}.column.is-offset-1-fullhd{margin-left:8.33333333%}.column.is-2-fullhd{flex:none;width:16.66666667%}.column.is-offset-2-fullhd{margin-left:16.66666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333333%}.column.is-offset-4-fullhd{margin-left:33.33333333%}.column.is-5-fullhd{flex:none;width:41.66666667%}.column.is-offset-5-fullhd{margin-left:41.66666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333333%}.column.is-offset-7-fullhd{margin-left:58.33333333%}.column.is-8-fullhd{flex:none;width:66.66666667%}.column.is-offset-8-fullhd{margin-left:66.66666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333333%}.column.is-offset-10-fullhd{margin-left:83.33333333%}.column.is-11-fullhd{flex:none;width:91.66666667%}.column.is-offset-11-fullhd{margin-left:91.66666667%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - 0.75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1088px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap: 0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable .column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap: 0rem}.columns.is-variable.is-1{--columnGap: 0.25rem}.columns.is-variable.is-2{--columnGap: 0.5rem}.columns.is-variable.is-3{--columnGap: 0.75rem}.columns.is-variable.is-4{--columnGap: 1rem}.columns.is-variable.is-5{--columnGap: 1.25rem}.columns.is-variable.is-6{--columnGap: 1.5rem}.columns.is-variable.is-7{--columnGap: 1.75rem}.columns.is-variable.is-8{--columnGap: 2rem}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:0}.hero.is-white{background-color:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1087px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white a.navbar-item:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white .navbar-link:hover,.hero.is-white .navbar-link.is-active{background-color:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e5e5 0%,white 71%,white 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black a.navbar-item:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black .navbar-link:hover,.hero.is-black .navbar-link.is-active{background-color:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,black 0%,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:#363636}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#363636}.hero.is-light .subtitle{color:rgba(54,54,54,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#363636}@media screen and (max-width:1087px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(54,54,54,.7)}.hero.is-light a.navbar-item:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light .navbar-link:hover,.hero.is-light .navbar-link.is-active{background-color:#e8e8e8;color:#363636}.hero.is-light .tabs a{color:#363636;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0%,whitesmoke 71%,white 100%)}}.hero.is-dark{background-color:#363636;color:#f5f5f5}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#f5f5f5}.hero.is-dark .subtitle{color:rgba(245,245,245,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#f5f5f5}@media screen and (max-width:1087px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(245,245,245,.7)}.hero.is-dark a.navbar-item:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark .navbar-link.is-active{background-color:#292929;color:#f5f5f5}.hero.is-dark .tabs a{color:#f5f5f5;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0%,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00b8d4;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-primary .navbar-menu{background-color:#00b8d4}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary a.navbar-item:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary .navbar-link.is-active{background-color:#00a2bb;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00b8d4}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#00a19b 0%,#00b8d4 71%,#00a7ee 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#00a19b 0%,#00b8d4 71%,#00a7ee 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.7)}.hero.is-link a.navbar-item:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link .navbar-link:hover,.hero.is-link .navbar-link.is-active{background-color:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0%,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#209cee;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-info .navbar-menu{background-color:#209cee}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info a.navbar-item:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info .navbar-link:hover,.hero.is-info .navbar-link.is-active{background-color:#118fe4;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#209cee}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#04a6d7 0%,#209cee 71%,#3287f5 100%)}}.hero.is-success{background-color:#23d160;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-success .navbar-menu{background-color:#23d160}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success a.navbar-item:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success .navbar-link:hover,.hero.is-success .navbar-link.is-active{background-color:#20bc56;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#12af2f 0%,#23d160 71%,#2ce28a 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1087px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning a.navbar-item:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning .navbar-link.is-active{background-color:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0%,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#ff3860;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1087px){.hero.is-danger .navbar-menu{background-color:#ff3860}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger a.navbar-item:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger .navbar-link.is-active{background-color:#ff1f4b;color:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ff0561 0%,#ff3860 71%,#ff5257 100%)}}.hero.is-small .hero-body{padding-bottom:1.5rem;padding-top:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem}}.hero.is-halfheight .hero-body,.hero.is-fullheight .hero-body{align-items:center;display:flex}.hero.is-halfheight .hero-body>.container,.hero.is-fullheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-head,.hero-foot{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}.section{padding:3rem 1.5rem}@media screen and (min-width:1088px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem}/*!* Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com +* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)*/.fa,.fas,.far,.fal,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-open:before{content:"\f518"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-moving:before{content:"\f4df"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:'font awesome 5 brands';font-style:normal;font-weight:400;src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot);src:url(/fonts/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:'font awesome 5 brands'}@font-face{font-family:'font awesome 5 free';font-style:normal;font-weight:900;src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot);src:url(/fonts/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:'font awesome 5 free';font-weight:900}body{background-color:#fff}html.modal-open{overflow:hidden}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;animation-duration:1s}.fade-in.one{-webkit-animation-delay:.7s;animation-delay:.7s}.fade-in.two{-webkit-animation-delay:1.4s;animation-delay:1.4s}.fade-in.three{-webkit-animation-delay:1.8s;animation-delay:1.8s}a{color:#00b8d4}a:hover{color:#000;font-style:none}a:active{color:#00b8d4}h1,h2,.title,.subtitle{color:#222}.title{font-weight:400}ul{padding:0}img{border-radius:5px;border:1px solid #dbdbdb;box-shadow:0 2px 4px rgba(0,0,0,.4)}hr{background-color:#dbdbdb;height:1px}.container{max-width:1e3px}.noborder{border-radius:0;border:0;box-shadow:none}.hidden{display:none}.img-responsive{border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.4)}.avatar{border:0}@media screen and (max-width:768px){.avatar{max-width:50%}}.thumbnail{border:0}.bold-title{font-size:6rem}@media screen and (max-width:768px){.bold-title{font-size:3rem;text-align:center}}.top-pad{padding-top:1rem}.bottom-pad{padding-bottom:1rem}.strong-post-title{font-weight:700}.post-item{display:block;list-style:none;list-style-position:outside;margin-left:0}.post-data{font-size:1rem;line-height:2rem}.blog-share .icon{height:1rem;width:1rem;vertical-align:baseline;margin:0 5px}.navbar-burger{margin-right:auto}.navbar-burger:hover{background-color:#fff}.navbar-item{text-transform:uppercase;font-size:14px}.social-icons{padding:0 10px}.icon{height:2rem;width:2rem;margin:0 10px}.fab{font-size:21px}.footer-text{font-size:.8em}.footer-text a{color:#4a4a4a}.footer-text .fab{font-size:.8em;vertical-align:baseline}.tags-list{width:70%;margin:0 auto;text-align:center;font-size:1.5rem}@media screen and (max-width:768px){.tags-list{width:100%}}.tag-cloud{font-size:1.5rem;margin-right:1.5rem}@media screen and (max-width:768px){.tag-cloud{font-size:1.5rem;margin-right:1rem}}.card{box-shadow:none}.card-content{background-color:#fff;font-size:1.5rem}.markdown p{margin-bottom:1em}.markdown h1{font-size:3rem}@media screen and (max-width:768px){.markdown h1{font-size:2.5rem}}.markdown h2{font-size:2.5rem;line-height:1em;margin-top:1em;margin-bottom:.5em}@media screen and (max-width:768px){.markdown h2{font-size:2rem}}.markdown h3{font-size:2rem}@media screen and (max-width:768px){.markdown h3{font-size:1.5rem}}.markdown h4{font-size:1.5rem}@media screen and (max-width:768px){.markdown h4{font-size:1.25rem}}.markdown h5{font-size:1.25rem}.markdown h6{font-size:1rem}.markdown a:hover{color:#dbdbdb}.markdown ul{margin-bottom:1.25rem;margin-left:1.5em;list-style:none}.markdown li{list-style-type:disc;margin-left:1.5em;list-style-position:outside;padding-left:1em}.markdown em{font-style:italic}.markdown strong{font-weight:700}.markdown hr{position:relative;margin:1.75rem 0;border:0;border-top:1px solid #dbdbdb}.markdown abbr{font-size:.8rem;font-weight:700;color:#666;text-transform:uppercase}.markdown abbr[title]{cursor:help;border-bottom:1px dotted gray}.markdown blockquote{padding:.5rem 1rem;margin:.8rem 0;color:#7a7a7a;border-left:.25rem solid #e5e5e5;margin-bottom:0}.markdown table{margin:2em 0;width:100%;border:1px solid #e5e5e5;border-collapse:collapse}.markdown td,.markdown th{padding:.25rem .5rem;border:1px solid #e5e5e5;text-align:center}.markdown tbody tr:nth-child(odd) td,.markdown tbody tr:nth-child(odd) th{background-color:#f7f7f7}.markdown pre{border-radius:3px}.modal-background{background-color:rgba(255,255,255,.9)}.modal-close{background-color:#000} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json b/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json index cb578b3..7edad7e 100644 --- a/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json +++ b/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json @@ -1 +1 @@ -{"Target":"styles/main.min.84c42c7a3665b49259fb9858108552fbc0d7063a0c7f98634800c3d8e760abd7.css","MediaType":"text/css","Data":{"Integrity":"sha256-hMQsejZltJJZ+5hYEIVS+8DXBjoMf5hjSADD2Odgq9c="}} \ No newline at end of file +{"Target":"styles/main.min.88e4a525bef0c5911f208d47535e56f02a7e2658dd19eaab52840dde669f1dd3.css","MediaType":"text/css","Data":{"Integrity":"sha256-iOSlJb7wxZEfII1HU15W8Cp+JljdGeqrUoQN3mafHdM="}} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index 2aead8a..4d9de96 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -34,7 +34,7 @@ {{ end }} -
+
{{ partial "nav.html" . }} From 64b7e1b01043807bf328363024bdb0ba1bdff8cc Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 19 Jul 2018 17:53:27 +0200 Subject: [PATCH 10/26] Fix spanish writing image --- .../es/projects/{wiriting => writing}/index.md | 0 ...7db3d8d209a6_59645_1000x0_resize_q75_box.jpg | Bin 0 -> 54014 bytes ...67db3d8d209a6_59645_302x0_resize_q75_box.jpg | Bin 0 -> 8798 bytes ...67db3d8d209a6_59645_640x0_resize_q75_box.jpg | Bin 0 -> 26850 bytes 4 files changed, 0 insertions(+), 0 deletions(-) rename exampleSite/content/es/projects/{wiriting => writing}/index.md (100%) create mode 100644 exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_1000x0_resize_q75_box.jpg create mode 100644 exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_302x0_resize_q75_box.jpg create mode 100644 exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_640x0_resize_q75_box.jpg diff --git a/exampleSite/content/es/projects/wiriting/index.md b/exampleSite/content/es/projects/writing/index.md similarity index 100% rename from exampleSite/content/es/projects/wiriting/index.md rename to exampleSite/content/es/projects/writing/index.md diff --git a/exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_1000x0_resize_q75_box.jpg b/exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_1000x0_resize_q75_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f46e721dcb722bf4387de951cbda4dc4169e9662 GIT binary patch literal 54014 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 literal 0 HcmV?d00001 diff --git a/exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_640x0_resize_q75_box.jpg b/exampleSite/resources/_gen/images/es/projects/writing/workday_hu3d03a01dcc18bc5be0e67db3d8d209a6_59645_640x0_resize_q75_box.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6e1c536e407907ef8049d4328ad5c7790c9f2dd2 GIT binary patch literal 26850 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 literal 0 HcmV?d00001 From ef5feab3ef4a66a03ccc89416303cfb6d5293a3a Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 20 Jul 2018 14:45:36 +0200 Subject: [PATCH 11/26] Refactor config.toml --- assets/js/initMoment.js | 2 +- exampleSite/config.toml | 133 ++++++++++++++------------- layouts/blog/list.html | 4 +- layouts/blog/single.html | 12 +-- layouts/index.html | 17 +++- layouts/partials/footer/scripts.html | 9 -- layouts/partials/head/favicons.html | 5 +- layouts/partials/home/blog.html | 6 +- static/img/favicon.ico | Bin 27998 -> 0 bytes static/img/workday.jpg | Bin 59645 -> 0 bytes 10 files changed, 97 insertions(+), 91 deletions(-) delete mode 100644 static/img/favicon.ico delete mode 100644 static/img/workday.jpg diff --git a/assets/js/initMoment.js b/assets/js/initMoment.js index 0e8c95d..20a0a4b 100644 --- a/assets/js/initMoment.js +++ b/assets/js/initMoment.js @@ -1,4 +1,4 @@ $(document).ready(function() { - var time = moment().tz("{{ .Site.Params.timeZone }}").format("h:mm A"); + var time = moment().tz("{{ .Site.Params.home.timeZone }}").format("h:mm A"); $('#time').html(time); }) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2af4d23..7fc71a3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,80 +1,85 @@ -baseURL = "https://example.org/" # Your domain name. Must end with "/" -DefaultContentLanguage = "en" -theme = "introduction" -# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments -# googleAnalytics = "" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics +baseURL = "https://example.org/" # Your domain name. Must end with "/" +theme = "introduction" +DefaultContentLanguage = "en" # Default language for multilingual sites +# disqusshortname = "" # https://gohugo.io/content-management/comments +# googleAnalytics = "" # https://gohugo.io/templates/internal/#google-analytics [params] - introHeight = "large" # Input either 'medium' or 'large' or 'fullheight' - themeStyle = "light" # Choose 'light' or 'dark' - faviconFile = "img/fav.ico" - email = "youremail@email.com" # Shows in contact section, or leave blank to omit - localTime = true # Show your current local time in contact section - timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - dateForm = "Jan 2, 2006" - fadeIn = true # Turn on/off the fade-in effect - showRSSButton = true # Show rss button in navigation - customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"] + themeStyle = "light" # Choose "light" or "dark" + favicon = "/img/fav.ico" # Path to favicon file + showRSSButton = false # Show rss button in navigation + fadeIn = true # Turn on/off the fade-in effect + dateFormat = "Jan 2, 2006" + customCSS = ["css/foo.css"] # Include custom css files + + # Configure the home page + [params.home] + introHeight = "large" # Input either "medium" or "large" or "fullheight" + showLatest = true # Show latest blog post summary + showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page + numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects + email = "youremail@email.com" # Shows in contact section, or leave blank to omit + localTime = true # Show your current local time in contact section + timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones - showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page - showLatest = true # Show latest blog post summary # Share buttons on blog post pages - shareButtons = true # Show "Share this:" social buttons - shareTwitter = true - shareFacebook = true - sharePinterest = false - shareGooglePlus = true + [params.share] + twitter = true + facebook = true + googlePlus = true + pinterest = true - numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects. + # Social icons appear in introduction and contact section. Add as many more as you like. + # Find icon names here: https://fontawesome.com/cheatsheet/ + [[params.social]] + url = "https://twitter.com/" + icon = "twitter" + [[params.social]] + url = "https://facebook.com/" + icon = "facebook-f" + [[params.social]] + url = "https://linkedin.com/" + icon = "linkedin-in" -# Social icons appear in introduction and contact section. Add as many more as you like. -# Find icon names here: http://fontawesome.io/cheatsheet/ -[[params.social]] - url = "https://twitter.com/" - icon = "twitter" -[[params.social]] - url = "https://facebook.com/" - icon = "facebook-f" -[[params.social]] - url = "https://linkedin.com/" - icon = "linkedin-in" - -# If you don`t want to use the default menu, you can define one by yoursel +# If you don`t want to use the default menu, you can define one by yourself # [[menu.main]] -# name = "Home" -# url = "/" -# weight = 0 +# name = "Home" +# url = "/" +# weight = 0 # [[menu.main]] -# name = "Blog" -# url = "/blog" -# weight = 1 +# name = "Blog" +# url = "/blog/" +# weight = 1 +# [languages] [languages.en] - languageName = "English" - languageCode = "en-us" - contentDir = "content/en" - weight = 0 - title = "Introduction" + languageName = "English" + languageCode = "en-us" + contentDir = "content/en" + weight = 0 + title = "Introduction" [languages.en.params] - description = "Website Description" # Max 160 characters show in search results - footerText = "" # Text to override default footer text (markdown allowed) + description = "Website Description" # Max 160 characters show in search results + # footerText = "" # Text to override default footer text (markdown allowed) + [languages.es] - languageName = "Español" - languageCode = "es" - contentDir = "content/es" - weight = 1 - title = "Introducción" + languageName = "Español" + languageCode = "es" + contentDir = "content/es" + weight = 1 + title = "Introducción" [languages.es.params] - description = "Descripcion del sitio web" - footerText = "" + description = "Descripcion del sitio web" + # footerText = "" + [languages.de] - languageName = "Deutsch" - languageCode = "de" - contentDir = "content/de" - weight = 2 - title = "Vorstellung" + languageName = "Deutsch" + languageCode = "de" + contentDir = "content/de" + weight = 2 + title = "Vorstellung" [languages.de.params] - description = "Beschreibung der Webseite" - footerText = "" - dateForm = "2. January 2006" + dateForm = "2. January 2006" + description = "Beschreibung der Webseite" + # footerText = "" diff --git a/layouts/blog/list.html b/layouts/blog/list.html index eede8cc..e1d1b66 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -3,10 +3,10 @@ {{ .Content }}
- {{ if .Site.Params.showLatest }} + {{ if .Site.Params.home.showLatest | default true }}

{{ i18n "index_blog_latestPosts" . }}

{{ range first 1 .Pages.ByPublishDate.Reverse }} -
{{ .Date.Format (.Site.Params.dateForm | default "Jan 02, 2006") }} +
{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}

{{ .Title }} diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 64c6666..98f6062 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -8,31 +8,31 @@ {{ .Title }}

- {{ .Date.Format (.Site.Params.dateForm | default "Jan 02, 2006") }} | + {{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} | {{ i18n "blog_readingTime" .ReadingTime }}
- {{ if .Site.Params.shareButtons }} + {{ if or .Site.Params.share.twitter .Site.Params.share.facebook .Site.Params.share.pinterest .Site.Params.share.googlePlus }}
{{ i18n "blog_shareThis" . }}: - {{ if .Site.Params.shareTwitter }} + {{ if .Site.Params.share.twitter }} {{ end }} - {{ if .Site.Params.shareFacebook }} + {{ if .Site.Params.share.facebook }} {{ end }} - {{ if .Site.Params.sharePinterest }} + {{ if .Site.Params.share.pinterest }} {{ end }} - {{ if .Site.Params.shareGooglePlus }} + {{ if .Site.Params.share.googlePlus }} diff --git a/layouts/index.html b/layouts/index.html index 4d9de96..281b366 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,7 +10,7 @@
{{ with .Site.GetPage "page" "home" }} -
+
@@ -83,12 +83,12 @@
{{ .Content }}
- {{ if .Site.Params.localTime }} + {{ if .Site.Params.home.localTime }}

{{ i18n "index_currentTime" . }} .

{{ end }} - {{ if .Site.Params.email }} + {{ with .Site.Params.home.email }}

- {{ .Site.Params.email }} + {{ . }}

{{ end }} {{ partial "home/social.html" . }} @@ -107,5 +107,14 @@ {{ partial "footer/scripts.html" . }} {{ partial "js/owlCarousel.html" . }} + + {{ if .Site.Params.home.localTime }} + {{ $momentjs := resources.Get "vendor/momentjs/moment.min.js" }} + {{ $momentTimezone := resources.Get "vendor/momentjs/moment-timezone.min.js" }} + {{ $momentTimezoneWithData := resources.Get "vendor/momentjs/moment-timezone-with-data-2012-2022.min.js" }} + {{ $initMomentjs := resources.Get "js/initMoment.js" | resources.ExecuteAsTemplate "js/initMoment.tmp.js" . }} + {{ $bundleMoment := slice $momentjs $momentTimezone $momentTimezoneWithData $initMomentjs | resources.Concat "/js/bundleMoment.js" | fingerprint }} + + {{ end }} diff --git a/layouts/partials/footer/scripts.html b/layouts/partials/footer/scripts.html index 4f517e7..e3533d4 100644 --- a/layouts/partials/footer/scripts.html +++ b/layouts/partials/footer/scripts.html @@ -3,13 +3,4 @@ {{ $scripts := slice $jQuery $index | resources.Concat "/js/bundle.js" | fingerprint }} -{{ if and .Site.Params.localTime .Page.IsHome }} -{{ $momentjs := resources.Get "vendor/momentjs/moment.min.js" }} -{{ $momentTimezone := resources.Get "vendor/momentjs/moment-timezone.min.js" }} -{{ $momentTimezoneWithData := resources.Get "vendor/momentjs/moment-timezone-with-data-2012-2022.min.js" }} -{{ $initMomentjs := resources.Get "js/initMoment.js" | resources.ExecuteAsTemplate "js/initMoment.tmp.js" . }} -{{ $bundleMoment := slice $momentjs $momentTimezone $momentTimezoneWithData $initMomentjs | resources.Concat "/js/bundleMoment.js" | fingerprint }} - -{{ end }} - {{ template "_internal/google_analytics_async.html" . }} diff --git a/layouts/partials/head/favicons.html b/layouts/partials/head/favicons.html index c6813e9..e1c93d0 100644 --- a/layouts/partials/head/favicons.html +++ b/layouts/partials/head/favicons.html @@ -1,2 +1,3 @@ - - +{{ with .Site.Params.favicon }} + +{{ end }} diff --git a/layouts/partials/home/blog.html b/layouts/partials/home/blog.html index b26801c..f038e04 100644 --- a/layouts/partials/home/blog.html +++ b/layouts/partials/home/blog.html @@ -2,10 +2,10 @@
- {{ if .Site.Params.showLatest }} + {{ if .Site.Params.home.showLatest | default true }}

{{ i18n "index_blog_latestPosts" . }}

{{ range first 1 .Pages.ByPublishDate.Reverse }} -
{{ .Date.Format (.Site.Params.dateForm | default "Jan 02, 2006") }} +
{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}

{{ .Title }}

{{ .Summary }} @@ -16,7 +16,7 @@
{{ end }} {{ end }} - {{ if .Site.Params.showAllPosts }} + {{ if .Site.Params.home.showAllPosts }}

{{ i18n "index_blog_allPosts" . }}

{{ partialCached "blog/li.html" . }} {{ else }} diff --git a/static/img/favicon.ico b/static/img/favicon.ico deleted file mode 100644 index 99248276f037b05ffdc5af5579a7410917196558..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 27998 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 Tswp_4X58jg_5Y4{eEk0d@EyvB diff --git a/static/img/workday.jpg b/static/img/workday.jpg deleted file mode 100644 index 2e5eea473b339b11edf91652db213f79b597d90b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 59645 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�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 From 8c258bbd0700e62be2feb5e516a4e6efe47e5776 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 20 Jul 2018 17:27:32 +0200 Subject: [PATCH 12/26] Use abs URL every time --- layouts/_default/list.html | 5 ++--- layouts/_default/taxonomy.html | 4 ++-- layouts/_default/terms.html | 2 +- layouts/blog/list.html | 4 ++-- layouts/index.html | 2 +- layouts/partials/blog/li.html | 2 +- layouts/partials/head/css.html | 2 +- layouts/partials/head/favicons.html | 2 +- layouts/partials/head/openGraph.html | 4 ++-- layouts/partials/home/blog.html | 6 +++--- layouts/partials/home/projects.html | 5 +++-- layouts/partials/nav.html | 10 +++++----- layouts/projects/list.html | 2 +- layouts/projects/single.html | 2 +- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index f102ef5..d7d6065 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -2,12 +2,11 @@
{{ .Content }}
-
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 786676b..cf9409a 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -8,9 +8,9 @@ {{ .Content }} diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index 9a9a796..29815df 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -5,7 +5,7 @@
{{ range $name, $taxonomy := .Site.Taxonomies.tags }} - {{ lower $name }} ({{ len $taxonomy }}) + {{ lower $name }} ({{ len $taxonomy }}) {{ end }}
diff --git a/layouts/blog/list.html b/layouts/blog/list.html index e1d1b66..c2c6583 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -8,14 +8,14 @@ {{ range first 1 .Pages.ByPublishDate.Reverse }}
{{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}

- + {{ .Title }}

{{ .Summary }} {{ if .Truncated }} - {{ i18n "index_blog_readMore" . }} + {{ i18n "index_blog_readMore" . }} {{ end }}
diff --git a/layouts/index.html b/layouts/index.html index 281b366..4e96a96 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -51,7 +51,7 @@
{{ with $home.Resources.GetMatch .Params.Image }} {{ with .Resize "320x" }} - {{ .Name }} + {{ .Name }} {{ end }} {{ end }}
diff --git a/layouts/partials/blog/li.html b/layouts/partials/blog/li.html index 9a79283..1f13118 100644 --- a/layouts/partials/blog/li.html +++ b/layouts/partials/blog/li.html @@ -1,5 +1,5 @@ {{ range .Pages.ByPublishDate.Reverse }}
  • - {{ .Title }} - {{ .Date.Format (.Site.Params.dateform | default "Jan 02, 2006") }} + {{ .Title }} - {{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}
  • {{ end }} diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index ee8046a..53753a7 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -12,5 +12,5 @@ {{ range .Site.Params.customCSS -}} - + {{- end }} diff --git a/layouts/partials/head/favicons.html b/layouts/partials/head/favicons.html index e1c93d0..2e77ade 100644 --- a/layouts/partials/head/favicons.html +++ b/layouts/partials/head/favicons.html @@ -1,3 +1,3 @@ {{ with .Site.Params.favicon }} - + {{ end }} diff --git a/layouts/partials/head/openGraph.html b/layouts/partials/head/openGraph.html index 6765eec..366ab92 100644 --- a/layouts/partials/head/openGraph.html +++ b/layouts/partials/head/openGraph.html @@ -6,12 +6,12 @@ {{ with .Resources.ByType "image" }} {{ range first 5 (sort . "Params.weight") }} - + {{ end }} {{ else }} {{ with .Site.GetPage "page" "home" }} {{ range first 5 (.Resources.ByType "image") }} - + {{ end }} {{ end }} {{ end }} diff --git a/layouts/partials/home/blog.html b/layouts/partials/home/blog.html index f038e04..fb9a62a 100644 --- a/layouts/partials/home/blog.html +++ b/layouts/partials/home/blog.html @@ -6,11 +6,11 @@

    {{ i18n "index_blog_latestPosts" . }}

    {{ range first 1 .Pages.ByPublishDate.Reverse }}
    {{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }} -

    {{ .Title }}

    +

    {{ .Title }}

    {{ .Summary }} {{ if .Truncated }} - {{ i18n "index_blog_readMore" . }} + {{ i18n "index_blog_readMore" . }} {{ end }}
    @@ -21,7 +21,7 @@ {{ partialCached "blog/li.html" . }} {{ else }} {{ end }}
    diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html index f0e5a6c..c4a637e 100644 --- a/layouts/partials/home/projects.html +++ b/layouts/partials/home/projects.html @@ -30,6 +30,7 @@
    @@ -40,7 +41,7 @@
    {{ if lt $numberOfProjectsToShow $totalProjects }} {{ end }}
    @@ -67,7 +68,7 @@ {{ if $moreThenOneImage }}
    {{ end }} - {{ $image.Name }} + {{ $image.Name }} {{ if $moreThenOneImage }}
    {{ end }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 3caa861..b38c7fc 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -37,13 +37,13 @@ {{ else }} {{ if not $isHome }} - {{ i18n "nav_main" . }} + {{ i18n "nav_main" . }} {{ end }} {{ with .Site.GetPage "page" "home" }} {{ range sort (.Resources.ByType "page") "Params.weight" }} {{ if ne .Name "contact.md" }} - {{ .Title }} + {{ .Title }} {{ end }} {{ end }} {{ end }} @@ -54,7 +54,7 @@ {{ if $isHome }} {{ .Title }} {{ else }} - + {{ if $pageIsInProjects }} {{ i18n "nav_backToSection" . }} {{ else }} @@ -71,7 +71,7 @@ {{ if $isHome }} {{ .Title }} {{ else }} - + {{ if $pageIsInBlog }} Back to {{ .Title | singularize}} {{ else }} @@ -84,7 +84,7 @@ {{ with .Site.GetPage "page" "home" }} {{ with .Resources.GetMatch "contact.md" }} - {{ .Title }} + {{ .Title }} {{ end }} {{ end }} diff --git a/layouts/projects/list.html b/layouts/projects/list.html index 619253e..f2becc8 100644 --- a/layouts/projects/list.html +++ b/layouts/projects/list.html @@ -26,7 +26,7 @@
    diff --git a/layouts/projects/single.html b/layouts/projects/single.html index 500a087..788cccd 100644 --- a/layouts/projects/single.html +++ b/layouts/projects/single.html @@ -11,7 +11,7 @@ {{ if $moreThenOneImage }}
    {{ end }} - {{ $image.Name }} + {{ $image.Name }} {{ if $moreThenOneImage }}
    {{ end }} From 80c0c42f93fe73ba3e451098e46f22367e919496 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 20 Jul 2018 17:49:28 +0200 Subject: [PATCH 13/26] Fix e-mail adress --- exampleSite/config.toml | 17 +++++++++-------- i18n/de.toml | 2 +- i18n/en.toml | 2 +- i18n/es.toml | 2 +- layouts/index.html | 2 +- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7fc71a3..17bc030 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -10,17 +10,18 @@ DefaultContentLanguage = "en" # Default language fo showRSSButton = false # Show rss button in navigation fadeIn = true # Turn on/off the fade-in effect dateFormat = "Jan 2, 2006" - customCSS = ["css/foo.css"] # Include custom css files + email = "youremail@email.com" # E-mail address for contact section + # customCSS = ["foo.css"] # Include custom css files # Configure the home page [params.home] - introHeight = "large" # Input either "medium" or "large" or "fullheight" - showLatest = true # Show latest blog post summary - showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page - numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects - email = "youremail@email.com" # Shows in contact section, or leave blank to omit - localTime = true # Show your current local time in contact section - timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + introHeight = "large" # Input either "medium" or "large" or "fullheight" + showLatest = true # Show latest blog post summary + showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page + numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects + + localTime = true # Show your current local time in contact section + timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Share buttons on blog post pages [params.share] diff --git a/i18n/de.toml b/i18n/de.toml index 19e583c..b5ff7b5 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -1,7 +1,7 @@ [404_title] other = "404" [404_description] - other = "Oop! Endweder hast du einen Fehler gefunden ([dann kontaktiere mich bitte](mailto:{{ .Site.Params.email }})) oder du versucht etwas zu finden, was es nicht gibt. Diese Seite exisiert nicht!" + other = "Oop! Endweder hast du einen Fehler gefunden{{ with .Site.Params.email }} ([dann kontaktiere mich bitte](mailto:{{ . }})) {{ end }} oder du versucht etwas zu finden, was es nicht gibt. Diese Seite exisiert nicht!" [index_projects_allProjects] other = "Alle Projekte" [index_blog_latestPosts] diff --git a/i18n/en.toml b/i18n/en.toml index 23d2bbe..44c931e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,7 +1,7 @@ [404_title] other = "404" [404_description] - other = "Oops! Either you've found a bug (in which case, [please tell me](mailto:{{ .Site.Params.email }})) or you're just making things up. This page doesn't exist!" + other = "Oops! Either you've found a bug{{ with .Site.Params.email }} (in which case, [please tell me](mailto:{{ . }})) {{ end }} or you're just making things up. This page doesn't exist!" [index_projects_allProjects] other = "All Projects" [index_blog_latestPosts] diff --git a/i18n/es.toml b/i18n/es.toml index 0779b6f..411af68 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -1,7 +1,7 @@ [404_title] other = "404" [404_description] - other = "Oops! O bien encontraste un bug (en cuyo caso, [por favor avisame](mailto:{{ .Site.Params.email }})) o simplemente estas inventando cosas. Esta página no existe!" + other = "Oops! O bien encontraste un bug{{ with .Site.Params.email }} (en cuyo caso, [por favor avisame](mailto:{{ . }})) {{ end }} o simplemente estas inventando cosas. Esta página no existe!" [index_blog_latestPosts] other = "Últimas Entradas" [index_blog_allPosts] diff --git a/layouts/index.html b/layouts/index.html index 4e96a96..7ab4cd3 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -86,7 +86,7 @@ {{ if .Site.Params.home.localTime }}

    {{ i18n "index_currentTime" . }} .

    {{ end }} - {{ with .Site.Params.home.email }} + {{ with .Site.Params.email }}

    {{ . }}

    From 452913c1faedcc20cf500555fa33443464ed7741 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Fri, 20 Jul 2018 18:27:34 +0200 Subject: [PATCH 14/26] Place custom css under assets --- exampleSite/config.toml | 2 +- layouts/partials/head/css.html | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 17bc030..753d547 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -11,7 +11,7 @@ DefaultContentLanguage = "en" # Default language fo fadeIn = true # Turn on/off the fade-in effect dateFormat = "Jan 2, 2006" email = "youremail@email.com" # E-mail address for contact section - # customCSS = ["foo.css"] # Include custom css files + # customCSS = ["foo.css"] # Include custom css files placed under assets/ # Configure the home page [params.home] diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html index 53753a7..0079b5f 100644 --- a/layouts/partials/head/css.html +++ b/layouts/partials/head/css.html @@ -1,16 +1,18 @@ -{{ $file := "sass/style.sass" }} +{{ $bundleRaw := resources.Get "sass/style.sass" | resources.ExecuteAsTemplate "style/main.tmp.css" . }} + {{ if .Site.IsServer }} {{ $cssOpts := (dict "targetPath" "styles/main.css" "enableSourceMap" true ) }} -{{ $styles := resources.Get $file | resources.ExecuteAsTemplate "style/main.tmp.css" . | toCSS $cssOpts }} - +{{ $bundle := $bundleRaw | toCSS $cssOpts }} + {{ else }} {{ $cssOpts := (dict "targetPath" "styles/main.css" ) }} {{ $postCSSOpts := (dict "use" "autoprefixer" ) }} -{{ $styles := resources.Get $file | resources.ExecuteAsTemplate "style/main.tmp.css" . | toCSS $cssOpts | postCSS $postCSSOpts | minify | fingerprint }} - +{{ $bundle := $bundleRaw | toCSS $cssOpts | postCSS $postCSSOpts | minify | fingerprint }} + {{ end }} {{ range .Site.Params.customCSS -}} - + {{ $style := resources.Get . }} + {{- end }} From 8fbb68c6bedea34ec2038ee34824cba81a95b99f Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sat, 21 Jul 2018 09:53:23 +0200 Subject: [PATCH 15/26] Use abs url with GetPage --- exampleSite/static/img/workday.jpg | Bin 59645 -> 0 bytes layouts/blog/single.html | 2 +- layouts/index.html | 4 ++-- layouts/partials/head/openGraph.html | 2 +- layouts/partials/home/blog.html | 2 +- layouts/partials/home/projects.html | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 exampleSite/static/img/workday.jpg diff --git a/exampleSite/static/img/workday.jpg b/exampleSite/static/img/workday.jpg deleted file mode 100644 index 2e5eea473b339b11edf91652db213f79b597d90b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 59645 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�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 diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 98f6062..ef3c794 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,5 +1,5 @@ {{ define "title" }} -

    {{ (.Site.GetPage "section" "blog").Title }}

    +

    {{ (.Site.GetPage "section" "/blog").Title }}

    {{ end }} {{ define "main" }} diff --git a/layouts/index.html b/layouts/index.html index 7ab4cd3..c4330c2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,7 @@
    - {{ with .Site.GetPage "page" "home" }} + {{ with .Site.GetPage "page" "/home" }}
    @@ -38,7 +38,7 @@ {{ partial "nav.html" . }} - {{ with .Site.GetPage "page" "home" }} + {{ with .Site.GetPage "page" "/home" }} {{ $home := . }} {{ range sort (.Resources.ByType "page") "Params.weight" }} {{ if ne .Name "contact.md" }} diff --git a/layouts/partials/head/openGraph.html b/layouts/partials/head/openGraph.html index 366ab92..d613451 100644 --- a/layouts/partials/head/openGraph.html +++ b/layouts/partials/head/openGraph.html @@ -9,7 +9,7 @@ {{ end }} {{ else }} -{{ with .Site.GetPage "page" "home" }} +{{ with .Site.GetPage "page" "/home" }} {{ range first 5 (.Resources.ByType "image") }} {{ end }} diff --git a/layouts/partials/home/blog.html b/layouts/partials/home/blog.html index fb9a62a..1cbade0 100644 --- a/layouts/partials/home/blog.html +++ b/layouts/partials/home/blog.html @@ -1,4 +1,4 @@ -{{ with .Site.GetPage "section" "blog" }} +{{ with .Site.GetPage "section" "/blog" }}
    diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html index c4a637e..783e6f8 100644 --- a/layouts/partials/home/projects.html +++ b/layouts/partials/home/projects.html @@ -1,4 +1,4 @@ -{{ with .Site.GetPage "section" "projects" }} +{{ with .Site.GetPage "section" "/projects" }}
    @@ -8,7 +8,7 @@
    {{ $totalProjects := (len .Pages) }} - {{ $numberOfProjectsToShow := .Site.Params.numberOfProjectsToShow | default $totalProjects }} + {{ $numberOfProjectsToShow := .Site.Params.home.numberOfProjectsToShow | default $totalProjects }} {{ range $index, $element := .Pages.ByWeight | first $numberOfProjectsToShow }} {{ if eq (mod $numberOfProjectsToShow 2) 0 }}
    From 0de42476aedd6962e1907329983667ed68683ea7 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sat, 21 Jul 2018 09:53:56 +0200 Subject: [PATCH 16/26] Link to home page when all projects are shown there --- layouts/partials/nav.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index b38c7fc..a40fd79 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -40,7 +40,7 @@ {{ i18n "nav_main" . }} {{ end }} - {{ with .Site.GetPage "page" "home" }} + {{ with .Site.GetPage "page" "/home" }} {{ range sort (.Resources.ByType "page") "Params.weight" }} {{ if ne .Name "contact.md" }} {{ .Title }} @@ -50,9 +50,13 @@ {{ $pageIsInProjects := eq .Page.Section "projects"}} {{ if not (and $pageIsInProjects (eq .Page.Kind "section")) }} - {{ with .Site.GetPage "section" "projects" }} + {{ with .Site.GetPage "section" "/projects" }} + {{ $totalProjects := (len .Pages) }} + {{ $numberOfProjectsToShow := .Site.Params.home.numberOfProjectsToShow | default $totalProjects }} {{ if $isHome }} {{ .Title }} + {{ else if le $totalProjects $numberOfProjectsToShow }} + {{ .Title }} {{ else }} {{ if $pageIsInProjects }} @@ -67,7 +71,7 @@ {{ $pageIsInBlog := eq .Page.Section "blog"}} {{ if not (and $pageIsInBlog (eq .Page.Kind "section")) }} - {{ with .Site.GetPage "section" "blog" }} + {{ with .Site.GetPage "section" "/blog" }} {{ if $isHome }} {{ .Title }} {{ else }} @@ -82,7 +86,7 @@ {{ end }} {{ end }} - {{ with .Site.GetPage "page" "home" }} + {{ with .Site.GetPage "page" "/home" }} {{ with .Resources.GetMatch "contact.md" }} {{ .Title }} {{ end }} From 68d795ed4d8dcbe160409a48f80382fbcbbaa613 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sat, 21 Jul 2018 10:32:38 +0200 Subject: [PATCH 17/26] Fix width of images on homepage --- ...t => style.sass_135a72a3e4d9565ea28981b945b9b151.content} | 0 ...json => style.sass_135a72a3e4d9565ea28981b945b9b151.json} | 0 ...t => style.sass_135a72a3e4d9565ea28981b945b9b151.content} | 0 ...json => style.sass_135a72a3e4d9565ea28981b945b9b151.json} | 0 ...t => style.sass_135a72a3e4d9565ea28981b945b9b151.content} | 0 ...json => style.sass_135a72a3e4d9565ea28981b945b9b151.json} | 0 layouts/partials/home/projects.html | 5 ++++- 7 files changed, 4 insertions(+), 1 deletion(-) rename exampleSite/resources/_gen/assets/sass/de/sass/{style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content => style.sass_135a72a3e4d9565ea28981b945b9b151.content} (100%) rename exampleSite/resources/_gen/assets/sass/de/sass/{style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json => style.sass_135a72a3e4d9565ea28981b945b9b151.json} (100%) rename exampleSite/resources/_gen/assets/sass/es/sass/{style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content => style.sass_135a72a3e4d9565ea28981b945b9b151.content} (100%) rename exampleSite/resources/_gen/assets/sass/es/sass/{style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json => style.sass_135a72a3e4d9565ea28981b945b9b151.json} (100%) rename exampleSite/resources/_gen/assets/sass/sass/{style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content => style.sass_135a72a3e4d9565ea28981b945b9b151.content} (100%) rename exampleSite/resources/_gen/assets/sass/sass/{style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json => style.sass_135a72a3e4d9565ea28981b945b9b151.json} (100%) diff --git a/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content b/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.content similarity index 100% rename from exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content rename to exampleSite/resources/_gen/assets/sass/de/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.content diff --git a/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json b/exampleSite/resources/_gen/assets/sass/de/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.json similarity index 100% rename from exampleSite/resources/_gen/assets/sass/de/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json rename to exampleSite/resources/_gen/assets/sass/de/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.json diff --git a/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content b/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.content similarity index 100% rename from exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content rename to exampleSite/resources/_gen/assets/sass/es/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.content diff --git a/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json b/exampleSite/resources/_gen/assets/sass/es/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.json similarity index 100% rename from exampleSite/resources/_gen/assets/sass/es/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json rename to exampleSite/resources/_gen/assets/sass/es/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.json diff --git a/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content b/exampleSite/resources/_gen/assets/sass/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.content similarity index 100% rename from exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.content rename to exampleSite/resources/_gen/assets/sass/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.content diff --git a/exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json b/exampleSite/resources/_gen/assets/sass/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.json similarity index 100% rename from exampleSite/resources/_gen/assets/sass/sass/style.sass_065a25a4dafeb4227239fe9a8e6c8eaa.json rename to exampleSite/resources/_gen/assets/sass/sass/style.sass_135a72a3e4d9565ea28981b945b9b151.json diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html index 783e6f8..a6e82d7 100644 --- a/layouts/partials/home/projects.html +++ b/layouts/partials/home/projects.html @@ -11,17 +11,20 @@ {{ $numberOfProjectsToShow := .Site.Params.home.numberOfProjectsToShow | default $totalProjects }} {{ range $index, $element := .Pages.ByWeight | first $numberOfProjectsToShow }} {{ if eq (mod $numberOfProjectsToShow 2) 0 }} + {{ .Scratch.Set "width" "490x" }}
    {{ else }} + {{ .Scratch.Set "width" "302x" }}
    {{ end }}
    + {{ $width := ( .Scratch.Get "width" ) }} {{ with .Resources.ByType "image" }} {{ range first 1 (sort . "Params.weight") }} - {{ $image := .Resize "302x" }} + {{ $image := .Resize $width }} {{ $image.Name }} {{ end }} {{ end }} From b2bfdb95cf25dc6f8eff96b490e0e4db91eb26bb Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sun, 22 Jul 2018 07:03:30 +0200 Subject: [PATCH 18/26] Fix np --- layouts/blog/single.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/blog/single.html b/layouts/blog/single.html index ef3c794..ce801e2 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,5 +1,7 @@ {{ define "title" }} -

    {{ (.Site.GetPage "section" "/blog").Title }}

    +{{ with .Site.GetPage "section" "/blog" }} +

    {{ .Title }}

    +{{ end }} {{ end }} {{ define "main" }} From 9b08324593c35da21299ef74cecca7e330efcb20 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sun, 22 Jul 2018 07:11:45 +0200 Subject: [PATCH 19/26] Fix more build problems --- exampleSite/static/img/workday.jpg | Bin 0 -> 59645 bytes layouts/partials/nav.html | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 exampleSite/static/img/workday.jpg diff --git a/exampleSite/static/img/workday.jpg b/exampleSite/static/img/workday.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2e5eea473b339b11edf91652db213f79b597d90b GIT binary patch literal 59645 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�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 literal 0 HcmV?d00001 diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index a40fd79..65a775d 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -54,9 +54,9 @@ {{ $totalProjects := (len .Pages) }} {{ $numberOfProjectsToShow := .Site.Params.home.numberOfProjectsToShow | default $totalProjects }} {{ if $isHome }} - {{ .Title }} + {{ .Title }} {{ else if le $totalProjects $numberOfProjectsToShow }} - {{ .Title }} + {{ .Title }} {{ else }} {{ if $pageIsInProjects }} @@ -73,7 +73,7 @@ {{ if not (and $pageIsInBlog (eq .Page.Kind "section")) }} {{ with .Site.GetPage "section" "/blog" }} {{ if $isHome }} - {{ .Title }} + {{ .Title }} {{ else }} {{ if $pageIsInBlog }} From 389ac2a34bc72ca503c696c965c2016954441f34 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Sun, 22 Jul 2018 07:24:01 +0200 Subject: [PATCH 20/26] Add projects.useTwoColumns option --- exampleSite/config.toml | 10 ++++++---- layouts/partials/home/projects.html | 4 ++-- layouts/projects/list.html | 9 ++++++--- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 753d547..29d3ee7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -22,13 +22,15 @@ DefaultContentLanguage = "en" # Default language fo localTime = true # Show your current local time in contact section timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + [params.projects] + useTwoColumns = false # Use a layout with two columns instead of three # Share buttons on blog post pages [params.share] - twitter = true - facebook = true - googlePlus = true - pinterest = true + twitter = true + facebook = true + googlePlus = true + pinterest = true # Social icons appear in introduction and contact section. Add as many more as you like. # Find icon names here: https://fontawesome.com/cheatsheet/ diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html index a6e82d7..afd9e20 100644 --- a/layouts/partials/home/projects.html +++ b/layouts/partials/home/projects.html @@ -5,12 +5,12 @@

    {{ .Title }}

    -
    +
    {{ $totalProjects := (len .Pages) }} {{ $numberOfProjectsToShow := .Site.Params.home.numberOfProjectsToShow | default $totalProjects }} {{ range $index, $element := .Pages.ByWeight | first $numberOfProjectsToShow }} - {{ if eq (mod $numberOfProjectsToShow 2) 0 }} + {{ if .Site.Params.projects.useTwoColumns }} {{ .Scratch.Set "width" "490x" }}
    {{ else }} diff --git a/layouts/projects/list.html b/layouts/projects/list.html index f2becc8..a4f6e1a 100644 --- a/layouts/projects/list.html +++ b/layouts/projects/list.html @@ -3,22 +3,25 @@ {{ .Content }}
    -
    +
    {{ $numberOfPages := len .Pages}} {{ range .Pages.ByWeight }} - {{ if eq (mod $numberOfPages 2) 0 }} + {{ if .Site.Params.projects.useTwoColumns }} + {{ .Scratch.Set "width" "490x" }}
    {{ else }} + {{ .Scratch.Set "width" "302x" }}
    {{ end }}
    + {{ $width := ( .Scratch.Get "width" ) }} {{ with .Resources.ByType "image" }} {{ range first 1 (sort . "Params.weight") }} - {{ $image := .Resize "302x" }} + {{ $image := .Resize $width }} {{ $image.Name }} {{ end }} {{ end }} From ae99b799c8eeb44a140aede9f9aa971820590ad7 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Mon, 23 Jul 2018 05:56:10 +0200 Subject: [PATCH 21/26] Bump hugo version to 0.45 --- .travis.yml | 2 +- theme.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 339838e..77396b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ git: depth: false env: - - HUGO_VERSION="0.44" + - HUGO_VERSION="0.45" install: - wget -q https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz diff --git a/theme.toml b/theme.toml index 59c5ee7..6781d29 100644 --- a/theme.toml +++ b/theme.toml @@ -5,7 +5,7 @@ description = "Minimal, single page, smooth scrolling theme for Hugo." homepage = "https://github.com/vickylai/hugo-theme-introduction" tags = ["blog", "bulma", "clean", "dark", "disqus", "font awesome", "gallery", "minimal", "minimalist", "mobile", "multilingual", "one page", "personal", "responsive", "simple", "single page", "starter", "syntax highlighting", "projects", "white" ] features = ["responsive", "blog", "portfolio", "gallery"] -min_version = "0.44" +min_version = "0.45" [author] name = "Vicky Lai" From 5121f1a8331dc94c1189a24fbe09397b608f29a1 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Mon, 23 Jul 2018 06:00:30 +0200 Subject: [PATCH 22/26] Replace .Site.GetPage with one parameter calls --- layouts/blog/single.html | 2 +- layouts/index.html | 4 ++-- layouts/partials/home/blog.html | 2 +- layouts/partials/home/projects.html | 2 +- layouts/partials/nav.html | 8 ++++---- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/layouts/blog/single.html b/layouts/blog/single.html index ce801e2..5d1628b 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -1,5 +1,5 @@ {{ define "title" }} -{{ with .Site.GetPage "section" "/blog" }} +{{ with .Site.GetPage "/blog" }}

    {{ .Title }}

    {{ end }} {{ end }} diff --git a/layouts/index.html b/layouts/index.html index c4330c2..e192241 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,7 @@
    - {{ with .Site.GetPage "page" "/home" }} + {{ with .Site.GetPage "/home" }}
    @@ -38,7 +38,7 @@ {{ partial "nav.html" . }} - {{ with .Site.GetPage "page" "/home" }} + {{ with .Site.GetPage "/home" }} {{ $home := . }} {{ range sort (.Resources.ByType "page") "Params.weight" }} {{ if ne .Name "contact.md" }} diff --git a/layouts/partials/home/blog.html b/layouts/partials/home/blog.html index 1cbade0..67719bc 100644 --- a/layouts/partials/home/blog.html +++ b/layouts/partials/home/blog.html @@ -1,4 +1,4 @@ -{{ with .Site.GetPage "section" "/blog" }} +{{ with .Site.GetPage "/blog" }}
    diff --git a/layouts/partials/home/projects.html b/layouts/partials/home/projects.html index afd9e20..324573f 100644 --- a/layouts/partials/home/projects.html +++ b/layouts/partials/home/projects.html @@ -1,4 +1,4 @@ -{{ with .Site.GetPage "section" "/projects" }} +{{ with .Site.GetPage "/projects" }}
    diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 65a775d..ba0f13e 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -40,7 +40,7 @@ {{ i18n "nav_main" . }} {{ end }} - {{ with .Site.GetPage "page" "/home" }} + {{ with .Site.GetPage "/home" }} {{ range sort (.Resources.ByType "page") "Params.weight" }} {{ if ne .Name "contact.md" }} {{ .Title }} @@ -50,7 +50,7 @@ {{ $pageIsInProjects := eq .Page.Section "projects"}} {{ if not (and $pageIsInProjects (eq .Page.Kind "section")) }} - {{ with .Site.GetPage "section" "/projects" }} + {{ with .Site.GetPage "/projects" }} {{ $totalProjects := (len .Pages) }} {{ $numberOfProjectsToShow := .Site.Params.home.numberOfProjectsToShow | default $totalProjects }} {{ if $isHome }} @@ -71,7 +71,7 @@ {{ $pageIsInBlog := eq .Page.Section "blog"}} {{ if not (and $pageIsInBlog (eq .Page.Kind "section")) }} - {{ with .Site.GetPage "section" "/blog" }} + {{ with .Site.GetPage "/blog" }} {{ if $isHome }} {{ .Title }} {{ else }} @@ -86,7 +86,7 @@ {{ end }} {{ end }} - {{ with .Site.GetPage "page" "/home" }} + {{ with .Site.GetPage "/home" }} {{ with .Resources.GetMatch "contact.md" }} {{ .Title }} {{ end }} From b7aeb407b1fa5c344d437cf1ed5ae365e224aacb Mon Sep 17 00:00:00 2001 From: Hanzei Date: Mon, 23 Jul 2018 23:49:56 +0200 Subject: [PATCH 23/26] Cleanup sass variables --- assets/sass/_base-variables.sass | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/sass/_base-variables.sass b/assets/sass/_base-variables.sass index 28294c2..935ecd8 100644 --- a/assets/sass/_base-variables.sass +++ b/assets/sass/_base-variables.sass @@ -1,7 +1,5 @@ $family-sans-serif: Nunito Sans, sans-serif -$body-size: 16px $code: $primary -$code-background: $background $title-weight: 300 $navbar-background-color: $background $navbar-item-hover-background-color: $background From a9d6150b009aabee5d684dc7120de2e04d75f1c9 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Tue, 24 Jul 2018 00:03:22 +0200 Subject: [PATCH 24/26] Make margin in hr even --- layouts/partials/top-icon-with-hr.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/top-icon-with-hr.html b/layouts/partials/top-icon-with-hr.html index a077275..4595a80 100644 --- a/layouts/partials/top-icon-with-hr.html +++ b/layouts/partials/top-icon-with-hr.html @@ -1,7 +1,7 @@ -
    +

    {{ partial "top-icon.html" . }} -
    +

    From 5687d97c7871844a0a41d54325aa4dff54f6443e Mon Sep 17 00:00:00 2001 From: Hanzei Date: Tue, 24 Jul 2018 00:04:56 +0200 Subject: [PATCH 25/26] Refactor taxonomies page --- exampleSite/config.toml | 8 ++++++-- exampleSite/content/de/blog/coffee-ipsum.md | 2 +- exampleSite/content/de/blog/hipster-ipsum.md | 4 ++-- exampleSite/content/de/blog/startup-ipsum.md | 2 +- exampleSite/content/en/blog/coffee-ipsum.md | 4 ++-- exampleSite/content/en/blog/hipster-ipsum.md | 4 ++-- exampleSite/content/en/blog/startup-ipsum.md | 2 +- exampleSite/content/es/blog/coffee-ipsum.md | 2 +- exampleSite/content/es/blog/hipser-ipsum.md | 2 +- exampleSite/content/es/blog/startup-ipsum.md | 2 +- layouts/_default/taxonomy.html | 5 +---- layouts/_default/terms.html | 9 +++------ layouts/blog/single.html | 8 ++++++++ 13 files changed, 30 insertions(+), 24 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 29d3ee7..4efe6da 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -54,7 +54,11 @@ DefaultContentLanguage = "en" # Default language fo # url = "/blog/" # weight = 1 -# +# We only use tag as a taxonomies +# You can add more by yourself +[taxonomies] + tag = "tags" + [languages] [languages.en] languageName = "English" @@ -83,6 +87,6 @@ DefaultContentLanguage = "en" # Default language fo weight = 2 title = "Vorstellung" [languages.de.params] - dateForm = "2. January 2006" + dateFormat = "2. January 2006" description = "Beschreibung der Webseite" # footerText = "" diff --git a/exampleSite/content/de/blog/coffee-ipsum.md b/exampleSite/content/de/blog/coffee-ipsum.md index 384be34..8c8d064 100644 --- a/exampleSite/content/de/blog/coffee-ipsum.md +++ b/exampleSite/content/de/blog/coffee-ipsum.md @@ -1,7 +1,7 @@ --- title: "Kaffee Ipsum" date: 2017-11-01T12:04:16-05:00 -tags: ['coffee', 'ipsum','images'] +tags: ["coffee", "ipsum", "images"] --- Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic. Barista, beans extraction, barista mocha, roast steamed siphon cup sweet cortado, cinnamon froth milk ristretto cortado galão. Crema, milk extra brewed, lungo dripper, espresso flavour qui, variety, grinder caramelization sit, strong turkish espresso body, filter barista caramelization half and half strong. To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust. diff --git a/exampleSite/content/de/blog/hipster-ipsum.md b/exampleSite/content/de/blog/hipster-ipsum.md index be5b092..1ddb2d9 100644 --- a/exampleSite/content/de/blog/hipster-ipsum.md +++ b/exampleSite/content/de/blog/hipster-ipsum.md @@ -1,7 +1,7 @@ --- title: "Hipster Ipsum" date: 2017-11-13T11:58:39-05:00 -tags: ['ipsum','words'] +tags: ["ipsum", "words"] --- Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress. Street art umami tattooed, glossier selfies 90's kale chips cred cardigan taxidermy seitan distillery migas. @@ -10,4 +10,4 @@ Chicharrones ethical activated charcoal cardigan vegan copper mug. Ennui messeng Organic neutra brooklyn, literally helvetica air plant celiac chia sustainable sriracha. Jean shorts typewriter chambray 90's farm-to-table, man bun tofu VHS. Messenger bag paleo plaid meditation intelligentsia forage, lomo jianbing hell of. Waistcoat synth tacos direct trade truffaut kogi. Gentrify street art woke, everyday carry whatever gastropub PBR&B fixie chambray kale chips af photo booth shoreditch. Thundercats hella cold-pressed, ethical vape irony pitchfork mixtape kombucha heirloom viral hell of deep v banh mi hoodie. Craft beer slow-carb raw denim, ugh asymmetrical artisan banh mi fingerstache trust fund poke bespoke green juice man bun mustache 3 wolf moon. -Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray. \ No newline at end of file +Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray. diff --git a/exampleSite/content/de/blog/startup-ipsum.md b/exampleSite/content/de/blog/startup-ipsum.md index cc9682e..49b3f8b 100644 --- a/exampleSite/content/de/blog/startup-ipsum.md +++ b/exampleSite/content/de/blog/startup-ipsum.md @@ -1,7 +1,7 @@ --- title: "Startup Ipsum" date: 2017-11-06T12:04:06-05:00 -tags: ['code','ipsum','words'] +tags: ["code", "ipsum", "words"] --- SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate. diff --git a/exampleSite/content/en/blog/coffee-ipsum.md b/exampleSite/content/en/blog/coffee-ipsum.md index 025930e..2b62b53 100644 --- a/exampleSite/content/en/blog/coffee-ipsum.md +++ b/exampleSite/content/en/blog/coffee-ipsum.md @@ -1,7 +1,7 @@ --- title: "Coffee Ipsum" date: 2017-11-01T12:04:16-05:00 -tags: ['coffee', 'ipsum','images'] +tags: ["coffee", "ipsum", "images"] --- Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic. Barista, beans extraction, barista mocha, roast steamed siphon cup sweet cortado, cinnamon froth milk ristretto cortado galão. Crema, milk extra brewed, lungo dripper, espresso flavour qui, variety, grinder caramelization sit, strong turkish espresso body, filter barista caramelization half and half strong. To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust. @@ -12,4 +12,4 @@ At, whipped extraction, wings, dark black, breve, single origin, est as irish, c Barista at, whipped, brewed americano ut, black americano spoon crema, black carajillo, con panna, qui galão crema aged arabica. Cup half and half white, sugar, viennese, mocha to go single shot americano crema single origin sweet strong, pumpkin spice, flavour, rich steamed shop grinder steamed latte extra to go brewed. Frappuccino, variety a flavour rich, bar caffeine carajillo, caffeine, half and half brewed half and half that con panna single origin redeye. Roast percolator, beans kopi-luwak aftertaste ut, cup java, sweet, single origin affogato, eu espresso barista cortado trifecta ristretto to go aged cortado caramelization sweet. So variety wings sit roast acerbic a saucer, cream galão foam seasonal, instant, cinnamon beans macchiato mug steamed caffeine cappuccino. To go, frappuccino, body dripper aftertaste brewed spoon ristretto redeye, black dark, bar crema whipped wings macchiato, flavour, ut rich mocha variety filter aromatic. Ut instant single shot shop turkish and, grounds, latte half and half aged breve mug percolator shop. Macchiato, at cup single origin crema affogato, mug cup, eu et ristretto espresso, viennese froth beans variety to go. Coffee caffeine spoon, macchiato strong dripper crema, macchiato espresso blue mountain, chicory con panna white bar caffeine skinny trifecta con panna. Robust, mazagran latte to go, carajillo cinnamon at and trifecta, cream body variety instant id cream so extra. Ut as iced wings saucer caramelization, affogato, coffee, froth so, brewed acerbic iced shop in sweet brewed. -Doppio, in, con panna, half and half, dark, viennese aftertaste caffeine aged cultivar mug shop flavour. Spoon to go, doppio caffeine, a latte carajillo whipped, viennese grinder carajillo whipped dark grinder espresso coffee, espresso, variety café au lait aged half and half grounds. Mazagran as, kopi-luwak viennese, dark, sit aged id at, milk, to go cup sweet, shop coffee, spoon mazagran filter, doppio at extra cup milk. Chicory id roast chicory aromatic strong, white sweet viennese, carajillo java strong a to go aftertaste, frappuccino at cinnamon dripper pumpkin spice arabica. Aged, brewed percolator, id, macchiato aroma, black bar aromatic ristretto lungo as mug grinder as mocha. Mug, medium et roast doppio, spoon so single origin french press skinny, caffeine blue mountain variety, mocha, percolator grinder café au lait kopi-luwak arabica. Caffeine, seasonal, french press steamed rich single origin cream galão brewed cinnamon, doppio java, chicory aftertaste ristretto, plunger pot aromatic, ut, plunger pot milk est whipped grinder coffee. Sweet macchiato cappuccino cup, decaffeinated macchiato cream, milk extra, ut, galão froth half and half sweet qui, siphon, et aged, skinny, siphon milk grounds strong to go. Chicory medium, ut viennese instant fair trade steamed medium café au lait, as fair trade, barista single origin, body acerbic decaffeinated lungo café au lait bar trifecta americano mazagran. Strong cortado caffeine wings cappuccino foam, saucer est cream white aftertaste body french press. Beans affogato, ristretto a plunger pot bar macchiato, froth filter seasonal doppio, siphon sit caffeine cortado redeye single shot. \ No newline at end of file +Doppio, in, con panna, half and half, dark, viennese aftertaste caffeine aged cultivar mug shop flavour. Spoon to go, doppio caffeine, a latte carajillo whipped, viennese grinder carajillo whipped dark grinder espresso coffee, espresso, variety café au lait aged half and half grounds. Mazagran as, kopi-luwak viennese, dark, sit aged id at, milk, to go cup sweet, shop coffee, spoon mazagran filter, doppio at extra cup milk. Chicory id roast chicory aromatic strong, white sweet viennese, carajillo java strong a to go aftertaste, frappuccino at cinnamon dripper pumpkin spice arabica. Aged, brewed percolator, id, macchiato aroma, black bar aromatic ristretto lungo as mug grinder as mocha. Mug, medium et roast doppio, spoon so single origin french press skinny, caffeine blue mountain variety, mocha, percolator grinder café au lait kopi-luwak arabica. Caffeine, seasonal, french press steamed rich single origin cream galão brewed cinnamon, doppio java, chicory aftertaste ristretto, plunger pot aromatic, ut, plunger pot milk est whipped grinder coffee. Sweet macchiato cappuccino cup, decaffeinated macchiato cream, milk extra, ut, galão froth half and half sweet qui, siphon, et aged, skinny, siphon milk grounds strong to go. Chicory medium, ut viennese instant fair trade steamed medium café au lait, as fair trade, barista single origin, body acerbic decaffeinated lungo café au lait bar trifecta americano mazagran. Strong cortado caffeine wings cappuccino foam, saucer est cream white aftertaste body french press. Beans affogato, ristretto a plunger pot bar macchiato, froth filter seasonal doppio, siphon sit caffeine cortado redeye single shot. diff --git a/exampleSite/content/en/blog/hipster-ipsum.md b/exampleSite/content/en/blog/hipster-ipsum.md index be5b092..1ddb2d9 100644 --- a/exampleSite/content/en/blog/hipster-ipsum.md +++ b/exampleSite/content/en/blog/hipster-ipsum.md @@ -1,7 +1,7 @@ --- title: "Hipster Ipsum" date: 2017-11-13T11:58:39-05:00 -tags: ['ipsum','words'] +tags: ["ipsum", "words"] --- Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress. Street art umami tattooed, glossier selfies 90's kale chips cred cardigan taxidermy seitan distillery migas. @@ -10,4 +10,4 @@ Chicharrones ethical activated charcoal cardigan vegan copper mug. Ennui messeng Organic neutra brooklyn, literally helvetica air plant celiac chia sustainable sriracha. Jean shorts typewriter chambray 90's farm-to-table, man bun tofu VHS. Messenger bag paleo plaid meditation intelligentsia forage, lomo jianbing hell of. Waistcoat synth tacos direct trade truffaut kogi. Gentrify street art woke, everyday carry whatever gastropub PBR&B fixie chambray kale chips af photo booth shoreditch. Thundercats hella cold-pressed, ethical vape irony pitchfork mixtape kombucha heirloom viral hell of deep v banh mi hoodie. Craft beer slow-carb raw denim, ugh asymmetrical artisan banh mi fingerstache trust fund poke bespoke green juice man bun mustache 3 wolf moon. -Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray. \ No newline at end of file +Seitan tumblr freegan, readymade health goth tofu letterpress mixtape. Viral microdosing roof party, narwhal paleo photo booth cronut fingerstache. Bitters ramps snackwave listicle, taxidermy skateboard williamsburg. Vexillologist irony ennui, vegan fap 8-bit street art hashtag bicycle rights thundercats woke fashion axe aesthetic. Before they sold out umami forage disrupt, fashion axe cardigan ugh kitsch small batch. Kitsch try-hard vexillologist, semiotics disrupt shabby chic schlitz. Cardigan deep v hammock yuccie craft beer wayfarers, bespoke shabby chic keytar vape venmo semiotics iPhone cray. diff --git a/exampleSite/content/en/blog/startup-ipsum.md b/exampleSite/content/en/blog/startup-ipsum.md index cc9682e..49b3f8b 100644 --- a/exampleSite/content/en/blog/startup-ipsum.md +++ b/exampleSite/content/en/blog/startup-ipsum.md @@ -1,7 +1,7 @@ --- title: "Startup Ipsum" date: 2017-11-06T12:04:06-05:00 -tags: ['code','ipsum','words'] +tags: ["code", "ipsum", "words"] --- SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate. diff --git a/exampleSite/content/es/blog/coffee-ipsum.md b/exampleSite/content/es/blog/coffee-ipsum.md index c9339db..180fd21 100644 --- a/exampleSite/content/es/blog/coffee-ipsum.md +++ b/exampleSite/content/es/blog/coffee-ipsum.md @@ -1,7 +1,7 @@ --- title: "Coffee Ipsum - Español" date: 2017-11-01T12:04:16-05:00 -tags: ['coffee', 'ipsum','images'] +tags: ["coffee", "ipsum", "images"] --- Aromatic aroma con panna, crema so coffee robust coffee barista, café au lait trifecta that strong blue mountain cortado aftertaste. Aroma extraction french press, skinny sweet, blue mountain cup roast barista, beans, extra cappuccino mug crema strong. Americano caffeine white, con panna saucer sit, con panna eu, carajillo aftertaste kopi-luwak, body aftertaste cup single origin café au lait saucer. Macchiato java sweet arabica, turkish cup, eu flavour mug extraction white cortado saucer est white brewed instant, rich, barista breve cappuccino barista organic. Barista, beans extraction, barista mocha, roast steamed siphon cup sweet cortado, cinnamon froth milk ristretto cortado galão. Crema, milk extra brewed, lungo dripper, espresso flavour qui, variety, grinder caramelization sit, strong turkish espresso body, filter barista caramelization half and half strong. To go viennese cream to go, flavour, so mocha as, carajillo iced et a siphon froth. Aged, eu, cup, brewed aroma kopi-luwak, coffee, id viennese french press brewed grounds acerbic froth. Decaffeinated acerbic, spoon beans seasonal, french press café au lait mazagran roast chicory, pumpkin spice galão as fair trade, dark irish cup ristretto half and half whipped shop. Latte instant black extra aroma, instant, extra robusta variety skinny shop aged cup ristretto foam cortado. Bar galão skinny saucer est affogato sugar caffeine chicory sugar coffee, seasonal barista french press acerbic in chicory robust. diff --git a/exampleSite/content/es/blog/hipser-ipsum.md b/exampleSite/content/es/blog/hipser-ipsum.md index 49ce5de..cd4bdc8 100644 --- a/exampleSite/content/es/blog/hipser-ipsum.md +++ b/exampleSite/content/es/blog/hipser-ipsum.md @@ -1,7 +1,7 @@ --- title: "Hipster Ipsum - Español" date: 2017-11-13T11:58:39-05:00 -tags: ['ipsum','words'] +tags: ["ipsum", "words"] --- Occupy mlkshk kale chips woke, listicle locavore next level fingerstache glossier aesthetic man braid before they sold out kitsch prism. Cred copper mug freegan, flannel YOLO single-origin coffee skateboard artisan four loko church-key man bun. Synth literally gastropub, kombucha chillwave helvetica offal truffaut church-key freegan pop-up gentrify narwhal. Kombucha viral vexillologist green juice. Slow-carb hoodie mumblecore tumeric tattooed meditation, lo-fi fap cred affogato forage whatever austin. Shabby chic direct trade migas, brunch gochujang sriracha chambray fanny pack 8-bit mustache letterpress. Street art umami tattooed, glossier selfies 90's kale chips cred cardigan taxidermy seitan distillery migas. diff --git a/exampleSite/content/es/blog/startup-ipsum.md b/exampleSite/content/es/blog/startup-ipsum.md index e86999c..0c96315 100644 --- a/exampleSite/content/es/blog/startup-ipsum.md +++ b/exampleSite/content/es/blog/startup-ipsum.md @@ -1,7 +1,7 @@ --- title: "Startup Ipsum - Español" date: 2017-11-06T12:04:06-05:00 -tags: ['code','ipsum','words'] +tags: ["code", "ipsum", "words"] --- SpaceTeam affordances quantitative vs. qualitative SpaceTeam physical computing earned media thinker-maker-doer pair programming. Bootstrapping pitch deck physical computing driven cortado human-centered design innovate human-centered design driven. Grok pitch deck fund pitch deck sticky note affordances minimum viable product integrate paradigm viral iterate. Driven fund thought leader personas workflow SpaceTeam viral pair programming physical computing intuitive 360 campaign latte bootstrapping minimum viable product. Bootstrapping physical computing responsive pitch deck SpaceTeam parallax long shadow pitch deck bootstrapping ideate. diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index cf9409a..92e1492 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -1,12 +1,9 @@ {{ define "title" }} -

    Tagged "{{ lower .Title }}"

    +

    {{ .Data.Singular | humanize }}: {{ lower .Title }}

    {{ end }} {{ define "main" }}
    -
    - {{ .Content }} -
      {{ range .Pages.ByPublishDate.Reverse }}
    • diff --git a/layouts/_default/terms.html b/layouts/_default/terms.html index 29815df..08760a0 100644 --- a/layouts/_default/terms.html +++ b/layouts/_default/terms.html @@ -1,12 +1,9 @@ {{ define "main" }}
      -
      - {{ .Content }} -
      - {{ range $name, $taxonomy := .Site.Taxonomies.tags }} - {{ lower $name }} ({{ len $taxonomy }}) - {{ end }} + {{- range $key, $value:= .Data.Terms -}} + {{ $key }} ({{ $value.Count }}) + {{- end -}}
      {{ end }} diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 5d1628b..fcbe513 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -42,6 +42,14 @@ {{ end }}
    {{ end }} + {{ if .Params.tags }} +

    + Tag{{ if gt (len .Params.tags) 1 }}s{{ end }}: + {{ range $index, $tag := .Params.tags }} + {{ if gt $index 0 }}, {{ end }}{{ . }} + {{ end }} +

    + {{ end }}
    From c1a279a871edf6a3a6811d782681d07e9b466dd7 Mon Sep 17 00:00:00 2001 From: Hanzei Date: Thu, 26 Jul 2018 19:34:02 +0200 Subject: [PATCH 26/26] Canonify owlCarousel css path --- .../owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json | 1 - .../owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json | 1 - ...owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content | 0 .../owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json | 1 + .../owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json | 1 - ...owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content | 0 .../owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json | 1 + ...owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content | 0 .../owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json | 1 + layouts/partials/css/owlCarousel.html | 2 +- 10 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 exampleSite/resources/_gen/assets/css/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json delete mode 100644 exampleSite/resources/_gen/assets/css/de/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json rename exampleSite/resources/_gen/assets/css/{css => de/styles}/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content (100%) create mode 100644 exampleSite/resources/_gen/assets/css/de/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json delete mode 100644 exampleSite/resources/_gen/assets/css/es/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json rename exampleSite/resources/_gen/assets/css/{de/css => es/styles}/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content (100%) create mode 100644 exampleSite/resources/_gen/assets/css/es/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json rename exampleSite/resources/_gen/assets/css/{es/css => styles}/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content (100%) create mode 100644 exampleSite/resources/_gen/assets/css/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json diff --git a/exampleSite/resources/_gen/assets/css/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json b/exampleSite/resources/_gen/assets/css/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json deleted file mode 100644 index 03a70b3..0000000 --- a/exampleSite/resources/_gen/assets/css/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"css/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/css/de/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json b/exampleSite/resources/_gen/assets/css/de/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json deleted file mode 100644 index 03a70b3..0000000 --- a/exampleSite/resources/_gen/assets/css/de/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"css/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/css/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content b/exampleSite/resources/_gen/assets/css/de/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content similarity index 100% rename from exampleSite/resources/_gen/assets/css/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content rename to exampleSite/resources/_gen/assets/css/de/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content diff --git a/exampleSite/resources/_gen/assets/css/de/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json b/exampleSite/resources/_gen/assets/css/de/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json new file mode 100644 index 0000000..0ee22d4 --- /dev/null +++ b/exampleSite/resources/_gen/assets/css/de/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json @@ -0,0 +1 @@ +{"Target":"styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/css/es/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json b/exampleSite/resources/_gen/assets/css/es/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json deleted file mode 100644 index 03a70b3..0000000 --- a/exampleSite/resources/_gen/assets/css/es/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json +++ /dev/null @@ -1 +0,0 @@ -{"Target":"css/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/css/de/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content b/exampleSite/resources/_gen/assets/css/es/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content similarity index 100% rename from exampleSite/resources/_gen/assets/css/de/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content rename to exampleSite/resources/_gen/assets/css/es/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content diff --git a/exampleSite/resources/_gen/assets/css/es/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json b/exampleSite/resources/_gen/assets/css/es/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json new file mode 100644 index 0000000..0ee22d4 --- /dev/null +++ b/exampleSite/resources/_gen/assets/css/es/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json @@ -0,0 +1 @@ +{"Target":"styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E="}} \ No newline at end of file diff --git a/exampleSite/resources/_gen/assets/css/es/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content b/exampleSite/resources/_gen/assets/css/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content similarity index 100% rename from exampleSite/resources/_gen/assets/css/es/css/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content rename to exampleSite/resources/_gen/assets/css/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.content diff --git a/exampleSite/resources/_gen/assets/css/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json b/exampleSite/resources/_gen/assets/css/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json new file mode 100644 index 0000000..0ee22d4 --- /dev/null +++ b/exampleSite/resources/_gen/assets/css/styles/owlCarousel.min.css_8848f55d07695b7ff7188138f23d69e3.json @@ -0,0 +1 @@ +{"Target":"styles/owlCarousel.min.b1f26e29c43c61fe8b5a6f225b4ee7c5f969a7b33cfe512706271e07246d93d1.css","MediaType":"text/css","Data":{"Integrity":"sha256-sfJuKcQ8Yf6LWm8iW07nxflpp7M8/lEnBiceByRtk9E="}} \ No newline at end of file diff --git a/layouts/partials/css/owlCarousel.html b/layouts/partials/css/owlCarousel.html index 1a1368b..d42e685 100644 --- a/layouts/partials/css/owlCarousel.html +++ b/layouts/partials/css/owlCarousel.html @@ -1,4 +1,4 @@ {{ $owlCarousel := resources.Get "vendor/owlCarousel/owl.carousel.min.css" }} {{ $owlCarouselTheme := resources.Get "vendor/owlCarousel/owl.theme.default.min.css" }} -{{ $owlCarouselBundle := slice $owlCarousel $owlCarouselTheme | resources.Concat "/css/owlCarousel.min.css" | fingerprint }} +{{ $owlCarouselBundle := slice $owlCarousel $owlCarouselTheme | resources.Concat "/styles/owlCarousel.min.css" | fingerprint }}