diff --git a/build/metro.all.js b/build/metro.all.js index 34efef07f..5810b74d4 100644 --- a/build/metro.all.js +++ b/build/metro.all.js @@ -9,5 +9,5 @@ * Copyright 2012-2023 Serhii Pimenov * Licensed under MIT !*/ -function(){!function(t){if(!/MSIE 10/i.test(navigator.userAgent))try{var e=new Blob(["var fakeIdToId = {};onmessage = function (event) {\tvar data = event.data,\t\tname = data.name,\t\tfakeId = data.fakeId,\t\ttime;\tif(data.hasOwnProperty('time')) {\t\ttime = data.time;\t}\tswitch (name) {\t\tcase 'setInterval':\t\t\tfakeIdToId[fakeId] = setInterval(function () {\t\t\t\tpostMessage({fakeId: fakeId});\t\t\t}, time);\t\t\tbreak;\t\tcase 'clearInterval':\t\t\tif (fakeIdToId.hasOwnProperty (fakeId)) {\t\t\t\tclearInterval(fakeIdToId[fakeId]);\t\t\t\tdelete fakeIdToId[fakeId];\t\t\t}\t\t\tbreak;\t\tcase 'setTimeout':\t\t\tfakeIdToId[fakeId] = setTimeout(function () {\t\t\t\tpostMessage({fakeId: fakeId});\t\t\t\tif (fakeIdToId.hasOwnProperty (fakeId)) {\t\t\t\t\tdelete fakeIdToId[fakeId];\t\t\t\t}\t\t\t}, time);\t\t\tbreak;\t\tcase 'clearTimeout':\t\t\tif (fakeIdToId.hasOwnProperty (fakeId)) {\t\t\t\tclearTimeout(fakeIdToId[fakeId]);\t\t\t\tdelete fakeIdToId[fakeId];\t\t\t}\t\t\tbreak;\t}}"]);t=window.URL.createObjectURL(e)}catch(t){}var i,o={},n=0,a="HackTimer.js by turuslan: ";function getFakeId(){do{2147483647===n?n=0:n++}while(o.hasOwnProperty(n));return n}if("undefined"!=typeof Worker)try{i=new Worker(t),window.setInterval=function(t,e){var n=getFakeId();return o[n]={callback:t,parameters:Array.prototype.slice.call(arguments,2)},i.postMessage({name:"setInterval",fakeId:n,time:e}),n},window.clearInterval=function(t){o.hasOwnProperty(t)&&(delete o[t],i.postMessage({name:"clearInterval",fakeId:t}))},window.setTimeout=function(t,e){var n=getFakeId();return o[n]={callback:t,parameters:Array.prototype.slice.call(arguments,2),isTimeout:!0},i.postMessage({name:"setTimeout",fakeId:n,time:e}),n},window.clearTimeout=function(t){o.hasOwnProperty(t)&&(delete o[t],i.postMessage({name:"clearTimeout",fakeId:t}))},i.onmessage=function(t){var e,i,n,r=t.data.fakeId;if(o.hasOwnProperty(r)&&(n=(e=o[r]).callback,i=e.parameters,e.hasOwnProperty("isTimeout")&&e.isTimeout&&delete o[r]),"string"==typeof n)try{n=new Function(n)}catch(t){console.log(a+"Error parsing callback code string: ",t)}"function"==typeof n&&n.apply(window,i)},i.onerror=function(t){console.log(t)}}catch(t){console.log(a+"Initialisation failed"),console.error(t)}else console.log(a+"Initialisation failed - HTML5 Web Worker is not supported")}("HackTimerWorker.js");var t=m4q;if("undefined"==typeof m4q)throw new Error("Metro 4 requires m4q helper!");if(!("MutationObserver"in window))throw new Error("Metro 4 requires MutationObserver!");var e="ontouchstart"in window||navigator.MaxTouchPoints>0||navigator.msMaxTouchPoints>0,normalizeComponentName=function(t){return"string"!=typeof t?void 0:t.replace(/-/g,"").toLowerCase()},i={version:"4.5.11",buildNumber:0,isTouchable:e,fullScreenEnabled:document.fullscreenEnabled,sheet:null,controlsPosition:{INSIDE:"inside",OUTSIDE:"outside"},groupMode:{ONE:"one",MULTI:"multi"},aspectRatio:{HD:"hd",SD:"sd",CINEMA:"cinema"},fullScreenMode:{WINDOW:"window",DESKTOP:"desktop"},position:{TOP:"top",BOTTOM:"bottom",LEFT:"left",RIGHT:"right",TOP_RIGHT:"top-right",TOP_LEFT:"top-left",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",LEFT_BOTTOM:"left-bottom",LEFT_TOP:"left-top",RIGHT_TOP:"right-top",RIGHT_BOTTOM:"right-bottom"},popoverEvents:{CLICK:"click",HOVER:"hover",FOCUS:"focus"},stepperView:{SQUARE:"square",CYCLE:"cycle",DIAMOND:"diamond"},listView:{LIST:"list",CONTENT:"content",ICONS:"icons",ICONS_MEDIUM:"icons-medium",ICONS_LARGE:"icons-large",TILES:"tiles",TABLE:"table"},events:{click:"click",start:e?"touchstart":"mousedown",stop:e?"touchend":"mouseup",move:e?"touchmove":"mousemove",enter:e?"touchstart":"mouseenter",startAll:"mousedown touchstart",stopAll:"mouseup touchend",moveAll:"mousemove touchmove",leave:"mouseleave",focus:"focus",blur:"blur",resize:"resize",keyup:"keyup",keydown:"keydown",keypress:"keypress",dblclick:"dblclick",input:"input",change:"change",cut:"cut",paste:"paste",scroll:"scroll",mousewheel:"mousewheel",inputchange:"change input propertychange cut paste copy drop",dragstart:"dragstart",dragend:"dragend",dragenter:"dragenter",dragover:"dragover",dragleave:"dragleave",drop:"drop",drag:"drag"},keyCode:{BACKSPACE:8,TAB:9,ENTER:13,SHIFT:16,CTRL:17,ALT:18,BREAK:19,CAPS:20,ESCAPE:27,SPACE:32,PAGEUP:33,PAGEDOWN:34,END:35,HOME:36,LEFT_ARROW:37,UP_ARROW:38,RIGHT_ARROW:39,DOWN_ARROW:40,COMMA:188},media_queries:{FS:"(min-width: 0px)",XS:"(min-width: 360px)",SM:"(min-width: 576px)",MD:"(min-width: 768px)",LG:"(min-width: 992px)",XL:"(min-width: 1200px)",XXL:"(min-width: 1452px)"},media_sizes:{FS:0,XS:360,SM:576,LD:640,MD:768,LG:992,XL:1200,XXL:1452},media_mode:{FS:"fs",XS:"xs",SM:"sm",MD:"md",LG:"lg",XL:"xl",XXL:"xxl"},media_modes:["fs","xs","sm","md","lg","xl","xxl"],actions:{REMOVE:1,HIDE:2},hotkeys:{},locales:{},utils:{},colors:{},dialog:null,pagination:null,md5:null,storage:null,export:null,animations:null,cookie:null,template:null,defaults:{},about:function(){var t="

About


Metro UI - v"+i.version+"
M4Q - "+m4q.version+"
";i.infobox.create(t)},info:function(){console.info("Metro 4 - v"+i.version),console.info("m4q - "+m4q.version)},showCompileTime:function(){return""},aboutDlg:function(){alert("Metro 4 - v"+i.version)},ver:function(){return i.version},build:function(){return i.build},compile:function(){return""},observe:function(){new MutationObserver((function(e){e.map((function(e){if("attributes"===e.type&&"data-role"!==e.attributeName)if("data-hotkey"===e.attributeName)i.initHotkeys([e.target],!0);else{var o=t(e.target),n=o.data("metroComponent"),a=e.attributeName,r=o.attr(a),l=e.oldValue;void 0!==n&&(o.fire("attr-change",{attr:a,newValue:r,oldValue:l,__this:o[0]}),t.each(n,(function(){var t=i.getPlugin(o,this);t&&"function"==typeof t.changeAttribute&&t.changeAttribute(a,r,l)})))}else if("childList"===e.type&&e.addedNodes.length>0){var s,p,d,m=[],c=e.addedNodes;if(c.length){for(s=0;s0&&t.each(n,(function(){i.destroyPlugin(o[0],this)}))},noop:function(){},noop_true:function(){return!0},noop_false:function(){return!1},requestFullScreen:function(t){t.mozRequestFullScreen?t.mozRequestFullScreen():t.webkitRequestFullScreen?t.webkitRequestFullScreen():t.msRequestFullscreen?t.msRequestFullscreen():t.requestFullscreen().catch((function(t){console.warn("Error attempting to enable full-screen mode: "+t.message+" "+t.name)}))},exitFullScreen:function(){document.mozCancelFullScreen?document.mozCancelFullScreen():document.webkitCancelFullScreen?document.webkitCancelFullScreen():document.msExitFullscreen?document.msExitFullscreen():document.exitFullscreen().catch((function(t){console.warn("Error attempting to disable full-screen mode: "+t.message+" "+t.name)}))},inFullScreen:function(){return void 0!==(document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement)},$:function(){return window.useJQuery?jQuery:m4q},get$el:function(e){return i.$()(t(e)[0])},get$elements:function(e){return i.$()(t(e))},getPlugin:function(t,e){var o=normalizeComponentName(e),n=i.get$el(t);return n.length?n.data(o):void 0},makePlugin:function(t,e,o){var n=normalizeComponentName(e),a=i.get$elements(t);return a.length&&"function"==typeof a[n]?a[n](o):void 0},Component:function(e,o){var n=normalizeComponentName(e),a=i.utils,r=t.extend({name:n},{_super:function(e,i,o,n){var a=this;this.elem=e,this.element=t(e),this.options=t.extend({},o,i),this.component=this.elem,this._setOptionsFromDOM(),this._runtime(),n&&"object"==typeof n&&t.each(n,(function(t,e){a[t]=e})),this._createExec()},_setOptionsFromDOM:function(){var e=this.element,i=this.options;t.each(e.data(),(function(t,e){if(t in i)try{i[t]=JSON.parse(e)}catch(o){i[t]=e}}))},_runtime:function(){var t,e=this.element,i=(e.attr("data-role")||"").toArray(",").map((function(t){return normalizeComponentName(t)})).filter((function(t){return""!==t.trim()}));e.attr("data-role-"+this.name)||(e.attr("data-role-"+this.name,!0),-1===i.indexOf(this.name)&&(i.push(this.name),e.attr("data-role",i.join(","))),void 0===(t=e.data("metroComponent"))?t=[this.name]:t.push(this.name),e.data("metroComponent",t))},_createExec:function(){var t=this,e=this.options[this.name+"Deferred"];e?setTimeout((function(){t._create()}),e):t._create()},_fireEvent:function(e,i,o,n){var r,l=this.element,s=this.options,p=t.camelCase(e).capitalize();return r=(i=t.extend({},i,{__this:l[0]}))?Object.values(i):{},o&&(console.warn(o),console.warn("Event: on"+p),console.warn("Data: ",i),console.warn("Element: ",l[0])),!0!==n&&l.fire(p.toLowerCase(),i),a.exec(s["on"+p],r,l[0])},_fireEvents:function(e,i,o,n){var r,l=this;if(0!==arguments.length)return 1===arguments.length?(t.each(e,(function(){var t=this;l._fireEvent(t.name,t.data,t.log,t.noFire)})),a.objectLength(e)):void((Array.isArray(e)||"string"==typeof e)&&(r=Array.isArray(e)?e:e.toArray(","),t.each(r,(function(){l._fireEvent(this,i,o,n)}))))},getComponent:function(){return this.component},getComponentName:function(){return this.name}},o);return i.plugin(n,r),r},fetch:{status:function(t){return t.ok?Promise.resolve(t):Promise.reject(new Error(t.statusText))},json:function(t){return t.json()},text:function(t){return t.text()},form:function(t){return t.formData()},blob:function(t){return t.blob()},buffer:function(t){return t.arrayBuffer()}}};t(window).on(i.events.resize,(function(){window.METRO_MEDIA=[],t.each(i.media_queries,(function(t,e){i.utils.media(e)&&window.METRO_MEDIA.push(i.media_mode[t])}))})),window.Metro=i,!0===window.METRO_INIT&&t((function(){i.init()}))}(),function(t,e){m4q.extend(t.locales,{"da-DK":{calendar:{months:["Januar","Februar","Marts","April","Maj","Juni","Juli","August","September","Oktober","November","December","Jan","Feb","Mar","Apr","Maj","Jun","Jul","Aug","Sep","Okt","Nov","Dec"],days:["Søndag","Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Sø","Ma","Ti","On","To","Fr","Lø","Søn","Man","Tir","Ons","Tor","Fre","Lør"],time:{days:"DAGE",hours:"TIMER",minutes:"MIN",seconds:"SEK",month:"MON",day:"DAG",year:"ÅR"},weekStart:1},buttons:{ok:"OK",cancel:"Annuller",done:"Færdig",today:"Idag",now:"Nu",clear:"Ryd",help:"Hjælp",yes:"Ja",no:"Nej",random:"Tilfældig",save:"Gem",reset:"Nulstil"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"de-DE":{calendar:{months:["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember","Jan","Feb","Mär","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],days:["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","So","Mo","Di","Mi","Do","Fr","Sa","Son","Mon","Die","Mit","Don","Fre","Sam"],time:{days:"TAGE",hours:"STD",minutes:"MIN",seconds:"SEK"},weekStart:2},buttons:{ok:"OK",cancel:"Abbrechen",done:"Fertig",today:"Heute",now:"Jetzt",clear:"Löschen",help:"Hilfe",yes:"Ja",no:"Nein",random:"Zufällig",save:"Speichern",reset:"Zurücksetzen"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"en-US":{calendar:{months:["January","February","March","April","May","June","July","August","September","October","November","December","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Su","Mo","Tu","We","Th","Fr","Sa","Sun","Mon","Tus","Wen","Thu","Fri","Sat"],time:{days:"DAYS",hours:"HOURS",minutes:"MINS",seconds:"SECS",month:"MON",day:"DAY",year:"YEAR"},weekStart:0},buttons:{ok:"OK",cancel:"Cancel",done:"Done",today:"Today",now:"Now",clear:"Clear",help:"Help",yes:"Yes",no:"No",random:"Random",save:"Save",reset:"Reset"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"es-MX":{calendar:{months:["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre","Ene","Feb","Mar","Abr","May","Jun","Jul","Ago","Sep","Oct","Nov","Dic"],days:["Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Do","Lu","Ma","Mi","Ju","Vi","Sa","Dom","Lun","Mar","Mié","Jue","Vie","Sáb"],time:{days:"DÍAS",hours:"HORAS",minutes:"MINS",seconds:"SEGS",month:"MES",day:"DÍA",year:"AÑO"},weekStart:1},buttons:{ok:"Aceptar",cancel:"Cancelar",done:"Hecho",today:"Hoy",now:"Ahora",clear:"Limpiar",help:"Ayuda",yes:"Si",no:"No",random:"Aleatorio",save:"Salvar",reset:"Reiniciar"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"fr-FR":{calendar:{months:["Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre","Janv","Févr","Mars","Avr","Mai","Juin","Juil","Août","Sept","Oct","Nov","Déc"],days:["Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Di","Lu","Ma","Me","Je","Ve","Sa","Dim","Lun","Mar","Mer","Jeu","Ven","Sam"],time:{days:"JOURS",hours:"HEURES",minutes:"MINS",seconds:"SECS",month:"MOIS",day:"JOUR",year:"ANNEE"},weekStart:1},buttons:{ok:"OK",cancel:"Annulé",done:"Fait",today:"Aujourd'hui",now:"Maintenant",clear:"Effacé",help:"Aide",yes:"Oui",no:"Non",random:"Aléatoire",save:"Sauvegarder",reset:"Réinitialiser"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"hr-HR":{calendar:{months:["Siječanj","Veljača","Ožujak","Travanj","Svibanj","Lipanj","Srpanj","Kolovoz","Rujan","Listopad","Studeni","Prosinac","Sij","Velj","Ožu","Tra","Svi","Lip","Srp","Kol","Ruj","Lis","Stu","Pro"],days:["Nedjelja","Ponedjeljak","Utorak","Srijeda","Četvrtak","Petak","Subota","Ne","Po","Ut","Sr","Če","Pe","Su","Ned","Pon","Uto","Sri","Čet","Pet","Sub"],time:{days:"DANI",hours:"SATI",minutes:"MINUTE",seconds:"SEKUNDE",month:"MJESEC",day:"DAN",year:"GODINA"},weekStart:1},buttons:{ok:"OK",cancel:"Otkaži",done:"Gotovo",today:"Danas",now:"Sada",clear:"Izbriši",help:"Pomoć",yes:"Da",no:"Ne",random:"Nasumično",save:"Spremi",reset:"Reset"},table:{rowsCount:"Broj redaka:",search:"Pretraga:",info:"Prikazujem $1 do $2 od $3",prev:"Nazad",next:"Naprijed",all:"Sve",inspector:"Inspektor",skip:"Idi na stranicu",empty:"Prazno"},colorSelector:{addUserColorButton:"Dodaj uzorcima",userColorsTitle:"Korisničke boje"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"hu-HU":{calendar:{months:["Január","Február","Március","Április","Május","Június","Július","Augusztus","Szeptember","Október","November","December","Jan","Feb","Már","Ápr","Máj","Jún","Júl","Aug","Szep","Okt","Nov","Dec"],days:["Vasárnap","Hétfő","Kedd","Szerda","Csütörtök","Péntek","Szombat","V","H","K","Sz","Cs","P","Sz","Vas","Hét","Ke","Sze","Csü","Pén","Szom"],time:{days:"NAP",hours:"ÓRA",minutes:"PERC",seconds:"MP"},weekStart:1},buttons:{ok:"OK",cancel:"Mégse",done:"Kész",today:"Ma",now:"Most",clear:"Törlés",help:"Segítség",yes:"Igen",no:"Nem",random:"Véletlen",save:"Mentés",reset:"Visszaállítás"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"it-IT":{calendar:{months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre","Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"],days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Do","Lu","Ma","Me","Gi","Ve","Sa","Dom","Lun","Mar","Mer","Gio","Ven","Sab"],time:{days:"GIORNI",hours:"ORE",minutes:"MIN",seconds:"SEC",month:"MESE",day:"GIORNO",year:"ANNO"},weekStart:1},buttons:{ok:"OK",cancel:"Annulla",done:"Fatto",today:"Oggi",now:"Adesso",clear:"Cancella",help:"Aiuto",yes:"Sì",no:"No",random:"Random",save:"Salvare",reset:"Reset"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"pl-PL":{calendar:{months:["Styczeń","Luty","Marzec","Kwiecień","Maj","Czerwiec","Lipiec","Sierpień","Wrzesień","Październik","Listopad","Grudzień","Sty","Lut","Mar","Kwi","Maj","Cze","Lip","Sie","Wrz","Paź","Lis","Gru"],days:["Niedziela","Poniedziałek","Wtorek","Środa","Czwartek","Piątek","Sobota","NDZ","PN","WT","ŚR","CZW","PT","SB","Niedz","Pon","Wt","Śr","Czw","Pt","Sob"],time:{days:"DNI",hours:"GODZINY",minutes:"MINUTY",seconds:"SEKUNDY",month:"MIESIĄC",day:"DZIEŃ",year:"ROK"},weekStart:1},buttons:{ok:"OK",cancel:"Anuluj",done:"Gotowe",today:"Dziś",now:"Teraz",clear:"Wyczyść",help:"Pomoc",yes:"Tak",no:"Nie",random:"Losowy",save:"Zapisz",reset:"Resetowanie"},table:{rowsCount:"Pokaż wpisy:",search:"Wyszukaj:",info:"Wyświetlanie wpisów od $1 do $2 z łącznie $3",prev:"Poprzedni",next:"Następny",all:"Wszystkie",inspector:"Inspektor",skip:"Idź do strony",empty:"Nic do wyświetlenia"},colorSelector:{addUserColorButton:"DODAJ DO PRÓBEK",userColorsTitle:"KOLOR UŻYTKOWNIKA"},switch:{on:"Włącz",off:"Wyłącz"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"pt-BR":{calendar:{months:["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro","Jan","Fev","Mar","Abr","Maio","Jun","Jul","Ago","Set","Out","Nov","Dez"],days:["Domingo","Segunda","Terça","Quarta","Quinta","Sexta","Sábado","Do","Se","Te","Qa","Qi","Se","Sa","Dom","Seg","Ter","Qua","Qui","Sex","Sab"],time:{days:"DIAS",hours:"HORAS",minutes:"MINUTOS",seconds:"SEGUNDOS",month:"MÊS",day:"DIA",year:"ANO"},weekStart:1},buttons:{ok:"OK",cancel:"Cancelar",done:"Feito",today:"Hoje",now:"Agora",clear:"Limpar",help:"Ajuda",yes:"Sim",no:"Não",random:"Aleatório",save:"Salvar",reset:"Restaurar"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"ru-RU":{calendar:{months:["Январь","Февраль","Март","Апрель","Май","Июнь","Июль","Август","Сентябрь","Октябрь","Ноябрь","Декабрь","Янв","Фев","Мар","Апр","Май","Июн","Июл","Авг","Сен","Окт","Ноя","Дек"],days:["Воскресенье","Понедельник","Вторник","Среда","Четверг","Пятница","Суббота","Вс","Пн","Вт","Ср","Чт","Пт","Сб","Вос","Пон","Вто","Сре","Чет","Пят","Суб"],time:{days:"ДНИ",hours:"ЧАСЫ",minutes:"МИН",seconds:"СЕК",month:"МЕС",day:"ДЕНЬ",year:"ГОД"},weekStart:1},buttons:{ok:"ОК",cancel:"Отмена",done:"Готово",today:"Сегодня",now:"Сейчас",clear:"Очистить",help:"Помощь",yes:"Да",no:"Нет",random:"Случайно",save:"Сохранить",reset:"Сброс"},table:{rowsCount:"Показать записей:",search:"Поиск:",info:"Показаны $1 с $2 по $3 записей",prev:"Предыдущие",next:"Следующие",all:"Все",inspector:"Инспектор",skip:"Перейти на страницу",empty:"Нет записей"},colorSelector:{addUserColorButton:"ДОБАВИТЬ В ОБРАЗЦЫ",userColorsTitle:"ЦВЕТА ПОЛЬЗОВАТЕЛЯ"},switch:{on:"вкл",off:"выкл"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"tr-TR":{calendar:{months:["Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık","Oca","Şub","Mar","Nis","May","Haz","Tem","Ağu","Eyl","Eki","Kas","Ara"],days:["Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pa","Pz","Sa","Ça","Pe","Cu","Ct","Paz","Pzt","Sal","Çar","Per","Cum","Cmt"],time:{days:"GÜN",hours:"SAAT",minutes:"DAK",seconds:"SAN",month:"AY",day:"GÜN",year:"YIL"},weekStart:1},buttons:{ok:"Tamam",cancel:"Vazgeç",done:"Bitti",today:"Bugün",now:"Şimdi",clear:"Temizle",help:"Yardım",yes:"Evet",no:"Hayır",random:"Rasgele",save:"Kurtarmak",reset:"Sıfırla"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"uk-UA":{calendar:{months:["Січень","Лютий","Березень","Квітень","Травень","Червень","Липень","Серпень","Вересень","Жовтень","Листопад","Грудень","Січ","Лют","Бер","Кві","Тра","Чер","Лип","Сер","Вер","Жов","Лис","Гру"],days:["Неділя","Понеділок","Вівторок","Середа","Четвер","П’ятниця","Субота","Нд","Пн","Вт","Ср","Чт","Пт","Сб","Нед","Пон","Вiв","Сер","Чет","Пят","Суб"],time:{days:"ДНІ",hours:"ГОД",minutes:"ХВИЛ",seconds:"СЕК",month:"МІС",day:"ДЕНЬ",year:"РІК"},weekStart:1},buttons:{ok:"ОК",cancel:"Відміна",done:"Готово",today:"Сьогодні",now:"Зараз",clear:"Очистити",help:"Допомога",yes:"Так",no:"Ні",random:"Випадково",save:"Зберегти",reset:"Скинути"},table:{rowsCount:"Показати записів:",search:"Пошук:",info:"Показано $1 з $2 по $3 записів",prev:"Попередні",next:"Наступні",all:"Усі",inspector:"Інспектор",skip:"Перейти до сторінки",empty:"Нема записів"},colorSelector:{addUserColorButton:"ДОДАТИ В ЗРАЗКИ",userColorsTitle:"КОЛІРИ КОРИСТУВАЧА"},switch:{on:"увм",off:"вім"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"zh-CN":{calendar:{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月","1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","日","一","二","三","四","五","六","周日","周一","周二","周三","周四","周五","周六"],time:{days:"天",hours:"时",minutes:"分",seconds:"秒",month:"月",day:"日",year:"年"},weekStart:1},buttons:{ok:"确认",cancel:"取消",done:"完成",today:"今天",now:"现在",clear:"清除",help:"帮助",yes:"是",no:"否",random:"随机",save:"保存",reset:"重啟"},table:{rowsCount:"显示实体:",search:"搜索:",info:"显示 $1 到 $2 的 $3 条目",prev:"上一页",next:"下一页",all:"全部",inspector:"查看",skip:"转到页面",empty:"没有数据"},colorSelector:{addUserColorButton:"添加到颜色板",userColorsTitle:"用户颜色"},switch:{on:"是",off:"否"}}})}(Metro),function(t,e){m4q.extend(t.locales,{"zh-TW":{calendar:{months:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月","1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],days:["星期日","星期一","星期二","星期三","星期四","星期五","星期六","日","一","二","三","四","五","六","週日","週一","週二","週三","週四","週五","週六"],time:{days:"天",hours:"時",minutes:"分",seconds:"秒",month:"月",day:"日",year:"年"},weekStart:1},buttons:{ok:"確認",cancel:"取消",done:"完成",today:"今天",now:"現在",clear:"清除",help:"幫助",yes:"是",no:"否",random:"隨機",save:"保存",reset:"重啟"},table:{rowsCount:"Show entries:",search:"Search:",info:"Showing $1 to $2 of $3 entries",prev:"Prev",next:"Next",all:"All",inspector:"Inspector",skip:"Goto page",empty:"Nothing to show"},colorSelector:{addUserColorButton:"ADD TO SWATCHES",userColorsTitle:"USER COLORS"},switch:{on:"on",off:"off"}}})}(Metro),"function"!=typeof Array.prototype.shuffle&&(Array.prototype.shuffle=function(){for(var t,e,i=this.length;0!==i;)e=Math.floor(Math.random()*i),t=this[i-=1],this[i]=this[e],this[e]=t;return this}),"function"!=typeof Array.prototype.clone&&(Array.prototype.clone=function(){return this.slice(0)}),"function"!=typeof Array.prototype.unique&&(Array.prototype.unique=function(){for(var t=this.concat(),e=0;e0?"\\D":"$")+")",a=this.toFixed(Math.max(0,~~t));return(o?a.replace(".",o):a).replace(new RegExp(n,"g"),"$&"+(i||","))},String.prototype.toArray=function(t,e,i,o){return e=e||"string",i=null!=i&&i,(""+this).split(t=t||",").map((function(t){var n;switch(e){case"int":case"integer":n=isNaN(t)?t.trim():parseInt(t);break;case"number":case"float":n=isNaN(t)?t:parseFloat(t);break;case"date":n=i?Datetime.from(t,i,o||"en-US"):datetime(t);break;default:n=t.trim()}return n}))},String.prototype.capitalize=function(){return this.substr(0,1).toUpperCase()+this.substr(1)};styleInject(":root{--media-xs:360px;--media-sm:576px;--media-ld:640px;--media-md:768px;--media-lg:992px;--media-xl:1200px;--media-xxl:1452px;--media-xxxl:1600px;--media-xxxxl:1800px;--media-xxxxxl:2000px}");styleInject('.button.primary,.command-button.primary,.image-button.primary,.info-button.primary,.input .button.primary,.notify.primary,.select .button.primary,.shortcut.primary,.spinner .button.primary,.split-button .split.primary,.tag-input .button.primary,.tally.primary,.toast.primary,.tool-button.primary,code.primary,tbody td.primary,tbody tr.primary{background-color:#0366d6;color:#fff;outline-color:#75b5fd}.button.primary.outline,.command-button.primary.outline,.image-button.primary.outline,.info-button.primary.outline,.input .button.primary.outline,.notify.primary.outline,.select .button.primary.outline,.shortcut.primary.outline,.spinner .button.primary.outline,.split-button .split.primary.outline,.tag-input .button.primary.outline,.tally.primary.outline,.toast.primary.outline,.tool-button.primary.outline,code.primary.outline,tbody td.primary.outline,tbody tr.primary.outline{border-color:#0366d6;color:#0366d6}.button.primary.outline.dropdown-toggle:before,.command-button.primary.outline.dropdown-toggle:before,.image-button.primary.outline.dropdown-toggle:before,.info-button.primary.outline.dropdown-toggle:before,.input .button.primary.outline.dropdown-toggle:before,.notify.primary.outline.dropdown-toggle:before,.select .button.primary.outline.dropdown-toggle:before,.shortcut.primary.outline.dropdown-toggle:before,.spinner .button.primary.outline.dropdown-toggle:before,.split-button .split.primary.outline.dropdown-toggle:before,.tag-input .button.primary.outline.dropdown-toggle:before,.tally.primary.outline.dropdown-toggle:before,.toast.primary.outline.dropdown-toggle:before,.tool-button.primary.outline.dropdown-toggle:before,code.primary.outline.dropdown-toggle:before,tbody td.primary.outline.dropdown-toggle:before,tbody tr.primary.outline.dropdown-toggle:before{border-color:#0366d6}.button.primary.outline:hover,.command-button.primary.outline:hover,.image-button.primary.outline:hover,.info-button.primary.outline:hover,.input .button.primary.outline:hover,.notify.primary.outline:hover,.select .button.primary.outline:hover,.shortcut.primary.outline:hover,.spinner .button.primary.outline:hover,.split-button .split.primary.outline:hover,.tag-input .button.primary.outline:hover,.tally.primary.outline:hover,.toast.primary.outline:hover,.tool-button.primary.outline:hover,code.primary.outline:hover,tbody td.primary.outline:hover,tbody tr.primary.outline:hover{color:#fff}.button.primary.dropdown-toggle:before,.command-button.primary.dropdown-toggle:before,.image-button.primary.dropdown-toggle:before,.info-button.primary.dropdown-toggle:before,.input .button.primary.dropdown-toggle:before,.notify.primary.dropdown-toggle:before,.select .button.primary.dropdown-toggle:before,.shortcut.primary.dropdown-toggle:before,.spinner .button.primary.dropdown-toggle:before,.split-button .split.primary.dropdown-toggle:before,.tag-input .button.primary.dropdown-toggle:before,.tally.primary.dropdown-toggle:before,.toast.primary.dropdown-toggle:before,.tool-button.primary.dropdown-toggle:before,code.primary.dropdown-toggle:before,tbody td.primary.dropdown-toggle:before,tbody tr.primary.dropdown-toggle:before{border-color:#fff}.button.primary:hover,.command-button.primary:hover,.image-button.primary:hover,.info-button.primary:hover,.input .button.primary:hover,.notify.primary:hover,.select .button.primary:hover,.shortcut.primary:hover,.spinner .button.primary:hover,.split-button .split.primary:hover,.tag-input .button.primary:hover,.tally.primary:hover,.toast.primary:hover,.tool-button.primary:hover,code.primary:hover,tbody td.primary:hover,tbody tr.primary:hover{background-color:#024ea4;border-color:#023671;color:#fff}.button.primary:hover.dropdown-toggle:before,.command-button.primary:hover.dropdown-toggle:before,.image-button.primary:hover.dropdown-toggle:before,.info-button.primary:hover.dropdown-toggle:before,.input .button.primary:hover.dropdown-toggle:before,.notify.primary:hover.dropdown-toggle:before,.select .button.primary:hover.dropdown-toggle:before,.shortcut.primary:hover.dropdown-toggle:before,.spinner .button.primary:hover.dropdown-toggle:before,.split-button .split.primary:hover.dropdown-toggle:before,.tag-input .button.primary:hover.dropdown-toggle:before,.tally.primary:hover.dropdown-toggle:before,.toast.primary:hover.dropdown-toggle:before,.tool-button.primary:hover.dropdown-toggle:before,code.primary:hover.dropdown-toggle:before,tbody td.primary:hover.dropdown-toggle:before,tbody tr.primary:hover.dropdown-toggle:before{border-color:#fff}.button.primary.same-color:hover,.command-button.primary.same-color:hover,.image-button.primary.same-color:hover,.info-button.primary.same-color:hover,.input .button.primary.same-color:hover,.notify.primary.same-color:hover,.select .button.primary.same-color:hover,.shortcut.primary.same-color:hover,.spinner .button.primary.same-color:hover,.split-button .split.primary.same-color:hover,.tag-input .button.primary.same-color:hover,.tally.primary.same-color:hover,.toast.primary.same-color:hover,.tool-button.primary.same-color:hover,code.primary.same-color:hover,tbody td.primary.same-color:hover,tbody tr.primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}.button.primary.focus,.button.primary:active,.button.primary:focus,.command-button.primary.focus,.command-button.primary:active,.command-button.primary:focus,.image-button.primary.focus,.image-button.primary:active,.image-button.primary:focus,.info-button.primary.focus,.info-button.primary:active,.info-button.primary:focus,.input .button.primary.focus,.input .button.primary:active,.input .button.primary:focus,.notify.primary.focus,.notify.primary:active,.notify.primary:focus,.select .button.primary.focus,.select .button.primary:active,.select .button.primary:focus,.shortcut.primary.focus,.shortcut.primary:active,.shortcut.primary:focus,.spinner .button.primary.focus,.spinner .button.primary:active,.spinner .button.primary:focus,.split-button .split.primary.focus,.split-button .split.primary:active,.split-button .split.primary:focus,.tag-input .button.primary.focus,.tag-input .button.primary:active,.tag-input .button.primary:focus,.tally.primary.focus,.tally.primary:active,.tally.primary:focus,.toast.primary.focus,.toast.primary:active,.toast.primary:focus,.tool-button.primary.focus,.tool-button.primary:active,.tool-button.primary:focus,code.primary.focus,code.primary:active,code.primary:focus,tbody td.primary.focus,tbody td.primary:active,tbody td.primary:focus,tbody tr.primary.focus,tbody tr.primary:active,tbody tr.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.button.secondary,.command-button.secondary,.image-button.secondary,.info-button.secondary,.input .button.secondary,.notify.secondary,.select .button.secondary,.shortcut.secondary,.spinner .button.secondary,.split-button .split.secondary,.tag-input .button.secondary,.tally.secondary,.toast.secondary,.tool-button.secondary,code.secondary,tbody td.secondary,tbody tr.secondary{background-color:#607d8b;color:#fff;outline-color:#b7c6cd}.button.secondary.outline,.command-button.secondary.outline,.image-button.secondary.outline,.info-button.secondary.outline,.input .button.secondary.outline,.notify.secondary.outline,.select .button.secondary.outline,.shortcut.secondary.outline,.spinner .button.secondary.outline,.split-button .split.secondary.outline,.tag-input .button.secondary.outline,.tally.secondary.outline,.toast.secondary.outline,.tool-button.secondary.outline,code.secondary.outline,tbody td.secondary.outline,tbody tr.secondary.outline{border-color:#607d8b;color:#607d8b}.button.secondary.outline.dropdown-toggle:before,.command-button.secondary.outline.dropdown-toggle:before,.image-button.secondary.outline.dropdown-toggle:before,.info-button.secondary.outline.dropdown-toggle:before,.input .button.secondary.outline.dropdown-toggle:before,.notify.secondary.outline.dropdown-toggle:before,.select .button.secondary.outline.dropdown-toggle:before,.shortcut.secondary.outline.dropdown-toggle:before,.spinner .button.secondary.outline.dropdown-toggle:before,.split-button .split.secondary.outline.dropdown-toggle:before,.tag-input .button.secondary.outline.dropdown-toggle:before,.tally.secondary.outline.dropdown-toggle:before,.toast.secondary.outline.dropdown-toggle:before,.tool-button.secondary.outline.dropdown-toggle:before,code.secondary.outline.dropdown-toggle:before,tbody td.secondary.outline.dropdown-toggle:before,tbody tr.secondary.outline.dropdown-toggle:before{border-color:#607d8b}.button.secondary.outline:hover,.command-button.secondary.outline:hover,.image-button.secondary.outline:hover,.info-button.secondary.outline:hover,.input .button.secondary.outline:hover,.notify.secondary.outline:hover,.select .button.secondary.outline:hover,.shortcut.secondary.outline:hover,.spinner .button.secondary.outline:hover,.split-button .split.secondary.outline:hover,.tag-input .button.secondary.outline:hover,.tally.secondary.outline:hover,.toast.secondary.outline:hover,.tool-button.secondary.outline:hover,code.secondary.outline:hover,tbody td.secondary.outline:hover,tbody tr.secondary.outline:hover{color:#fff}.button.secondary.dropdown-toggle:before,.command-button.secondary.dropdown-toggle:before,.image-button.secondary.dropdown-toggle:before,.info-button.secondary.dropdown-toggle:before,.input .button.secondary.dropdown-toggle:before,.notify.secondary.dropdown-toggle:before,.select .button.secondary.dropdown-toggle:before,.shortcut.secondary.dropdown-toggle:before,.spinner .button.secondary.dropdown-toggle:before,.split-button .split.secondary.dropdown-toggle:before,.tag-input .button.secondary.dropdown-toggle:before,.tally.secondary.dropdown-toggle:before,.toast.secondary.dropdown-toggle:before,.tool-button.secondary.dropdown-toggle:before,code.secondary.dropdown-toggle:before,tbody td.secondary.dropdown-toggle:before,tbody tr.secondary.dropdown-toggle:before{border-color:#fff}.button.secondary:hover,.command-button.secondary:hover,.image-button.secondary:hover,.info-button.secondary:hover,.input .button.secondary:hover,.notify.secondary:hover,.select .button.secondary:hover,.shortcut.secondary:hover,.spinner .button.secondary:hover,.split-button .split.secondary:hover,.tag-input .button.secondary:hover,.tally.secondary:hover,.toast.secondary:hover,.tool-button.secondary:hover,code.secondary:hover,tbody td.secondary:hover,tbody tr.secondary:hover{background-color:#4b626d;border-color:#36474f;color:#fff}.button.secondary:hover.dropdown-toggle:before,.command-button.secondary:hover.dropdown-toggle:before,.image-button.secondary:hover.dropdown-toggle:before,.info-button.secondary:hover.dropdown-toggle:before,.input .button.secondary:hover.dropdown-toggle:before,.notify.secondary:hover.dropdown-toggle:before,.select .button.secondary:hover.dropdown-toggle:before,.shortcut.secondary:hover.dropdown-toggle:before,.spinner .button.secondary:hover.dropdown-toggle:before,.split-button .split.secondary:hover.dropdown-toggle:before,.tag-input .button.secondary:hover.dropdown-toggle:before,.tally.secondary:hover.dropdown-toggle:before,.toast.secondary:hover.dropdown-toggle:before,.tool-button.secondary:hover.dropdown-toggle:before,code.secondary:hover.dropdown-toggle:before,tbody td.secondary:hover.dropdown-toggle:before,tbody tr.secondary:hover.dropdown-toggle:before{border-color:#fff}.button.secondary.same-color:hover,.command-button.secondary.same-color:hover,.image-button.secondary.same-color:hover,.info-button.secondary.same-color:hover,.input .button.secondary.same-color:hover,.notify.secondary.same-color:hover,.select .button.secondary.same-color:hover,.shortcut.secondary.same-color:hover,.spinner .button.secondary.same-color:hover,.split-button .split.secondary.same-color:hover,.tag-input .button.secondary.same-color:hover,.tally.secondary.same-color:hover,.toast.secondary.same-color:hover,.tool-button.secondary.same-color:hover,code.secondary.same-color:hover,tbody td.secondary.same-color:hover,tbody tr.secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}.button.secondary.focus,.button.secondary:active,.button.secondary:focus,.command-button.secondary.focus,.command-button.secondary:active,.command-button.secondary:focus,.image-button.secondary.focus,.image-button.secondary:active,.image-button.secondary:focus,.info-button.secondary.focus,.info-button.secondary:active,.info-button.secondary:focus,.input .button.secondary.focus,.input .button.secondary:active,.input .button.secondary:focus,.notify.secondary.focus,.notify.secondary:active,.notify.secondary:focus,.select .button.secondary.focus,.select .button.secondary:active,.select .button.secondary:focus,.shortcut.secondary.focus,.shortcut.secondary:active,.shortcut.secondary:focus,.spinner .button.secondary.focus,.spinner .button.secondary:active,.spinner .button.secondary:focus,.split-button .split.secondary.focus,.split-button .split.secondary:active,.split-button .split.secondary:focus,.tag-input .button.secondary.focus,.tag-input .button.secondary:active,.tag-input .button.secondary:focus,.tally.secondary.focus,.tally.secondary:active,.tally.secondary:focus,.toast.secondary.focus,.toast.secondary:active,.toast.secondary:focus,.tool-button.secondary.focus,.tool-button.secondary:active,.tool-button.secondary:focus,code.secondary.focus,code.secondary:active,code.secondary:focus,tbody td.secondary.focus,tbody td.secondary:active,tbody td.secondary:focus,tbody tr.secondary.focus,tbody tr.secondary:active,tbody tr.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.button.success,.command-button.success,.image-button.success,.info-button.success,.input .button.success,.notify.success,.select .button.success,.shortcut.success,.spinner .button.success,.split-button .split.success,.tag-input .button.success,.tally.success,.toast.success,.tool-button.success,code.success,tbody td.success,tbody tr.success{background-color:#60a917;color:#fff;outline-color:#adeb6e}.button.success.outline,.command-button.success.outline,.image-button.success.outline,.info-button.success.outline,.input .button.success.outline,.notify.success.outline,.select .button.success.outline,.shortcut.success.outline,.spinner .button.success.outline,.split-button .split.success.outline,.tag-input .button.success.outline,.tally.success.outline,.toast.success.outline,.tool-button.success.outline,code.success.outline,tbody td.success.outline,tbody tr.success.outline{border-color:#60a917;color:#60a917}.button.success.outline.dropdown-toggle:before,.command-button.success.outline.dropdown-toggle:before,.image-button.success.outline.dropdown-toggle:before,.info-button.success.outline.dropdown-toggle:before,.input .button.success.outline.dropdown-toggle:before,.notify.success.outline.dropdown-toggle:before,.select .button.success.outline.dropdown-toggle:before,.shortcut.success.outline.dropdown-toggle:before,.spinner .button.success.outline.dropdown-toggle:before,.split-button .split.success.outline.dropdown-toggle:before,.tag-input .button.success.outline.dropdown-toggle:before,.tally.success.outline.dropdown-toggle:before,.toast.success.outline.dropdown-toggle:before,.tool-button.success.outline.dropdown-toggle:before,code.success.outline.dropdown-toggle:before,tbody td.success.outline.dropdown-toggle:before,tbody tr.success.outline.dropdown-toggle:before{border-color:#60a917}.button.success.outline:hover,.command-button.success.outline:hover,.image-button.success.outline:hover,.info-button.success.outline:hover,.input .button.success.outline:hover,.notify.success.outline:hover,.select .button.success.outline:hover,.shortcut.success.outline:hover,.spinner .button.success.outline:hover,.split-button .split.success.outline:hover,.tag-input .button.success.outline:hover,.tally.success.outline:hover,.toast.success.outline:hover,.tool-button.success.outline:hover,code.success.outline:hover,tbody td.success.outline:hover,tbody tr.success.outline:hover{color:#fff}.button.success.dropdown-toggle:before,.command-button.success.dropdown-toggle:before,.image-button.success.dropdown-toggle:before,.info-button.success.dropdown-toggle:before,.input .button.success.dropdown-toggle:before,.notify.success.dropdown-toggle:before,.select .button.success.dropdown-toggle:before,.shortcut.success.dropdown-toggle:before,.spinner .button.success.dropdown-toggle:before,.split-button .split.success.dropdown-toggle:before,.tag-input .button.success.dropdown-toggle:before,.tally.success.dropdown-toggle:before,.toast.success.dropdown-toggle:before,.tool-button.success.dropdown-toggle:before,code.success.dropdown-toggle:before,tbody td.success.dropdown-toggle:before,tbody tr.success.dropdown-toggle:before{border-color:#fff}.button.success:hover,.command-button.success:hover,.image-button.success:hover,.info-button.success:hover,.input .button.success:hover,.notify.success:hover,.select .button.success:hover,.shortcut.success:hover,.spinner .button.success:hover,.split-button .split.success:hover,.tag-input .button.success:hover,.tally.success:hover,.toast.success:hover,.tool-button.success:hover,code.success:hover,tbody td.success:hover,tbody tr.success:hover{background-color:#477c11;border-color:#2d4f0b;color:#fff}.button.success:hover.dropdown-toggle:before,.command-button.success:hover.dropdown-toggle:before,.image-button.success:hover.dropdown-toggle:before,.info-button.success:hover.dropdown-toggle:before,.input .button.success:hover.dropdown-toggle:before,.notify.success:hover.dropdown-toggle:before,.select .button.success:hover.dropdown-toggle:before,.shortcut.success:hover.dropdown-toggle:before,.spinner .button.success:hover.dropdown-toggle:before,.split-button .split.success:hover.dropdown-toggle:before,.tag-input .button.success:hover.dropdown-toggle:before,.tally.success:hover.dropdown-toggle:before,.toast.success:hover.dropdown-toggle:before,.tool-button.success:hover.dropdown-toggle:before,code.success:hover.dropdown-toggle:before,tbody td.success:hover.dropdown-toggle:before,tbody tr.success:hover.dropdown-toggle:before{border-color:#fff}.button.success.same-color:hover,.command-button.success.same-color:hover,.image-button.success.same-color:hover,.info-button.success.same-color:hover,.input .button.success.same-color:hover,.notify.success.same-color:hover,.select .button.success.same-color:hover,.shortcut.success.same-color:hover,.spinner .button.success.same-color:hover,.split-button .split.success.same-color:hover,.tag-input .button.success.same-color:hover,.tally.success.same-color:hover,.toast.success.same-color:hover,.tool-button.success.same-color:hover,code.success.same-color:hover,tbody td.success.same-color:hover,tbody tr.success.same-color:hover{background-color:#60a917;border-color:#60a917}.button.success.focus,.button.success:active,.button.success:focus,.command-button.success.focus,.command-button.success:active,.command-button.success:focus,.image-button.success.focus,.image-button.success:active,.image-button.success:focus,.info-button.success.focus,.info-button.success:active,.info-button.success:focus,.input .button.success.focus,.input .button.success:active,.input .button.success:focus,.notify.success.focus,.notify.success:active,.notify.success:focus,.select .button.success.focus,.select .button.success:active,.select .button.success:focus,.shortcut.success.focus,.shortcut.success:active,.shortcut.success:focus,.spinner .button.success.focus,.spinner .button.success:active,.spinner .button.success:focus,.split-button .split.success.focus,.split-button .split.success:active,.split-button .split.success:focus,.tag-input .button.success.focus,.tag-input .button.success:active,.tag-input .button.success:focus,.tally.success.focus,.tally.success:active,.tally.success:focus,.toast.success.focus,.toast.success:active,.toast.success:focus,.tool-button.success.focus,.tool-button.success:active,.tool-button.success:focus,code.success.focus,code.success:active,code.success:focus,tbody td.success.focus,tbody td.success:active,tbody td.success:focus,tbody tr.success.focus,tbody tr.success:active,tbody tr.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.button.alert,.command-button.alert,.image-button.alert,.info-button.alert,.input .button.alert,.notify.alert,.select .button.alert,.shortcut.alert,.spinner .button.alert,.split-button .split.alert,.tag-input .button.alert,.tally.alert,.toast.alert,.tool-button.alert,code.alert,tbody td.alert,tbody tr.alert{background-color:#ce352c;color:#fff;outline-color:#ecaba7}.button.alert.outline,.command-button.alert.outline,.image-button.alert.outline,.info-button.alert.outline,.input .button.alert.outline,.notify.alert.outline,.select .button.alert.outline,.shortcut.alert.outline,.spinner .button.alert.outline,.split-button .split.alert.outline,.tag-input .button.alert.outline,.tally.alert.outline,.toast.alert.outline,.tool-button.alert.outline,code.alert.outline,tbody td.alert.outline,tbody tr.alert.outline{border-color:#ce352c;color:#ce352c}.button.alert.outline.dropdown-toggle:before,.command-button.alert.outline.dropdown-toggle:before,.image-button.alert.outline.dropdown-toggle:before,.info-button.alert.outline.dropdown-toggle:before,.input .button.alert.outline.dropdown-toggle:before,.notify.alert.outline.dropdown-toggle:before,.select .button.alert.outline.dropdown-toggle:before,.shortcut.alert.outline.dropdown-toggle:before,.spinner .button.alert.outline.dropdown-toggle:before,.split-button .split.alert.outline.dropdown-toggle:before,.tag-input .button.alert.outline.dropdown-toggle:before,.tally.alert.outline.dropdown-toggle:before,.toast.alert.outline.dropdown-toggle:before,.tool-button.alert.outline.dropdown-toggle:before,code.alert.outline.dropdown-toggle:before,tbody td.alert.outline.dropdown-toggle:before,tbody tr.alert.outline.dropdown-toggle:before{border-color:#ce352c}.button.alert.outline:hover,.command-button.alert.outline:hover,.image-button.alert.outline:hover,.info-button.alert.outline:hover,.input .button.alert.outline:hover,.notify.alert.outline:hover,.select .button.alert.outline:hover,.shortcut.alert.outline:hover,.spinner .button.alert.outline:hover,.split-button .split.alert.outline:hover,.tag-input .button.alert.outline:hover,.tally.alert.outline:hover,.toast.alert.outline:hover,.tool-button.alert.outline:hover,code.alert.outline:hover,tbody td.alert.outline:hover,tbody tr.alert.outline:hover{color:#fff}.button.alert.dropdown-toggle:before,.command-button.alert.dropdown-toggle:before,.image-button.alert.dropdown-toggle:before,.info-button.alert.dropdown-toggle:before,.input .button.alert.dropdown-toggle:before,.notify.alert.dropdown-toggle:before,.select .button.alert.dropdown-toggle:before,.shortcut.alert.dropdown-toggle:before,.spinner .button.alert.dropdown-toggle:before,.split-button .split.alert.dropdown-toggle:before,.tag-input .button.alert.dropdown-toggle:before,.tally.alert.dropdown-toggle:before,.toast.alert.dropdown-toggle:before,.tool-button.alert.dropdown-toggle:before,code.alert.dropdown-toggle:before,tbody td.alert.dropdown-toggle:before,tbody tr.alert.dropdown-toggle:before{border-color:#fff}.button.alert:hover,.command-button.alert:hover,.image-button.alert:hover,.info-button.alert:hover,.input .button.alert:hover,.notify.alert:hover,.select .button.alert:hover,.shortcut.alert:hover,.spinner .button.alert:hover,.split-button .split.alert:hover,.tag-input .button.alert:hover,.tally.alert:hover,.toast.alert:hover,.tool-button.alert:hover,code.alert:hover,tbody td.alert:hover,tbody tr.alert:hover{background-color:#a42a23;border-color:#7a1f1a;color:#fff}.button.alert:hover.dropdown-toggle:before,.command-button.alert:hover.dropdown-toggle:before,.image-button.alert:hover.dropdown-toggle:before,.info-button.alert:hover.dropdown-toggle:before,.input .button.alert:hover.dropdown-toggle:before,.notify.alert:hover.dropdown-toggle:before,.select .button.alert:hover.dropdown-toggle:before,.shortcut.alert:hover.dropdown-toggle:before,.spinner .button.alert:hover.dropdown-toggle:before,.split-button .split.alert:hover.dropdown-toggle:before,.tag-input .button.alert:hover.dropdown-toggle:before,.tally.alert:hover.dropdown-toggle:before,.toast.alert:hover.dropdown-toggle:before,.tool-button.alert:hover.dropdown-toggle:before,code.alert:hover.dropdown-toggle:before,tbody td.alert:hover.dropdown-toggle:before,tbody tr.alert:hover.dropdown-toggle:before{border-color:#fff}.button.alert.same-color:hover,.command-button.alert.same-color:hover,.image-button.alert.same-color:hover,.info-button.alert.same-color:hover,.input .button.alert.same-color:hover,.notify.alert.same-color:hover,.select .button.alert.same-color:hover,.shortcut.alert.same-color:hover,.spinner .button.alert.same-color:hover,.split-button .split.alert.same-color:hover,.tag-input .button.alert.same-color:hover,.tally.alert.same-color:hover,.toast.alert.same-color:hover,.tool-button.alert.same-color:hover,code.alert.same-color:hover,tbody td.alert.same-color:hover,tbody tr.alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}.button.alert.focus,.button.alert:active,.button.alert:focus,.command-button.alert.focus,.command-button.alert:active,.command-button.alert:focus,.image-button.alert.focus,.image-button.alert:active,.image-button.alert:focus,.info-button.alert.focus,.info-button.alert:active,.info-button.alert:focus,.input .button.alert.focus,.input .button.alert:active,.input .button.alert:focus,.notify.alert.focus,.notify.alert:active,.notify.alert:focus,.select .button.alert.focus,.select .button.alert:active,.select .button.alert:focus,.shortcut.alert.focus,.shortcut.alert:active,.shortcut.alert:focus,.spinner .button.alert.focus,.spinner .button.alert:active,.spinner .button.alert:focus,.split-button .split.alert.focus,.split-button .split.alert:active,.split-button .split.alert:focus,.tag-input .button.alert.focus,.tag-input .button.alert:active,.tag-input .button.alert:focus,.tally.alert.focus,.tally.alert:active,.tally.alert:focus,.toast.alert.focus,.toast.alert:active,.toast.alert:focus,.tool-button.alert.focus,.tool-button.alert:active,.tool-button.alert:focus,code.alert.focus,code.alert:active,code.alert:focus,tbody td.alert.focus,tbody td.alert:active,tbody td.alert:focus,tbody tr.alert.focus,tbody tr.alert:active,tbody tr.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.button.warning,.command-button.warning,.image-button.warning,.info-button.warning,.input .button.warning,.notify.warning,.select .button.warning,.shortcut.warning,.spinner .button.warning,.split-button .split.warning,.tag-input .button.warning,.tally.warning,.toast.warning,.tool-button.warning,code.warning,tbody td.warning,tbody tr.warning{background-color:#ff9447;color:#fff;outline-color:#ffede1}.button.warning.outline,.command-button.warning.outline,.image-button.warning.outline,.info-button.warning.outline,.input .button.warning.outline,.notify.warning.outline,.select .button.warning.outline,.shortcut.warning.outline,.spinner .button.warning.outline,.split-button .split.warning.outline,.tag-input .button.warning.outline,.tally.warning.outline,.toast.warning.outline,.tool-button.warning.outline,code.warning.outline,tbody td.warning.outline,tbody tr.warning.outline{border-color:#ff9447;color:#ff9447}.button.warning.outline.dropdown-toggle:before,.command-button.warning.outline.dropdown-toggle:before,.image-button.warning.outline.dropdown-toggle:before,.info-button.warning.outline.dropdown-toggle:before,.input .button.warning.outline.dropdown-toggle:before,.notify.warning.outline.dropdown-toggle:before,.select .button.warning.outline.dropdown-toggle:before,.shortcut.warning.outline.dropdown-toggle:before,.spinner .button.warning.outline.dropdown-toggle:before,.split-button .split.warning.outline.dropdown-toggle:before,.tag-input .button.warning.outline.dropdown-toggle:before,.tally.warning.outline.dropdown-toggle:before,.toast.warning.outline.dropdown-toggle:before,.tool-button.warning.outline.dropdown-toggle:before,code.warning.outline.dropdown-toggle:before,tbody td.warning.outline.dropdown-toggle:before,tbody tr.warning.outline.dropdown-toggle:before{border-color:#ff9447}.button.warning.outline:hover,.command-button.warning.outline:hover,.image-button.warning.outline:hover,.info-button.warning.outline:hover,.input .button.warning.outline:hover,.notify.warning.outline:hover,.select .button.warning.outline:hover,.shortcut.warning.outline:hover,.spinner .button.warning.outline:hover,.split-button .split.warning.outline:hover,.tag-input .button.warning.outline:hover,.tally.warning.outline:hover,.toast.warning.outline:hover,.tool-button.warning.outline:hover,code.warning.outline:hover,tbody td.warning.outline:hover,tbody tr.warning.outline:hover{color:#fff}.button.warning.dropdown-toggle:before,.command-button.warning.dropdown-toggle:before,.image-button.warning.dropdown-toggle:before,.info-button.warning.dropdown-toggle:before,.input .button.warning.dropdown-toggle:before,.notify.warning.dropdown-toggle:before,.select .button.warning.dropdown-toggle:before,.shortcut.warning.dropdown-toggle:before,.spinner .button.warning.dropdown-toggle:before,.split-button .split.warning.dropdown-toggle:before,.tag-input .button.warning.dropdown-toggle:before,.tally.warning.dropdown-toggle:before,.toast.warning.dropdown-toggle:before,.tool-button.warning.dropdown-toggle:before,code.warning.dropdown-toggle:before,tbody td.warning.dropdown-toggle:before,tbody tr.warning.dropdown-toggle:before{border-color:#fff}.button.warning:hover,.command-button.warning:hover,.image-button.warning:hover,.info-button.warning:hover,.input .button.warning:hover,.notify.warning:hover,.select .button.warning:hover,.shortcut.warning:hover,.spinner .button.warning:hover,.split-button .split.warning:hover,.tag-input .button.warning:hover,.tally.warning:hover,.toast.warning:hover,.tool-button.warning:hover,code.warning:hover,tbody td.warning:hover,tbody tr.warning:hover{background-color:#ff7615;border-color:#e05d00;color:#fff}.button.warning:hover.dropdown-toggle:before,.command-button.warning:hover.dropdown-toggle:before,.image-button.warning:hover.dropdown-toggle:before,.info-button.warning:hover.dropdown-toggle:before,.input .button.warning:hover.dropdown-toggle:before,.notify.warning:hover.dropdown-toggle:before,.select .button.warning:hover.dropdown-toggle:before,.shortcut.warning:hover.dropdown-toggle:before,.spinner .button.warning:hover.dropdown-toggle:before,.split-button .split.warning:hover.dropdown-toggle:before,.tag-input .button.warning:hover.dropdown-toggle:before,.tally.warning:hover.dropdown-toggle:before,.toast.warning:hover.dropdown-toggle:before,.tool-button.warning:hover.dropdown-toggle:before,code.warning:hover.dropdown-toggle:before,tbody td.warning:hover.dropdown-toggle:before,tbody tr.warning:hover.dropdown-toggle:before{border-color:#fff}.button.warning.same-color:hover,.command-button.warning.same-color:hover,.image-button.warning.same-color:hover,.info-button.warning.same-color:hover,.input .button.warning.same-color:hover,.notify.warning.same-color:hover,.select .button.warning.same-color:hover,.shortcut.warning.same-color:hover,.spinner .button.warning.same-color:hover,.split-button .split.warning.same-color:hover,.tag-input .button.warning.same-color:hover,.tally.warning.same-color:hover,.toast.warning.same-color:hover,.tool-button.warning.same-color:hover,code.warning.same-color:hover,tbody td.warning.same-color:hover,tbody tr.warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}.button.warning.focus,.button.warning:active,.button.warning:focus,.command-button.warning.focus,.command-button.warning:active,.command-button.warning:focus,.image-button.warning.focus,.image-button.warning:active,.image-button.warning:focus,.info-button.warning.focus,.info-button.warning:active,.info-button.warning:focus,.input .button.warning.focus,.input .button.warning:active,.input .button.warning:focus,.notify.warning.focus,.notify.warning:active,.notify.warning:focus,.select .button.warning.focus,.select .button.warning:active,.select .button.warning:focus,.shortcut.warning.focus,.shortcut.warning:active,.shortcut.warning:focus,.spinner .button.warning.focus,.spinner .button.warning:active,.spinner .button.warning:focus,.split-button .split.warning.focus,.split-button .split.warning:active,.split-button .split.warning:focus,.tag-input .button.warning.focus,.tag-input .button.warning:active,.tag-input .button.warning:focus,.tally.warning.focus,.tally.warning:active,.tally.warning:focus,.toast.warning.focus,.toast.warning:active,.toast.warning:focus,.tool-button.warning.focus,.tool-button.warning:active,.tool-button.warning:focus,code.warning.focus,code.warning:active,code.warning:focus,tbody td.warning.focus,tbody td.warning:active,tbody td.warning:focus,tbody tr.warning.focus,tbody tr.warning:active,tbody tr.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.button.yellow,.command-button.yellow,.image-button.yellow,.info-button.yellow,.input .button.yellow,.notify.yellow,.select .button.yellow,.shortcut.yellow,.spinner .button.yellow,.split-button .split.yellow,.tag-input .button.yellow,.tally.yellow,.toast.yellow,.tool-button.yellow,code.yellow,tbody td.yellow,tbody tr.yellow{background-color:#ffe484;color:#fff;outline-color:#fff}.button.yellow.outline,.command-button.yellow.outline,.image-button.yellow.outline,.info-button.yellow.outline,.input .button.yellow.outline,.notify.yellow.outline,.select .button.yellow.outline,.shortcut.yellow.outline,.spinner .button.yellow.outline,.split-button .split.yellow.outline,.tag-input .button.yellow.outline,.tally.yellow.outline,.toast.yellow.outline,.tool-button.yellow.outline,code.yellow.outline,tbody td.yellow.outline,tbody tr.yellow.outline{border-color:#ffe484;color:#ffe484}.button.yellow.outline.dropdown-toggle:before,.command-button.yellow.outline.dropdown-toggle:before,.image-button.yellow.outline.dropdown-toggle:before,.info-button.yellow.outline.dropdown-toggle:before,.input .button.yellow.outline.dropdown-toggle:before,.notify.yellow.outline.dropdown-toggle:before,.select .button.yellow.outline.dropdown-toggle:before,.shortcut.yellow.outline.dropdown-toggle:before,.spinner .button.yellow.outline.dropdown-toggle:before,.split-button .split.yellow.outline.dropdown-toggle:before,.tag-input .button.yellow.outline.dropdown-toggle:before,.tally.yellow.outline.dropdown-toggle:before,.toast.yellow.outline.dropdown-toggle:before,.tool-button.yellow.outline.dropdown-toggle:before,code.yellow.outline.dropdown-toggle:before,tbody td.yellow.outline.dropdown-toggle:before,tbody tr.yellow.outline.dropdown-toggle:before{border-color:#ffe484}.button.yellow.outline:hover,.command-button.yellow.outline:hover,.image-button.yellow.outline:hover,.info-button.yellow.outline:hover,.input .button.yellow.outline:hover,.notify.yellow.outline:hover,.select .button.yellow.outline:hover,.shortcut.yellow.outline:hover,.spinner .button.yellow.outline:hover,.split-button .split.yellow.outline:hover,.tag-input .button.yellow.outline:hover,.tally.yellow.outline:hover,.toast.yellow.outline:hover,.tool-button.yellow.outline:hover,code.yellow.outline:hover,tbody td.yellow.outline:hover,tbody tr.yellow.outline:hover{color:#fff}.button.yellow.dropdown-toggle:before,.command-button.yellow.dropdown-toggle:before,.image-button.yellow.dropdown-toggle:before,.info-button.yellow.dropdown-toggle:before,.input .button.yellow.dropdown-toggle:before,.notify.yellow.dropdown-toggle:before,.select .button.yellow.dropdown-toggle:before,.shortcut.yellow.dropdown-toggle:before,.spinner .button.yellow.dropdown-toggle:before,.split-button .split.yellow.dropdown-toggle:before,.tag-input .button.yellow.dropdown-toggle:before,.tally.yellow.dropdown-toggle:before,.toast.yellow.dropdown-toggle:before,.tool-button.yellow.dropdown-toggle:before,code.yellow.dropdown-toggle:before,tbody td.yellow.dropdown-toggle:before,tbody tr.yellow.dropdown-toggle:before{border-color:#fff}.button.yellow:hover,.command-button.yellow:hover,.image-button.yellow:hover,.info-button.yellow:hover,.input .button.yellow:hover,.notify.yellow:hover,.select .button.yellow:hover,.shortcut.yellow:hover,.spinner .button.yellow:hover,.split-button .split.yellow:hover,.tag-input .button.yellow:hover,.tally.yellow:hover,.toast.yellow:hover,.tool-button.yellow:hover,code.yellow:hover,tbody td.yellow:hover,tbody tr.yellow:hover{background-color:#ffd951;border-color:#ffce1e;color:#fff}.button.yellow:hover.dropdown-toggle:before,.command-button.yellow:hover.dropdown-toggle:before,.image-button.yellow:hover.dropdown-toggle:before,.info-button.yellow:hover.dropdown-toggle:before,.input .button.yellow:hover.dropdown-toggle:before,.notify.yellow:hover.dropdown-toggle:before,.select .button.yellow:hover.dropdown-toggle:before,.shortcut.yellow:hover.dropdown-toggle:before,.spinner .button.yellow:hover.dropdown-toggle:before,.split-button .split.yellow:hover.dropdown-toggle:before,.tag-input .button.yellow:hover.dropdown-toggle:before,.tally.yellow:hover.dropdown-toggle:before,.toast.yellow:hover.dropdown-toggle:before,.tool-button.yellow:hover.dropdown-toggle:before,code.yellow:hover.dropdown-toggle:before,tbody td.yellow:hover.dropdown-toggle:before,tbody tr.yellow:hover.dropdown-toggle:before{border-color:#fff}.button.yellow.same-color:hover,.command-button.yellow.same-color:hover,.image-button.yellow.same-color:hover,.info-button.yellow.same-color:hover,.input .button.yellow.same-color:hover,.notify.yellow.same-color:hover,.select .button.yellow.same-color:hover,.shortcut.yellow.same-color:hover,.spinner .button.yellow.same-color:hover,.split-button .split.yellow.same-color:hover,.tag-input .button.yellow.same-color:hover,.tally.yellow.same-color:hover,.toast.yellow.same-color:hover,.tool-button.yellow.same-color:hover,code.yellow.same-color:hover,tbody td.yellow.same-color:hover,tbody tr.yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}.button.yellow.focus,.button.yellow:active,.button.yellow:focus,.command-button.yellow.focus,.command-button.yellow:active,.command-button.yellow:focus,.image-button.yellow.focus,.image-button.yellow:active,.image-button.yellow:focus,.info-button.yellow.focus,.info-button.yellow:active,.info-button.yellow:focus,.input .button.yellow.focus,.input .button.yellow:active,.input .button.yellow:focus,.notify.yellow.focus,.notify.yellow:active,.notify.yellow:focus,.select .button.yellow.focus,.select .button.yellow:active,.select .button.yellow:focus,.shortcut.yellow.focus,.shortcut.yellow:active,.shortcut.yellow:focus,.spinner .button.yellow.focus,.spinner .button.yellow:active,.spinner .button.yellow:focus,.split-button .split.yellow.focus,.split-button .split.yellow:active,.split-button .split.yellow:focus,.tag-input .button.yellow.focus,.tag-input .button.yellow:active,.tag-input .button.yellow:focus,.tally.yellow.focus,.tally.yellow:active,.tally.yellow:focus,.toast.yellow.focus,.toast.yellow:active,.toast.yellow:focus,.tool-button.yellow.focus,.tool-button.yellow:active,.tool-button.yellow:focus,code.yellow.focus,code.yellow:active,code.yellow:focus,tbody td.yellow.focus,tbody td.yellow:active,tbody td.yellow:focus,tbody tr.yellow.focus,tbody tr.yellow:active,tbody tr.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.button.info,.command-button.info,.image-button.info,.info-button.info,.input .button.info,.notify.info,.select .button.info,.shortcut.info,.spinner .button.info,.split-button .split.info,.tag-input .button.info,.tally.info,.toast.info,.tool-button.info,code.info,tbody td.info,tbody tr.info{background-color:#5ebdec;color:#fff;outline-color:#e6f5fc}.button.info.outline,.command-button.info.outline,.image-button.info.outline,.info-button.info.outline,.input .button.info.outline,.notify.info.outline,.select .button.info.outline,.shortcut.info.outline,.spinner .button.info.outline,.split-button .split.info.outline,.tag-input .button.info.outline,.tally.info.outline,.toast.info.outline,.tool-button.info.outline,code.info.outline,tbody td.info.outline,tbody tr.info.outline{border-color:#5ebdec;color:#5ebdec}.button.info.outline.dropdown-toggle:before,.command-button.info.outline.dropdown-toggle:before,.image-button.info.outline.dropdown-toggle:before,.info-button.info.outline.dropdown-toggle:before,.input .button.info.outline.dropdown-toggle:before,.notify.info.outline.dropdown-toggle:before,.select .button.info.outline.dropdown-toggle:before,.shortcut.info.outline.dropdown-toggle:before,.spinner .button.info.outline.dropdown-toggle:before,.split-button .split.info.outline.dropdown-toggle:before,.tag-input .button.info.outline.dropdown-toggle:before,.tally.info.outline.dropdown-toggle:before,.toast.info.outline.dropdown-toggle:before,.tool-button.info.outline.dropdown-toggle:before,code.info.outline.dropdown-toggle:before,tbody td.info.outline.dropdown-toggle:before,tbody tr.info.outline.dropdown-toggle:before{border-color:#5ebdec}.button.info.outline:hover,.command-button.info.outline:hover,.image-button.info.outline:hover,.info-button.info.outline:hover,.input .button.info.outline:hover,.notify.info.outline:hover,.select .button.info.outline:hover,.shortcut.info.outline:hover,.spinner .button.info.outline:hover,.split-button .split.info.outline:hover,.tag-input .button.info.outline:hover,.tally.info.outline:hover,.toast.info.outline:hover,.tool-button.info.outline:hover,code.info.outline:hover,tbody td.info.outline:hover,tbody tr.info.outline:hover{color:#fff}.button.info.dropdown-toggle:before,.command-button.info.dropdown-toggle:before,.image-button.info.dropdown-toggle:before,.info-button.info.dropdown-toggle:before,.input .button.info.dropdown-toggle:before,.notify.info.dropdown-toggle:before,.select .button.info.dropdown-toggle:before,.shortcut.info.dropdown-toggle:before,.spinner .button.info.dropdown-toggle:before,.split-button .split.info.dropdown-toggle:before,.tag-input .button.info.dropdown-toggle:before,.tally.info.dropdown-toggle:before,.toast.info.dropdown-toggle:before,.tool-button.info.dropdown-toggle:before,code.info.dropdown-toggle:before,tbody td.info.dropdown-toggle:before,tbody tr.info.dropdown-toggle:before{border-color:#fff}.button.info:hover,.command-button.info:hover,.image-button.info:hover,.info-button.info:hover,.input .button.info:hover,.notify.info:hover,.select .button.info:hover,.shortcut.info:hover,.spinner .button.info:hover,.split-button .split.info:hover,.tag-input .button.info:hover,.tally.info:hover,.toast.info:hover,.tool-button.info:hover,code.info:hover,tbody td.info:hover,tbody tr.info:hover{background-color:#30abe6;border-color:#1891cb;color:#fff}.button.info:hover.dropdown-toggle:before,.command-button.info:hover.dropdown-toggle:before,.image-button.info:hover.dropdown-toggle:before,.info-button.info:hover.dropdown-toggle:before,.input .button.info:hover.dropdown-toggle:before,.notify.info:hover.dropdown-toggle:before,.select .button.info:hover.dropdown-toggle:before,.shortcut.info:hover.dropdown-toggle:before,.spinner .button.info:hover.dropdown-toggle:before,.split-button .split.info:hover.dropdown-toggle:before,.tag-input .button.info:hover.dropdown-toggle:before,.tally.info:hover.dropdown-toggle:before,.toast.info:hover.dropdown-toggle:before,.tool-button.info:hover.dropdown-toggle:before,code.info:hover.dropdown-toggle:before,tbody td.info:hover.dropdown-toggle:before,tbody tr.info:hover.dropdown-toggle:before{border-color:#fff}.button.info.same-color:hover,.command-button.info.same-color:hover,.image-button.info.same-color:hover,.info-button.info.same-color:hover,.input .button.info.same-color:hover,.notify.info.same-color:hover,.select .button.info.same-color:hover,.shortcut.info.same-color:hover,.spinner .button.info.same-color:hover,.split-button .split.info.same-color:hover,.tag-input .button.info.same-color:hover,.tally.info.same-color:hover,.toast.info.same-color:hover,.tool-button.info.same-color:hover,code.info.same-color:hover,tbody td.info.same-color:hover,tbody tr.info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}.button.info.focus,.button.info:active,.button.info:focus,.command-button.info.focus,.command-button.info:active,.command-button.info:focus,.image-button.info.focus,.image-button.info:active,.image-button.info:focus,.info-button.info.focus,.info-button.info:active,.info-button.info:focus,.input .button.info.focus,.input .button.info:active,.input .button.info:focus,.notify.info.focus,.notify.info:active,.notify.info:focus,.select .button.info.focus,.select .button.info:active,.select .button.info:focus,.shortcut.info.focus,.shortcut.info:active,.shortcut.info:focus,.spinner .button.info.focus,.spinner .button.info:active,.spinner .button.info:focus,.split-button .split.info.focus,.split-button .split.info:active,.split-button .split.info:focus,.tag-input .button.info.focus,.tag-input .button.info:active,.tag-input .button.info:focus,.tally.info.focus,.tally.info:active,.tally.info:focus,.toast.info.focus,.toast.info:active,.toast.info:focus,.tool-button.info.focus,.tool-button.info:active,.tool-button.info:focus,code.info.focus,code.info:active,code.info:focus,tbody td.info.focus,tbody td.info:active,tbody td.info:focus,tbody tr.info.focus,tbody tr.info:active,tbody tr.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.button.dark,.command-button.dark,.image-button.dark,.info-button.dark,.input .button.dark,.notify.dark,.select .button.dark,.shortcut.dark,.spinner .button.dark,.split-button .split.dark,.tag-input .button.dark,.tally.dark,.toast.dark,.tool-button.dark,code.dark,tbody td.dark,tbody tr.dark{background-color:#505050;color:#fff;outline-color:#9d9d9d}.button.dark.outline,.command-button.dark.outline,.image-button.dark.outline,.info-button.dark.outline,.input .button.dark.outline,.notify.dark.outline,.select .button.dark.outline,.shortcut.dark.outline,.spinner .button.dark.outline,.split-button .split.dark.outline,.tag-input .button.dark.outline,.tally.dark.outline,.toast.dark.outline,.tool-button.dark.outline,code.dark.outline,tbody td.dark.outline,tbody tr.dark.outline{border-color:#505050;color:#505050}.button.dark.outline.dropdown-toggle:before,.command-button.dark.outline.dropdown-toggle:before,.image-button.dark.outline.dropdown-toggle:before,.info-button.dark.outline.dropdown-toggle:before,.input .button.dark.outline.dropdown-toggle:before,.notify.dark.outline.dropdown-toggle:before,.select .button.dark.outline.dropdown-toggle:before,.shortcut.dark.outline.dropdown-toggle:before,.spinner .button.dark.outline.dropdown-toggle:before,.split-button .split.dark.outline.dropdown-toggle:before,.tag-input .button.dark.outline.dropdown-toggle:before,.tally.dark.outline.dropdown-toggle:before,.toast.dark.outline.dropdown-toggle:before,.tool-button.dark.outline.dropdown-toggle:before,code.dark.outline.dropdown-toggle:before,tbody td.dark.outline.dropdown-toggle:before,tbody tr.dark.outline.dropdown-toggle:before{border-color:#505050}.button.dark.outline:hover,.command-button.dark.outline:hover,.image-button.dark.outline:hover,.info-button.dark.outline:hover,.input .button.dark.outline:hover,.notify.dark.outline:hover,.select .button.dark.outline:hover,.shortcut.dark.outline:hover,.spinner .button.dark.outline:hover,.split-button .split.dark.outline:hover,.tag-input .button.dark.outline:hover,.tally.dark.outline:hover,.toast.dark.outline:hover,.tool-button.dark.outline:hover,code.dark.outline:hover,tbody td.dark.outline:hover,tbody tr.dark.outline:hover{color:#fff}.button.dark.dropdown-toggle:before,.command-button.dark.dropdown-toggle:before,.image-button.dark.dropdown-toggle:before,.info-button.dark.dropdown-toggle:before,.input .button.dark.dropdown-toggle:before,.notify.dark.dropdown-toggle:before,.select .button.dark.dropdown-toggle:before,.shortcut.dark.dropdown-toggle:before,.spinner .button.dark.dropdown-toggle:before,.split-button .split.dark.dropdown-toggle:before,.tag-input .button.dark.dropdown-toggle:before,.tally.dark.dropdown-toggle:before,.toast.dark.dropdown-toggle:before,.tool-button.dark.dropdown-toggle:before,code.dark.dropdown-toggle:before,tbody td.dark.dropdown-toggle:before,tbody tr.dark.dropdown-toggle:before{border-color:#fff}.button.dark:hover,.command-button.dark:hover,.image-button.dark:hover,.info-button.dark:hover,.input .button.dark:hover,.notify.dark:hover,.select .button.dark:hover,.shortcut.dark:hover,.spinner .button.dark:hover,.split-button .split.dark:hover,.tag-input .button.dark:hover,.tally.dark:hover,.toast.dark:hover,.tool-button.dark:hover,code.dark:hover,tbody td.dark:hover,tbody tr.dark:hover{background-color:#373737;border-color:#1d1d1d;color:#fff}.button.dark:hover.dropdown-toggle:before,.command-button.dark:hover.dropdown-toggle:before,.image-button.dark:hover.dropdown-toggle:before,.info-button.dark:hover.dropdown-toggle:before,.input .button.dark:hover.dropdown-toggle:before,.notify.dark:hover.dropdown-toggle:before,.select .button.dark:hover.dropdown-toggle:before,.shortcut.dark:hover.dropdown-toggle:before,.spinner .button.dark:hover.dropdown-toggle:before,.split-button .split.dark:hover.dropdown-toggle:before,.tag-input .button.dark:hover.dropdown-toggle:before,.tally.dark:hover.dropdown-toggle:before,.toast.dark:hover.dropdown-toggle:before,.tool-button.dark:hover.dropdown-toggle:before,code.dark:hover.dropdown-toggle:before,tbody td.dark:hover.dropdown-toggle:before,tbody tr.dark:hover.dropdown-toggle:before{border-color:#fff}.button.dark.same-color:hover,.command-button.dark.same-color:hover,.image-button.dark.same-color:hover,.info-button.dark.same-color:hover,.input .button.dark.same-color:hover,.notify.dark.same-color:hover,.select .button.dark.same-color:hover,.shortcut.dark.same-color:hover,.spinner .button.dark.same-color:hover,.split-button .split.dark.same-color:hover,.tag-input .button.dark.same-color:hover,.tally.dark.same-color:hover,.toast.dark.same-color:hover,.tool-button.dark.same-color:hover,code.dark.same-color:hover,tbody td.dark.same-color:hover,tbody tr.dark.same-color:hover{background-color:#505050;border-color:#505050}.button.dark.focus,.button.dark:active,.button.dark:focus,.command-button.dark.focus,.command-button.dark:active,.command-button.dark:focus,.image-button.dark.focus,.image-button.dark:active,.image-button.dark:focus,.info-button.dark.focus,.info-button.dark:active,.info-button.dark:focus,.input .button.dark.focus,.input .button.dark:active,.input .button.dark:focus,.notify.dark.focus,.notify.dark:active,.notify.dark:focus,.select .button.dark.focus,.select .button.dark:active,.select .button.dark:focus,.shortcut.dark.focus,.shortcut.dark:active,.shortcut.dark:focus,.spinner .button.dark.focus,.spinner .button.dark:active,.spinner .button.dark:focus,.split-button .split.dark.focus,.split-button .split.dark:active,.split-button .split.dark:focus,.tag-input .button.dark.focus,.tag-input .button.dark:active,.tag-input .button.dark:focus,.tally.dark.focus,.tally.dark:active,.tally.dark:focus,.toast.dark.focus,.toast.dark:active,.toast.dark:focus,.tool-button.dark.focus,.tool-button.dark:active,.tool-button.dark:focus,code.dark.focus,code.dark:active,code.dark:focus,tbody td.dark.focus,tbody td.dark:active,tbody td.dark:focus,tbody tr.dark.focus,tbody tr.dark:active,tbody tr.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.button.light,.command-button.light,.image-button.light,.info-button.light,.input .button.light,.notify.light,.select .button.light,.shortcut.light,.spinner .button.light,.split-button .split.light,.tag-input .button.light,.tally.light,.toast.light,.tool-button.light,code.light,tbody td.light,tbody tr.light{background-color:#f8f8f8;color:#fff;outline-color:#fff}.button.light.outline,.command-button.light.outline,.image-button.light.outline,.info-button.light.outline,.input .button.light.outline,.notify.light.outline,.select .button.light.outline,.shortcut.light.outline,.spinner .button.light.outline,.split-button .split.light.outline,.tag-input .button.light.outline,.tally.light.outline,.toast.light.outline,.tool-button.light.outline,code.light.outline,tbody td.light.outline,tbody tr.light.outline{border-color:#f8f8f8;color:#f8f8f8}.button.light.outline.dropdown-toggle:before,.command-button.light.outline.dropdown-toggle:before,.image-button.light.outline.dropdown-toggle:before,.info-button.light.outline.dropdown-toggle:before,.input .button.light.outline.dropdown-toggle:before,.notify.light.outline.dropdown-toggle:before,.select .button.light.outline.dropdown-toggle:before,.shortcut.light.outline.dropdown-toggle:before,.spinner .button.light.outline.dropdown-toggle:before,.split-button .split.light.outline.dropdown-toggle:before,.tag-input .button.light.outline.dropdown-toggle:before,.tally.light.outline.dropdown-toggle:before,.toast.light.outline.dropdown-toggle:before,.tool-button.light.outline.dropdown-toggle:before,code.light.outline.dropdown-toggle:before,tbody td.light.outline.dropdown-toggle:before,tbody tr.light.outline.dropdown-toggle:before{border-color:#f8f8f8}.button.light.outline:hover,.command-button.light.outline:hover,.image-button.light.outline:hover,.info-button.light.outline:hover,.input .button.light.outline:hover,.notify.light.outline:hover,.select .button.light.outline:hover,.shortcut.light.outline:hover,.spinner .button.light.outline:hover,.split-button .split.light.outline:hover,.tag-input .button.light.outline:hover,.tally.light.outline:hover,.toast.light.outline:hover,.tool-button.light.outline:hover,code.light.outline:hover,tbody td.light.outline:hover,tbody tr.light.outline:hover{color:#fff}.button.light.dropdown-toggle:before,.command-button.light.dropdown-toggle:before,.image-button.light.dropdown-toggle:before,.info-button.light.dropdown-toggle:before,.input .button.light.dropdown-toggle:before,.notify.light.dropdown-toggle:before,.select .button.light.dropdown-toggle:before,.shortcut.light.dropdown-toggle:before,.spinner .button.light.dropdown-toggle:before,.split-button .split.light.dropdown-toggle:before,.tag-input .button.light.dropdown-toggle:before,.tally.light.dropdown-toggle:before,.toast.light.dropdown-toggle:before,.tool-button.light.dropdown-toggle:before,code.light.dropdown-toggle:before,tbody td.light.dropdown-toggle:before,tbody tr.light.dropdown-toggle:before{border-color:#fff}.button.light:hover,.command-button.light:hover,.image-button.light:hover,.info-button.light:hover,.input .button.light:hover,.notify.light:hover,.select .button.light:hover,.shortcut.light:hover,.spinner .button.light:hover,.split-button .split.light:hover,.tag-input .button.light:hover,.tally.light:hover,.toast.light:hover,.tool-button.light:hover,code.light:hover,tbody td.light:hover,tbody tr.light:hover{background-color:#dfdfdf;border-color:#c5c5c5;color:#fff}.button.light:hover.dropdown-toggle:before,.command-button.light:hover.dropdown-toggle:before,.image-button.light:hover.dropdown-toggle:before,.info-button.light:hover.dropdown-toggle:before,.input .button.light:hover.dropdown-toggle:before,.notify.light:hover.dropdown-toggle:before,.select .button.light:hover.dropdown-toggle:before,.shortcut.light:hover.dropdown-toggle:before,.spinner .button.light:hover.dropdown-toggle:before,.split-button .split.light:hover.dropdown-toggle:before,.tag-input .button.light:hover.dropdown-toggle:before,.tally.light:hover.dropdown-toggle:before,.toast.light:hover.dropdown-toggle:before,.tool-button.light:hover.dropdown-toggle:before,code.light:hover.dropdown-toggle:before,tbody td.light:hover.dropdown-toggle:before,tbody tr.light:hover.dropdown-toggle:before{border-color:#fff}.button.light.same-color:hover,.command-button.light.same-color:hover,.image-button.light.same-color:hover,.info-button.light.same-color:hover,.input .button.light.same-color:hover,.notify.light.same-color:hover,.select .button.light.same-color:hover,.shortcut.light.same-color:hover,.spinner .button.light.same-color:hover,.split-button .split.light.same-color:hover,.tag-input .button.light.same-color:hover,.tally.light.same-color:hover,.toast.light.same-color:hover,.tool-button.light.same-color:hover,code.light.same-color:hover,tbody td.light.same-color:hover,tbody tr.light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}.button.light.focus,.button.light:active,.button.light:focus,.command-button.light.focus,.command-button.light:active,.command-button.light:focus,.image-button.light.focus,.image-button.light:active,.image-button.light:focus,.info-button.light.focus,.info-button.light:active,.info-button.light:focus,.input .button.light.focus,.input .button.light:active,.input .button.light:focus,.notify.light.focus,.notify.light:active,.notify.light:focus,.select .button.light.focus,.select .button.light:active,.select .button.light:focus,.shortcut.light.focus,.shortcut.light:active,.shortcut.light:focus,.spinner .button.light.focus,.spinner .button.light:active,.spinner .button.light:focus,.split-button .split.light.focus,.split-button .split.light:active,.split-button .split.light:focus,.tag-input .button.light.focus,.tag-input .button.light:active,.tag-input .button.light:focus,.tally.light.focus,.tally.light:active,.tally.light:focus,.toast.light.focus,.toast.light:active,.toast.light:focus,.tool-button.light.focus,.tool-button.light:active,.tool-button.light:focus,code.light.focus,code.light:active,code.light:focus,tbody td.light.focus,tbody td.light:active,tbody td.light:focus,tbody tr.light.focus,tbody tr.light:active,tbody tr.light:focus{-webkit-box-shadow:0 0 0 3px hsla(0,0%,97%,.45);box-shadow:0 0 0 3px hsla(0,0%,97%,.45)}.button.light,.button.light.outline:hover,.button.light:hover,.button.yellow,.button.yellow.outline:hover,.button.yellow:hover,.command-button.light,.command-button.light.outline:hover,.command-button.light:hover,.command-button.yellow,.command-button.yellow.outline:hover,.command-button.yellow:hover,.image-button.light,.image-button.light.outline:hover,.image-button.light:hover,.image-button.yellow,.image-button.yellow.outline:hover,.image-button.yellow:hover,.info-button.light,.info-button.light.outline:hover,.info-button.light:hover,.info-button.yellow,.info-button.yellow.outline:hover,.info-button.yellow:hover,.input .button.light,.input .button.light.outline:hover,.input .button.light:hover,.input .button.yellow,.input .button.yellow.outline:hover,.input .button.yellow:hover,.notify.light,.notify.light.outline:hover,.notify.light:hover,.notify.yellow,.notify.yellow.outline:hover,.notify.yellow:hover,.select .button.light,.select .button.light.outline:hover,.select .button.light:hover,.select .button.yellow,.select .button.yellow.outline:hover,.select .button.yellow:hover,.shortcut.light,.shortcut.light.outline:hover,.shortcut.light:hover,.shortcut.yellow,.shortcut.yellow.outline:hover,.shortcut.yellow:hover,.spinner .button.light,.spinner .button.light.outline:hover,.spinner .button.light:hover,.spinner .button.yellow,.spinner .button.yellow.outline:hover,.spinner .button.yellow:hover,.split-button .split.light,.split-button .split.light.outline:hover,.split-button .split.light:hover,.split-button .split.yellow,.split-button .split.yellow.outline:hover,.split-button .split.yellow:hover,.tag-input .button.light,.tag-input .button.light.outline:hover,.tag-input .button.light:hover,.tag-input .button.yellow,.tag-input .button.yellow.outline:hover,.tag-input .button.yellow:hover,.tally.light,.tally.light.outline:hover,.tally.light:hover,.tally.yellow,.tally.yellow.outline:hover,.tally.yellow:hover,.toast.light,.toast.light.outline:hover,.toast.light:hover,.toast.yellow,.toast.yellow.outline:hover,.toast.yellow:hover,.tool-button.light,.tool-button.light.outline:hover,.tool-button.light:hover,.tool-button.yellow,.tool-button.yellow.outline:hover,.tool-button.yellow:hover,code.light,code.light.outline:hover,code.light:hover,code.yellow,code.yellow.outline:hover,code.yellow:hover,tbody td.light,tbody td.light.outline:hover,tbody td.light:hover,tbody td.yellow,tbody td.yellow.outline:hover,tbody td.yellow:hover,tbody tr.light,tbody tr.light.outline:hover,tbody tr.light:hover,tbody tr.yellow,tbody tr.yellow.outline:hover,tbody tr.yellow:hover{color:#1d1d1d}.action-button.primary{background-color:#0366d6;color:#fff;outline-color:#75b5fd}.action-button.secondary{background-color:#607d8b;color:#fff;outline-color:#b7c6cd}.action-button.success{background-color:#60a917;color:#fff;outline-color:#adeb6e}.action-button.alert{background-color:#ce352c;color:#fff;outline-color:#ecaba7}.action-button.warning{background-color:#ff9447;color:#fff;outline-color:#ffede1}.action-button.yellow{background-color:#ffe484;color:#fff;outline-color:#fff}.action-button.info{background-color:#5ebdec;color:#fff;outline-color:#e6f5fc}.action-button.dark{background-color:#505050;color:#fff;outline-color:#9d9d9d}.action-button.light{background-color:#f8f8f8;color:#fff;outline-color:#fff}.action-button.light,.action-button.light.outline:hover,.action-button.light:hover,.action-button.yellow,.action-button.yellow.outline:hover,.action-button.yellow:hover{color:#1d1d1d}.pagination.primary .page-item.active,.pagination.primary .page-item.service,.pagination.primary .page-item:hover{background-color:#0366d6;border-color:#0366d6;color:#fff}.pagination.primary .page-item.active:hover,.pagination.primary .page-item.service:hover,.pagination.primary .page-item:hover:hover{background-color:#024ea4}.pagination.secondary .page-item.active,.pagination.secondary .page-item.service,.pagination.secondary .page-item:hover{background-color:#607d8b;border-color:#607d8b;color:#fff}.pagination.secondary .page-item.active:hover,.pagination.secondary .page-item.service:hover,.pagination.secondary .page-item:hover:hover{background-color:#4b626d}.pagination.success .page-item.active,.pagination.success .page-item.service,.pagination.success .page-item:hover{background-color:#60a917;border-color:#60a917;color:#fff}.pagination.success .page-item.active:hover,.pagination.success .page-item.service:hover,.pagination.success .page-item:hover:hover{background-color:#477c11}.pagination.alert .page-item.active,.pagination.alert .page-item.service,.pagination.alert .page-item:hover{background-color:#ce352c;border-color:#ce352c;color:#fff}.pagination.alert .page-item.active:hover,.pagination.alert .page-item.service:hover,.pagination.alert .page-item:hover:hover{background-color:#a42a23}.pagination.warning .page-item.active,.pagination.warning .page-item.service,.pagination.warning .page-item:hover{background-color:#ff9447;border-color:#ff9447;color:#fff}.pagination.warning .page-item.active:hover,.pagination.warning .page-item.service:hover,.pagination.warning .page-item:hover:hover{background-color:#ff7615}.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{background-color:#ffe484;border-color:#ffe484;color:#fff}.pagination.yellow .page-item.active:hover,.pagination.yellow .page-item.service:hover,.pagination.yellow .page-item:hover:hover{background-color:#ffd951}.pagination.info .page-item.active,.pagination.info .page-item.service,.pagination.info .page-item:hover{background-color:#5ebdec;border-color:#5ebdec;color:#fff}.pagination.info .page-item.active:hover,.pagination.info .page-item.service:hover,.pagination.info .page-item:hover:hover{background-color:#30abe6}.pagination.dark .page-item.active,.pagination.dark .page-item.service,.pagination.dark .page-item:hover{background-color:#505050;border-color:#505050;color:#fff}.pagination.dark .page-item.active:hover,.pagination.dark .page-item.service:hover,.pagination.dark .page-item:hover:hover{background-color:#373737}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover{background-color:#f8f8f8;border-color:#f8f8f8;color:#fff}.pagination.light .page-item.active:hover,.pagination.light .page-item.service:hover,.pagination.light .page-item:hover:hover{background-color:#dfdfdf}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover,.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{color:#1d1d1d}.remark.primary{background:#75b5fd;border:1px solid #75b5fd}.remark.primary:before{background-color:#0366d6;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.primary{background:#daebfe;border:1px solid #daebfe}.remark.secondary{background:#b7c6cd;border:1px solid #b7c6cd}.remark.secondary:before{background-color:#607d8b;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.secondary{background:#f3f6f7;border:1px solid #f3f6f7}.remark.success{background:#adeb6e;border:1px solid #adeb6e}.remark.success:before{background-color:#60a917;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.success{background:#ecfbde;border:1px solid #ecfbde}.remark.alert{background:#ecaba7;border:1px solid #ecaba7}.remark.alert:before{background-color:#ce352c;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.alert{background:#fae7e6;border:1px solid #fae7e6}.remark.warning:before{background-color:#ff9447;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.yellow{background:#fff;border:1px solid #fff}.remark.yellow:before{background-color:#ffe484;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.yellow{background:#fff7db;border:1px solid #fff7db}.remark.info:before{background-color:#5ebdec;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.dark{background:#9d9d9d;border:1px solid #9d9d9d}.remark.dark:before{background-color:#505050;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.remark.dark{background:#e9e9e9;border:1px solid #e9e9e9}.remark.light{background:#fff;border:1px solid #fff}.remark.light:before{background-color:#f8f8f8;content:" ";height:100%;left:-4px;position:absolute;top:0;width:4px}.file.primary,.input.primary,.keypad.primary,.metro-input.primary,.select.primary,.spinner.primary,.tag-input.primary,.textarea.primary{border-color:#0366d6}.file.primary.focused,.file.primary:focus,.input.primary.focused,.input.primary:focus,.keypad.primary.focused,.keypad.primary:focus,.metro-input.primary.focused,.metro-input.primary:focus,.select.primary.focused,.select.primary:focus,.spinner.primary.focused,.spinner.primary:focus,.tag-input.primary.focused,.tag-input.primary:focus,.textarea.primary.focused,.textarea.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.file.secondary,.input.secondary,.keypad.secondary,.metro-input.secondary,.select.secondary,.spinner.secondary,.tag-input.secondary,.textarea.secondary{border-color:#607d8b}.file.secondary.focused,.file.secondary:focus,.input.secondary.focused,.input.secondary:focus,.keypad.secondary.focused,.keypad.secondary:focus,.metro-input.secondary.focused,.metro-input.secondary:focus,.select.secondary.focused,.select.secondary:focus,.spinner.secondary.focused,.spinner.secondary:focus,.tag-input.secondary.focused,.tag-input.secondary:focus,.textarea.secondary.focused,.textarea.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.file.success,.input.success,.keypad.success,.metro-input.success,.select.success,.spinner.success,.tag-input.success,.textarea.success{border-color:#60a917}.file.success.focused,.file.success:focus,.input.success.focused,.input.success:focus,.keypad.success.focused,.keypad.success:focus,.metro-input.success.focused,.metro-input.success:focus,.select.success.focused,.select.success:focus,.spinner.success.focused,.spinner.success:focus,.tag-input.success.focused,.tag-input.success:focus,.textarea.success.focused,.textarea.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.file.alert,.input.alert,.keypad.alert,.metro-input.alert,.select.alert,.spinner.alert,.tag-input.alert,.textarea.alert{border-color:#ce352c}.file.alert.focused,.file.alert:focus,.input.alert.focused,.input.alert:focus,.keypad.alert.focused,.keypad.alert:focus,.metro-input.alert.focused,.metro-input.alert:focus,.select.alert.focused,.select.alert:focus,.spinner.alert.focused,.spinner.alert:focus,.tag-input.alert.focused,.tag-input.alert:focus,.textarea.alert.focused,.textarea.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.file.warning,.input.warning,.keypad.warning,.metro-input.warning,.select.warning,.spinner.warning,.tag-input.warning,.textarea.warning{border-color:#ff9447}.file.warning.focused,.file.warning:focus,.input.warning.focused,.input.warning:focus,.keypad.warning.focused,.keypad.warning:focus,.metro-input.warning.focused,.metro-input.warning:focus,.select.warning.focused,.select.warning:focus,.spinner.warning.focused,.spinner.warning:focus,.tag-input.warning.focused,.tag-input.warning:focus,.textarea.warning.focused,.textarea.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.file.yellow,.input.yellow,.keypad.yellow,.metro-input.yellow,.select.yellow,.spinner.yellow,.tag-input.yellow,.textarea.yellow{border-color:#ffe484}.file.yellow.focused,.file.yellow:focus,.input.yellow.focused,.input.yellow:focus,.keypad.yellow.focused,.keypad.yellow:focus,.metro-input.yellow.focused,.metro-input.yellow:focus,.select.yellow.focused,.select.yellow:focus,.spinner.yellow.focused,.spinner.yellow:focus,.tag-input.yellow.focused,.tag-input.yellow:focus,.textarea.yellow.focused,.textarea.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.file.info,.input.info,.keypad.info,.metro-input.info,.select.info,.spinner.info,.tag-input.info,.textarea.info{border-color:#5ebdec}.file.info.focused,.file.info:focus,.input.info.focused,.input.info:focus,.keypad.info.focused,.keypad.info:focus,.metro-input.info.focused,.metro-input.info:focus,.select.info.focused,.select.info:focus,.spinner.info.focused,.spinner.info:focus,.tag-input.info.focused,.tag-input.info:focus,.textarea.info.focused,.textarea.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.file.dark,.input.dark,.keypad.dark,.metro-input.dark,.select.dark,.spinner.dark,.tag-input.dark,.textarea.dark{border-color:#505050}.file.dark.focused,.file.dark:focus,.input.dark.focused,.input.dark:focus,.keypad.dark.focused,.keypad.dark:focus,.metro-input.dark.focused,.metro-input.dark:focus,.select.dark.focused,.select.dark:focus,.spinner.dark.focused,.spinner.dark:focus,.tag-input.dark.focused,.tag-input.dark:focus,.textarea.dark.focused,.textarea.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.file.light,.input.light,.keypad.light,.metro-input.light,.select.light,.spinner.light,.tag-input.light,.textarea.light{border-color:#f8f8f8}.file.light.focused,.file.light:focus,.input.light.focused,.input.light:focus,.keypad.light.focused,.keypad.light:focus,.metro-input.light.focused,.metro-input.light:focus,.select.light.focused,.select.light:focus,.spinner.light.focused,.spinner.light:focus,.tag-input.light.focused,.tag-input.light:focus,.textarea.light.focused,.textarea.light:focus{-webkit-box-shadow:0 0 0 3px hsla(0,0%,97%,.45);box-shadow:0 0 0 3px hsla(0,0%,97%,.45)}.accent-block.primary{background-color:#0366d6;color:#fff}.accent-block.secondary{background-color:#607d8b;color:#fff}.accent-block.success{background-color:#60a917;color:#fff}.accent-block.alert{background-color:#ce352c;color:#fff}.accent-block.warning{background-color:#ff9447;color:#fff}.accent-block.yellow{background-color:#ffe484;color:#fff}.accent-block.info{background-color:#5ebdec;color:#fff}.accent-block.dark{background-color:#505050;color:#fff}.accent-block.light{background-color:#f8f8f8;color:#fff}.accent-block.light,.accent-block.yellow{color:#1d1d1d}');styleInject(".ani-hover-spin:hover,.ani-spin{-webkit-animation:ani-spin 1.5s linear infinite;animation:ani-spin 1.5s linear infinite}.ani-hover-pulse:hover,.ani-pulse{-webkit-animation:ani-pulse 1.7s infinite;animation:ani-pulse 1.7s infinite}.ani-hover-spanner:hover,.ani-spanner{-webkit-animation:ani-wrench 2.5s ease infinite;animation:ani-wrench 2.5s ease infinite;-webkit-transform-origin:90% 35%;transform-origin:90% 35%}.ani-hover-ring:hover,.ani-ring{-webkit-animation:ani-ring 2s ease infinite;animation:ani-ring 2s ease infinite;-webkit-transform-origin:50% 0;transform-origin:50% 0}.ani-hover-vertical:hover,.ani-vertical{-webkit-animation:ani-vertical 2s ease infinite;animation:ani-vertical 2s ease infinite}.ani-horizontal,.ani-hover-horizontal:hover{-webkit-animation:ani-horizontal 2s ease infinite;animation:ani-horizontal 2s ease infinite}.ani-flash,.ani-hover-flash:hover{-webkit-animation:ani-flash 2s ease infinite;animation:ani-flash 2s ease infinite}.ani-bounce,.ani-hover-bounce:hover{-webkit-animation:ani-bounce 2s ease infinite;animation:ani-bounce 2s ease infinite}.ani-float,.ani-hover-float:hover{-webkit-animation:ani-float 2s linear infinite;animation:ani-float 2s linear infinite}.ani-heartbeat,.ani-hover-heartbeat:hover{-webkit-animation:ani-heartbeat 2s linear infinite;animation:ani-heartbeat 2s linear infinite}.ani-hover-shake:hover,.ani-shake{-webkit-animation:ani-wrench 2.5s ease infinite;animation:ani-wrench 2.5s ease infinite}.ani-hover-shuttle:hover,.ani-shuttle{-webkit-animation:ani-shuttle 2s linear infinite;animation:ani-shuttle 2s linear infinite}.ani-hover-pass:hover,.ani-pass{-webkit-animation:ani-pass 2s linear infinite;animation:ani-pass 2s linear infinite}.ani-hover-ripple:hover,.ani-ripple{-webkit-animation:ani-ripple 2s linear infinite;animation:ani-ripple 2s linear infinite}@-webkit-keyframes swinging{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}5%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}10%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}15%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}25%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}35%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}40%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}45%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swinging{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}5%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}10%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}15%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}25%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}35%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}40%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}45%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}to{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes cubemove{25%{-webkit-transform:translateX(10px) rotate(-90deg);transform:translateX(10px) rotate(-90deg)}50%{-webkit-transform:translateX(10px) translateY(10px) rotate(-179deg);transform:translateX(10px) translateY(10px) rotate(-179deg)}50.1%{-webkit-transform:translateX(10px) translateY(10px) rotate(-180deg);transform:translateX(10px) translateY(10px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(10px) rotate(-270deg);transform:translateX(0) translateY(10px) rotate(-270deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes cubemove{25%{-webkit-transform:translateX(10px) rotate(-90deg);transform:translateX(10px) rotate(-90deg)}50%{-webkit-transform:translateX(10px) translateY(10px) rotate(-179deg);transform:translateX(10px) translateY(10px) rotate(-179deg)}50.1%{-webkit-transform:translateX(10px) translateY(10px) rotate(-180deg);transform:translateX(10px) translateY(10px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(10px) rotate(-270deg);transform:translateX(0) translateY(10px) rotate(-270deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes orbit{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:rotate(225deg);transform:rotate(225deg)}7%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(345deg);transform:rotate(345deg)}35%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(495deg);transform:rotate(495deg)}42%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(690deg);transform:rotate(690deg)}70%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:1;-webkit-transform:rotate(835deg);transform:rotate(835deg)}76%{opacity:1}77%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:rotate(955deg);transform:rotate(955deg)}78%{opacity:0;-webkit-transform:rotate(955deg);transform:rotate(955deg)}to{opacity:0;-webkit-transform:rotate(955deg);transform:rotate(955deg)}}@keyframes orbit{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;opacity:1;-webkit-transform:rotate(225deg);transform:rotate(225deg)}7%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(345deg);transform:rotate(345deg)}35%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(495deg);transform:rotate(495deg)}42%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(690deg);transform:rotate(690deg)}70%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:1;-webkit-transform:rotate(835deg);transform:rotate(835deg)}76%{opacity:1}77%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:rotate(955deg);transform:rotate(955deg)}78%{opacity:0;-webkit-transform:rotate(955deg);transform:rotate(955deg)}to{opacity:0;-webkit-transform:rotate(955deg);transform:rotate(955deg)}}@-webkit-keyframes metro-slide{0%{left:-50%}to{left:150%}}@keyframes metro-slide{0%{left:-50%}to{left:150%}}@-webkit-keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}to{opacity:1}}@-webkit-keyframes ani-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ani-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ani-pulse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ani-pulse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ani-wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ani-wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes ani-ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes ani-ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes ani-vertical{0%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}4%{-webkit-transform:translateY(3px);transform:translateY(3px)}8%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}12%{-webkit-transform:translateY(3px);transform:translateY(3px)}16%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}20%{-webkit-transform:translateY(3px);transform:translateY(3px)}22%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-vertical{0%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}4%{-webkit-transform:translateY(3px);transform:translateY(3px)}8%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}12%{-webkit-transform:translateY(3px);transform:translateY(3px)}16%{-webkit-transform:translateY(-3px);transform:translateY(-3px)}20%{-webkit-transform:translateY(3px);transform:translateY(3px)}22%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-horizontal{0%{-webkit-transform:translate(0);transform:translate(0)}6%{-webkit-transform:translate(5px);transform:translate(5px)}12%{-webkit-transform:translate(0);transform:translate(0)}18%{-webkit-transform:translate(5px);transform:translate(5px)}24%{-webkit-transform:translate(0);transform:translate(0)}30%{-webkit-transform:translate(5px);transform:translate(5px)}36%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-horizontal{0%{-webkit-transform:translate(0);transform:translate(0)}6%{-webkit-transform:translate(5px);transform:translate(5px)}12%{-webkit-transform:translate(0);transform:translate(0)}18%{-webkit-transform:translate(5px);transform:translate(5px)}24%{-webkit-transform:translate(0);transform:translate(0)}30%{-webkit-transform:translate(5px);transform:translate(5px)}36%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes ani-flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes ani-bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes ani-bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes ani-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ani-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ani-heartbeat{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ani-heartbeat{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ani-shuttle{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes ani-shuttle{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes ani-pass{0%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}50%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%)}}@keyframes ani-pass{0%{opacity:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}50%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(50%);transform:translateX(50%)}}@-webkit-keyframes ani-ripple{0%{opacity:.6}50%{opacity:0;-webkit-transform:scale(1.8);transform:scale(1.8)}to{opacity:0}}@keyframes ani-ripple{0%{opacity:.6}50%{opacity:0;-webkit-transform:scale(1.8);transform:scale(1.8)}to{opacity:0}}@-webkit-keyframes ani-shrink{0%{-webkit-transform:scale(1);transform:scale(1)}90%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ani-shrink{0%{-webkit-transform:scale(1);transform:scale(1)}90%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.5);transform:scale(.5)}}@-webkit-keyframes ani-pre-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes ani-pre-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes ani-bg-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes ani-bg-stripes{0%{background-position:40px 0}to{background-position:0 0}}");styleInject(".no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid #dfdfdf}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-left-top,.border-top-left{border-left:1px solid transparent;border-top:1px solid transparent}.border-right-top,.border-top-right{border-right:1px solid transparent;border-top:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-bottom-top,.border-top-bottom{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-left-right,.border-right-left{border-left:1px solid transparent;border-right:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent}.border-right-bottom-left,.border-top-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent}.border-bottom-left-top,.border-left-top-right{border-bottom:1px solid transparent;border-left:1px solid transparent;border-top:1px solid transparent}.border-radius{border-radius:.25rem}.border-radius-half{border-radius:50%}.border-20,.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19,.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18,.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17,.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16,.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15,.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14,.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13,.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12,.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11,.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10,.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9,.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8,.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7,.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6,.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5,.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4,.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3,.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2,.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1,.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:.25rem!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}");styleInject(".c-auto{cursor:auto}.c-default{cursor:default}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:-webkit-zoom-in;cursor:zoom-in}.c-zoom-out{cursor:-webkit-zoom-out;cursor:zoom-out}.c-grab{cursor:-webkit-grab;cursor:grab}.c-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.c-none{cursor:none}");styleInject(".debug{min-height:1px;min-width:1px;outline:1px dotted red!important}");styleInject(".visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch{display:none!important}html.metro-touch-device .d-block-touch{display:block!important}html.metro-touch-device .d-inline-touch{display:inline!important}html.metro-touch-device .d-inline-block-touch{display:inline-block!important}html.metro-touch-device .d-table-touch{display:table!important}html.metro-touch-device .d-table-row-touch{display:table-row!important}html.metro-touch-device .d-table-cell-touch{display:table-cell!important}html.metro-touch-device .d-flex-touch{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch{display:none!important}html.metro-no-touch-device .d-block-no-touch{display:block!important}html.metro-no-touch-device .d-inline-no-touch{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch{display:table!important}html.metro-no-touch-device .d-table-row-no-touch{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch{display:-webkit-inline-box!important;display:inline-flex!important}@media screen and (min-width:0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}.d-flex-fs{display:-webkit-box!important;display:flex!important}.d-inline-flex-fs{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-fs{display:none!important}html.metro-touch-device .d-block-touch-fs{display:block!important}html.metro-touch-device .d-inline-touch-fs{display:inline!important}html.metro-touch-device .d-inline-block-touch-fs{display:inline-block!important}html.metro-touch-device .d-table-touch-fs{display:table!important}html.metro-touch-device .d-table-row-touch-fs{display:table-row!important}html.metro-touch-device .d-table-cell-touch-fs{display:table-cell!important}html.metro-touch-device .d-flex-touch-fs{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-fs{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-fs{display:none!important}html.metro-no-touch-device .d-block-no-touch-fs{display:block!important}html.metro-no-touch-device .d-inline-no-touch-fs{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-fs{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-fs{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-fs{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-fs{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-fs{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-fs{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}.d-flex-sm{display:-webkit-box!important;display:flex!important}.d-inline-flex-sm{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-sm{display:none!important}html.metro-touch-device .d-block-touch-sm{display:block!important}html.metro-touch-device .d-inline-touch-sm{display:inline!important}html.metro-touch-device .d-inline-block-touch-sm{display:inline-block!important}html.metro-touch-device .d-table-touch-sm{display:table!important}html.metro-touch-device .d-table-row-touch-sm{display:table-row!important}html.metro-touch-device .d-table-cell-touch-sm{display:table-cell!important}html.metro-touch-device .d-flex-touch-sm{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-sm{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-sm{display:none!important}html.metro-no-touch-device .d-block-no-touch-sm{display:block!important}html.metro-no-touch-device .d-inline-no-touch-sm{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-sm{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-sm{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-sm{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-sm{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-sm{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-sm{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:640px){.visible-ld{visibility:visible!important}.no-visible-ld{visibility:hidden!important}.d-none-ld{display:none!important}.d-block-ld{display:block!important}.d-inline-ld{display:inline!important}.d-inline-block-ld{display:inline-block!important}.d-table-ld{display:table!important}.d-table-row-ld{display:table-row!important}.d-table-cell-ld{display:table-cell!important}.d-flex-ld{display:-webkit-box!important;display:flex!important}.d-inline-flex-ld{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-ld{display:none!important}html.metro-touch-device .d-block-touch-ld{display:block!important}html.metro-touch-device .d-inline-touch-ld{display:inline!important}html.metro-touch-device .d-inline-block-touch-ld{display:inline-block!important}html.metro-touch-device .d-table-touch-ld{display:table!important}html.metro-touch-device .d-table-row-touch-ld{display:table-row!important}html.metro-touch-device .d-table-cell-touch-ld{display:table-cell!important}html.metro-touch-device .d-flex-touch-ld{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-ld{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-ld{display:none!important}html.metro-no-touch-device .d-block-no-touch-ld{display:block!important}html.metro-no-touch-device .d-inline-no-touch-ld{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-ld{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-ld{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-ld{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-ld{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-ld{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-ld{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}.d-flex-md{display:-webkit-box!important;display:flex!important}.d-inline-flex-md{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-md{display:none!important}html.metro-touch-device .d-block-touch-md{display:block!important}html.metro-touch-device .d-inline-touch-md{display:inline!important}html.metro-touch-device .d-inline-block-touch-md{display:inline-block!important}html.metro-touch-device .d-table-touch-md{display:table!important}html.metro-touch-device .d-table-row-touch-md{display:table-row!important}html.metro-touch-device .d-table-cell-touch-md{display:table-cell!important}html.metro-touch-device .d-flex-touch-md{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-md{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-md{display:none!important}html.metro-no-touch-device .d-block-no-touch-md{display:block!important}html.metro-no-touch-device .d-inline-no-touch-md{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-md{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-md{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-md{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-md{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-md{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-md{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}.d-flex-lg{display:-webkit-box!important;display:flex!important}.d-inline-flex-lg{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-lg{display:none!important}html.metro-touch-device .d-block-touch-lg{display:block!important}html.metro-touch-device .d-inline-touch-lg{display:inline!important}html.metro-touch-device .d-inline-block-touch-lg{display:inline-block!important}html.metro-touch-device .d-table-touch-lg{display:table!important}html.metro-touch-device .d-table-row-touch-lg{display:table-row!important}html.metro-touch-device .d-table-cell-touch-lg{display:table-cell!important}html.metro-touch-device .d-flex-touch-lg{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-lg{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-lg{display:none!important}html.metro-no-touch-device .d-block-no-touch-lg{display:block!important}html.metro-no-touch-device .d-inline-no-touch-lg{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-lg{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-lg{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-lg{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-lg{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-lg{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-lg{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}.d-flex-xl{display:-webkit-box!important;display:flex!important}.d-inline-flex-xl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xl{display:none!important}html.metro-touch-device .d-block-touch-xl{display:block!important}html.metro-touch-device .d-inline-touch-xl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xl{display:inline-block!important}html.metro-touch-device .d-table-touch-xl{display:table!important}html.metro-touch-device .d-table-row-touch-xl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xl{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xl{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xl{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}.d-flex-xxl{display:-webkit-box!important;display:flex!important}.d-inline-flex-xxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxl{display:none!important}html.metro-touch-device .d-block-touch-xxl{display:block!important}html.metro-touch-device .d-inline-touch-xxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxl{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxl{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxl{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1600px){.visible-xxxl{visibility:visible!important}.no-visible-xxxl{visibility:hidden!important}.d-none-xxxl{display:none!important}.d-block-xxxl{display:block!important}.d-inline-xxxl{display:inline!important}.d-inline-block-xxxl{display:inline-block!important}.d-table-xxxl{display:table!important}.d-table-row-xxxl{display:table-row!important}.d-table-cell-xxxl{display:table-cell!important}.d-flex-xxxl{display:-webkit-box!important;display:flex!important}.d-inline-flex-xxxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxxl{display:none!important}html.metro-touch-device .d-block-touch-xxxl{display:block!important}html.metro-touch-device .d-inline-touch-xxxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxxl{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxxl{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxxl{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:1800px){.visible-xxxxl{visibility:visible!important}.no-visible-xxxxl{visibility:hidden!important}.d-none-xxxxl{display:none!important}.d-block-xxxxl{display:block!important}.d-inline-xxxxl{display:inline!important}.d-inline-block-xxxxl{display:inline-block!important}.d-table-xxxxl{display:table!important}.d-table-row-xxxxl{display:table-row!important}.d-table-cell-xxxxl{display:table-cell!important}.d-flex-xxxxl{display:-webkit-box!important;display:flex!important}.d-inline-flex-xxxxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxxxl{display:none!important}html.metro-touch-device .d-block-touch-xxxxl{display:block!important}html.metro-touch-device .d-inline-touch-xxxxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxxxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxxxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxxxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxxxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxxxl{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxxxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxxxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxxxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxxxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxxxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxxxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxxxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxxxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxxxl{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxxxl{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (min-width:2000px){.visible-xxxxxl{visibility:visible!important}.no-visible-xxxxxl{visibility:hidden!important}.d-none-xxxxxl{display:none!important}.d-block-xxxxxl{display:block!important}.d-inline-xxxxxl{display:inline!important}.d-inline-block-xxxxxl{display:inline-block!important}.d-table-xxxxxl{display:table!important}.d-table-row-xxxxxl{display:table-row!important}.d-table-cell-xxxxxl{display:table-cell!important}.d-flex-xxxxxl{display:-webkit-box!important;display:flex!important}.d-inline-flex-xxxxxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxxxxl{display:none!important}html.metro-touch-device .d-block-touch-xxxxxl{display:block!important}html.metro-touch-device .d-inline-touch-xxxxxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxxxxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxxxxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxxxxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxxxxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxxxxl{display:-webkit-box!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxxxxl{display:-webkit-inline-box!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxxxxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxxxxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxxxxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxxxxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxxxxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxxxxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxxxxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxxxxl{display:-webkit-box!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxxxxl{display:-webkit-inline-box!important;display:inline-flex!important}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.d-none-ie{display:none!important}.d-block-ie{display:block!important}}@supports (-ms-ime-align:auto){.d-none-edge{display:none!important}.d-block-edge{display:block!important}}");styleInject('.embed-container{display:block;height:100%;overflow:hidden;padding:0;position:relative;width:100%}.embed-container:before{content:"";display:block;padding-top:56.25%}.embed-container .embed-item,.embed-container embed,.embed-container iframe,.embed-container object,.embed-container video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-container.size-21x9:before{padding-top:42.85714286%}.embed-container.size-16x9:before{padding-top:56.25%}.embed-container.size-4x3:before{padding-top:75%}.embed-container.size-1x1:before{padding-top:100%}');styleInject(".order-24{-webkit-box-ordinal-group:25;order:24}.order-23{-webkit-box-ordinal-group:24;order:23}.order-22{-webkit-box-ordinal-group:23;order:22}.order-21{-webkit-box-ordinal-group:22;order:21}.order-20{-webkit-box-ordinal-group:21;order:20}.order-19{-webkit-box-ordinal-group:20;order:19}.order-18{-webkit-box-ordinal-group:19;order:18}.order-17{-webkit-box-ordinal-group:18;order:17}.order-16{-webkit-box-ordinal-group:17;order:16}.order-15{-webkit-box-ordinal-group:16;order:15}.order-14{-webkit-box-ordinal-group:15;order:14}.order-13{-webkit-box-ordinal-group:14;order:13}.order-12{-webkit-box-ordinal-group:13;order:12}.order-11{-webkit-box-ordinal-group:12;order:11}.order-10{-webkit-box-ordinal-group:11;order:10}.order-9{-webkit-box-ordinal-group:10;order:9}.order-8{-webkit-box-ordinal-group:9;order:8}.order-7{-webkit-box-ordinal-group:8;order:7}.order-6{-webkit-box-ordinal-group:7;order:6}.order-5{-webkit-box-ordinal-group:6;order:5}.order-4{-webkit-box-ordinal-group:5;order:4}.order-3{-webkit-box-ordinal-group:4;order:3}.order-2{-webkit-box-ordinal-group:3;order:2}.order-1{-webkit-box-ordinal-group:2;order:1}.flex-equal-items>*{-webkit-box-flex:1;flex:1}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-r{flex-wrap:wrap-reverse!important}.flex-column{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column,.flex-column-r{-webkit-box-orient:vertical!important}.flex-column-r{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row,.flex-row-r{-webkit-box-orient:horizontal!important}.flex-row-r{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start{align-self:flex-start!important}.flex-self-end{align-self:flex-end!important}.flex-self-center{align-self:center!important}.flex-self-stretch{align-self:stretch!important}.flex-self-baseline{align-self:baseline!important}.flex-justify-start{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around{justify-content:space-around!important}.flex-content-start{align-content:flex-start!important}.flex-content-end{align-content:flex-end!important}.flex-content-center{align-content:center!important}.flex-content-between{align-content:space-between!important}.flex-content-around{align-content:space-around!important}.flex-content-stretch{align-content:stretch!important}.flex-no-shrink>*{flex-shrink:0}.flex-shrink>*{flex-shrink:1}.flex-no-grow>*{-webkit-box-flex:0;flex-grow:0}.flex-grow>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self{flex-shrink:0}.flex-shrink-self{flex-shrink:1}.flex-no-grow-self{-webkit-box-flex:0;flex-grow:0}.flex-grow-self{-webkit-box-flex:1;flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}@media screen and (min-width:0){.flex-nowrap-fs{flex-wrap:nowrap!important}.flex-wrap-fs{flex-wrap:wrap!important}.flex-wrap-r-fs{flex-wrap:wrap-reverse!important}.flex-column-fs{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-fs,.flex-column-r-fs{-webkit-box-orient:vertical!important}.flex-column-r-fs{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-fs{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-fs,.flex-row-r-fs{-webkit-box-orient:horizontal!important}.flex-row-r-fs{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-fs{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-fs{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-fs{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-fs{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-fs{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-fs{align-self:flex-start!important}.flex-self-end-fs{align-self:flex-end!important}.flex-self-center-fs{align-self:center!important}.flex-self-stretch-fs{align-self:stretch!important}.flex-self-baseline-fs{align-self:baseline!important}.flex-justify-start-fs{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-fs{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-fs{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-fs{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-fs{justify-content:space-around!important}.flex-content-start-fs{align-content:flex-start!important}.flex-content-end-fs{align-content:flex-end!important}.flex-content-center-fs{align-content:center!important}.flex-content-between-fs{align-content:space-between!important}.flex-content-around-fs{align-content:space-around!important}.flex-content-stretch-fs{align-content:stretch!important}.flex-no-shrink-fs>*{flex-shrink:0}.flex-shrink-fs>*{flex-shrink:1}.flex-no-grow-fs>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-fs>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-fs{flex-shrink:0}.flex-shrink-self-fs{flex-shrink:1}.flex-no-grow-self-fs{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-fs{-webkit-box-flex:1;flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-fs-24{-webkit-box-ordinal-group:25;order:24}.order-fs-23{-webkit-box-ordinal-group:24;order:23}.order-fs-22{-webkit-box-ordinal-group:23;order:22}.order-fs-21{-webkit-box-ordinal-group:22;order:21}.order-fs-20{-webkit-box-ordinal-group:21;order:20}.order-fs-19{-webkit-box-ordinal-group:20;order:19}.order-fs-18{-webkit-box-ordinal-group:19;order:18}.order-fs-17{-webkit-box-ordinal-group:18;order:17}.order-fs-16{-webkit-box-ordinal-group:17;order:16}.order-fs-15{-webkit-box-ordinal-group:16;order:15}.order-fs-14{-webkit-box-ordinal-group:15;order:14}.order-fs-13{-webkit-box-ordinal-group:14;order:13}.order-fs-12{-webkit-box-ordinal-group:13;order:12}.order-fs-11{-webkit-box-ordinal-group:12;order:11}.order-fs-10{-webkit-box-ordinal-group:11;order:10}.order-fs-9{-webkit-box-ordinal-group:10;order:9}.order-fs-8{-webkit-box-ordinal-group:9;order:8}.order-fs-7{-webkit-box-ordinal-group:8;order:7}.order-fs-6{-webkit-box-ordinal-group:7;order:6}.order-fs-5{-webkit-box-ordinal-group:6;order:5}.order-fs-4{-webkit-box-ordinal-group:5;order:4}.order-fs-3{-webkit-box-ordinal-group:4;order:3}.order-fs-2{-webkit-box-ordinal-group:3;order:2}.order-fs-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:576px){.flex-nowrap-sm{flex-wrap:nowrap!important}.flex-wrap-sm{flex-wrap:wrap!important}.flex-wrap-r-sm{flex-wrap:wrap-reverse!important}.flex-column-sm{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-r-sm,.flex-column-sm{-webkit-box-orient:vertical!important}.flex-column-r-sm{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-sm{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-r-sm,.flex-row-sm{-webkit-box-orient:horizontal!important}.flex-row-r-sm{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-sm{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-sm{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-sm{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-sm{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-sm{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-sm{align-self:flex-start!important}.flex-self-end-sm{align-self:flex-end!important}.flex-self-center-sm{align-self:center!important}.flex-self-stretch-sm{align-self:stretch!important}.flex-self-baseline-sm{align-self:baseline!important}.flex-justify-start-sm{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-sm{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-sm{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-sm{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-sm{justify-content:space-around!important}.flex-content-start-sm{align-content:flex-start!important}.flex-content-end-sm{align-content:flex-end!important}.flex-content-center-sm{align-content:center!important}.flex-content-between-sm{align-content:space-between!important}.flex-content-around-sm{align-content:space-around!important}.flex-content-stretch-sm{align-content:stretch!important}.flex-no-shrink-sm>*{flex-shrink:0}.flex-shrink-sm>*{flex-shrink:1}.flex-no-grow-sm>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-sm>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-sm{flex-shrink:0}.flex-shrink-self-sm{flex-shrink:1}.flex-no-grow-self-sm{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-sm{-webkit-box-flex:1;flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-sm-24{-webkit-box-ordinal-group:25;order:24}.order-sm-23{-webkit-box-ordinal-group:24;order:23}.order-sm-22{-webkit-box-ordinal-group:23;order:22}.order-sm-21{-webkit-box-ordinal-group:22;order:21}.order-sm-20{-webkit-box-ordinal-group:21;order:20}.order-sm-19{-webkit-box-ordinal-group:20;order:19}.order-sm-18{-webkit-box-ordinal-group:19;order:18}.order-sm-17{-webkit-box-ordinal-group:18;order:17}.order-sm-16{-webkit-box-ordinal-group:17;order:16}.order-sm-15{-webkit-box-ordinal-group:16;order:15}.order-sm-14{-webkit-box-ordinal-group:15;order:14}.order-sm-13{-webkit-box-ordinal-group:14;order:13}.order-sm-12{-webkit-box-ordinal-group:13;order:12}.order-sm-11{-webkit-box-ordinal-group:12;order:11}.order-sm-10{-webkit-box-ordinal-group:11;order:10}.order-sm-9{-webkit-box-ordinal-group:10;order:9}.order-sm-8{-webkit-box-ordinal-group:9;order:8}.order-sm-7{-webkit-box-ordinal-group:8;order:7}.order-sm-6{-webkit-box-ordinal-group:7;order:6}.order-sm-5{-webkit-box-ordinal-group:6;order:5}.order-sm-4{-webkit-box-ordinal-group:5;order:4}.order-sm-3{-webkit-box-ordinal-group:4;order:3}.order-sm-2{-webkit-box-ordinal-group:3;order:2}.order-sm-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:640px){.flex-nowrap-ld{flex-wrap:nowrap!important}.flex-wrap-ld{flex-wrap:wrap!important}.flex-wrap-r-ld{flex-wrap:wrap-reverse!important}.flex-column-ld{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-ld,.flex-column-r-ld{-webkit-box-orient:vertical!important}.flex-column-r-ld{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-ld{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-ld,.flex-row-r-ld{-webkit-box-orient:horizontal!important}.flex-row-r-ld{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-ld{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-ld{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-ld{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-ld{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-ld{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-ld{align-self:flex-start!important}.flex-self-end-ld{align-self:flex-end!important}.flex-self-center-ld{align-self:center!important}.flex-self-stretch-ld{align-self:stretch!important}.flex-self-baseline-ld{align-self:baseline!important}.flex-justify-start-ld{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-ld{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-ld{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-ld{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-ld{justify-content:space-around!important}.flex-content-start-ld{align-content:flex-start!important}.flex-content-end-ld{align-content:flex-end!important}.flex-content-center-ld{align-content:center!important}.flex-content-between-ld{align-content:space-between!important}.flex-content-around-ld{align-content:space-around!important}.flex-content-stretch-ld{align-content:stretch!important}.flex-no-shrink-ld>*{flex-shrink:0}.flex-shrink-ld>*{flex-shrink:1}.flex-no-grow-ld>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-ld>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-ld{flex-shrink:0}.flex-shrink-self-ld{flex-shrink:1}.flex-no-grow-self-ld{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-ld{-webkit-box-flex:1;flex-grow:1}.flex-right-ld{margin-left:auto}.flex-left-ld{margin-right:auto}.flex-top-ld{margin-bottom:auto}.flex-bottom-ld{margin-top:auto}.order-ld-24{-webkit-box-ordinal-group:25;order:24}.order-ld-23{-webkit-box-ordinal-group:24;order:23}.order-ld-22{-webkit-box-ordinal-group:23;order:22}.order-ld-21{-webkit-box-ordinal-group:22;order:21}.order-ld-20{-webkit-box-ordinal-group:21;order:20}.order-ld-19{-webkit-box-ordinal-group:20;order:19}.order-ld-18{-webkit-box-ordinal-group:19;order:18}.order-ld-17{-webkit-box-ordinal-group:18;order:17}.order-ld-16{-webkit-box-ordinal-group:17;order:16}.order-ld-15{-webkit-box-ordinal-group:16;order:15}.order-ld-14{-webkit-box-ordinal-group:15;order:14}.order-ld-13{-webkit-box-ordinal-group:14;order:13}.order-ld-12{-webkit-box-ordinal-group:13;order:12}.order-ld-11{-webkit-box-ordinal-group:12;order:11}.order-ld-10{-webkit-box-ordinal-group:11;order:10}.order-ld-9{-webkit-box-ordinal-group:10;order:9}.order-ld-8{-webkit-box-ordinal-group:9;order:8}.order-ld-7{-webkit-box-ordinal-group:8;order:7}.order-ld-6{-webkit-box-ordinal-group:7;order:6}.order-ld-5{-webkit-box-ordinal-group:6;order:5}.order-ld-4{-webkit-box-ordinal-group:5;order:4}.order-ld-3{-webkit-box-ordinal-group:4;order:3}.order-ld-2{-webkit-box-ordinal-group:3;order:2}.order-ld-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:768px){.flex-nowrap-md{flex-wrap:nowrap!important}.flex-wrap-md{flex-wrap:wrap!important}.flex-wrap-r-md{flex-wrap:wrap-reverse!important}.flex-column-md{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-md,.flex-column-r-md{-webkit-box-orient:vertical!important}.flex-column-r-md{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-md{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-md,.flex-row-r-md{-webkit-box-orient:horizontal!important}.flex-row-r-md{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-md{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-md{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-md{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-md{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-md{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-md{align-self:flex-start!important}.flex-self-end-md{align-self:flex-end!important}.flex-self-center-md{align-self:center!important}.flex-self-stretch-md{align-self:stretch!important}.flex-self-baseline-md{align-self:baseline!important}.flex-justify-start-md{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-md{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-md{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-md{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-md{justify-content:space-around!important}.flex-content-start-md{align-content:flex-start!important}.flex-content-end-md{align-content:flex-end!important}.flex-content-center-md{align-content:center!important}.flex-content-between-md{align-content:space-between!important}.flex-content-around-md{align-content:space-around!important}.flex-content-stretch-md{align-content:stretch!important}.flex-no-shrink-md>*{flex-shrink:0}.flex-shrink-md>*{flex-shrink:1}.flex-no-grow-md>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-md>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-md{flex-shrink:0}.flex-shrink-self-md{flex-shrink:1}.flex-no-grow-self-md{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-md{-webkit-box-flex:1;flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-md-24{-webkit-box-ordinal-group:25;order:24}.order-md-23{-webkit-box-ordinal-group:24;order:23}.order-md-22{-webkit-box-ordinal-group:23;order:22}.order-md-21{-webkit-box-ordinal-group:22;order:21}.order-md-20{-webkit-box-ordinal-group:21;order:20}.order-md-19{-webkit-box-ordinal-group:20;order:19}.order-md-18{-webkit-box-ordinal-group:19;order:18}.order-md-17{-webkit-box-ordinal-group:18;order:17}.order-md-16{-webkit-box-ordinal-group:17;order:16}.order-md-15{-webkit-box-ordinal-group:16;order:15}.order-md-14{-webkit-box-ordinal-group:15;order:14}.order-md-13{-webkit-box-ordinal-group:14;order:13}.order-md-12{-webkit-box-ordinal-group:13;order:12}.order-md-11{-webkit-box-ordinal-group:12;order:11}.order-md-10{-webkit-box-ordinal-group:11;order:10}.order-md-9{-webkit-box-ordinal-group:10;order:9}.order-md-8{-webkit-box-ordinal-group:9;order:8}.order-md-7{-webkit-box-ordinal-group:8;order:7}.order-md-6{-webkit-box-ordinal-group:7;order:6}.order-md-5{-webkit-box-ordinal-group:6;order:5}.order-md-4{-webkit-box-ordinal-group:5;order:4}.order-md-3{-webkit-box-ordinal-group:4;order:3}.order-md-2{-webkit-box-ordinal-group:3;order:2}.order-md-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:992px){.flex-nowrap-lg{flex-wrap:nowrap!important}.flex-wrap-lg{flex-wrap:wrap!important}.flex-wrap-r-lg{flex-wrap:wrap-reverse!important}.flex-column-lg{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-lg,.flex-column-r-lg{-webkit-box-orient:vertical!important}.flex-column-r-lg{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-lg{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-lg,.flex-row-r-lg{-webkit-box-orient:horizontal!important}.flex-row-r-lg{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-lg{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-lg{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-lg{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-lg{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-lg{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-lg{align-self:flex-start!important}.flex-self-end-lg{align-self:flex-end!important}.flex-self-center-lg{align-self:center!important}.flex-self-stretch-lg{align-self:stretch!important}.flex-self-baseline-lg{align-self:baseline!important}.flex-justify-start-lg{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-lg{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-lg{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-lg{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-lg{justify-content:space-around!important}.flex-content-start-lg{align-content:flex-start!important}.flex-content-end-lg{align-content:flex-end!important}.flex-content-center-lg{align-content:center!important}.flex-content-between-lg{align-content:space-between!important}.flex-content-around-lg{align-content:space-around!important}.flex-content-stretch-lg{align-content:stretch!important}.flex-no-shrink-lg>*{flex-shrink:0}.flex-shrink-lg>*{flex-shrink:1}.flex-no-grow-lg>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-lg>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-lg{flex-shrink:0}.flex-shrink-self-lg{flex-shrink:1}.flex-no-grow-self-lg{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-lg{-webkit-box-flex:1;flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-lg-24{-webkit-box-ordinal-group:25;order:24}.order-lg-23{-webkit-box-ordinal-group:24;order:23}.order-lg-22{-webkit-box-ordinal-group:23;order:22}.order-lg-21{-webkit-box-ordinal-group:22;order:21}.order-lg-20{-webkit-box-ordinal-group:21;order:20}.order-lg-19{-webkit-box-ordinal-group:20;order:19}.order-lg-18{-webkit-box-ordinal-group:19;order:18}.order-lg-17{-webkit-box-ordinal-group:18;order:17}.order-lg-16{-webkit-box-ordinal-group:17;order:16}.order-lg-15{-webkit-box-ordinal-group:16;order:15}.order-lg-14{-webkit-box-ordinal-group:15;order:14}.order-lg-13{-webkit-box-ordinal-group:14;order:13}.order-lg-12{-webkit-box-ordinal-group:13;order:12}.order-lg-11{-webkit-box-ordinal-group:12;order:11}.order-lg-10{-webkit-box-ordinal-group:11;order:10}.order-lg-9{-webkit-box-ordinal-group:10;order:9}.order-lg-8{-webkit-box-ordinal-group:9;order:8}.order-lg-7{-webkit-box-ordinal-group:8;order:7}.order-lg-6{-webkit-box-ordinal-group:7;order:6}.order-lg-5{-webkit-box-ordinal-group:6;order:5}.order-lg-4{-webkit-box-ordinal-group:5;order:4}.order-lg-3{-webkit-box-ordinal-group:4;order:3}.order-lg-2{-webkit-box-ordinal-group:3;order:2}.order-lg-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:1200px){.flex-nowrap-xl{flex-wrap:nowrap!important}.flex-wrap-xl{flex-wrap:wrap!important}.flex-wrap-r-xl{flex-wrap:wrap-reverse!important}.flex-column-xl{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-r-xl,.flex-column-xl{-webkit-box-orient:vertical!important}.flex-column-r-xl{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-xl{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-r-xl,.flex-row-xl{-webkit-box-orient:horizontal!important}.flex-row-r-xl{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-xl{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-xl{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-xl{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-xl{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xl{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-xl{align-self:flex-start!important}.flex-self-end-xl{align-self:flex-end!important}.flex-self-center-xl{align-self:center!important}.flex-self-stretch-xl{align-self:stretch!important}.flex-self-baseline-xl{align-self:baseline!important}.flex-justify-start-xl{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xl{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xl{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-xl{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xl{justify-content:space-around!important}.flex-content-start-xl{align-content:flex-start!important}.flex-content-end-xl{align-content:flex-end!important}.flex-content-center-xl{align-content:center!important}.flex-content-between-xl{align-content:space-between!important}.flex-content-around-xl{align-content:space-around!important}.flex-content-stretch-xl{align-content:stretch!important}.flex-no-shrink-xl>*{flex-shrink:0}.flex-shrink-xl>*{flex-shrink:1}.flex-no-grow-xl>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-xl>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-xl{flex-shrink:0}.flex-shrink-self-xl{flex-shrink:1}.flex-no-grow-self-xl{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-xl{-webkit-box-flex:1;flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-xl-24{-webkit-box-ordinal-group:25;order:24}.order-xl-23{-webkit-box-ordinal-group:24;order:23}.order-xl-22{-webkit-box-ordinal-group:23;order:22}.order-xl-21{-webkit-box-ordinal-group:22;order:21}.order-xl-20{-webkit-box-ordinal-group:21;order:20}.order-xl-19{-webkit-box-ordinal-group:20;order:19}.order-xl-18{-webkit-box-ordinal-group:19;order:18}.order-xl-17{-webkit-box-ordinal-group:18;order:17}.order-xl-16{-webkit-box-ordinal-group:17;order:16}.order-xl-15{-webkit-box-ordinal-group:16;order:15}.order-xl-14{-webkit-box-ordinal-group:15;order:14}.order-xl-13{-webkit-box-ordinal-group:14;order:13}.order-xl-12{-webkit-box-ordinal-group:13;order:12}.order-xl-11{-webkit-box-ordinal-group:12;order:11}.order-xl-10{-webkit-box-ordinal-group:11;order:10}.order-xl-9{-webkit-box-ordinal-group:10;order:9}.order-xl-8{-webkit-box-ordinal-group:9;order:8}.order-xl-7{-webkit-box-ordinal-group:8;order:7}.order-xl-6{-webkit-box-ordinal-group:7;order:6}.order-xl-5{-webkit-box-ordinal-group:6;order:5}.order-xl-4{-webkit-box-ordinal-group:5;order:4}.order-xl-3{-webkit-box-ordinal-group:4;order:3}.order-xl-2{-webkit-box-ordinal-group:3;order:2}.order-xl-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:1452px){.flex-nowrap-xxl{flex-wrap:nowrap!important}.flex-wrap-xxl{flex-wrap:wrap!important}.flex-wrap-r-xxl{flex-wrap:wrap-reverse!important}.flex-column-xxl{-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-r-xxl,.flex-column-xxl{-webkit-box-orient:vertical!important}.flex-column-r-xxl{-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-xxl{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-r-xxl,.flex-row-xxl{-webkit-box-orient:horizontal!important}.flex-row-r-xxl{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxl{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-xxl{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-xxl{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-xxl{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxl{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-xxl{align-self:flex-start!important}.flex-self-end-xxl{align-self:flex-end!important}.flex-self-center-xxl{align-self:center!important}.flex-self-stretch-xxl{align-self:stretch!important}.flex-self-baseline-xxl{align-self:baseline!important}.flex-justify-start-xxl{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxl{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxl{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-xxl{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxl{justify-content:space-around!important}.flex-content-start-xxl{align-content:flex-start!important}.flex-content-end-xxl{align-content:flex-end!important}.flex-content-center-xxl{align-content:center!important}.flex-content-between-xxl{align-content:space-between!important}.flex-content-around-xxl{align-content:space-around!important}.flex-content-stretch-xxl{align-content:stretch!important}.flex-no-shrink-xxl>*{flex-shrink:0}.flex-shrink-xxl>*{flex-shrink:1}.flex-no-grow-xxl>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-xxl>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-xxl{flex-shrink:0}.flex-shrink-self-xxl{flex-shrink:1}.flex-no-grow-self-xxl{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-xxl{-webkit-box-flex:1;flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-xxl-24{-webkit-box-ordinal-group:25;order:24}.order-xxl-23{-webkit-box-ordinal-group:24;order:23}.order-xxl-22{-webkit-box-ordinal-group:23;order:22}.order-xxl-21{-webkit-box-ordinal-group:22;order:21}.order-xxl-20{-webkit-box-ordinal-group:21;order:20}.order-xxl-19{-webkit-box-ordinal-group:20;order:19}.order-xxl-18{-webkit-box-ordinal-group:19;order:18}.order-xxl-17{-webkit-box-ordinal-group:18;order:17}.order-xxl-16{-webkit-box-ordinal-group:17;order:16}.order-xxl-15{-webkit-box-ordinal-group:16;order:15}.order-xxl-14{-webkit-box-ordinal-group:15;order:14}.order-xxl-13{-webkit-box-ordinal-group:14;order:13}.order-xxl-12{-webkit-box-ordinal-group:13;order:12}.order-xxl-11{-webkit-box-ordinal-group:12;order:11}.order-xxl-10{-webkit-box-ordinal-group:11;order:10}.order-xxl-9{-webkit-box-ordinal-group:10;order:9}.order-xxl-8{-webkit-box-ordinal-group:9;order:8}.order-xxl-7{-webkit-box-ordinal-group:8;order:7}.order-xxl-6{-webkit-box-ordinal-group:7;order:6}.order-xxl-5{-webkit-box-ordinal-group:6;order:5}.order-xxl-4{-webkit-box-ordinal-group:5;order:4}.order-xxl-3{-webkit-box-ordinal-group:4;order:3}.order-xxl-2{-webkit-box-ordinal-group:3;order:2}.order-xxl-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:1600px){.flex-nowrap-xxxl{flex-wrap:nowrap!important}.flex-wrap-xxxl{flex-wrap:wrap!important}.flex-wrap-r-xxxl{flex-wrap:wrap-reverse!important}.flex-column-xxxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-r-xxxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-xxxl{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-r-xxxl,.flex-row-xxxl{-webkit-box-orient:horizontal!important}.flex-row-r-xxxl{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxxl{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-xxxl{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-xxxl{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-xxxl{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxxl{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-xxxl{align-self:flex-start!important}.flex-self-end-xxxl{align-self:flex-end!important}.flex-self-center-xxxl{align-self:center!important}.flex-self-stretch-xxxl{align-self:stretch!important}.flex-self-baseline-xxxl{align-self:baseline!important}.flex-justify-start-xxxl{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxxl{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxxl{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-xxxl{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxxl{justify-content:space-around!important}.flex-content-start-xxxl{align-content:flex-start!important}.flex-content-end-xxxl{align-content:flex-end!important}.flex-content-center-xxxl{align-content:center!important}.flex-content-between-xxxl{align-content:space-between!important}.flex-content-around-xxxl{align-content:space-around!important}.flex-content-stretch-xxxl{align-content:stretch!important}.flex-no-shrink-xxxl>*{flex-shrink:0}.flex-shrink-xxxl>*{flex-shrink:1}.flex-no-grow-xxxl>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-xxxl>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-xxxl{flex-shrink:0}.flex-shrink-self-xxxl{flex-shrink:1}.flex-no-grow-self-xxxl{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-xxxl{-webkit-box-flex:1;flex-grow:1}.flex-right-xxxl{margin-left:auto}.flex-left-xxxl{margin-right:auto}.flex-top-xxxl{margin-bottom:auto}.flex-bottom-xxxl{margin-top:auto}.order-xxxl-24{-webkit-box-ordinal-group:25;order:24}.order-xxxl-23{-webkit-box-ordinal-group:24;order:23}.order-xxxl-22{-webkit-box-ordinal-group:23;order:22}.order-xxxl-21{-webkit-box-ordinal-group:22;order:21}.order-xxxl-20{-webkit-box-ordinal-group:21;order:20}.order-xxxl-19{-webkit-box-ordinal-group:20;order:19}.order-xxxl-18{-webkit-box-ordinal-group:19;order:18}.order-xxxl-17{-webkit-box-ordinal-group:18;order:17}.order-xxxl-16{-webkit-box-ordinal-group:17;order:16}.order-xxxl-15{-webkit-box-ordinal-group:16;order:15}.order-xxxl-14{-webkit-box-ordinal-group:15;order:14}.order-xxxl-13{-webkit-box-ordinal-group:14;order:13}.order-xxxl-12{-webkit-box-ordinal-group:13;order:12}.order-xxxl-11{-webkit-box-ordinal-group:12;order:11}.order-xxxl-10{-webkit-box-ordinal-group:11;order:10}.order-xxxl-9{-webkit-box-ordinal-group:10;order:9}.order-xxxl-8{-webkit-box-ordinal-group:9;order:8}.order-xxxl-7{-webkit-box-ordinal-group:8;order:7}.order-xxxl-6{-webkit-box-ordinal-group:7;order:6}.order-xxxl-5{-webkit-box-ordinal-group:6;order:5}.order-xxxl-4{-webkit-box-ordinal-group:5;order:4}.order-xxxl-3{-webkit-box-ordinal-group:4;order:3}.order-xxxl-2{-webkit-box-ordinal-group:3;order:2}.order-xxxl-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:1800px){.flex-nowrap-xxxxl{flex-wrap:nowrap!important}.flex-wrap-xxxxl{flex-wrap:wrap!important}.flex-wrap-r-xxxxl{flex-wrap:wrap-reverse!important}.flex-column-xxxxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-r-xxxxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-xxxxl{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-r-xxxxl,.flex-row-xxxxl{-webkit-box-orient:horizontal!important}.flex-row-r-xxxxl{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxxxl{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-xxxxl{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-xxxxl{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-xxxxl{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxxxl{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-xxxxl{align-self:flex-start!important}.flex-self-end-xxxxl{align-self:flex-end!important}.flex-self-center-xxxxl{align-self:center!important}.flex-self-stretch-xxxxl{align-self:stretch!important}.flex-self-baseline-xxxxl{align-self:baseline!important}.flex-justify-start-xxxxl{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxxxl{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxxxl{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-xxxxl{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxxxl{justify-content:space-around!important}.flex-content-start-xxxxl{align-content:flex-start!important}.flex-content-end-xxxxl{align-content:flex-end!important}.flex-content-center-xxxxl{align-content:center!important}.flex-content-between-xxxxl{align-content:space-between!important}.flex-content-around-xxxxl{align-content:space-around!important}.flex-content-stretch-xxxxl{align-content:stretch!important}.flex-no-shrink-xxxxl>*{flex-shrink:0}.flex-shrink-xxxxl>*{flex-shrink:1}.flex-no-grow-xxxxl>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-xxxxl>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-xxxxl{flex-shrink:0}.flex-shrink-self-xxxxl{flex-shrink:1}.flex-no-grow-self-xxxxl{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-xxxxl{-webkit-box-flex:1;flex-grow:1}.flex-right-xxxxl{margin-left:auto}.flex-left-xxxxl{margin-right:auto}.flex-top-xxxxl{margin-bottom:auto}.flex-bottom-xxxxl{margin-top:auto}.order-xxxxl-24{-webkit-box-ordinal-group:25;order:24}.order-xxxxl-23{-webkit-box-ordinal-group:24;order:23}.order-xxxxl-22{-webkit-box-ordinal-group:23;order:22}.order-xxxxl-21{-webkit-box-ordinal-group:22;order:21}.order-xxxxl-20{-webkit-box-ordinal-group:21;order:20}.order-xxxxl-19{-webkit-box-ordinal-group:20;order:19}.order-xxxxl-18{-webkit-box-ordinal-group:19;order:18}.order-xxxxl-17{-webkit-box-ordinal-group:18;order:17}.order-xxxxl-16{-webkit-box-ordinal-group:17;order:16}.order-xxxxl-15{-webkit-box-ordinal-group:16;order:15}.order-xxxxl-14{-webkit-box-ordinal-group:15;order:14}.order-xxxxl-13{-webkit-box-ordinal-group:14;order:13}.order-xxxxl-12{-webkit-box-ordinal-group:13;order:12}.order-xxxxl-11{-webkit-box-ordinal-group:12;order:11}.order-xxxxl-10{-webkit-box-ordinal-group:11;order:10}.order-xxxxl-9{-webkit-box-ordinal-group:10;order:9}.order-xxxxl-8{-webkit-box-ordinal-group:9;order:8}.order-xxxxl-7{-webkit-box-ordinal-group:8;order:7}.order-xxxxl-6{-webkit-box-ordinal-group:7;order:6}.order-xxxxl-5{-webkit-box-ordinal-group:6;order:5}.order-xxxxl-4{-webkit-box-ordinal-group:5;order:4}.order-xxxxl-3{-webkit-box-ordinal-group:4;order:3}.order-xxxxl-2{-webkit-box-ordinal-group:3;order:2}.order-xxxxl-1{-webkit-box-ordinal-group:2;order:1}}@media screen and (min-width:2000px){.flex-nowrap-xxxxxl{flex-wrap:nowrap!important}.flex-wrap-xxxxxl{flex-wrap:wrap!important}.flex-wrap-r-xxxxxl{flex-wrap:wrap-reverse!important}.flex-column-xxxxxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;flex-direction:column!important}.flex-column-r-xxxxxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;flex-direction:column-reverse!important}.flex-row-xxxxxl{-webkit-box-direction:normal!important;flex-direction:row!important}.flex-row-r-xxxxxl,.flex-row-xxxxxl{-webkit-box-orient:horizontal!important}.flex-row-r-xxxxxl{-webkit-box-direction:reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxxxxl{-webkit-box-align:start!important;align-items:flex-start!important}.flex-align-end-xxxxxl{-webkit-box-align:end!important;align-items:flex-end!important}.flex-align-center-xxxxxl{-webkit-box-align:center!important;align-items:center!important}.flex-align-stretch-xxxxxl{-webkit-box-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxxxxl{-webkit-box-align:baseline!important;align-items:baseline!important}.flex-self-start-xxxxxl{align-self:flex-start!important}.flex-self-end-xxxxxl{align-self:flex-end!important}.flex-self-center-xxxxxl{align-self:center!important}.flex-self-stretch-xxxxxl{align-self:stretch!important}.flex-self-baseline-xxxxxl{align-self:baseline!important}.flex-justify-start-xxxxxl{-webkit-box-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxxxxl{-webkit-box-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxxxxl{-webkit-box-pack:center!important;justify-content:center!important}.flex-justify-between-xxxxxl{-webkit-box-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxxxxl{justify-content:space-around!important}.flex-content-start-xxxxxl{align-content:flex-start!important}.flex-content-end-xxxxxl{align-content:flex-end!important}.flex-content-center-xxxxxl{align-content:center!important}.flex-content-between-xxxxxl{align-content:space-between!important}.flex-content-around-xxxxxl{align-content:space-around!important}.flex-content-stretch-xxxxxl{align-content:stretch!important}.flex-no-shrink-xxxxxl>*{flex-shrink:0}.flex-shrink-xxxxxl>*{flex-shrink:1}.flex-no-grow-xxxxxl>*{-webkit-box-flex:0;flex-grow:0}.flex-grow-xxxxxl>*{-webkit-box-flex:1;flex-grow:1}.flex-no-shrink-self-xxxxxl{flex-shrink:0}.flex-shrink-self-xxxxxl{flex-shrink:1}.flex-no-grow-self-xxxxxl{-webkit-box-flex:0;flex-grow:0}.flex-grow-self-xxxxxl{-webkit-box-flex:1;flex-grow:1}.flex-right-xxxxxl{margin-left:auto}.flex-left-xxxxxl{margin-right:auto}.flex-top-xxxxxl{margin-bottom:auto}.flex-bottom-xxxxxl{margin-top:auto}.order-xxxxxl-24{-webkit-box-ordinal-group:25;order:24}.order-xxxxxl-23{-webkit-box-ordinal-group:24;order:23}.order-xxxxxl-22{-webkit-box-ordinal-group:23;order:22}.order-xxxxxl-21{-webkit-box-ordinal-group:22;order:21}.order-xxxxxl-20{-webkit-box-ordinal-group:21;order:20}.order-xxxxxl-19{-webkit-box-ordinal-group:20;order:19}.order-xxxxxl-18{-webkit-box-ordinal-group:19;order:18}.order-xxxxxl-17{-webkit-box-ordinal-group:18;order:17}.order-xxxxxl-16{-webkit-box-ordinal-group:17;order:16}.order-xxxxxl-15{-webkit-box-ordinal-group:16;order:15}.order-xxxxxl-14{-webkit-box-ordinal-group:15;order:14}.order-xxxxxl-13{-webkit-box-ordinal-group:14;order:13}.order-xxxxxl-12{-webkit-box-ordinal-group:13;order:12}.order-xxxxxl-11{-webkit-box-ordinal-group:12;order:11}.order-xxxxxl-10{-webkit-box-ordinal-group:11;order:10}.order-xxxxxl-9{-webkit-box-ordinal-group:10;order:9}.order-xxxxxl-8{-webkit-box-ordinal-group:9;order:8}.order-xxxxxl-7{-webkit-box-ordinal-group:8;order:7}.order-xxxxxl-6{-webkit-box-ordinal-group:7;order:6}.order-xxxxxl-5{-webkit-box-ordinal-group:6;order:5}.order-xxxxxl-4{-webkit-box-ordinal-group:5;order:4}.order-xxxxxl-3{-webkit-box-ordinal-group:4;order:3}.order-xxxxxl-2{-webkit-box-ordinal-group:3;order:2}.order-xxxxxl-1{-webkit-box-ordinal-group:2;order:1}}");styleInject('.clear-float:after{clear:both;content:"";display:block}.float-right,.place-right{float:right!important}.float-left,.place-left{float:left!important}.float-none,.no-float,.place-none{float:none!important}@media screen and (min-width:0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width:576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width:640px){.place-left-ld{float:left!important}.place-right-ld{float:right!important}.place-none-ld{float:none!important}.float-left-ld{float:left!important}.float-right-ld{float:right!important}.float-none-ld{float:none!important}}@media screen and (min-width:768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width:992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width:1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width:1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}@media screen and (min-width:1600px){.place-left-xxxl{float:left!important}.place-right-xxxl{float:right!important}.place-none-xxxl{float:none!important}.float-left-xxxl{float:left!important}.float-right-xxxl{float:right!important}.float-none-xxxl{float:none!important}}@media screen and (min-width:1800px){.place-left-xxxxl{float:left!important}.place-right-xxxxl{float:right!important}.place-none-xxxxl{float:none!important}.float-left-xxxxl{float:left!important}.float-right-xxxxl{float:right!important}.float-none-xxxxl{float:none!important}}@media screen and (min-width:2000px){.place-left-xxxxxl{float:left!important}.place-right-xxxxxl{float:right!important}.place-none-xxxxxl{float:none!important}.float-left-xxxxxl{float:left!important}.float-right-xxxxxl{float:right!important}.float-none-xxxxxl{float:none!important}}');styleInject("html{font-size:100%}body,html{font-family:-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,sans-serif}body{color:#212121;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5}");styleInject('.img-container,.img-fluid,.img-thumbnail{background-color:initial;display:block;height:auto;max-width:100%;overflow:visible;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;vertical-align:middle;width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dfdfdf;border-radius:.25rem;padding:.25rem}.img-container{display:block}.img-container img{height:auto;max-width:100%;position:relative;width:100%}.img-container .image-overlay{background-color:rgba(27,161,226,.7);border-radius:inherit;bottom:0;color:#fff;font-size:.875rem;left:0;line-height:1rem;opacity:0;overflow:hidden;padding:2em;position:absolute;right:0;text-align:center;top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay *{color:#fff}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:after,.img-container .image-overlay:hover:before{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.img-container .image-overlay:after,.img-container .image-overlay:before{border:1px solid hsla(0,0%,100%,.7);border-radius:inherit;bottom:1em;content:"";display:block;left:1em;opacity:0;position:absolute;right:1em;top:1em;-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-bottom:none;border-top:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:.25rem}.img-container.thumbnail{background-color:#fff;border:1px solid #dfdfdf;padding:.25rem}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container .title+img,.img-container img+.title{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{background-color:initial;display:block;height:auto;max-width:100%;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;vertical-align:middle;width:100%}.use-blur-image img:not([alt]){-webkit-filter:blur(8px);filter:blur(8px)}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.img-container img,.img-fluid{width:100%\\9}}');styleInject(".step-list{counter-reset:li;list-style-type:none;margin:0 0 0 3em;padding:0}.step-list>li{border-left:1px solid #ccc;margin:.625rem;padding:0 .625rem;position:relative;vertical-align:top}.step-list>li:before{color:#e4e4e4;content:counter(li);counter-increment:li;font-size:2rem;left:0;margin-left:-2em;position:absolute;text-align:right;top:.3125rem;width:1.8em}.custom-list-marker{list-style:none inside}.custom-list-marker li{padding-left:1.2em;position:relative}.custom-list-marker li:before{content:attr(data-marker);left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.feed-list,.items-list{display:block;list-style:none inside;margin:0;padding:4px;position:relative}.feed-list .item,.feed-list>li,.items-list .item,.items-list>li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;cursor:default;display:-webkit-box;display:flex;flex-flow:column;height:56px;justify-content:center;overflow:hidden;padding:8px 16px;position:relative;vertical-align:middle}.feed-list .item .avatar,.feed-list>li .avatar,.items-list .item .avatar,.items-list>li .avatar{border-radius:50%;font-size:32px;height:42px;left:16px;line-height:42px;margin-top:-21px;position:absolute;top:50%;width:42px}.feed-list .item .second-action,.feed-list>li .second-action,.items-list .item .second-action,.items-list>li .second-action{cursor:pointer;font-size:24px;height:24px;line-height:24px;margin-top:-12px;position:absolute;right:16px;top:50%;width:24px}.feed-list .item .label,.feed-list .item .second-label,.feed-list>li .label,.feed-list>li .second-label,.items-list .item .label,.items-list .item .second-label,.items-list>li .label,.items-list>li .second-label{display:block}.feed-list .item .label,.feed-list>li .label,.items-list .item .label,.items-list>li .label{line-height:1}.feed-list .item .second-label,.feed-list>li .second-label,.items-list .item .second-label,.items-list>li .second-label{color:#989898;font-size:.9em;line-height:1}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label,.items-list .item .avatar~.label,.items-list .item .avatar~.second-label,.items-list>li .avatar~.label,.items-list>li .avatar~.second-label{padding-left:56px}.feed-list .item+.item,.feed-list>li+li,.items-list .item+.item,.items-list>li+li{border-top:1px solid #dfdfdf}.feed-list .title{display:block;font-size:18px;font-weight:500;height:36px;line-height:36px;padding:0 16px}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px solid transparent}.feed-list .item,.feed-list>li{height:104px;justify-content:space-around;padding:16px 0}.feed-list .item .avatar,.feed-list>li .avatar{border-radius:0;height:72px;left:16px;margin-top:0;position:absolute;top:16px;width:96px}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{border:1px solid #dfdfdf;display:block;list-style:none inside;margin:0;position:relative}.group-list .item,.group-list>li{display:block;padding:4px 8px;position:relative}.group-list .item+.item,.group-list>li+li{border-top:1px solid #dfdfdf}.group-list.horizontal{-webkit-box-pack:justify;-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;justify-content:space-between}.group-list.horizontal .item,.group-list.horizontal>li{flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-left:1px solid #dfdfdf;border-top:none}.inline-list{list-style:none;margin-left:0;padding-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}");styleInject(".overlay{background-color:hsla(0,0%,100%,.5);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.overlay.transparent{background-color:hsla(0,0%,100%,0)}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.splashscreen{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-webkit-box-align:center;align-items:center;background:#fff;bottom:0;display:-webkit-box;display:flex;flex-flow:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2147483647}");styleInject(".fixed-bottom,.fixed-top{left:0;position:fixed;right:0;width:100%}.fixed-top{bottom:auto;top:0}.fixed-bottom{bottom:0;top:auto}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}@media screen and (min-width:0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}}@media screen and (min-width:576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}}@media screen and (min-width:640px){.pos-relative-ld{position:relative!important}.pos-absolute-ld{position:absolute!important}.pos-static-ld{position:static!important}.pos-fixed-ld{position:fixed!important}}@media screen and (min-width:768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}}@media screen and (min-width:992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}}@media screen and (min-width:1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}}@media screen and (min-width:1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}}@media screen and (min-width:1600px){.pos-relative-xxxl{position:relative!important}.pos-absolute-xxxl{position:absolute!important}.pos-static-xxxl{position:static!important}.pos-fixed-xxxl{position:fixed!important}}@media screen and (min-width:1800px){.pos-relative-xxxxl{position:relative!important}.pos-absolute-xxxxl{position:absolute!important}.pos-static-xxxxl{position:static!important}.pos-fixed-xxxxl{position:fixed!important}}@media screen and (min-width:2000px){.pos-relative-xxxxxl{position:relative!important}.pos-absolute-xxxxxl{position:absolute!important}.pos-static-xxxxxl{position:static!important}.pos-fixed-xxxxxl{position:fixed!important}}");styleInject(".put-n{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw{left:0!important;right:auto!important}.put-ne,.put-nw{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne{left:auto!important;right:0!important}.put-wn{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w,.put-wn{bottom:auto!important;left:0!important;right:auto!important}.put-w{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e,.put-en{bottom:auto!important;left:auto!important;right:0!important}.put-e{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s{left:0!important}.put-s,.put-sw{bottom:auto!important;right:auto!important;top:100%!important}.put-sw{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{left:0!important}.pos-top-center,.pos-top-left{bottom:auto!important;right:auto!important;top:0!important}.pos-top-center{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pos-top-right{bottom:auto!important;left:auto!important;right:0!important;top:0!important}.pos-bottom-left{left:0!important}.pos-bottom-center,.pos-bottom-left{bottom:0!important;right:auto!important;top:auto!important}.pos-bottom-center{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.pos-bottom-right{bottom:0!important;left:auto!important;right:0!important;top:auto!important}.pos-left-center{bottom:auto!important;left:0!important;right:auto!important;top:50%!important}.pos-left-center,.pos-right-center{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pos-right-center{bottom:auto;left:auto;right:0;top:50%}.pos-center{bottom:auto!important;left:50%!important;right:auto!important;top:50%!important;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media screen and (min-width:0){.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-fs{left:0!important;right:auto!important}.put-ne-fs,.put-nw-fs{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-fs{left:auto!important;right:0!important}.put-wn-fs{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-fs,.put-wn-fs{bottom:auto!important;left:0!important;right:auto!important}.put-w-fs{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-fs{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-fs{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-fs,.put-en-fs{bottom:auto!important;left:auto!important;right:0!important}.put-e-fs{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-fs{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-fs{left:0!important}.put-s-fs,.put-sw-fs{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-fs{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-fs{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:576px){.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-sm{left:0!important;right:auto!important}.put-ne-sm,.put-nw-sm{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-sm{left:auto!important;right:0!important}.put-wn-sm{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-sm,.put-wn-sm{bottom:auto!important;left:0!important;right:auto!important}.put-w-sm{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-sm{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-sm{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-sm,.put-en-sm{bottom:auto!important;left:auto!important;right:0!important}.put-e-sm{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-sm{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-sm{left:0!important}.put-s-sm,.put-sw-sm{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-sm{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-sm{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:640px){.put-left-ld{left:0!important;right:auto!important}.put-right-ld{left:auto!important;right:0!important}.put-n-ld{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-ld{left:0!important;right:auto!important}.put-ne-ld,.put-nw-ld{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-ld{left:auto!important;right:0!important}.put-wn-ld{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-ld,.put-wn-ld{bottom:auto!important;left:0!important;right:auto!important}.put-w-ld{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-ld{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-ld{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-ld,.put-en-ld{bottom:auto!important;left:auto!important;right:0!important}.put-e-ld{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-ld{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-ld{left:0!important}.put-s-ld,.put-sw-ld{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-ld{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-ld{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:768px){.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-md{left:0!important;right:auto!important}.put-ne-md,.put-nw-md{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-md{left:auto!important;right:0!important}.put-wn-md{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-md,.put-wn-md{bottom:auto!important;left:0!important;right:auto!important}.put-w-md{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-md{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-md{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-md,.put-en-md{bottom:auto!important;left:auto!important;right:0!important}.put-e-md{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-md{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-md{left:0!important}.put-s-md,.put-sw-md{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-md{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-md{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:992px){.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-lg{left:0!important;right:auto!important}.put-ne-lg,.put-nw-lg{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-lg{left:auto!important;right:0!important}.put-wn-lg{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-lg,.put-wn-lg{bottom:auto!important;left:0!important;right:auto!important}.put-w-lg{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-lg{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-lg{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-lg,.put-en-lg{bottom:auto!important;left:auto!important;right:0!important}.put-e-lg{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-lg{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-lg{left:0!important}.put-s-lg,.put-sw-lg{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-lg{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-lg{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:1200px){.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xl{left:0!important;right:auto!important}.put-ne-xl,.put-nw-xl{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xl{left:auto!important;right:0!important}.put-wn-xl{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xl,.put-wn-xl{bottom:auto!important;left:0!important;right:auto!important}.put-w-xl{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xl{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xl{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-xl,.put-en-xl{bottom:auto!important;left:auto!important;right:0!important}.put-e-xl{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xl{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-xl{left:0!important}.put-s-xl,.put-sw-xl{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-xl{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xl{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:1452px){.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxl{left:0!important;right:auto!important}.put-ne-xxl,.put-nw-xxl{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxl{left:auto!important;right:0!important}.put-wn-xxl{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxl,.put-wn-xxl{bottom:auto!important;left:0!important;right:auto!important}.put-w-xxl{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxl{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxl{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-xxl,.put-en-xxl{bottom:auto!important;left:auto!important;right:0!important}.put-e-xxl{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxl{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-xxl{left:0!important}.put-s-xxl,.put-sw-xxl{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-xxl{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxl{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:1600px){.put-left-xxxl{left:0!important;right:auto!important}.put-right-xxxl{left:auto!important;right:0!important}.put-n-xxxl{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxxl{left:0!important;right:auto!important}.put-ne-xxxl,.put-nw-xxxl{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxxl{left:auto!important;right:0!important}.put-wn-xxxl{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxxl,.put-wn-xxxl{bottom:auto!important;left:0!important;right:auto!important}.put-w-xxxl{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxxl{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxxl{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-xxxl,.put-en-xxxl{bottom:auto!important;left:auto!important;right:0!important}.put-e-xxxl{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxxl{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-xxxl{left:0!important}.put-s-xxxl,.put-sw-xxxl{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-xxxl{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxxl{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:1800px){.put-left-xxxxl{left:0!important;right:auto!important}.put-right-xxxxl{left:auto!important;right:0!important}.put-n-xxxxl{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxxxl{left:0!important;right:auto!important}.put-ne-xxxxl,.put-nw-xxxxl{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxxxl{left:auto!important;right:0!important}.put-wn-xxxxl{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxxxl,.put-wn-xxxxl{bottom:auto!important;left:0!important;right:auto!important}.put-w-xxxxl{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxxxl{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxxxl{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-xxxxl,.put-en-xxxxl{bottom:auto!important;left:auto!important;right:0!important}.put-e-xxxxl{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxxxl{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-xxxxl{left:0!important}.put-s-xxxxl,.put-sw-xxxxl{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-xxxxl{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxxxl{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}@media screen and (min-width:2000px){.put-left-xxxxxl{left:0!important;right:auto!important}.put-right-xxxxxl{left:auto!important;right:0!important}.put-n-xxxxxl{bottom:auto!important;left:50%!important;right:auto!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxxxxl{left:0!important;right:auto!important}.put-ne-xxxxxl,.put-nw-xxxxxl{bottom:auto!important;top:0!important;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxxxxl{left:auto!important;right:0!important}.put-wn-xxxxxl{top:0!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxxxxl,.put-wn-xxxxxl{bottom:auto!important;left:0!important;right:auto!important}.put-w-xxxxxl{top:50%!important;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxxxxl{bottom:0!important;left:0!important;right:auto!important;top:auto!important;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxxxxl{top:0!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-e-xxxxxl,.put-en-xxxxxl{bottom:auto!important;left:auto!important;right:0!important}.put-e-xxxxxl{top:50%!important;-webkit-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxxxxl{bottom:0!important;left:auto!important;right:0!important;top:auto!important;-webkit-transform:translateX(100%);transform:translateX(100%)}.put-s-xxxxxl{left:0!important}.put-s-xxxxxl,.put-sw-xxxxxl{bottom:auto!important;right:auto!important;top:100%!important}.put-sw-xxxxxl{left:50%!important;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxxxxl{bottom:auto!important;left:auto!important;right:0!important;top:100%!important}}");styleInject("@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:-webkit-box!important;display:flex!important}.d-inline-flex-print{display:-webkit-inline-box!important;display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}");styleInject(".no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.drop-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.4);box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)}.win-shadow{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.ribbon-shadow{-webkit-box-shadow:2px 2px 2px 0 hsla(210,4%,89%,.7);box-shadow:2px 2px 2px 0 hsla(210,4%,89%,.7)}.shadow-1{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.shadow-2{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.shadow-3{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.shadow-4{-webkit-box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22)}.shadow-5{-webkit-box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2);box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2)}.shadowed{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)!important;box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)!important}.shadowed:focus,.shadowed:hover{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.8)!important;box-shadow:2px 2px 5px 0 rgba(0,0,0,.8)!important}.shadowed:active{-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transform:translate(1px,1px);transform:translate(1px,1px)}");styleInject(".w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-sm{width:576px!important}.w-ld{width:640px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.w-xxxl{width:1600px!important}.w-xxxxl{width:1800px!important}.w-xxxxxl{width:2000px!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width:0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width:576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width:640px){.w-auto-ld{width:auto!important}.h-auto-ld{height:auto!important}.h-vh-25-ld{height:25vh!important}.h-vw-25-ld{height:25vw!important}.w-vh-25-ld{width:25vh!important}.w-vw-25-ld{width:25vw!important}.h-25-ld{height:25%!important}.w-25-ld{width:25%!important}.mh-25-ld{max-height:25%!important}.mw-25-ld{max-width:25%!important}.h-vh-33-ld{height:33vh!important}.h-vw-33-ld{height:33vw!important}.w-vh-33-ld{width:33vh!important}.w-vw-33-ld{width:33vw!important}.h-33-ld{height:33%!important}.w-33-ld{width:33%!important}.mh-33-ld{max-height:33%!important}.mw-33-ld{max-width:33%!important}.h-vh-50-ld{height:50vh!important}.h-vw-50-ld{height:50vw!important}.w-vh-50-ld{width:50vh!important}.w-vw-50-ld{width:50vw!important}.h-50-ld{height:50%!important}.w-50-ld{width:50%!important}.mh-50-ld{max-height:50%!important}.mw-50-ld{max-width:50%!important}.h-vh-75-ld{height:75vh!important}.h-vw-75-ld{height:75vw!important}.w-vh-75-ld{width:75vh!important}.w-vw-75-ld{width:75vw!important}.h-75-ld{height:75%!important}.w-75-ld{width:75%!important}.mh-75-ld{max-height:75%!important}.mw-75-ld{max-width:75%!important}.h-vh-100-ld{height:100vh!important}.h-vw-100-ld{height:100vw!important}.w-vh-100-ld{width:100vh!important}.w-vw-100-ld{width:100vw!important}.h-100-ld{height:100%!important}.w-100-ld{width:100%!important}.mh-100-ld{max-height:100%!important}.mw-100-ld{max-width:100%!important}}@media screen and (min-width:768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width:992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width:1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width:1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}@media screen and (min-width:1600px){.w-auto-xxxl{width:auto!important}.h-auto-xxxl{height:auto!important}.h-vh-25-xxxl{height:25vh!important}.h-vw-25-xxxl{height:25vw!important}.w-vh-25-xxxl{width:25vh!important}.w-vw-25-xxxl{width:25vw!important}.h-25-xxxl{height:25%!important}.w-25-xxxl{width:25%!important}.mh-25-xxxl{max-height:25%!important}.mw-25-xxxl{max-width:25%!important}.h-vh-33-xxxl{height:33vh!important}.h-vw-33-xxxl{height:33vw!important}.w-vh-33-xxxl{width:33vh!important}.w-vw-33-xxxl{width:33vw!important}.h-33-xxxl{height:33%!important}.w-33-xxxl{width:33%!important}.mh-33-xxxl{max-height:33%!important}.mw-33-xxxl{max-width:33%!important}.h-vh-50-xxxl{height:50vh!important}.h-vw-50-xxxl{height:50vw!important}.w-vh-50-xxxl{width:50vh!important}.w-vw-50-xxxl{width:50vw!important}.h-50-xxxl{height:50%!important}.w-50-xxxl{width:50%!important}.mh-50-xxxl{max-height:50%!important}.mw-50-xxxl{max-width:50%!important}.h-vh-75-xxxl{height:75vh!important}.h-vw-75-xxxl{height:75vw!important}.w-vh-75-xxxl{width:75vh!important}.w-vw-75-xxxl{width:75vw!important}.h-75-xxxl{height:75%!important}.w-75-xxxl{width:75%!important}.mh-75-xxxl{max-height:75%!important}.mw-75-xxxl{max-width:75%!important}.h-vh-100-xxxl{height:100vh!important}.h-vw-100-xxxl{height:100vw!important}.w-vh-100-xxxl{width:100vh!important}.w-vw-100-xxxl{width:100vw!important}.h-100-xxxl{height:100%!important}.w-100-xxxl{width:100%!important}.mh-100-xxxl{max-height:100%!important}.mw-100-xxxl{max-width:100%!important}}@media screen and (min-width:1800px){.w-auto-xxxxl{width:auto!important}.h-auto-xxxxl{height:auto!important}.h-vh-25-xxxxl{height:25vh!important}.h-vw-25-xxxxl{height:25vw!important}.w-vh-25-xxxxl{width:25vh!important}.w-vw-25-xxxxl{width:25vw!important}.h-25-xxxxl{height:25%!important}.w-25-xxxxl{width:25%!important}.mh-25-xxxxl{max-height:25%!important}.mw-25-xxxxl{max-width:25%!important}.h-vh-33-xxxxl{height:33vh!important}.h-vw-33-xxxxl{height:33vw!important}.w-vh-33-xxxxl{width:33vh!important}.w-vw-33-xxxxl{width:33vw!important}.h-33-xxxxl{height:33%!important}.w-33-xxxxl{width:33%!important}.mh-33-xxxxl{max-height:33%!important}.mw-33-xxxxl{max-width:33%!important}.h-vh-50-xxxxl{height:50vh!important}.h-vw-50-xxxxl{height:50vw!important}.w-vh-50-xxxxl{width:50vh!important}.w-vw-50-xxxxl{width:50vw!important}.h-50-xxxxl{height:50%!important}.w-50-xxxxl{width:50%!important}.mh-50-xxxxl{max-height:50%!important}.mw-50-xxxxl{max-width:50%!important}.h-vh-75-xxxxl{height:75vh!important}.h-vw-75-xxxxl{height:75vw!important}.w-vh-75-xxxxl{width:75vh!important}.w-vw-75-xxxxl{width:75vw!important}.h-75-xxxxl{height:75%!important}.w-75-xxxxl{width:75%!important}.mh-75-xxxxl{max-height:75%!important}.mw-75-xxxxl{max-width:75%!important}.h-vh-100-xxxxl{height:100vh!important}.h-vw-100-xxxxl{height:100vw!important}.w-vh-100-xxxxl{width:100vh!important}.w-vw-100-xxxxl{width:100vw!important}.h-100-xxxxl{height:100%!important}.w-100-xxxxl{width:100%!important}.mh-100-xxxxl{max-height:100%!important}.mw-100-xxxxl{max-width:100%!important}}@media screen and (min-width:2000px){.w-auto-xxxxxl{width:auto!important}.h-auto-xxxxxl{height:auto!important}.h-vh-25-xxxxxl{height:25vh!important}.h-vw-25-xxxxxl{height:25vw!important}.w-vh-25-xxxxxl{width:25vh!important}.w-vw-25-xxxxxl{width:25vw!important}.h-25-xxxxxl{height:25%!important}.w-25-xxxxxl{width:25%!important}.mh-25-xxxxxl{max-height:25%!important}.mw-25-xxxxxl{max-width:25%!important}.h-vh-33-xxxxxl{height:33vh!important}.h-vw-33-xxxxxl{height:33vw!important}.w-vh-33-xxxxxl{width:33vh!important}.w-vw-33-xxxxxl{width:33vw!important}.h-33-xxxxxl{height:33%!important}.w-33-xxxxxl{width:33%!important}.mh-33-xxxxxl{max-height:33%!important}.mw-33-xxxxxl{max-width:33%!important}.h-vh-50-xxxxxl{height:50vh!important}.h-vw-50-xxxxxl{height:50vw!important}.w-vh-50-xxxxxl{width:50vh!important}.w-vw-50-xxxxxl{width:50vw!important}.h-50-xxxxxl{height:50%!important}.w-50-xxxxxl{width:50%!important}.mh-50-xxxxxl{max-height:50%!important}.mw-50-xxxxxl{max-width:50%!important}.h-vh-75-xxxxxl{height:75vh!important}.h-vw-75-xxxxxl{height:75vw!important}.w-vh-75-xxxxxl{width:75vh!important}.w-vw-75-xxxxxl{width:75vw!important}.h-75-xxxxxl{height:75%!important}.w-75-xxxxxl{width:75%!important}.mh-75-xxxxxl{max-height:75%!important}.mw-75-xxxxxl{max-width:75%!important}.h-vh-100-xxxxxl{height:100vh!important}.h-vw-100-xxxxxl{height:100vw!important}.w-vh-100-xxxxxl{width:100vh!important}.w-vw-100-xxxxxl{width:100vw!important}.h-100-xxxxxl{height:100%!important}.w-100-xxxxxl{width:100%!important}.mh-100-xxxxxl{max-height:100%!important}.mw-100-xxxxxl{max-width:100%!important}}");styleInject(".mx-auto{margin-right:auto!important}.mx-auto,.my-auto{margin-left:auto!important}.my-auto{margin-top:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-bottom:4px!important;padding-top:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-bottom:4px!important;margin-top:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-bottom:8px!important;padding-top:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-bottom:8px!important;margin-top:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-bottom:12px!important;padding-top:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-bottom:12px!important;margin-top:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-bottom:16px!important;padding-top:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-bottom:16px!important;margin-top:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-bottom:20px!important;padding-top:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-bottom:20px!important;margin-top:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-bottom:24px!important;padding-top:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-bottom:24px!important;margin-top:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-bottom:28px!important;padding-top:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-bottom:28px!important;margin-top:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-bottom:32px!important;padding-top:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-bottom:32px!important;margin-top:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-bottom:36px!important;padding-top:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-bottom:36px!important;margin-top:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-bottom:40px!important;padding-top:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-bottom:40px!important;margin-top:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-bottom:44px!important;padding-top:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-bottom:44px!important;margin-top:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-bottom:48px!important;padding-top:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-bottom:48px!important;margin-top:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-bottom:52px!important;padding-top:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-bottom:52px!important;margin-top:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-bottom:56px!important;padding-top:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-bottom:56px!important;margin-top:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-bottom:60px!important;padding-top:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-bottom:60px!important;margin-top:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-bottom:64px!important;padding-top:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-bottom:64px!important;margin-top:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-bottom:68px!important;padding-top:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-bottom:68px!important;margin-top:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-bottom:72px!important;padding-top:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-bottom:72px!important;margin-top:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-bottom:76px!important;padding-top:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-bottom:76px!important;margin-top:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-bottom:80px!important;padding-top:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-bottom:80px!important;margin-top:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width:0){.mx-auto-fs{margin-right:auto!important}.ml-auto-fs,.mx-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-bottom:0!important;padding-top:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-bottom:0!important;margin-top:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-bottom:4px!important;padding-top:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-bottom:4px!important;margin-top:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-bottom:8px!important;padding-top:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-bottom:8px!important;margin-top:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-bottom:12px!important;padding-top:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-bottom:12px!important;margin-top:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-bottom:16px!important;padding-top:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-bottom:16px!important;margin-top:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-bottom:20px!important;padding-top:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-bottom:20px!important;margin-top:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-bottom:24px!important;padding-top:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-bottom:24px!important;margin-top:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-bottom:28px!important;padding-top:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-bottom:28px!important;margin-top:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-bottom:32px!important;padding-top:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-bottom:32px!important;margin-top:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-bottom:36px!important;padding-top:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-bottom:36px!important;margin-top:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-bottom:40px!important;padding-top:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-bottom:40px!important;margin-top:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-bottom:44px!important;padding-top:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-bottom:44px!important;margin-top:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-bottom:48px!important;padding-top:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-bottom:48px!important;margin-top:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-bottom:52px!important;padding-top:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-bottom:52px!important;margin-top:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-bottom:56px!important;padding-top:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-bottom:56px!important;margin-top:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-bottom:60px!important;padding-top:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-bottom:60px!important;margin-top:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-bottom:64px!important;padding-top:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-bottom:64px!important;margin-top:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-bottom:68px!important;padding-top:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-bottom:68px!important;margin-top:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-bottom:72px!important;padding-top:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-bottom:72px!important;margin-top:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-bottom:76px!important;padding-top:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-bottom:76px!important;margin-top:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-bottom:80px!important;padding-top:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-bottom:80px!important;margin-top:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width:576px){.mx-auto-sm{margin-right:auto!important}.ml-auto-sm,.mx-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-bottom:0!important;padding-top:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-bottom:0!important;margin-top:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-bottom:4px!important;padding-top:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-bottom:4px!important;margin-top:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-bottom:8px!important;padding-top:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-bottom:8px!important;margin-top:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-bottom:12px!important;padding-top:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-bottom:12px!important;margin-top:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-bottom:16px!important;padding-top:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-bottom:16px!important;margin-top:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-bottom:20px!important;padding-top:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-bottom:20px!important;margin-top:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-bottom:24px!important;padding-top:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-bottom:24px!important;margin-top:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-bottom:28px!important;padding-top:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-bottom:28px!important;margin-top:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-bottom:32px!important;padding-top:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-bottom:32px!important;margin-top:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-bottom:36px!important;padding-top:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-bottom:36px!important;margin-top:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-bottom:40px!important;padding-top:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-bottom:40px!important;margin-top:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-bottom:44px!important;padding-top:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-bottom:44px!important;margin-top:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-bottom:48px!important;padding-top:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-bottom:48px!important;margin-top:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-bottom:52px!important;padding-top:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-bottom:52px!important;margin-top:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-bottom:56px!important;padding-top:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-bottom:56px!important;margin-top:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-bottom:60px!important;padding-top:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-bottom:60px!important;margin-top:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-bottom:64px!important;padding-top:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-bottom:64px!important;margin-top:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-bottom:68px!important;padding-top:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-bottom:68px!important;margin-top:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-bottom:72px!important;padding-top:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-bottom:72px!important;margin-top:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-bottom:76px!important;padding-top:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-bottom:76px!important;margin-top:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-bottom:80px!important;padding-top:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-bottom:80px!important;margin-top:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width:640px){.mx-auto-ld{margin-right:auto!important}.ml-auto-ld,.mx-auto-ld{margin-left:auto!important}.mr-auto-ld{margin-right:auto!important}.mt-auto-ld{margin-top:auto!important}.mb-auto-ld{margin-bottom:auto!important}.p-0-ld{padding:0!important}.pr-0-ld{padding-right:0!important}.pl-0-ld{padding-left:0!important}.pt-0-ld{padding-top:0!important}.pb-0-ld{padding-bottom:0!important}.px-0-ld{padding-left:0!important;padding-right:0!important}.py-0-ld{padding-bottom:0!important;padding-top:0!important}.m-0-ld{margin:0!important}.mr-0-ld{margin-right:0!important}.ml-0-ld{margin-left:0!important}.mt-0-ld{margin-top:0!important}.mb-0-ld{margin-bottom:0!important}.mx-0-ld{margin-left:0!important;margin-right:0!important}.my-0-ld{margin-bottom:0!important;margin-top:0!important}.m-0-ld-minus{margin:0!important}.mr-0-ld-minus{margin-right:0!important}.ml-0-ld-minus{margin-left:0!important}.mt-0-ld-minus{margin-top:0!important}.mb-0-ld-minus{margin-bottom:0!important}.p-1-ld{padding:4px!important}.pr-1-ld{padding-right:4px!important}.pl-1-ld{padding-left:4px!important}.pt-1-ld{padding-top:4px!important}.pb-1-ld{padding-bottom:4px!important}.px-1-ld{padding-left:4px!important;padding-right:4px!important}.py-1-ld{padding-bottom:4px!important;padding-top:4px!important}.m-1-ld{margin:4px!important}.mr-1-ld{margin-right:4px!important}.ml-1-ld{margin-left:4px!important}.mt-1-ld{margin-top:4px!important}.mb-1-ld{margin-bottom:4px!important}.mx-1-ld{margin-left:4px!important;margin-right:4px!important}.my-1-ld{margin-bottom:4px!important;margin-top:4px!important}.m-1-ld-minus{margin:-4px!important}.mr-1-ld-minus{margin-right:-4px!important}.ml-1-ld-minus{margin-left:-4px!important}.mt-1-ld-minus{margin-top:-4px!important}.mb-1-ld-minus{margin-bottom:-4px!important}.p-2-ld{padding:8px!important}.pr-2-ld{padding-right:8px!important}.pl-2-ld{padding-left:8px!important}.pt-2-ld{padding-top:8px!important}.pb-2-ld{padding-bottom:8px!important}.px-2-ld{padding-left:8px!important;padding-right:8px!important}.py-2-ld{padding-bottom:8px!important;padding-top:8px!important}.m-2-ld{margin:8px!important}.mr-2-ld{margin-right:8px!important}.ml-2-ld{margin-left:8px!important}.mt-2-ld{margin-top:8px!important}.mb-2-ld{margin-bottom:8px!important}.mx-2-ld{margin-left:8px!important;margin-right:8px!important}.my-2-ld{margin-bottom:8px!important;margin-top:8px!important}.m-2-ld-minus{margin:-8px!important}.mr-2-ld-minus{margin-right:-8px!important}.ml-2-ld-minus{margin-left:-8px!important}.mt-2-ld-minus{margin-top:-8px!important}.mb-2-ld-minus{margin-bottom:-8px!important}.p-3-ld{padding:12px!important}.pr-3-ld{padding-right:12px!important}.pl-3-ld{padding-left:12px!important}.pt-3-ld{padding-top:12px!important}.pb-3-ld{padding-bottom:12px!important}.px-3-ld{padding-left:12px!important;padding-right:12px!important}.py-3-ld{padding-bottom:12px!important;padding-top:12px!important}.m-3-ld{margin:12px!important}.mr-3-ld{margin-right:12px!important}.ml-3-ld{margin-left:12px!important}.mt-3-ld{margin-top:12px!important}.mb-3-ld{margin-bottom:12px!important}.mx-3-ld{margin-left:12px!important;margin-right:12px!important}.my-3-ld{margin-bottom:12px!important;margin-top:12px!important}.m-3-ld-minus{margin:-12px!important}.mr-3-ld-minus{margin-right:-12px!important}.ml-3-ld-minus{margin-left:-12px!important}.mt-3-ld-minus{margin-top:-12px!important}.mb-3-ld-minus{margin-bottom:-12px!important}.p-4-ld{padding:16px!important}.pr-4-ld{padding-right:16px!important}.pl-4-ld{padding-left:16px!important}.pt-4-ld{padding-top:16px!important}.pb-4-ld{padding-bottom:16px!important}.px-4-ld{padding-left:16px!important;padding-right:16px!important}.py-4-ld{padding-bottom:16px!important;padding-top:16px!important}.m-4-ld{margin:16px!important}.mr-4-ld{margin-right:16px!important}.ml-4-ld{margin-left:16px!important}.mt-4-ld{margin-top:16px!important}.mb-4-ld{margin-bottom:16px!important}.mx-4-ld{margin-left:16px!important;margin-right:16px!important}.my-4-ld{margin-bottom:16px!important;margin-top:16px!important}.m-4-ld-minus{margin:-16px!important}.mr-4-ld-minus{margin-right:-16px!important}.ml-4-ld-minus{margin-left:-16px!important}.mt-4-ld-minus{margin-top:-16px!important}.mb-4-ld-minus{margin-bottom:-16px!important}.p-5-ld{padding:20px!important}.pr-5-ld{padding-right:20px!important}.pl-5-ld{padding-left:20px!important}.pt-5-ld{padding-top:20px!important}.pb-5-ld{padding-bottom:20px!important}.px-5-ld{padding-left:20px!important;padding-right:20px!important}.py-5-ld{padding-bottom:20px!important;padding-top:20px!important}.m-5-ld{margin:20px!important}.mr-5-ld{margin-right:20px!important}.ml-5-ld{margin-left:20px!important}.mt-5-ld{margin-top:20px!important}.mb-5-ld{margin-bottom:20px!important}.mx-5-ld{margin-left:20px!important;margin-right:20px!important}.my-5-ld{margin-bottom:20px!important;margin-top:20px!important}.m-5-ld-minus{margin:-20px!important}.mr-5-ld-minus{margin-right:-20px!important}.ml-5-ld-minus{margin-left:-20px!important}.mt-5-ld-minus{margin-top:-20px!important}.mb-5-ld-minus{margin-bottom:-20px!important}.p-6-ld{padding:24px!important}.pr-6-ld{padding-right:24px!important}.pl-6-ld{padding-left:24px!important}.pt-6-ld{padding-top:24px!important}.pb-6-ld{padding-bottom:24px!important}.px-6-ld{padding-left:24px!important;padding-right:24px!important}.py-6-ld{padding-bottom:24px!important;padding-top:24px!important}.m-6-ld{margin:24px!important}.mr-6-ld{margin-right:24px!important}.ml-6-ld{margin-left:24px!important}.mt-6-ld{margin-top:24px!important}.mb-6-ld{margin-bottom:24px!important}.mx-6-ld{margin-left:24px!important;margin-right:24px!important}.my-6-ld{margin-bottom:24px!important;margin-top:24px!important}.m-6-ld-minus{margin:-24px!important}.mr-6-ld-minus{margin-right:-24px!important}.ml-6-ld-minus{margin-left:-24px!important}.mt-6-ld-minus{margin-top:-24px!important}.mb-6-ld-minus{margin-bottom:-24px!important}.p-7-ld{padding:28px!important}.pr-7-ld{padding-right:28px!important}.pl-7-ld{padding-left:28px!important}.pt-7-ld{padding-top:28px!important}.pb-7-ld{padding-bottom:28px!important}.px-7-ld{padding-left:28px!important;padding-right:28px!important}.py-7-ld{padding-bottom:28px!important;padding-top:28px!important}.m-7-ld{margin:28px!important}.mr-7-ld{margin-right:28px!important}.ml-7-ld{margin-left:28px!important}.mt-7-ld{margin-top:28px!important}.mb-7-ld{margin-bottom:28px!important}.mx-7-ld{margin-left:28px!important;margin-right:28px!important}.my-7-ld{margin-bottom:28px!important;margin-top:28px!important}.m-7-ld-minus{margin:-28px!important}.mr-7-ld-minus{margin-right:-28px!important}.ml-7-ld-minus{margin-left:-28px!important}.mt-7-ld-minus{margin-top:-28px!important}.mb-7-ld-minus{margin-bottom:-28px!important}.p-8-ld{padding:32px!important}.pr-8-ld{padding-right:32px!important}.pl-8-ld{padding-left:32px!important}.pt-8-ld{padding-top:32px!important}.pb-8-ld{padding-bottom:32px!important}.px-8-ld{padding-left:32px!important;padding-right:32px!important}.py-8-ld{padding-bottom:32px!important;padding-top:32px!important}.m-8-ld{margin:32px!important}.mr-8-ld{margin-right:32px!important}.ml-8-ld{margin-left:32px!important}.mt-8-ld{margin-top:32px!important}.mb-8-ld{margin-bottom:32px!important}.mx-8-ld{margin-left:32px!important;margin-right:32px!important}.my-8-ld{margin-bottom:32px!important;margin-top:32px!important}.m-8-ld-minus{margin:-32px!important}.mr-8-ld-minus{margin-right:-32px!important}.ml-8-ld-minus{margin-left:-32px!important}.mt-8-ld-minus{margin-top:-32px!important}.mb-8-ld-minus{margin-bottom:-32px!important}.p-9-ld{padding:36px!important}.pr-9-ld{padding-right:36px!important}.pl-9-ld{padding-left:36px!important}.pt-9-ld{padding-top:36px!important}.pb-9-ld{padding-bottom:36px!important}.px-9-ld{padding-left:36px!important;padding-right:36px!important}.py-9-ld{padding-bottom:36px!important;padding-top:36px!important}.m-9-ld{margin:36px!important}.mr-9-ld{margin-right:36px!important}.ml-9-ld{margin-left:36px!important}.mt-9-ld{margin-top:36px!important}.mb-9-ld{margin-bottom:36px!important}.mx-9-ld{margin-left:36px!important;margin-right:36px!important}.my-9-ld{margin-bottom:36px!important;margin-top:36px!important}.m-9-ld-minus{margin:-36px!important}.mr-9-ld-minus{margin-right:-36px!important}.ml-9-ld-minus{margin-left:-36px!important}.mt-9-ld-minus{margin-top:-36px!important}.mb-9-ld-minus{margin-bottom:-36px!important}.p-10-ld{padding:40px!important}.pr-10-ld{padding-right:40px!important}.pl-10-ld{padding-left:40px!important}.pt-10-ld{padding-top:40px!important}.pb-10-ld{padding-bottom:40px!important}.px-10-ld{padding-left:40px!important;padding-right:40px!important}.py-10-ld{padding-bottom:40px!important;padding-top:40px!important}.m-10-ld{margin:40px!important}.mr-10-ld{margin-right:40px!important}.ml-10-ld{margin-left:40px!important}.mt-10-ld{margin-top:40px!important}.mb-10-ld{margin-bottom:40px!important}.mx-10-ld{margin-left:40px!important;margin-right:40px!important}.my-10-ld{margin-bottom:40px!important;margin-top:40px!important}.m-10-ld-minus{margin:-40px!important}.mr-10-ld-minus{margin-right:-40px!important}.ml-10-ld-minus{margin-left:-40px!important}.mt-10-ld-minus{margin-top:-40px!important}.mb-10-ld-minus{margin-bottom:-40px!important}.p-11-ld{padding:44px!important}.pr-11-ld{padding-right:44px!important}.pl-11-ld{padding-left:44px!important}.pt-11-ld{padding-top:44px!important}.pb-11-ld{padding-bottom:44px!important}.px-11-ld{padding-left:44px!important;padding-right:44px!important}.py-11-ld{padding-bottom:44px!important;padding-top:44px!important}.m-11-ld{margin:44px!important}.mr-11-ld{margin-right:44px!important}.ml-11-ld{margin-left:44px!important}.mt-11-ld{margin-top:44px!important}.mb-11-ld{margin-bottom:44px!important}.mx-11-ld{margin-left:44px!important;margin-right:44px!important}.my-11-ld{margin-bottom:44px!important;margin-top:44px!important}.m-11-ld-minus{margin:-44px!important}.mr-11-ld-minus{margin-right:-44px!important}.ml-11-ld-minus{margin-left:-44px!important}.mt-11-ld-minus{margin-top:-44px!important}.mb-11-ld-minus{margin-bottom:-44px!important}.p-12-ld{padding:48px!important}.pr-12-ld{padding-right:48px!important}.pl-12-ld{padding-left:48px!important}.pt-12-ld{padding-top:48px!important}.pb-12-ld{padding-bottom:48px!important}.px-12-ld{padding-left:48px!important;padding-right:48px!important}.py-12-ld{padding-bottom:48px!important;padding-top:48px!important}.m-12-ld{margin:48px!important}.mr-12-ld{margin-right:48px!important}.ml-12-ld{margin-left:48px!important}.mt-12-ld{margin-top:48px!important}.mb-12-ld{margin-bottom:48px!important}.mx-12-ld{margin-left:48px!important;margin-right:48px!important}.my-12-ld{margin-bottom:48px!important;margin-top:48px!important}.m-12-ld-minus{margin:-48px!important}.mr-12-ld-minus{margin-right:-48px!important}.ml-12-ld-minus{margin-left:-48px!important}.mt-12-ld-minus{margin-top:-48px!important}.mb-12-ld-minus{margin-bottom:-48px!important}.p-13-ld{padding:52px!important}.pr-13-ld{padding-right:52px!important}.pl-13-ld{padding-left:52px!important}.pt-13-ld{padding-top:52px!important}.pb-13-ld{padding-bottom:52px!important}.px-13-ld{padding-left:52px!important;padding-right:52px!important}.py-13-ld{padding-bottom:52px!important;padding-top:52px!important}.m-13-ld{margin:52px!important}.mr-13-ld{margin-right:52px!important}.ml-13-ld{margin-left:52px!important}.mt-13-ld{margin-top:52px!important}.mb-13-ld{margin-bottom:52px!important}.mx-13-ld{margin-left:52px!important;margin-right:52px!important}.my-13-ld{margin-bottom:52px!important;margin-top:52px!important}.m-13-ld-minus{margin:-52px!important}.mr-13-ld-minus{margin-right:-52px!important}.ml-13-ld-minus{margin-left:-52px!important}.mt-13-ld-minus{margin-top:-52px!important}.mb-13-ld-minus{margin-bottom:-52px!important}.p-14-ld{padding:56px!important}.pr-14-ld{padding-right:56px!important}.pl-14-ld{padding-left:56px!important}.pt-14-ld{padding-top:56px!important}.pb-14-ld{padding-bottom:56px!important}.px-14-ld{padding-left:56px!important;padding-right:56px!important}.py-14-ld{padding-bottom:56px!important;padding-top:56px!important}.m-14-ld{margin:56px!important}.mr-14-ld{margin-right:56px!important}.ml-14-ld{margin-left:56px!important}.mt-14-ld{margin-top:56px!important}.mb-14-ld{margin-bottom:56px!important}.mx-14-ld{margin-left:56px!important;margin-right:56px!important}.my-14-ld{margin-bottom:56px!important;margin-top:56px!important}.m-14-ld-minus{margin:-56px!important}.mr-14-ld-minus{margin-right:-56px!important}.ml-14-ld-minus{margin-left:-56px!important}.mt-14-ld-minus{margin-top:-56px!important}.mb-14-ld-minus{margin-bottom:-56px!important}.p-15-ld{padding:60px!important}.pr-15-ld{padding-right:60px!important}.pl-15-ld{padding-left:60px!important}.pt-15-ld{padding-top:60px!important}.pb-15-ld{padding-bottom:60px!important}.px-15-ld{padding-left:60px!important;padding-right:60px!important}.py-15-ld{padding-bottom:60px!important;padding-top:60px!important}.m-15-ld{margin:60px!important}.mr-15-ld{margin-right:60px!important}.ml-15-ld{margin-left:60px!important}.mt-15-ld{margin-top:60px!important}.mb-15-ld{margin-bottom:60px!important}.mx-15-ld{margin-left:60px!important;margin-right:60px!important}.my-15-ld{margin-bottom:60px!important;margin-top:60px!important}.m-15-ld-minus{margin:-60px!important}.mr-15-ld-minus{margin-right:-60px!important}.ml-15-ld-minus{margin-left:-60px!important}.mt-15-ld-minus{margin-top:-60px!important}.mb-15-ld-minus{margin-bottom:-60px!important}.p-16-ld{padding:64px!important}.pr-16-ld{padding-right:64px!important}.pl-16-ld{padding-left:64px!important}.pt-16-ld{padding-top:64px!important}.pb-16-ld{padding-bottom:64px!important}.px-16-ld{padding-left:64px!important;padding-right:64px!important}.py-16-ld{padding-bottom:64px!important;padding-top:64px!important}.m-16-ld{margin:64px!important}.mr-16-ld{margin-right:64px!important}.ml-16-ld{margin-left:64px!important}.mt-16-ld{margin-top:64px!important}.mb-16-ld{margin-bottom:64px!important}.mx-16-ld{margin-left:64px!important;margin-right:64px!important}.my-16-ld{margin-bottom:64px!important;margin-top:64px!important}.m-16-ld-minus{margin:-64px!important}.mr-16-ld-minus{margin-right:-64px!important}.ml-16-ld-minus{margin-left:-64px!important}.mt-16-ld-minus{margin-top:-64px!important}.mb-16-ld-minus{margin-bottom:-64px!important}.p-17-ld{padding:68px!important}.pr-17-ld{padding-right:68px!important}.pl-17-ld{padding-left:68px!important}.pt-17-ld{padding-top:68px!important}.pb-17-ld{padding-bottom:68px!important}.px-17-ld{padding-left:68px!important;padding-right:68px!important}.py-17-ld{padding-bottom:68px!important;padding-top:68px!important}.m-17-ld{margin:68px!important}.mr-17-ld{margin-right:68px!important}.ml-17-ld{margin-left:68px!important}.mt-17-ld{margin-top:68px!important}.mb-17-ld{margin-bottom:68px!important}.mx-17-ld{margin-left:68px!important;margin-right:68px!important}.my-17-ld{margin-bottom:68px!important;margin-top:68px!important}.m-17-ld-minus{margin:-68px!important}.mr-17-ld-minus{margin-right:-68px!important}.ml-17-ld-minus{margin-left:-68px!important}.mt-17-ld-minus{margin-top:-68px!important}.mb-17-ld-minus{margin-bottom:-68px!important}.p-18-ld{padding:72px!important}.pr-18-ld{padding-right:72px!important}.pl-18-ld{padding-left:72px!important}.pt-18-ld{padding-top:72px!important}.pb-18-ld{padding-bottom:72px!important}.px-18-ld{padding-left:72px!important;padding-right:72px!important}.py-18-ld{padding-bottom:72px!important;padding-top:72px!important}.m-18-ld{margin:72px!important}.mr-18-ld{margin-right:72px!important}.ml-18-ld{margin-left:72px!important}.mt-18-ld{margin-top:72px!important}.mb-18-ld{margin-bottom:72px!important}.mx-18-ld{margin-left:72px!important;margin-right:72px!important}.my-18-ld{margin-bottom:72px!important;margin-top:72px!important}.m-18-ld-minus{margin:-72px!important}.mr-18-ld-minus{margin-right:-72px!important}.ml-18-ld-minus{margin-left:-72px!important}.mt-18-ld-minus{margin-top:-72px!important}.mb-18-ld-minus{margin-bottom:-72px!important}.p-19-ld{padding:76px!important}.pr-19-ld{padding-right:76px!important}.pl-19-ld{padding-left:76px!important}.pt-19-ld{padding-top:76px!important}.pb-19-ld{padding-bottom:76px!important}.px-19-ld{padding-left:76px!important;padding-right:76px!important}.py-19-ld{padding-bottom:76px!important;padding-top:76px!important}.m-19-ld{margin:76px!important}.mr-19-ld{margin-right:76px!important}.ml-19-ld{margin-left:76px!important}.mt-19-ld{margin-top:76px!important}.mb-19-ld{margin-bottom:76px!important}.mx-19-ld{margin-left:76px!important;margin-right:76px!important}.my-19-ld{margin-bottom:76px!important;margin-top:76px!important}.m-19-ld-minus{margin:-76px!important}.mr-19-ld-minus{margin-right:-76px!important}.ml-19-ld-minus{margin-left:-76px!important}.mt-19-ld-minus{margin-top:-76px!important}.mb-19-ld-minus{margin-bottom:-76px!important}.p-20-ld{padding:80px!important}.pr-20-ld{padding-right:80px!important}.pl-20-ld{padding-left:80px!important}.pt-20-ld{padding-top:80px!important}.pb-20-ld{padding-bottom:80px!important}.px-20-ld{padding-left:80px!important;padding-right:80px!important}.py-20-ld{padding-bottom:80px!important;padding-top:80px!important}.m-20-ld{margin:80px!important}.mr-20-ld{margin-right:80px!important}.ml-20-ld{margin-left:80px!important}.mt-20-ld{margin-top:80px!important}.mb-20-ld{margin-bottom:80px!important}.mx-20-ld{margin-left:80px!important;margin-right:80px!important}.my-20-ld{margin-bottom:80px!important;margin-top:80px!important}.m-20-ld-minus{margin:-80px!important}.mr-20-ld-minus{margin-right:-80px!important}.ml-20-ld-minus{margin-left:-80px!important}.mt-20-ld-minus{margin-top:-80px!important}.mb-20-ld-minus{margin-bottom:-80px!important}}@media screen and (min-width:768px){.mx-auto-md{margin-right:auto!important}.ml-auto-md,.mx-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-bottom:0!important;padding-top:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-bottom:0!important;margin-top:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-bottom:4px!important;padding-top:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-bottom:4px!important;margin-top:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-bottom:8px!important;padding-top:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-bottom:8px!important;margin-top:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-bottom:12px!important;padding-top:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-bottom:12px!important;margin-top:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-bottom:16px!important;padding-top:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-bottom:16px!important;margin-top:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-bottom:20px!important;padding-top:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-bottom:20px!important;margin-top:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-bottom:24px!important;padding-top:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-bottom:24px!important;margin-top:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-bottom:28px!important;padding-top:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-bottom:28px!important;margin-top:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-bottom:32px!important;padding-top:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-bottom:32px!important;margin-top:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-bottom:36px!important;padding-top:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-bottom:36px!important;margin-top:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-bottom:40px!important;padding-top:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-bottom:40px!important;margin-top:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-bottom:44px!important;padding-top:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-bottom:44px!important;margin-top:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-bottom:48px!important;padding-top:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-bottom:48px!important;margin-top:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-bottom:52px!important;padding-top:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-bottom:52px!important;margin-top:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-bottom:56px!important;padding-top:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-bottom:56px!important;margin-top:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-bottom:60px!important;padding-top:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-bottom:60px!important;margin-top:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-bottom:64px!important;padding-top:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-bottom:64px!important;margin-top:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-bottom:68px!important;padding-top:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-bottom:68px!important;margin-top:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-bottom:72px!important;padding-top:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-bottom:72px!important;margin-top:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-bottom:76px!important;padding-top:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-bottom:76px!important;margin-top:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-bottom:80px!important;padding-top:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-bottom:80px!important;margin-top:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width:992px){.mx-auto-lg{margin-right:auto!important}.ml-auto-lg,.mx-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-bottom:0!important;padding-top:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-bottom:0!important;margin-top:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-bottom:4px!important;padding-top:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-bottom:4px!important;margin-top:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-bottom:8px!important;padding-top:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-bottom:8px!important;margin-top:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-bottom:12px!important;padding-top:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-bottom:12px!important;margin-top:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-bottom:16px!important;padding-top:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-bottom:16px!important;margin-top:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-bottom:20px!important;padding-top:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-bottom:20px!important;margin-top:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-bottom:24px!important;padding-top:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-bottom:24px!important;margin-top:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-bottom:28px!important;padding-top:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-bottom:28px!important;margin-top:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-bottom:32px!important;padding-top:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-bottom:32px!important;margin-top:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-bottom:36px!important;padding-top:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-bottom:36px!important;margin-top:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-bottom:40px!important;padding-top:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-bottom:40px!important;margin-top:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-bottom:44px!important;padding-top:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-bottom:44px!important;margin-top:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-bottom:48px!important;padding-top:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-bottom:48px!important;margin-top:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-bottom:52px!important;padding-top:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-bottom:52px!important;margin-top:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-bottom:56px!important;padding-top:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-bottom:56px!important;margin-top:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-bottom:60px!important;padding-top:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-bottom:60px!important;margin-top:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-bottom:64px!important;padding-top:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-bottom:64px!important;margin-top:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-bottom:68px!important;padding-top:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-bottom:68px!important;margin-top:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-bottom:72px!important;padding-top:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-bottom:72px!important;margin-top:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-bottom:76px!important;padding-top:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-bottom:76px!important;margin-top:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-bottom:80px!important;padding-top:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-bottom:80px!important;margin-top:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width:1200px){.mx-auto-xl{margin-right:auto!important}.ml-auto-xl,.mx-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-bottom:0!important;padding-top:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-bottom:0!important;margin-top:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-bottom:4px!important;padding-top:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-bottom:4px!important;margin-top:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-bottom:8px!important;padding-top:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-bottom:8px!important;margin-top:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-bottom:12px!important;padding-top:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-bottom:12px!important;margin-top:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-bottom:16px!important;padding-top:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-bottom:16px!important;margin-top:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-bottom:20px!important;padding-top:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-bottom:20px!important;margin-top:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-bottom:24px!important;padding-top:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-bottom:24px!important;margin-top:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-bottom:28px!important;padding-top:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-bottom:28px!important;margin-top:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-bottom:32px!important;padding-top:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-bottom:32px!important;margin-top:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-bottom:36px!important;padding-top:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-bottom:36px!important;margin-top:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-bottom:40px!important;padding-top:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-bottom:40px!important;margin-top:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-bottom:44px!important;padding-top:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-bottom:44px!important;margin-top:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-bottom:48px!important;padding-top:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-bottom:48px!important;margin-top:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-bottom:52px!important;padding-top:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-bottom:52px!important;margin-top:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-bottom:56px!important;padding-top:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-bottom:56px!important;margin-top:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-bottom:60px!important;padding-top:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-bottom:60px!important;margin-top:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-bottom:64px!important;padding-top:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-bottom:64px!important;margin-top:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-bottom:68px!important;padding-top:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-bottom:68px!important;margin-top:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-bottom:72px!important;padding-top:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-bottom:72px!important;margin-top:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-bottom:76px!important;padding-top:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-bottom:76px!important;margin-top:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-bottom:80px!important;padding-top:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-bottom:80px!important;margin-top:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1452px){.mx-auto-xxl{margin-right:auto!important}.ml-auto-xxl,.mx-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-bottom:0!important;padding-top:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-bottom:0!important;margin-top:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-bottom:4px!important;padding-top:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-bottom:4px!important;margin-top:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-bottom:8px!important;padding-top:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-bottom:8px!important;margin-top:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-bottom:12px!important;padding-top:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-bottom:12px!important;margin-top:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-bottom:16px!important;padding-top:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-bottom:16px!important;margin-top:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-bottom:20px!important;padding-top:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-bottom:20px!important;margin-top:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-bottom:24px!important;padding-top:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-bottom:24px!important;margin-top:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-bottom:28px!important;padding-top:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-bottom:28px!important;margin-top:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-bottom:32px!important;padding-top:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-bottom:32px!important;margin-top:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-bottom:36px!important;padding-top:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-bottom:36px!important;margin-top:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-bottom:40px!important;padding-top:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-bottom:40px!important;margin-top:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-bottom:44px!important;padding-top:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-bottom:44px!important;margin-top:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-bottom:48px!important;padding-top:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-bottom:48px!important;margin-top:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-bottom:52px!important;padding-top:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-bottom:52px!important;margin-top:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-bottom:56px!important;padding-top:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-bottom:56px!important;margin-top:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-bottom:60px!important;padding-top:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-bottom:60px!important;margin-top:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-bottom:64px!important;padding-top:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-bottom:64px!important;margin-top:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-bottom:68px!important;padding-top:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-bottom:68px!important;margin-top:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-bottom:72px!important;padding-top:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-bottom:72px!important;margin-top:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-bottom:76px!important;padding-top:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-bottom:76px!important;margin-top:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-bottom:80px!important;padding-top:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-bottom:80px!important;margin-top:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1600px){.mx-auto-xxxl{margin-right:auto!important}.ml-auto-xxxl,.mx-auto-xxxl{margin-left:auto!important}.mr-auto-xxxl{margin-right:auto!important}.mt-auto-xxxl{margin-top:auto!important}.mb-auto-xxxl{margin-bottom:auto!important}.p-0-xxxl{padding:0!important}.pr-0-xxxl{padding-right:0!important}.pl-0-xxxl{padding-left:0!important}.pt-0-xxxl{padding-top:0!important}.pb-0-xxxl{padding-bottom:0!important}.px-0-xxxl{padding-left:0!important;padding-right:0!important}.py-0-xxxl{padding-bottom:0!important;padding-top:0!important}.m-0-xxxl{margin:0!important}.mr-0-xxxl{margin-right:0!important}.ml-0-xxxl{margin-left:0!important}.mt-0-xxxl{margin-top:0!important}.mb-0-xxxl{margin-bottom:0!important}.mx-0-xxxl{margin-left:0!important;margin-right:0!important}.my-0-xxxl{margin-bottom:0!important;margin-top:0!important}.m-0-xxxl-minus{margin:0!important}.mr-0-xxxl-minus{margin-right:0!important}.ml-0-xxxl-minus{margin-left:0!important}.mt-0-xxxl-minus{margin-top:0!important}.mb-0-xxxl-minus{margin-bottom:0!important}.p-1-xxxl{padding:4px!important}.pr-1-xxxl{padding-right:4px!important}.pl-1-xxxl{padding-left:4px!important}.pt-1-xxxl{padding-top:4px!important}.pb-1-xxxl{padding-bottom:4px!important}.px-1-xxxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxxl{padding-bottom:4px!important;padding-top:4px!important}.m-1-xxxl{margin:4px!important}.mr-1-xxxl{margin-right:4px!important}.ml-1-xxxl{margin-left:4px!important}.mt-1-xxxl{margin-top:4px!important}.mb-1-xxxl{margin-bottom:4px!important}.mx-1-xxxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxxl{margin-bottom:4px!important;margin-top:4px!important}.m-1-xxxl-minus{margin:-4px!important}.mr-1-xxxl-minus{margin-right:-4px!important}.ml-1-xxxl-minus{margin-left:-4px!important}.mt-1-xxxl-minus{margin-top:-4px!important}.mb-1-xxxl-minus{margin-bottom:-4px!important}.p-2-xxxl{padding:8px!important}.pr-2-xxxl{padding-right:8px!important}.pl-2-xxxl{padding-left:8px!important}.pt-2-xxxl{padding-top:8px!important}.pb-2-xxxl{padding-bottom:8px!important}.px-2-xxxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxxl{padding-bottom:8px!important;padding-top:8px!important}.m-2-xxxl{margin:8px!important}.mr-2-xxxl{margin-right:8px!important}.ml-2-xxxl{margin-left:8px!important}.mt-2-xxxl{margin-top:8px!important}.mb-2-xxxl{margin-bottom:8px!important}.mx-2-xxxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxxl{margin-bottom:8px!important;margin-top:8px!important}.m-2-xxxl-minus{margin:-8px!important}.mr-2-xxxl-minus{margin-right:-8px!important}.ml-2-xxxl-minus{margin-left:-8px!important}.mt-2-xxxl-minus{margin-top:-8px!important}.mb-2-xxxl-minus{margin-bottom:-8px!important}.p-3-xxxl{padding:12px!important}.pr-3-xxxl{padding-right:12px!important}.pl-3-xxxl{padding-left:12px!important}.pt-3-xxxl{padding-top:12px!important}.pb-3-xxxl{padding-bottom:12px!important}.px-3-xxxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxxl{padding-bottom:12px!important;padding-top:12px!important}.m-3-xxxl{margin:12px!important}.mr-3-xxxl{margin-right:12px!important}.ml-3-xxxl{margin-left:12px!important}.mt-3-xxxl{margin-top:12px!important}.mb-3-xxxl{margin-bottom:12px!important}.mx-3-xxxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxxl{margin-bottom:12px!important;margin-top:12px!important}.m-3-xxxl-minus{margin:-12px!important}.mr-3-xxxl-minus{margin-right:-12px!important}.ml-3-xxxl-minus{margin-left:-12px!important}.mt-3-xxxl-minus{margin-top:-12px!important}.mb-3-xxxl-minus{margin-bottom:-12px!important}.p-4-xxxl{padding:16px!important}.pr-4-xxxl{padding-right:16px!important}.pl-4-xxxl{padding-left:16px!important}.pt-4-xxxl{padding-top:16px!important}.pb-4-xxxl{padding-bottom:16px!important}.px-4-xxxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxxl{padding-bottom:16px!important;padding-top:16px!important}.m-4-xxxl{margin:16px!important}.mr-4-xxxl{margin-right:16px!important}.ml-4-xxxl{margin-left:16px!important}.mt-4-xxxl{margin-top:16px!important}.mb-4-xxxl{margin-bottom:16px!important}.mx-4-xxxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxxl{margin-bottom:16px!important;margin-top:16px!important}.m-4-xxxl-minus{margin:-16px!important}.mr-4-xxxl-minus{margin-right:-16px!important}.ml-4-xxxl-minus{margin-left:-16px!important}.mt-4-xxxl-minus{margin-top:-16px!important}.mb-4-xxxl-minus{margin-bottom:-16px!important}.p-5-xxxl{padding:20px!important}.pr-5-xxxl{padding-right:20px!important}.pl-5-xxxl{padding-left:20px!important}.pt-5-xxxl{padding-top:20px!important}.pb-5-xxxl{padding-bottom:20px!important}.px-5-xxxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxxl{padding-bottom:20px!important;padding-top:20px!important}.m-5-xxxl{margin:20px!important}.mr-5-xxxl{margin-right:20px!important}.ml-5-xxxl{margin-left:20px!important}.mt-5-xxxl{margin-top:20px!important}.mb-5-xxxl{margin-bottom:20px!important}.mx-5-xxxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxxl{margin-bottom:20px!important;margin-top:20px!important}.m-5-xxxl-minus{margin:-20px!important}.mr-5-xxxl-minus{margin-right:-20px!important}.ml-5-xxxl-minus{margin-left:-20px!important}.mt-5-xxxl-minus{margin-top:-20px!important}.mb-5-xxxl-minus{margin-bottom:-20px!important}.p-6-xxxl{padding:24px!important}.pr-6-xxxl{padding-right:24px!important}.pl-6-xxxl{padding-left:24px!important}.pt-6-xxxl{padding-top:24px!important}.pb-6-xxxl{padding-bottom:24px!important}.px-6-xxxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxxl{padding-bottom:24px!important;padding-top:24px!important}.m-6-xxxl{margin:24px!important}.mr-6-xxxl{margin-right:24px!important}.ml-6-xxxl{margin-left:24px!important}.mt-6-xxxl{margin-top:24px!important}.mb-6-xxxl{margin-bottom:24px!important}.mx-6-xxxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxxl{margin-bottom:24px!important;margin-top:24px!important}.m-6-xxxl-minus{margin:-24px!important}.mr-6-xxxl-minus{margin-right:-24px!important}.ml-6-xxxl-minus{margin-left:-24px!important}.mt-6-xxxl-minus{margin-top:-24px!important}.mb-6-xxxl-minus{margin-bottom:-24px!important}.p-7-xxxl{padding:28px!important}.pr-7-xxxl{padding-right:28px!important}.pl-7-xxxl{padding-left:28px!important}.pt-7-xxxl{padding-top:28px!important}.pb-7-xxxl{padding-bottom:28px!important}.px-7-xxxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxxl{padding-bottom:28px!important;padding-top:28px!important}.m-7-xxxl{margin:28px!important}.mr-7-xxxl{margin-right:28px!important}.ml-7-xxxl{margin-left:28px!important}.mt-7-xxxl{margin-top:28px!important}.mb-7-xxxl{margin-bottom:28px!important}.mx-7-xxxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxxl{margin-bottom:28px!important;margin-top:28px!important}.m-7-xxxl-minus{margin:-28px!important}.mr-7-xxxl-minus{margin-right:-28px!important}.ml-7-xxxl-minus{margin-left:-28px!important}.mt-7-xxxl-minus{margin-top:-28px!important}.mb-7-xxxl-minus{margin-bottom:-28px!important}.p-8-xxxl{padding:32px!important}.pr-8-xxxl{padding-right:32px!important}.pl-8-xxxl{padding-left:32px!important}.pt-8-xxxl{padding-top:32px!important}.pb-8-xxxl{padding-bottom:32px!important}.px-8-xxxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxxl{padding-bottom:32px!important;padding-top:32px!important}.m-8-xxxl{margin:32px!important}.mr-8-xxxl{margin-right:32px!important}.ml-8-xxxl{margin-left:32px!important}.mt-8-xxxl{margin-top:32px!important}.mb-8-xxxl{margin-bottom:32px!important}.mx-8-xxxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxxl{margin-bottom:32px!important;margin-top:32px!important}.m-8-xxxl-minus{margin:-32px!important}.mr-8-xxxl-minus{margin-right:-32px!important}.ml-8-xxxl-minus{margin-left:-32px!important}.mt-8-xxxl-minus{margin-top:-32px!important}.mb-8-xxxl-minus{margin-bottom:-32px!important}.p-9-xxxl{padding:36px!important}.pr-9-xxxl{padding-right:36px!important}.pl-9-xxxl{padding-left:36px!important}.pt-9-xxxl{padding-top:36px!important}.pb-9-xxxl{padding-bottom:36px!important}.px-9-xxxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxxl{padding-bottom:36px!important;padding-top:36px!important}.m-9-xxxl{margin:36px!important}.mr-9-xxxl{margin-right:36px!important}.ml-9-xxxl{margin-left:36px!important}.mt-9-xxxl{margin-top:36px!important}.mb-9-xxxl{margin-bottom:36px!important}.mx-9-xxxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxxl{margin-bottom:36px!important;margin-top:36px!important}.m-9-xxxl-minus{margin:-36px!important}.mr-9-xxxl-minus{margin-right:-36px!important}.ml-9-xxxl-minus{margin-left:-36px!important}.mt-9-xxxl-minus{margin-top:-36px!important}.mb-9-xxxl-minus{margin-bottom:-36px!important}.p-10-xxxl{padding:40px!important}.pr-10-xxxl{padding-right:40px!important}.pl-10-xxxl{padding-left:40px!important}.pt-10-xxxl{padding-top:40px!important}.pb-10-xxxl{padding-bottom:40px!important}.px-10-xxxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxxl{padding-bottom:40px!important;padding-top:40px!important}.m-10-xxxl{margin:40px!important}.mr-10-xxxl{margin-right:40px!important}.ml-10-xxxl{margin-left:40px!important}.mt-10-xxxl{margin-top:40px!important}.mb-10-xxxl{margin-bottom:40px!important}.mx-10-xxxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxxl{margin-bottom:40px!important;margin-top:40px!important}.m-10-xxxl-minus{margin:-40px!important}.mr-10-xxxl-minus{margin-right:-40px!important}.ml-10-xxxl-minus{margin-left:-40px!important}.mt-10-xxxl-minus{margin-top:-40px!important}.mb-10-xxxl-minus{margin-bottom:-40px!important}.p-11-xxxl{padding:44px!important}.pr-11-xxxl{padding-right:44px!important}.pl-11-xxxl{padding-left:44px!important}.pt-11-xxxl{padding-top:44px!important}.pb-11-xxxl{padding-bottom:44px!important}.px-11-xxxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxxl{padding-bottom:44px!important;padding-top:44px!important}.m-11-xxxl{margin:44px!important}.mr-11-xxxl{margin-right:44px!important}.ml-11-xxxl{margin-left:44px!important}.mt-11-xxxl{margin-top:44px!important}.mb-11-xxxl{margin-bottom:44px!important}.mx-11-xxxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxxl{margin-bottom:44px!important;margin-top:44px!important}.m-11-xxxl-minus{margin:-44px!important}.mr-11-xxxl-minus{margin-right:-44px!important}.ml-11-xxxl-minus{margin-left:-44px!important}.mt-11-xxxl-minus{margin-top:-44px!important}.mb-11-xxxl-minus{margin-bottom:-44px!important}.p-12-xxxl{padding:48px!important}.pr-12-xxxl{padding-right:48px!important}.pl-12-xxxl{padding-left:48px!important}.pt-12-xxxl{padding-top:48px!important}.pb-12-xxxl{padding-bottom:48px!important}.px-12-xxxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxxl{padding-bottom:48px!important;padding-top:48px!important}.m-12-xxxl{margin:48px!important}.mr-12-xxxl{margin-right:48px!important}.ml-12-xxxl{margin-left:48px!important}.mt-12-xxxl{margin-top:48px!important}.mb-12-xxxl{margin-bottom:48px!important}.mx-12-xxxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxxl{margin-bottom:48px!important;margin-top:48px!important}.m-12-xxxl-minus{margin:-48px!important}.mr-12-xxxl-minus{margin-right:-48px!important}.ml-12-xxxl-minus{margin-left:-48px!important}.mt-12-xxxl-minus{margin-top:-48px!important}.mb-12-xxxl-minus{margin-bottom:-48px!important}.p-13-xxxl{padding:52px!important}.pr-13-xxxl{padding-right:52px!important}.pl-13-xxxl{padding-left:52px!important}.pt-13-xxxl{padding-top:52px!important}.pb-13-xxxl{padding-bottom:52px!important}.px-13-xxxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxxl{padding-bottom:52px!important;padding-top:52px!important}.m-13-xxxl{margin:52px!important}.mr-13-xxxl{margin-right:52px!important}.ml-13-xxxl{margin-left:52px!important}.mt-13-xxxl{margin-top:52px!important}.mb-13-xxxl{margin-bottom:52px!important}.mx-13-xxxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxxl{margin-bottom:52px!important;margin-top:52px!important}.m-13-xxxl-minus{margin:-52px!important}.mr-13-xxxl-minus{margin-right:-52px!important}.ml-13-xxxl-minus{margin-left:-52px!important}.mt-13-xxxl-minus{margin-top:-52px!important}.mb-13-xxxl-minus{margin-bottom:-52px!important}.p-14-xxxl{padding:56px!important}.pr-14-xxxl{padding-right:56px!important}.pl-14-xxxl{padding-left:56px!important}.pt-14-xxxl{padding-top:56px!important}.pb-14-xxxl{padding-bottom:56px!important}.px-14-xxxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxxl{padding-bottom:56px!important;padding-top:56px!important}.m-14-xxxl{margin:56px!important}.mr-14-xxxl{margin-right:56px!important}.ml-14-xxxl{margin-left:56px!important}.mt-14-xxxl{margin-top:56px!important}.mb-14-xxxl{margin-bottom:56px!important}.mx-14-xxxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxxl{margin-bottom:56px!important;margin-top:56px!important}.m-14-xxxl-minus{margin:-56px!important}.mr-14-xxxl-minus{margin-right:-56px!important}.ml-14-xxxl-minus{margin-left:-56px!important}.mt-14-xxxl-minus{margin-top:-56px!important}.mb-14-xxxl-minus{margin-bottom:-56px!important}.p-15-xxxl{padding:60px!important}.pr-15-xxxl{padding-right:60px!important}.pl-15-xxxl{padding-left:60px!important}.pt-15-xxxl{padding-top:60px!important}.pb-15-xxxl{padding-bottom:60px!important}.px-15-xxxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxxl{padding-bottom:60px!important;padding-top:60px!important}.m-15-xxxl{margin:60px!important}.mr-15-xxxl{margin-right:60px!important}.ml-15-xxxl{margin-left:60px!important}.mt-15-xxxl{margin-top:60px!important}.mb-15-xxxl{margin-bottom:60px!important}.mx-15-xxxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxxl{margin-bottom:60px!important;margin-top:60px!important}.m-15-xxxl-minus{margin:-60px!important}.mr-15-xxxl-minus{margin-right:-60px!important}.ml-15-xxxl-minus{margin-left:-60px!important}.mt-15-xxxl-minus{margin-top:-60px!important}.mb-15-xxxl-minus{margin-bottom:-60px!important}.p-16-xxxl{padding:64px!important}.pr-16-xxxl{padding-right:64px!important}.pl-16-xxxl{padding-left:64px!important}.pt-16-xxxl{padding-top:64px!important}.pb-16-xxxl{padding-bottom:64px!important}.px-16-xxxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxxl{padding-bottom:64px!important;padding-top:64px!important}.m-16-xxxl{margin:64px!important}.mr-16-xxxl{margin-right:64px!important}.ml-16-xxxl{margin-left:64px!important}.mt-16-xxxl{margin-top:64px!important}.mb-16-xxxl{margin-bottom:64px!important}.mx-16-xxxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxxl{margin-bottom:64px!important;margin-top:64px!important}.m-16-xxxl-minus{margin:-64px!important}.mr-16-xxxl-minus{margin-right:-64px!important}.ml-16-xxxl-minus{margin-left:-64px!important}.mt-16-xxxl-minus{margin-top:-64px!important}.mb-16-xxxl-minus{margin-bottom:-64px!important}.p-17-xxxl{padding:68px!important}.pr-17-xxxl{padding-right:68px!important}.pl-17-xxxl{padding-left:68px!important}.pt-17-xxxl{padding-top:68px!important}.pb-17-xxxl{padding-bottom:68px!important}.px-17-xxxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxxl{padding-bottom:68px!important;padding-top:68px!important}.m-17-xxxl{margin:68px!important}.mr-17-xxxl{margin-right:68px!important}.ml-17-xxxl{margin-left:68px!important}.mt-17-xxxl{margin-top:68px!important}.mb-17-xxxl{margin-bottom:68px!important}.mx-17-xxxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxxl{margin-bottom:68px!important;margin-top:68px!important}.m-17-xxxl-minus{margin:-68px!important}.mr-17-xxxl-minus{margin-right:-68px!important}.ml-17-xxxl-minus{margin-left:-68px!important}.mt-17-xxxl-minus{margin-top:-68px!important}.mb-17-xxxl-minus{margin-bottom:-68px!important}.p-18-xxxl{padding:72px!important}.pr-18-xxxl{padding-right:72px!important}.pl-18-xxxl{padding-left:72px!important}.pt-18-xxxl{padding-top:72px!important}.pb-18-xxxl{padding-bottom:72px!important}.px-18-xxxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxxl{padding-bottom:72px!important;padding-top:72px!important}.m-18-xxxl{margin:72px!important}.mr-18-xxxl{margin-right:72px!important}.ml-18-xxxl{margin-left:72px!important}.mt-18-xxxl{margin-top:72px!important}.mb-18-xxxl{margin-bottom:72px!important}.mx-18-xxxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxxl{margin-bottom:72px!important;margin-top:72px!important}.m-18-xxxl-minus{margin:-72px!important}.mr-18-xxxl-minus{margin-right:-72px!important}.ml-18-xxxl-minus{margin-left:-72px!important}.mt-18-xxxl-minus{margin-top:-72px!important}.mb-18-xxxl-minus{margin-bottom:-72px!important}.p-19-xxxl{padding:76px!important}.pr-19-xxxl{padding-right:76px!important}.pl-19-xxxl{padding-left:76px!important}.pt-19-xxxl{padding-top:76px!important}.pb-19-xxxl{padding-bottom:76px!important}.px-19-xxxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxxl{padding-bottom:76px!important;padding-top:76px!important}.m-19-xxxl{margin:76px!important}.mr-19-xxxl{margin-right:76px!important}.ml-19-xxxl{margin-left:76px!important}.mt-19-xxxl{margin-top:76px!important}.mb-19-xxxl{margin-bottom:76px!important}.mx-19-xxxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxxl{margin-bottom:76px!important;margin-top:76px!important}.m-19-xxxl-minus{margin:-76px!important}.mr-19-xxxl-minus{margin-right:-76px!important}.ml-19-xxxl-minus{margin-left:-76px!important}.mt-19-xxxl-minus{margin-top:-76px!important}.mb-19-xxxl-minus{margin-bottom:-76px!important}.p-20-xxxl{padding:80px!important}.pr-20-xxxl{padding-right:80px!important}.pl-20-xxxl{padding-left:80px!important}.pt-20-xxxl{padding-top:80px!important}.pb-20-xxxl{padding-bottom:80px!important}.px-20-xxxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxxl{padding-bottom:80px!important;padding-top:80px!important}.m-20-xxxl{margin:80px!important}.mr-20-xxxl{margin-right:80px!important}.ml-20-xxxl{margin-left:80px!important}.mt-20-xxxl{margin-top:80px!important}.mb-20-xxxl{margin-bottom:80px!important}.mx-20-xxxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxxl{margin-bottom:80px!important;margin-top:80px!important}.m-20-xxxl-minus{margin:-80px!important}.mr-20-xxxl-minus{margin-right:-80px!important}.ml-20-xxxl-minus{margin-left:-80px!important}.mt-20-xxxl-minus{margin-top:-80px!important}.mb-20-xxxl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1800px){.mx-auto-xxxxl{margin-right:auto!important}.ml-auto-xxxxl,.mx-auto-xxxxl{margin-left:auto!important}.mr-auto-xxxxl{margin-right:auto!important}.mt-auto-xxxxl{margin-top:auto!important}.mb-auto-xxxxl{margin-bottom:auto!important}.p-0-xxxxl{padding:0!important}.pr-0-xxxxl{padding-right:0!important}.pl-0-xxxxl{padding-left:0!important}.pt-0-xxxxl{padding-top:0!important}.pb-0-xxxxl{padding-bottom:0!important}.px-0-xxxxl{padding-left:0!important;padding-right:0!important}.py-0-xxxxl{padding-bottom:0!important;padding-top:0!important}.m-0-xxxxl{margin:0!important}.mr-0-xxxxl{margin-right:0!important}.ml-0-xxxxl{margin-left:0!important}.mt-0-xxxxl{margin-top:0!important}.mb-0-xxxxl{margin-bottom:0!important}.mx-0-xxxxl{margin-left:0!important;margin-right:0!important}.my-0-xxxxl{margin-bottom:0!important;margin-top:0!important}.m-0-xxxxl-minus{margin:0!important}.mr-0-xxxxl-minus{margin-right:0!important}.ml-0-xxxxl-minus{margin-left:0!important}.mt-0-xxxxl-minus{margin-top:0!important}.mb-0-xxxxl-minus{margin-bottom:0!important}.p-1-xxxxl{padding:4px!important}.pr-1-xxxxl{padding-right:4px!important}.pl-1-xxxxl{padding-left:4px!important}.pt-1-xxxxl{padding-top:4px!important}.pb-1-xxxxl{padding-bottom:4px!important}.px-1-xxxxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxxxl{padding-bottom:4px!important;padding-top:4px!important}.m-1-xxxxl{margin:4px!important}.mr-1-xxxxl{margin-right:4px!important}.ml-1-xxxxl{margin-left:4px!important}.mt-1-xxxxl{margin-top:4px!important}.mb-1-xxxxl{margin-bottom:4px!important}.mx-1-xxxxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxxxl{margin-bottom:4px!important;margin-top:4px!important}.m-1-xxxxl-minus{margin:-4px!important}.mr-1-xxxxl-minus{margin-right:-4px!important}.ml-1-xxxxl-minus{margin-left:-4px!important}.mt-1-xxxxl-minus{margin-top:-4px!important}.mb-1-xxxxl-minus{margin-bottom:-4px!important}.p-2-xxxxl{padding:8px!important}.pr-2-xxxxl{padding-right:8px!important}.pl-2-xxxxl{padding-left:8px!important}.pt-2-xxxxl{padding-top:8px!important}.pb-2-xxxxl{padding-bottom:8px!important}.px-2-xxxxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxxxl{padding-bottom:8px!important;padding-top:8px!important}.m-2-xxxxl{margin:8px!important}.mr-2-xxxxl{margin-right:8px!important}.ml-2-xxxxl{margin-left:8px!important}.mt-2-xxxxl{margin-top:8px!important}.mb-2-xxxxl{margin-bottom:8px!important}.mx-2-xxxxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxxxl{margin-bottom:8px!important;margin-top:8px!important}.m-2-xxxxl-minus{margin:-8px!important}.mr-2-xxxxl-minus{margin-right:-8px!important}.ml-2-xxxxl-minus{margin-left:-8px!important}.mt-2-xxxxl-minus{margin-top:-8px!important}.mb-2-xxxxl-minus{margin-bottom:-8px!important}.p-3-xxxxl{padding:12px!important}.pr-3-xxxxl{padding-right:12px!important}.pl-3-xxxxl{padding-left:12px!important}.pt-3-xxxxl{padding-top:12px!important}.pb-3-xxxxl{padding-bottom:12px!important}.px-3-xxxxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxxxl{padding-bottom:12px!important;padding-top:12px!important}.m-3-xxxxl{margin:12px!important}.mr-3-xxxxl{margin-right:12px!important}.ml-3-xxxxl{margin-left:12px!important}.mt-3-xxxxl{margin-top:12px!important}.mb-3-xxxxl{margin-bottom:12px!important}.mx-3-xxxxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxxxl{margin-bottom:12px!important;margin-top:12px!important}.m-3-xxxxl-minus{margin:-12px!important}.mr-3-xxxxl-minus{margin-right:-12px!important}.ml-3-xxxxl-minus{margin-left:-12px!important}.mt-3-xxxxl-minus{margin-top:-12px!important}.mb-3-xxxxl-minus{margin-bottom:-12px!important}.p-4-xxxxl{padding:16px!important}.pr-4-xxxxl{padding-right:16px!important}.pl-4-xxxxl{padding-left:16px!important}.pt-4-xxxxl{padding-top:16px!important}.pb-4-xxxxl{padding-bottom:16px!important}.px-4-xxxxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxxxl{padding-bottom:16px!important;padding-top:16px!important}.m-4-xxxxl{margin:16px!important}.mr-4-xxxxl{margin-right:16px!important}.ml-4-xxxxl{margin-left:16px!important}.mt-4-xxxxl{margin-top:16px!important}.mb-4-xxxxl{margin-bottom:16px!important}.mx-4-xxxxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxxxl{margin-bottom:16px!important;margin-top:16px!important}.m-4-xxxxl-minus{margin:-16px!important}.mr-4-xxxxl-minus{margin-right:-16px!important}.ml-4-xxxxl-minus{margin-left:-16px!important}.mt-4-xxxxl-minus{margin-top:-16px!important}.mb-4-xxxxl-minus{margin-bottom:-16px!important}.p-5-xxxxl{padding:20px!important}.pr-5-xxxxl{padding-right:20px!important}.pl-5-xxxxl{padding-left:20px!important}.pt-5-xxxxl{padding-top:20px!important}.pb-5-xxxxl{padding-bottom:20px!important}.px-5-xxxxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxxxl{padding-bottom:20px!important;padding-top:20px!important}.m-5-xxxxl{margin:20px!important}.mr-5-xxxxl{margin-right:20px!important}.ml-5-xxxxl{margin-left:20px!important}.mt-5-xxxxl{margin-top:20px!important}.mb-5-xxxxl{margin-bottom:20px!important}.mx-5-xxxxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxxxl{margin-bottom:20px!important;margin-top:20px!important}.m-5-xxxxl-minus{margin:-20px!important}.mr-5-xxxxl-minus{margin-right:-20px!important}.ml-5-xxxxl-minus{margin-left:-20px!important}.mt-5-xxxxl-minus{margin-top:-20px!important}.mb-5-xxxxl-minus{margin-bottom:-20px!important}.p-6-xxxxl{padding:24px!important}.pr-6-xxxxl{padding-right:24px!important}.pl-6-xxxxl{padding-left:24px!important}.pt-6-xxxxl{padding-top:24px!important}.pb-6-xxxxl{padding-bottom:24px!important}.px-6-xxxxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxxxl{padding-bottom:24px!important;padding-top:24px!important}.m-6-xxxxl{margin:24px!important}.mr-6-xxxxl{margin-right:24px!important}.ml-6-xxxxl{margin-left:24px!important}.mt-6-xxxxl{margin-top:24px!important}.mb-6-xxxxl{margin-bottom:24px!important}.mx-6-xxxxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxxxl{margin-bottom:24px!important;margin-top:24px!important}.m-6-xxxxl-minus{margin:-24px!important}.mr-6-xxxxl-minus{margin-right:-24px!important}.ml-6-xxxxl-minus{margin-left:-24px!important}.mt-6-xxxxl-minus{margin-top:-24px!important}.mb-6-xxxxl-minus{margin-bottom:-24px!important}.p-7-xxxxl{padding:28px!important}.pr-7-xxxxl{padding-right:28px!important}.pl-7-xxxxl{padding-left:28px!important}.pt-7-xxxxl{padding-top:28px!important}.pb-7-xxxxl{padding-bottom:28px!important}.px-7-xxxxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxxxl{padding-bottom:28px!important;padding-top:28px!important}.m-7-xxxxl{margin:28px!important}.mr-7-xxxxl{margin-right:28px!important}.ml-7-xxxxl{margin-left:28px!important}.mt-7-xxxxl{margin-top:28px!important}.mb-7-xxxxl{margin-bottom:28px!important}.mx-7-xxxxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxxxl{margin-bottom:28px!important;margin-top:28px!important}.m-7-xxxxl-minus{margin:-28px!important}.mr-7-xxxxl-minus{margin-right:-28px!important}.ml-7-xxxxl-minus{margin-left:-28px!important}.mt-7-xxxxl-minus{margin-top:-28px!important}.mb-7-xxxxl-minus{margin-bottom:-28px!important}.p-8-xxxxl{padding:32px!important}.pr-8-xxxxl{padding-right:32px!important}.pl-8-xxxxl{padding-left:32px!important}.pt-8-xxxxl{padding-top:32px!important}.pb-8-xxxxl{padding-bottom:32px!important}.px-8-xxxxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxxxl{padding-bottom:32px!important;padding-top:32px!important}.m-8-xxxxl{margin:32px!important}.mr-8-xxxxl{margin-right:32px!important}.ml-8-xxxxl{margin-left:32px!important}.mt-8-xxxxl{margin-top:32px!important}.mb-8-xxxxl{margin-bottom:32px!important}.mx-8-xxxxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxxxl{margin-bottom:32px!important;margin-top:32px!important}.m-8-xxxxl-minus{margin:-32px!important}.mr-8-xxxxl-minus{margin-right:-32px!important}.ml-8-xxxxl-minus{margin-left:-32px!important}.mt-8-xxxxl-minus{margin-top:-32px!important}.mb-8-xxxxl-minus{margin-bottom:-32px!important}.p-9-xxxxl{padding:36px!important}.pr-9-xxxxl{padding-right:36px!important}.pl-9-xxxxl{padding-left:36px!important}.pt-9-xxxxl{padding-top:36px!important}.pb-9-xxxxl{padding-bottom:36px!important}.px-9-xxxxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxxxl{padding-bottom:36px!important;padding-top:36px!important}.m-9-xxxxl{margin:36px!important}.mr-9-xxxxl{margin-right:36px!important}.ml-9-xxxxl{margin-left:36px!important}.mt-9-xxxxl{margin-top:36px!important}.mb-9-xxxxl{margin-bottom:36px!important}.mx-9-xxxxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxxxl{margin-bottom:36px!important;margin-top:36px!important}.m-9-xxxxl-minus{margin:-36px!important}.mr-9-xxxxl-minus{margin-right:-36px!important}.ml-9-xxxxl-minus{margin-left:-36px!important}.mt-9-xxxxl-minus{margin-top:-36px!important}.mb-9-xxxxl-minus{margin-bottom:-36px!important}.p-10-xxxxl{padding:40px!important}.pr-10-xxxxl{padding-right:40px!important}.pl-10-xxxxl{padding-left:40px!important}.pt-10-xxxxl{padding-top:40px!important}.pb-10-xxxxl{padding-bottom:40px!important}.px-10-xxxxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxxxl{padding-bottom:40px!important;padding-top:40px!important}.m-10-xxxxl{margin:40px!important}.mr-10-xxxxl{margin-right:40px!important}.ml-10-xxxxl{margin-left:40px!important}.mt-10-xxxxl{margin-top:40px!important}.mb-10-xxxxl{margin-bottom:40px!important}.mx-10-xxxxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxxxl{margin-bottom:40px!important;margin-top:40px!important}.m-10-xxxxl-minus{margin:-40px!important}.mr-10-xxxxl-minus{margin-right:-40px!important}.ml-10-xxxxl-minus{margin-left:-40px!important}.mt-10-xxxxl-minus{margin-top:-40px!important}.mb-10-xxxxl-minus{margin-bottom:-40px!important}.p-11-xxxxl{padding:44px!important}.pr-11-xxxxl{padding-right:44px!important}.pl-11-xxxxl{padding-left:44px!important}.pt-11-xxxxl{padding-top:44px!important}.pb-11-xxxxl{padding-bottom:44px!important}.px-11-xxxxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxxxl{padding-bottom:44px!important;padding-top:44px!important}.m-11-xxxxl{margin:44px!important}.mr-11-xxxxl{margin-right:44px!important}.ml-11-xxxxl{margin-left:44px!important}.mt-11-xxxxl{margin-top:44px!important}.mb-11-xxxxl{margin-bottom:44px!important}.mx-11-xxxxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxxxl{margin-bottom:44px!important;margin-top:44px!important}.m-11-xxxxl-minus{margin:-44px!important}.mr-11-xxxxl-minus{margin-right:-44px!important}.ml-11-xxxxl-minus{margin-left:-44px!important}.mt-11-xxxxl-minus{margin-top:-44px!important}.mb-11-xxxxl-minus{margin-bottom:-44px!important}.p-12-xxxxl{padding:48px!important}.pr-12-xxxxl{padding-right:48px!important}.pl-12-xxxxl{padding-left:48px!important}.pt-12-xxxxl{padding-top:48px!important}.pb-12-xxxxl{padding-bottom:48px!important}.px-12-xxxxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxxxl{padding-bottom:48px!important;padding-top:48px!important}.m-12-xxxxl{margin:48px!important}.mr-12-xxxxl{margin-right:48px!important}.ml-12-xxxxl{margin-left:48px!important}.mt-12-xxxxl{margin-top:48px!important}.mb-12-xxxxl{margin-bottom:48px!important}.mx-12-xxxxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxxxl{margin-bottom:48px!important;margin-top:48px!important}.m-12-xxxxl-minus{margin:-48px!important}.mr-12-xxxxl-minus{margin-right:-48px!important}.ml-12-xxxxl-minus{margin-left:-48px!important}.mt-12-xxxxl-minus{margin-top:-48px!important}.mb-12-xxxxl-minus{margin-bottom:-48px!important}.p-13-xxxxl{padding:52px!important}.pr-13-xxxxl{padding-right:52px!important}.pl-13-xxxxl{padding-left:52px!important}.pt-13-xxxxl{padding-top:52px!important}.pb-13-xxxxl{padding-bottom:52px!important}.px-13-xxxxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxxxl{padding-bottom:52px!important;padding-top:52px!important}.m-13-xxxxl{margin:52px!important}.mr-13-xxxxl{margin-right:52px!important}.ml-13-xxxxl{margin-left:52px!important}.mt-13-xxxxl{margin-top:52px!important}.mb-13-xxxxl{margin-bottom:52px!important}.mx-13-xxxxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxxxl{margin-bottom:52px!important;margin-top:52px!important}.m-13-xxxxl-minus{margin:-52px!important}.mr-13-xxxxl-minus{margin-right:-52px!important}.ml-13-xxxxl-minus{margin-left:-52px!important}.mt-13-xxxxl-minus{margin-top:-52px!important}.mb-13-xxxxl-minus{margin-bottom:-52px!important}.p-14-xxxxl{padding:56px!important}.pr-14-xxxxl{padding-right:56px!important}.pl-14-xxxxl{padding-left:56px!important}.pt-14-xxxxl{padding-top:56px!important}.pb-14-xxxxl{padding-bottom:56px!important}.px-14-xxxxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxxxl{padding-bottom:56px!important;padding-top:56px!important}.m-14-xxxxl{margin:56px!important}.mr-14-xxxxl{margin-right:56px!important}.ml-14-xxxxl{margin-left:56px!important}.mt-14-xxxxl{margin-top:56px!important}.mb-14-xxxxl{margin-bottom:56px!important}.mx-14-xxxxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxxxl{margin-bottom:56px!important;margin-top:56px!important}.m-14-xxxxl-minus{margin:-56px!important}.mr-14-xxxxl-minus{margin-right:-56px!important}.ml-14-xxxxl-minus{margin-left:-56px!important}.mt-14-xxxxl-minus{margin-top:-56px!important}.mb-14-xxxxl-minus{margin-bottom:-56px!important}.p-15-xxxxl{padding:60px!important}.pr-15-xxxxl{padding-right:60px!important}.pl-15-xxxxl{padding-left:60px!important}.pt-15-xxxxl{padding-top:60px!important}.pb-15-xxxxl{padding-bottom:60px!important}.px-15-xxxxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxxxl{padding-bottom:60px!important;padding-top:60px!important}.m-15-xxxxl{margin:60px!important}.mr-15-xxxxl{margin-right:60px!important}.ml-15-xxxxl{margin-left:60px!important}.mt-15-xxxxl{margin-top:60px!important}.mb-15-xxxxl{margin-bottom:60px!important}.mx-15-xxxxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxxxl{margin-bottom:60px!important;margin-top:60px!important}.m-15-xxxxl-minus{margin:-60px!important}.mr-15-xxxxl-minus{margin-right:-60px!important}.ml-15-xxxxl-minus{margin-left:-60px!important}.mt-15-xxxxl-minus{margin-top:-60px!important}.mb-15-xxxxl-minus{margin-bottom:-60px!important}.p-16-xxxxl{padding:64px!important}.pr-16-xxxxl{padding-right:64px!important}.pl-16-xxxxl{padding-left:64px!important}.pt-16-xxxxl{padding-top:64px!important}.pb-16-xxxxl{padding-bottom:64px!important}.px-16-xxxxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxxxl{padding-bottom:64px!important;padding-top:64px!important}.m-16-xxxxl{margin:64px!important}.mr-16-xxxxl{margin-right:64px!important}.ml-16-xxxxl{margin-left:64px!important}.mt-16-xxxxl{margin-top:64px!important}.mb-16-xxxxl{margin-bottom:64px!important}.mx-16-xxxxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxxxl{margin-bottom:64px!important;margin-top:64px!important}.m-16-xxxxl-minus{margin:-64px!important}.mr-16-xxxxl-minus{margin-right:-64px!important}.ml-16-xxxxl-minus{margin-left:-64px!important}.mt-16-xxxxl-minus{margin-top:-64px!important}.mb-16-xxxxl-minus{margin-bottom:-64px!important}.p-17-xxxxl{padding:68px!important}.pr-17-xxxxl{padding-right:68px!important}.pl-17-xxxxl{padding-left:68px!important}.pt-17-xxxxl{padding-top:68px!important}.pb-17-xxxxl{padding-bottom:68px!important}.px-17-xxxxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxxxl{padding-bottom:68px!important;padding-top:68px!important}.m-17-xxxxl{margin:68px!important}.mr-17-xxxxl{margin-right:68px!important}.ml-17-xxxxl{margin-left:68px!important}.mt-17-xxxxl{margin-top:68px!important}.mb-17-xxxxl{margin-bottom:68px!important}.mx-17-xxxxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxxxl{margin-bottom:68px!important;margin-top:68px!important}.m-17-xxxxl-minus{margin:-68px!important}.mr-17-xxxxl-minus{margin-right:-68px!important}.ml-17-xxxxl-minus{margin-left:-68px!important}.mt-17-xxxxl-minus{margin-top:-68px!important}.mb-17-xxxxl-minus{margin-bottom:-68px!important}.p-18-xxxxl{padding:72px!important}.pr-18-xxxxl{padding-right:72px!important}.pl-18-xxxxl{padding-left:72px!important}.pt-18-xxxxl{padding-top:72px!important}.pb-18-xxxxl{padding-bottom:72px!important}.px-18-xxxxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxxxl{padding-bottom:72px!important;padding-top:72px!important}.m-18-xxxxl{margin:72px!important}.mr-18-xxxxl{margin-right:72px!important}.ml-18-xxxxl{margin-left:72px!important}.mt-18-xxxxl{margin-top:72px!important}.mb-18-xxxxl{margin-bottom:72px!important}.mx-18-xxxxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxxxl{margin-bottom:72px!important;margin-top:72px!important}.m-18-xxxxl-minus{margin:-72px!important}.mr-18-xxxxl-minus{margin-right:-72px!important}.ml-18-xxxxl-minus{margin-left:-72px!important}.mt-18-xxxxl-minus{margin-top:-72px!important}.mb-18-xxxxl-minus{margin-bottom:-72px!important}.p-19-xxxxl{padding:76px!important}.pr-19-xxxxl{padding-right:76px!important}.pl-19-xxxxl{padding-left:76px!important}.pt-19-xxxxl{padding-top:76px!important}.pb-19-xxxxl{padding-bottom:76px!important}.px-19-xxxxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxxxl{padding-bottom:76px!important;padding-top:76px!important}.m-19-xxxxl{margin:76px!important}.mr-19-xxxxl{margin-right:76px!important}.ml-19-xxxxl{margin-left:76px!important}.mt-19-xxxxl{margin-top:76px!important}.mb-19-xxxxl{margin-bottom:76px!important}.mx-19-xxxxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxxxl{margin-bottom:76px!important;margin-top:76px!important}.m-19-xxxxl-minus{margin:-76px!important}.mr-19-xxxxl-minus{margin-right:-76px!important}.ml-19-xxxxl-minus{margin-left:-76px!important}.mt-19-xxxxl-minus{margin-top:-76px!important}.mb-19-xxxxl-minus{margin-bottom:-76px!important}.p-20-xxxxl{padding:80px!important}.pr-20-xxxxl{padding-right:80px!important}.pl-20-xxxxl{padding-left:80px!important}.pt-20-xxxxl{padding-top:80px!important}.pb-20-xxxxl{padding-bottom:80px!important}.px-20-xxxxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxxxl{padding-bottom:80px!important;padding-top:80px!important}.m-20-xxxxl{margin:80px!important}.mr-20-xxxxl{margin-right:80px!important}.ml-20-xxxxl{margin-left:80px!important}.mt-20-xxxxl{margin-top:80px!important}.mb-20-xxxxl{margin-bottom:80px!important}.mx-20-xxxxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxxxl{margin-bottom:80px!important;margin-top:80px!important}.m-20-xxxxl-minus{margin:-80px!important}.mr-20-xxxxl-minus{margin-right:-80px!important}.ml-20-xxxxl-minus{margin-left:-80px!important}.mt-20-xxxxl-minus{margin-top:-80px!important}.mb-20-xxxxl-minus{margin-bottom:-80px!important}}@media screen and (min-width:2000px){.mx-auto-xxxxxl{margin-right:auto!important}.ml-auto-xxxxxl,.mx-auto-xxxxxl{margin-left:auto!important}.mr-auto-xxxxxl{margin-right:auto!important}.mt-auto-xxxxxl{margin-top:auto!important}.mb-auto-xxxxxl{margin-bottom:auto!important}.p-0-xxxxxl{padding:0!important}.pr-0-xxxxxl{padding-right:0!important}.pl-0-xxxxxl{padding-left:0!important}.pt-0-xxxxxl{padding-top:0!important}.pb-0-xxxxxl{padding-bottom:0!important}.px-0-xxxxxl{padding-left:0!important;padding-right:0!important}.py-0-xxxxxl{padding-bottom:0!important;padding-top:0!important}.m-0-xxxxxl{margin:0!important}.mr-0-xxxxxl{margin-right:0!important}.ml-0-xxxxxl{margin-left:0!important}.mt-0-xxxxxl{margin-top:0!important}.mb-0-xxxxxl{margin-bottom:0!important}.mx-0-xxxxxl{margin-left:0!important;margin-right:0!important}.my-0-xxxxxl{margin-bottom:0!important;margin-top:0!important}.m-0-xxxxxl-minus{margin:0!important}.mr-0-xxxxxl-minus{margin-right:0!important}.ml-0-xxxxxl-minus{margin-left:0!important}.mt-0-xxxxxl-minus{margin-top:0!important}.mb-0-xxxxxl-minus{margin-bottom:0!important}.p-1-xxxxxl{padding:4px!important}.pr-1-xxxxxl{padding-right:4px!important}.pl-1-xxxxxl{padding-left:4px!important}.pt-1-xxxxxl{padding-top:4px!important}.pb-1-xxxxxl{padding-bottom:4px!important}.px-1-xxxxxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxxxxl{padding-bottom:4px!important;padding-top:4px!important}.m-1-xxxxxl{margin:4px!important}.mr-1-xxxxxl{margin-right:4px!important}.ml-1-xxxxxl{margin-left:4px!important}.mt-1-xxxxxl{margin-top:4px!important}.mb-1-xxxxxl{margin-bottom:4px!important}.mx-1-xxxxxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxxxxl{margin-bottom:4px!important;margin-top:4px!important}.m-1-xxxxxl-minus{margin:-4px!important}.mr-1-xxxxxl-minus{margin-right:-4px!important}.ml-1-xxxxxl-minus{margin-left:-4px!important}.mt-1-xxxxxl-minus{margin-top:-4px!important}.mb-1-xxxxxl-minus{margin-bottom:-4px!important}.p-2-xxxxxl{padding:8px!important}.pr-2-xxxxxl{padding-right:8px!important}.pl-2-xxxxxl{padding-left:8px!important}.pt-2-xxxxxl{padding-top:8px!important}.pb-2-xxxxxl{padding-bottom:8px!important}.px-2-xxxxxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxxxxl{padding-bottom:8px!important;padding-top:8px!important}.m-2-xxxxxl{margin:8px!important}.mr-2-xxxxxl{margin-right:8px!important}.ml-2-xxxxxl{margin-left:8px!important}.mt-2-xxxxxl{margin-top:8px!important}.mb-2-xxxxxl{margin-bottom:8px!important}.mx-2-xxxxxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxxxxl{margin-bottom:8px!important;margin-top:8px!important}.m-2-xxxxxl-minus{margin:-8px!important}.mr-2-xxxxxl-minus{margin-right:-8px!important}.ml-2-xxxxxl-minus{margin-left:-8px!important}.mt-2-xxxxxl-minus{margin-top:-8px!important}.mb-2-xxxxxl-minus{margin-bottom:-8px!important}.p-3-xxxxxl{padding:12px!important}.pr-3-xxxxxl{padding-right:12px!important}.pl-3-xxxxxl{padding-left:12px!important}.pt-3-xxxxxl{padding-top:12px!important}.pb-3-xxxxxl{padding-bottom:12px!important}.px-3-xxxxxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxxxxl{padding-bottom:12px!important;padding-top:12px!important}.m-3-xxxxxl{margin:12px!important}.mr-3-xxxxxl{margin-right:12px!important}.ml-3-xxxxxl{margin-left:12px!important}.mt-3-xxxxxl{margin-top:12px!important}.mb-3-xxxxxl{margin-bottom:12px!important}.mx-3-xxxxxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxxxxl{margin-bottom:12px!important;margin-top:12px!important}.m-3-xxxxxl-minus{margin:-12px!important}.mr-3-xxxxxl-minus{margin-right:-12px!important}.ml-3-xxxxxl-minus{margin-left:-12px!important}.mt-3-xxxxxl-minus{margin-top:-12px!important}.mb-3-xxxxxl-minus{margin-bottom:-12px!important}.p-4-xxxxxl{padding:16px!important}.pr-4-xxxxxl{padding-right:16px!important}.pl-4-xxxxxl{padding-left:16px!important}.pt-4-xxxxxl{padding-top:16px!important}.pb-4-xxxxxl{padding-bottom:16px!important}.px-4-xxxxxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxxxxl{padding-bottom:16px!important;padding-top:16px!important}.m-4-xxxxxl{margin:16px!important}.mr-4-xxxxxl{margin-right:16px!important}.ml-4-xxxxxl{margin-left:16px!important}.mt-4-xxxxxl{margin-top:16px!important}.mb-4-xxxxxl{margin-bottom:16px!important}.mx-4-xxxxxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxxxxl{margin-bottom:16px!important;margin-top:16px!important}.m-4-xxxxxl-minus{margin:-16px!important}.mr-4-xxxxxl-minus{margin-right:-16px!important}.ml-4-xxxxxl-minus{margin-left:-16px!important}.mt-4-xxxxxl-minus{margin-top:-16px!important}.mb-4-xxxxxl-minus{margin-bottom:-16px!important}.p-5-xxxxxl{padding:20px!important}.pr-5-xxxxxl{padding-right:20px!important}.pl-5-xxxxxl{padding-left:20px!important}.pt-5-xxxxxl{padding-top:20px!important}.pb-5-xxxxxl{padding-bottom:20px!important}.px-5-xxxxxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxxxxl{padding-bottom:20px!important;padding-top:20px!important}.m-5-xxxxxl{margin:20px!important}.mr-5-xxxxxl{margin-right:20px!important}.ml-5-xxxxxl{margin-left:20px!important}.mt-5-xxxxxl{margin-top:20px!important}.mb-5-xxxxxl{margin-bottom:20px!important}.mx-5-xxxxxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxxxxl{margin-bottom:20px!important;margin-top:20px!important}.m-5-xxxxxl-minus{margin:-20px!important}.mr-5-xxxxxl-minus{margin-right:-20px!important}.ml-5-xxxxxl-minus{margin-left:-20px!important}.mt-5-xxxxxl-minus{margin-top:-20px!important}.mb-5-xxxxxl-minus{margin-bottom:-20px!important}.p-6-xxxxxl{padding:24px!important}.pr-6-xxxxxl{padding-right:24px!important}.pl-6-xxxxxl{padding-left:24px!important}.pt-6-xxxxxl{padding-top:24px!important}.pb-6-xxxxxl{padding-bottom:24px!important}.px-6-xxxxxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxxxxl{padding-bottom:24px!important;padding-top:24px!important}.m-6-xxxxxl{margin:24px!important}.mr-6-xxxxxl{margin-right:24px!important}.ml-6-xxxxxl{margin-left:24px!important}.mt-6-xxxxxl{margin-top:24px!important}.mb-6-xxxxxl{margin-bottom:24px!important}.mx-6-xxxxxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxxxxl{margin-bottom:24px!important;margin-top:24px!important}.m-6-xxxxxl-minus{margin:-24px!important}.mr-6-xxxxxl-minus{margin-right:-24px!important}.ml-6-xxxxxl-minus{margin-left:-24px!important}.mt-6-xxxxxl-minus{margin-top:-24px!important}.mb-6-xxxxxl-minus{margin-bottom:-24px!important}.p-7-xxxxxl{padding:28px!important}.pr-7-xxxxxl{padding-right:28px!important}.pl-7-xxxxxl{padding-left:28px!important}.pt-7-xxxxxl{padding-top:28px!important}.pb-7-xxxxxl{padding-bottom:28px!important}.px-7-xxxxxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxxxxl{padding-bottom:28px!important;padding-top:28px!important}.m-7-xxxxxl{margin:28px!important}.mr-7-xxxxxl{margin-right:28px!important}.ml-7-xxxxxl{margin-left:28px!important}.mt-7-xxxxxl{margin-top:28px!important}.mb-7-xxxxxl{margin-bottom:28px!important}.mx-7-xxxxxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxxxxl{margin-bottom:28px!important;margin-top:28px!important}.m-7-xxxxxl-minus{margin:-28px!important}.mr-7-xxxxxl-minus{margin-right:-28px!important}.ml-7-xxxxxl-minus{margin-left:-28px!important}.mt-7-xxxxxl-minus{margin-top:-28px!important}.mb-7-xxxxxl-minus{margin-bottom:-28px!important}.p-8-xxxxxl{padding:32px!important}.pr-8-xxxxxl{padding-right:32px!important}.pl-8-xxxxxl{padding-left:32px!important}.pt-8-xxxxxl{padding-top:32px!important}.pb-8-xxxxxl{padding-bottom:32px!important}.px-8-xxxxxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxxxxl{padding-bottom:32px!important;padding-top:32px!important}.m-8-xxxxxl{margin:32px!important}.mr-8-xxxxxl{margin-right:32px!important}.ml-8-xxxxxl{margin-left:32px!important}.mt-8-xxxxxl{margin-top:32px!important}.mb-8-xxxxxl{margin-bottom:32px!important}.mx-8-xxxxxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxxxxl{margin-bottom:32px!important;margin-top:32px!important}.m-8-xxxxxl-minus{margin:-32px!important}.mr-8-xxxxxl-minus{margin-right:-32px!important}.ml-8-xxxxxl-minus{margin-left:-32px!important}.mt-8-xxxxxl-minus{margin-top:-32px!important}.mb-8-xxxxxl-minus{margin-bottom:-32px!important}.p-9-xxxxxl{padding:36px!important}.pr-9-xxxxxl{padding-right:36px!important}.pl-9-xxxxxl{padding-left:36px!important}.pt-9-xxxxxl{padding-top:36px!important}.pb-9-xxxxxl{padding-bottom:36px!important}.px-9-xxxxxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxxxxl{padding-bottom:36px!important;padding-top:36px!important}.m-9-xxxxxl{margin:36px!important}.mr-9-xxxxxl{margin-right:36px!important}.ml-9-xxxxxl{margin-left:36px!important}.mt-9-xxxxxl{margin-top:36px!important}.mb-9-xxxxxl{margin-bottom:36px!important}.mx-9-xxxxxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxxxxl{margin-bottom:36px!important;margin-top:36px!important}.m-9-xxxxxl-minus{margin:-36px!important}.mr-9-xxxxxl-minus{margin-right:-36px!important}.ml-9-xxxxxl-minus{margin-left:-36px!important}.mt-9-xxxxxl-minus{margin-top:-36px!important}.mb-9-xxxxxl-minus{margin-bottom:-36px!important}.p-10-xxxxxl{padding:40px!important}.pr-10-xxxxxl{padding-right:40px!important}.pl-10-xxxxxl{padding-left:40px!important}.pt-10-xxxxxl{padding-top:40px!important}.pb-10-xxxxxl{padding-bottom:40px!important}.px-10-xxxxxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxxxxl{padding-bottom:40px!important;padding-top:40px!important}.m-10-xxxxxl{margin:40px!important}.mr-10-xxxxxl{margin-right:40px!important}.ml-10-xxxxxl{margin-left:40px!important}.mt-10-xxxxxl{margin-top:40px!important}.mb-10-xxxxxl{margin-bottom:40px!important}.mx-10-xxxxxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxxxxl{margin-bottom:40px!important;margin-top:40px!important}.m-10-xxxxxl-minus{margin:-40px!important}.mr-10-xxxxxl-minus{margin-right:-40px!important}.ml-10-xxxxxl-minus{margin-left:-40px!important}.mt-10-xxxxxl-minus{margin-top:-40px!important}.mb-10-xxxxxl-minus{margin-bottom:-40px!important}.p-11-xxxxxl{padding:44px!important}.pr-11-xxxxxl{padding-right:44px!important}.pl-11-xxxxxl{padding-left:44px!important}.pt-11-xxxxxl{padding-top:44px!important}.pb-11-xxxxxl{padding-bottom:44px!important}.px-11-xxxxxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxxxxl{padding-bottom:44px!important;padding-top:44px!important}.m-11-xxxxxl{margin:44px!important}.mr-11-xxxxxl{margin-right:44px!important}.ml-11-xxxxxl{margin-left:44px!important}.mt-11-xxxxxl{margin-top:44px!important}.mb-11-xxxxxl{margin-bottom:44px!important}.mx-11-xxxxxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxxxxl{margin-bottom:44px!important;margin-top:44px!important}.m-11-xxxxxl-minus{margin:-44px!important}.mr-11-xxxxxl-minus{margin-right:-44px!important}.ml-11-xxxxxl-minus{margin-left:-44px!important}.mt-11-xxxxxl-minus{margin-top:-44px!important}.mb-11-xxxxxl-minus{margin-bottom:-44px!important}.p-12-xxxxxl{padding:48px!important}.pr-12-xxxxxl{padding-right:48px!important}.pl-12-xxxxxl{padding-left:48px!important}.pt-12-xxxxxl{padding-top:48px!important}.pb-12-xxxxxl{padding-bottom:48px!important}.px-12-xxxxxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxxxxl{padding-bottom:48px!important;padding-top:48px!important}.m-12-xxxxxl{margin:48px!important}.mr-12-xxxxxl{margin-right:48px!important}.ml-12-xxxxxl{margin-left:48px!important}.mt-12-xxxxxl{margin-top:48px!important}.mb-12-xxxxxl{margin-bottom:48px!important}.mx-12-xxxxxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxxxxl{margin-bottom:48px!important;margin-top:48px!important}.m-12-xxxxxl-minus{margin:-48px!important}.mr-12-xxxxxl-minus{margin-right:-48px!important}.ml-12-xxxxxl-minus{margin-left:-48px!important}.mt-12-xxxxxl-minus{margin-top:-48px!important}.mb-12-xxxxxl-minus{margin-bottom:-48px!important}.p-13-xxxxxl{padding:52px!important}.pr-13-xxxxxl{padding-right:52px!important}.pl-13-xxxxxl{padding-left:52px!important}.pt-13-xxxxxl{padding-top:52px!important}.pb-13-xxxxxl{padding-bottom:52px!important}.px-13-xxxxxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxxxxl{padding-bottom:52px!important;padding-top:52px!important}.m-13-xxxxxl{margin:52px!important}.mr-13-xxxxxl{margin-right:52px!important}.ml-13-xxxxxl{margin-left:52px!important}.mt-13-xxxxxl{margin-top:52px!important}.mb-13-xxxxxl{margin-bottom:52px!important}.mx-13-xxxxxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxxxxl{margin-bottom:52px!important;margin-top:52px!important}.m-13-xxxxxl-minus{margin:-52px!important}.mr-13-xxxxxl-minus{margin-right:-52px!important}.ml-13-xxxxxl-minus{margin-left:-52px!important}.mt-13-xxxxxl-minus{margin-top:-52px!important}.mb-13-xxxxxl-minus{margin-bottom:-52px!important}.p-14-xxxxxl{padding:56px!important}.pr-14-xxxxxl{padding-right:56px!important}.pl-14-xxxxxl{padding-left:56px!important}.pt-14-xxxxxl{padding-top:56px!important}.pb-14-xxxxxl{padding-bottom:56px!important}.px-14-xxxxxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxxxxl{padding-bottom:56px!important;padding-top:56px!important}.m-14-xxxxxl{margin:56px!important}.mr-14-xxxxxl{margin-right:56px!important}.ml-14-xxxxxl{margin-left:56px!important}.mt-14-xxxxxl{margin-top:56px!important}.mb-14-xxxxxl{margin-bottom:56px!important}.mx-14-xxxxxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxxxxl{margin-bottom:56px!important;margin-top:56px!important}.m-14-xxxxxl-minus{margin:-56px!important}.mr-14-xxxxxl-minus{margin-right:-56px!important}.ml-14-xxxxxl-minus{margin-left:-56px!important}.mt-14-xxxxxl-minus{margin-top:-56px!important}.mb-14-xxxxxl-minus{margin-bottom:-56px!important}.p-15-xxxxxl{padding:60px!important}.pr-15-xxxxxl{padding-right:60px!important}.pl-15-xxxxxl{padding-left:60px!important}.pt-15-xxxxxl{padding-top:60px!important}.pb-15-xxxxxl{padding-bottom:60px!important}.px-15-xxxxxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxxxxl{padding-bottom:60px!important;padding-top:60px!important}.m-15-xxxxxl{margin:60px!important}.mr-15-xxxxxl{margin-right:60px!important}.ml-15-xxxxxl{margin-left:60px!important}.mt-15-xxxxxl{margin-top:60px!important}.mb-15-xxxxxl{margin-bottom:60px!important}.mx-15-xxxxxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxxxxl{margin-bottom:60px!important;margin-top:60px!important}.m-15-xxxxxl-minus{margin:-60px!important}.mr-15-xxxxxl-minus{margin-right:-60px!important}.ml-15-xxxxxl-minus{margin-left:-60px!important}.mt-15-xxxxxl-minus{margin-top:-60px!important}.mb-15-xxxxxl-minus{margin-bottom:-60px!important}.p-16-xxxxxl{padding:64px!important}.pr-16-xxxxxl{padding-right:64px!important}.pl-16-xxxxxl{padding-left:64px!important}.pt-16-xxxxxl{padding-top:64px!important}.pb-16-xxxxxl{padding-bottom:64px!important}.px-16-xxxxxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxxxxl{padding-bottom:64px!important;padding-top:64px!important}.m-16-xxxxxl{margin:64px!important}.mr-16-xxxxxl{margin-right:64px!important}.ml-16-xxxxxl{margin-left:64px!important}.mt-16-xxxxxl{margin-top:64px!important}.mb-16-xxxxxl{margin-bottom:64px!important}.mx-16-xxxxxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxxxxl{margin-bottom:64px!important;margin-top:64px!important}.m-16-xxxxxl-minus{margin:-64px!important}.mr-16-xxxxxl-minus{margin-right:-64px!important}.ml-16-xxxxxl-minus{margin-left:-64px!important}.mt-16-xxxxxl-minus{margin-top:-64px!important}.mb-16-xxxxxl-minus{margin-bottom:-64px!important}.p-17-xxxxxl{padding:68px!important}.pr-17-xxxxxl{padding-right:68px!important}.pl-17-xxxxxl{padding-left:68px!important}.pt-17-xxxxxl{padding-top:68px!important}.pb-17-xxxxxl{padding-bottom:68px!important}.px-17-xxxxxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxxxxl{padding-bottom:68px!important;padding-top:68px!important}.m-17-xxxxxl{margin:68px!important}.mr-17-xxxxxl{margin-right:68px!important}.ml-17-xxxxxl{margin-left:68px!important}.mt-17-xxxxxl{margin-top:68px!important}.mb-17-xxxxxl{margin-bottom:68px!important}.mx-17-xxxxxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxxxxl{margin-bottom:68px!important;margin-top:68px!important}.m-17-xxxxxl-minus{margin:-68px!important}.mr-17-xxxxxl-minus{margin-right:-68px!important}.ml-17-xxxxxl-minus{margin-left:-68px!important}.mt-17-xxxxxl-minus{margin-top:-68px!important}.mb-17-xxxxxl-minus{margin-bottom:-68px!important}.p-18-xxxxxl{padding:72px!important}.pr-18-xxxxxl{padding-right:72px!important}.pl-18-xxxxxl{padding-left:72px!important}.pt-18-xxxxxl{padding-top:72px!important}.pb-18-xxxxxl{padding-bottom:72px!important}.px-18-xxxxxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxxxxl{padding-bottom:72px!important;padding-top:72px!important}.m-18-xxxxxl{margin:72px!important}.mr-18-xxxxxl{margin-right:72px!important}.ml-18-xxxxxl{margin-left:72px!important}.mt-18-xxxxxl{margin-top:72px!important}.mb-18-xxxxxl{margin-bottom:72px!important}.mx-18-xxxxxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxxxxl{margin-bottom:72px!important;margin-top:72px!important}.m-18-xxxxxl-minus{margin:-72px!important}.mr-18-xxxxxl-minus{margin-right:-72px!important}.ml-18-xxxxxl-minus{margin-left:-72px!important}.mt-18-xxxxxl-minus{margin-top:-72px!important}.mb-18-xxxxxl-minus{margin-bottom:-72px!important}.p-19-xxxxxl{padding:76px!important}.pr-19-xxxxxl{padding-right:76px!important}.pl-19-xxxxxl{padding-left:76px!important}.pt-19-xxxxxl{padding-top:76px!important}.pb-19-xxxxxl{padding-bottom:76px!important}.px-19-xxxxxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxxxxl{padding-bottom:76px!important;padding-top:76px!important}.m-19-xxxxxl{margin:76px!important}.mr-19-xxxxxl{margin-right:76px!important}.ml-19-xxxxxl{margin-left:76px!important}.mt-19-xxxxxl{margin-top:76px!important}.mb-19-xxxxxl{margin-bottom:76px!important}.mx-19-xxxxxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxxxxl{margin-bottom:76px!important;margin-top:76px!important}.m-19-xxxxxl-minus{margin:-76px!important}.mr-19-xxxxxl-minus{margin-right:-76px!important}.ml-19-xxxxxl-minus{margin-left:-76px!important}.mt-19-xxxxxl-minus{margin-top:-76px!important}.mb-19-xxxxxl-minus{margin-bottom:-76px!important}.p-20-xxxxxl{padding:80px!important}.pr-20-xxxxxl{padding-right:80px!important}.pl-20-xxxxxl{padding-left:80px!important}.pt-20-xxxxxl{padding-top:80px!important}.pb-20-xxxxxl{padding-bottom:80px!important}.px-20-xxxxxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxxxxl{padding-bottom:80px!important;padding-top:80px!important}.m-20-xxxxxl{margin:80px!important}.mr-20-xxxxxl{margin-right:80px!important}.ml-20-xxxxxl{margin-left:80px!important}.mt-20-xxxxxl{margin-top:80px!important}.mb-20-xxxxxl{margin-bottom:80px!important}.mx-20-xxxxxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxxxxl{margin-bottom:80px!important;margin-top:80px!important}.m-20-xxxxxl-minus{margin:-80px!important}.mr-20-xxxxxl-minus{margin-right:-80px!important}.ml-20-xxxxxl-minus{margin-left:-80px!important}.mt-20-xxxxxl-minus{margin-top:-80px!important}.mb-20-xxxxxl-minus{margin-bottom:-80px!important}}");styleInject('.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:112px;font-weight:200}.display3{font-size:56px;font-weight:400}.display2{font-size:48px;font-weight:400}.display1{font-size:36px;font-weight:400}.display1,.display2,.display3,.display4{color:#757575;line-height:1;margin-bottom:20px;margin-top:20px}.h1,.leader,h1{font-size:48px;font-weight:100}.h2,.sub-leader,h2{font-size:38px;font-weight:400}.h3,.header,h3{font-size:30px;font-weight:500}.h4,.sub-header,h4{font-size:24px;font-weight:500}.alt-header,.h5,h5{font-size:20px;font-weight:500}.h6,.sub-alt-header,h6{font-size:16px;font-weight:500}.text-small{font-size:12px;font-weight:400}.text-secondary{font-size:14px;font-weight:400}.text-leader{font-size:24px}.text-leader,.text-leader2{font-weight:300;line-height:1.2}.text-leader2{font-size:20px}.text-muted{color:#bebebe}.alt-header,.h1,.h2,.h3,.h4,.h5,.h6,.header,.leader,.sub-alt-header,.sub-header,.sub-leader,h1,h2,h3,h4,h5,h6{color:inherit;line-height:1.1;margin:1rem 0}.alt-header>.small,.alt-header>small,.h1>.small,.h1>small,.h2>.small,.h2>small,.h3>.small,.h3>small,.h4>.small,.h4>small,.h5>.small,.h5>small,.h6>.small,.h6>small,.header>.small,.header>small,.leader>.small,.leader>small,.sub-alt-header>.small,.sub-alt-header>small,.sub-header>.small,.sub-header>small,.sub-leader>.small,.sub-leader>small,h1>.small,h1>small,h2>.small,h2>small,h3>.small,h3>small,h4>.small,h4>small,h5>.small,h5>small,h6>.small,h6>small{color:#777;font-size:.7em;font-weight:400;line-height:1}.alt-header:first-child,.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,.h6:first-child,.header:first-child,.leader:first-child,.sub-alt-header:first-child,.sub-header:first-child,.sub-leader:first-child,h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-italic{font-style:italic!important}.text-oblique{font-style:oblique!important}.text-overline{text-decoration:overline!important}.text-linethrough{text-decoration:line-through!important}.text-underline{text-decoration:underline!important}.text-underover{text-decoration:underline overline!important}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:initial!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{border-bottom:1px dotted #bebebe;cursor:help;display:inline;text-decoration:none}address{font-style:normal;font-weight:400;margin-bottom:1rem}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{margin-bottom:1rem;margin-top:0;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a:not([class]){-webkit-text-decoration-skip:objects;background-color:initial;-webkit-box-shadow:none;box-shadow:none;color:#0366d6;position:relative;text-decoration:none}a:not([class]):hover{color:#0056b3;text-decoration:underline}a:not([class]):not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([class]):not([href]):not([tabindex]):focus,a:not([class]):not([href]):not([tabindex]):hover{color:inherit;outline:0;text-decoration:none}.no-decor{text-decoration:none!important}mark{background-color:#fcf8e3;color:#000;padding:.1875rem}del{color:#bebebe}*+p{margin-top:1rem}dl,ol,ul{list-style-position:inside;margin:1rem}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin-bottom:0;margin-top:0;padding-left:1.5rem}dir,menu,ul{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dd,dl dt{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{clear:left;float:left;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:10rem}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{float:left;font-size:3rem;font-weight:700;line-height:2.5rem;margin-left:-.125rem;margin-right:.5rem;margin-top:.125rem;padding:0}blockquote{border-left:.25rem solid #f8f8f8;margin-bottom:1rem;padding:0 0 0 .625rem}blockquote small{color:#bebebe}blockquote small:before{content:"\\2014 \\00A0"}blockquote.right-side{border:0;border-right:4px solid #f8f8f8;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \\00A0 \\2014"}hr{background-color:#f8f8f8;border:0;height:2px}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{background-color:#f8f9fa;border-radius:.25rem;color:#bd4147;display:inline-block;font-size:90%;height:20px;line-height:20px;padding:0 6px;vertical-align:middle}a .tally,a code,a kbd{cursor:pointer;text-decoration:underline}kbd{background-color:#004d6f;color:#fff}.tally{background-color:#e9ecef;line-height:16px}pre code{background-color:inherit;height:auto}.remark{border:1px solid #dfdfdf;border-left-width:4px;display:block;font-size:.875rem;margin:1rem 0;padding:1rem;position:relative}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width:0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:initial!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width:576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:initial!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width:640px){.text-upper-ld{text-transform:uppercase!important}.text-lower-ld{text-transform:lowercase!important}.text-cap-ld{text-transform:capitalize!important}.text-left-ld{text-align:left!important}.text-right-ld{text-align:right!important}.text-center-ld{text-align:center!important}.text-just-ld{text-align:justify!important}.va-top-ld{vertical-align:top!important}.va-bottom-ld{vertical-align:bottom!important}.va-baseline-ld{vertical-align:initial!important}.va-middle-ld{vertical-align:middle!important}.va-sub-ld{vertical-align:sub!important}.va-super-ld{vertical-align:super!important}.va-text-top-ld{vertical-align:text-top!important}.va-text-bottom-ld{vertical-align:text-bottom!important}.reduce-1-ld{font-size:.9em!important}.reduce-2-ld{font-size:.8em!important}.reduce-3-ld{font-size:.7em!important}.reduce-4-ld{font-size:.6em!important}.reduce-5-ld{font-size:.5em!important}.reduce-6-ld{font-size:.4em!important}.reduce-7-ld{font-size:.3em!important}.reduce-8-ld{font-size:.2em!important}.reduce-9-ld{font-size:.1em!important}.enlarge-ld{font-size:1em!important}.enlarge-1-ld{font-size:1.1em!important}.enlarge-2-ld{font-size:1.2em!important}.enlarge-3-ld{font-size:1.3em!important}.enlarge-4-ld{font-size:1.4em!important}.enlarge-5-ld{font-size:1.5em!important}.enlarge-6-ld{font-size:1.6em!important}.enlarge-7-ld{font-size:1.7em!important}.enlarge-8-ld{font-size:1.8em!important}.enlarge-9-ld{font-size:1.9em!important}.enlarge-2x-ld{font-size:2em!important}.enlarge-3x-ld{font-size:3em!important}.enlarge-4x-ld{font-size:4em!important}}@media screen and (min-width:768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:initial!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width:992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:initial!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width:1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:initial!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width:1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:initial!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}@media screen and (min-width:1600px){.text-upper-xxxl{text-transform:uppercase!important}.text-lower-xxxl{text-transform:lowercase!important}.text-cap-xxxl{text-transform:capitalize!important}.text-left-xxxl{text-align:left!important}.text-right-xxxl{text-align:right!important}.text-center-xxxl{text-align:center!important}.text-just-xxxl{text-align:justify!important}.va-top-xxxl{vertical-align:top!important}.va-bottom-xxxl{vertical-align:bottom!important}.va-baseline-xxxl{vertical-align:initial!important}.va-middle-xxxl{vertical-align:middle!important}.va-sub-xxxl{vertical-align:sub!important}.va-super-xxxl{vertical-align:super!important}.va-text-top-xxxl{vertical-align:text-top!important}.va-text-bottom-xxxl{vertical-align:text-bottom!important}.reduce-1-xxxl{font-size:.9em!important}.reduce-2-xxxl{font-size:.8em!important}.reduce-3-xxxl{font-size:.7em!important}.reduce-4-xxxl{font-size:.6em!important}.reduce-5-xxxl{font-size:.5em!important}.reduce-6-xxxl{font-size:.4em!important}.reduce-7-xxxl{font-size:.3em!important}.reduce-8-xxxl{font-size:.2em!important}.reduce-9-xxxl{font-size:.1em!important}.enlarge-xxxl{font-size:1em!important}.enlarge-1-xxxl{font-size:1.1em!important}.enlarge-2-xxxl{font-size:1.2em!important}.enlarge-3-xxxl{font-size:1.3em!important}.enlarge-4-xxxl{font-size:1.4em!important}.enlarge-5-xxxl{font-size:1.5em!important}.enlarge-6-xxxl{font-size:1.6em!important}.enlarge-7-xxxl{font-size:1.7em!important}.enlarge-8-xxxl{font-size:1.8em!important}.enlarge-9-xxxl{font-size:1.9em!important}.enlarge-2x-xxxl{font-size:2em!important}.enlarge-3x-xxxl{font-size:3em!important}.enlarge-4x-xxxl{font-size:4em!important}}@media screen and (min-width:1800px){.text-upper-xxxxl{text-transform:uppercase!important}.text-lower-xxxxl{text-transform:lowercase!important}.text-cap-xxxxl{text-transform:capitalize!important}.text-left-xxxxl{text-align:left!important}.text-right-xxxxl{text-align:right!important}.text-center-xxxxl{text-align:center!important}.text-just-xxxxl{text-align:justify!important}.va-top-xxxxl{vertical-align:top!important}.va-bottom-xxxxl{vertical-align:bottom!important}.va-baseline-xxxxl{vertical-align:initial!important}.va-middle-xxxxl{vertical-align:middle!important}.va-sub-xxxxl{vertical-align:sub!important}.va-super-xxxxl{vertical-align:super!important}.va-text-top-xxxxl{vertical-align:text-top!important}.va-text-bottom-xxxxl{vertical-align:text-bottom!important}.reduce-1-xxxxl{font-size:.9em!important}.reduce-2-xxxxl{font-size:.8em!important}.reduce-3-xxxxl{font-size:.7em!important}.reduce-4-xxxxl{font-size:.6em!important}.reduce-5-xxxxl{font-size:.5em!important}.reduce-6-xxxxl{font-size:.4em!important}.reduce-7-xxxxl{font-size:.3em!important}.reduce-8-xxxxl{font-size:.2em!important}.reduce-9-xxxxl{font-size:.1em!important}.enlarge-xxxxl{font-size:1em!important}.enlarge-1-xxxxl{font-size:1.1em!important}.enlarge-2-xxxxl{font-size:1.2em!important}.enlarge-3-xxxxl{font-size:1.3em!important}.enlarge-4-xxxxl{font-size:1.4em!important}.enlarge-5-xxxxl{font-size:1.5em!important}.enlarge-6-xxxxl{font-size:1.6em!important}.enlarge-7-xxxxl{font-size:1.7em!important}.enlarge-8-xxxxl{font-size:1.8em!important}.enlarge-9-xxxxl{font-size:1.9em!important}.enlarge-2x-xxxxl{font-size:2em!important}.enlarge-3x-xxxxl{font-size:3em!important}.enlarge-4x-xxxxl{font-size:4em!important}}@media screen and (min-width:2000px){.text-upper-xxxxxl{text-transform:uppercase!important}.text-lower-xxxxxl{text-transform:lowercase!important}.text-cap-xxxxxl{text-transform:capitalize!important}.text-left-xxxxxl{text-align:left!important}.text-right-xxxxxl{text-align:right!important}.text-center-xxxxxl{text-align:center!important}.text-just-xxxxxl{text-align:justify!important}.va-top-xxxxxl{vertical-align:top!important}.va-bottom-xxxxxl{vertical-align:bottom!important}.va-baseline-xxxxxl{vertical-align:initial!important}.va-middle-xxxxxl{vertical-align:middle!important}.va-sub-xxxxxl{vertical-align:sub!important}.va-super-xxxxxl{vertical-align:super!important}.va-text-top-xxxxxl{vertical-align:text-top!important}.va-text-bottom-xxxxxl{vertical-align:text-bottom!important}.reduce-1-xxxxxl{font-size:.9em!important}.reduce-2-xxxxxl{font-size:.8em!important}.reduce-3-xxxxxl{font-size:.7em!important}.reduce-4-xxxxxl{font-size:.6em!important}.reduce-5-xxxxxl{font-size:.5em!important}.reduce-6-xxxxxl{font-size:.4em!important}.reduce-7-xxxxxl{font-size:.3em!important}.reduce-8-xxxxxl{font-size:.2em!important}.reduce-9-xxxxxl{font-size:.1em!important}.enlarge-xxxxxl{font-size:1em!important}.enlarge-1-xxxxxl{font-size:1.1em!important}.enlarge-2-xxxxxl{font-size:1.2em!important}.enlarge-3-xxxxxl{font-size:1.3em!important}.enlarge-4-xxxxxl{font-size:1.4em!important}.enlarge-5-xxxxxl{font-size:1.5em!important}.enlarge-6-xxxxxl{font-size:1.6em!important}.enlarge-7-xxxxxl{font-size:1.7em!important}.enlarge-8-xxxxxl{font-size:1.8em!important}.enlarge-9-xxxxxl{font-size:1.9em!important}.enlarge-2x-xxxxxl{font-size:2em!important}.enlarge-3x-xxxxxl{font-size:3em!important}.enlarge-4x-xxxxxl{font-size:4em!important}}.wrap-long{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}');styleInject('.m4-cloak{opacity:0}.transition{-webkit-transition:all .3s linear;transition:all .3s linear}.inherit-colors{color:inherit!important}.inherit-background,.inherit-colors{background-color:inherit!important}.inherit-color{color:inherit!important}.clear-fix:after,.clear:after,.clearfix:after{clear:both;content:"";display:block}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{-webkit-user-select:none!important;user-select:none!important}.no-appearance{-webkit-appearance:none!important;appearance:none!important}.collapse{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}.selected{-webkit-box-shadow:0 0 0 4px #5ebdec!important;box-shadow:0 0 0 4px #5ebdec!important}.selected:after{border-left:28px solid transparent;border-top:28px solid #5ebdec;right:-1px;top:-1px;z-index:100}.selected:after,.selected:before{content:"";display:block;position:absolute}.selected:before{background-color:initial;border-color:#fff!important;border-bottom:2px solid;border-left:2px solid;height:.325rem;right:.25rem;top:.25rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:.5rem;z-index:102}.-disabled,.disabled{color:#e4e4e4!important;pointer-events:none!important}.stop-pointer{pointer-events:none;-webkit-user-select:none;user-select:none}@media screen and (min-width:0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:640px){.overflow-ld{overflow:auto!important}.no-overflow-ld{overflow:hidden!important}.scroll-ld{overflow:scroll!important}.scroll-x-ld{overflow-x:auto!important}.scroll-y-ld{overflow-y:auto!important}.no-scroll-ld{overflow:hidden!important}.no-scroll-x-ld{overflow-x:hidden!important}.no-scroll-y-ld{overflow-y:hidden!important}.wrap-ld{white-space:normal!important}.no-wrap-ld{white-space:nowrap!important}.collapse-ld{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-ld{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-md{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:1600px){.overflow-xxxl{overflow:auto!important}.no-overflow-xxxl{overflow:hidden!important}.scroll-xxxl{overflow:scroll!important}.scroll-x-xxxl{overflow-x:auto!important}.scroll-y-xxxl{overflow-y:auto!important}.no-scroll-xxxl{overflow:hidden!important}.no-scroll-x-xxxl{overflow-x:hidden!important}.no-scroll-y-xxxl{overflow-y:hidden!important}.wrap-xxxl{white-space:normal!important}.no-wrap-xxxl{white-space:nowrap!important}.collapse-xxxl{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxxl{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:1800px){.overflow-xxxxl{overflow:auto!important}.no-overflow-xxxxl{overflow:hidden!important}.scroll-xxxxl{overflow:scroll!important}.scroll-x-xxxxl{overflow-x:auto!important}.scroll-y-xxxxl{overflow-y:auto!important}.no-scroll-xxxxl{overflow:hidden!important}.no-scroll-x-xxxxl{overflow-x:hidden!important}.no-scroll-y-xxxxl{overflow-y:hidden!important}.wrap-xxxxl{white-space:normal!important}.no-wrap-xxxxl{white-space:nowrap!important}.collapse-xxxxl{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxxxl{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}@media screen and (min-width:2000px){.overflow-xxxxxl{overflow:auto!important}.no-overflow-xxxxxl{overflow:hidden!important}.scroll-xxxxxl{overflow:scroll!important}.scroll-x-xxxxxl{overflow-x:auto!important}.scroll-y-xxxxxl{overflow-y:auto!important}.no-scroll-xxxxxl{overflow:hidden!important}.no-scroll-x-xxxxxl{overflow-x:hidden!important}.no-scroll-y-xxxxxl{overflow-y:hidden!important}.wrap-xxxxxl{white-space:normal!important}.no-wrap-xxxxxl{white-space:nowrap!important}.collapse-xxxxxl{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxxxxl{max-height:1000px!important;overflow:visible!important;-webkit-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:.5s!important;transition-duration:.5s!important}}');styleInject(".z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}"),function(t,e){t.utils={isVisible:function(t){var i=e(t)[0];return"none"!==this.getStyleOne(i,"display")&&"hidden"!==this.getStyleOne(i,"visibility")&&null!==i.offsetParent},isUrl:function(t){return/^(\.\/|\.\.\/|ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@\-\/]))?/.test(t)},isTag:function(t){return/^<\/?[\w\s="/.':;#-\/\?]+>/gi.test(t)},isEmbedObject:function(t){var i=!1;return e.each(["iframe","object","embed","video"],(function(){("string"==typeof t&&t.toLowerCase()===this||void 0!==t.nodeType&&t.tagName.toLowerCase()===this)&&(i=!0)})),i},isVideoUrl:function(t){return/youtu\.be|youtube|twitch|vimeo/gi.test(t)},isDate:function(t,e,i){var o;if(this.isDateObject(t))return!0;try{return o=e?Datetime.from(t,e,i||"en-US"):datetime(t),Datetime.isDatetime(o)}catch(t){return!1}},isDateObject:function(t){return"object"==typeof t&&void 0!==t.getMonth},isInt:function(t){return!isNaN(t)&&+t%1==0},isFloat:function(t){return!isNaN(t)&&+t%1!=0||/^\d*\.\d+$/.test(t)},isFunc:function(t){return this.isType(t,"function")},isObject:function(t){return this.isType(t,"object")},isObject2:function(t){return"object"==typeof t&&!Array.isArray(t)},isType:function(t,e){if(!this.isValue(t))return!1;if(typeof t===e)return t;if("tag"===(""+e).toLowerCase()&&this.isTag(t))return t;if("url"===(""+e).toLowerCase()&&this.isUrl(t))return t;if("array"===(""+e).toLowerCase()&&Array.isArray(t))return t;if(this.isTag(t)||this.isUrl(t))return!1;if(typeof window[t]===e)return window[t];if("string"==typeof t&&-1===t.indexOf("."))return!1;if("string"==typeof t&&/[/\s([]+/gm.test(t))return!1;if("number"==typeof t&&"number"!==e.toLowerCase())return!1;var i,o=t.split("."),n=window;for(i=0;i"},elementId:function(t){return t+"-"+(new Date).getTime()+e.random(1,1e3)},secondsToTime:function(t){return{d:Math.floor(t%31536e3/86400),h:Math.floor(t%31536e3%86400/3600),m:Math.floor(t%31536e3%86400%3600/60),s:Math.round(t%31536e3%86400%3600%60)}},secondsToFormattedString:function(t){var e=parseInt(t,10),i=Math.floor(e/3600),o=Math.floor((e-3600*i)/60),n=e-3600*i-60*o;return[Str.lpad(i,"0",2),Str.lpad(o,"0",2),Str.lpad(n,"0",2)].join(":")},func:function(t){return new Function("a",t)},exec:function(t,e,i){var o;if(null==t)return!1;var n=this.isFunc(t);!1===n&&(n=this.func(t));try{o=n.apply(i,e)}catch(t){if(o=null,!0===window.METRO_THROWS)throw t}return o},isOutsider:function(t){var i,o=e(t),n=o.clone();return n.removeAttr("data-role").css({visibility:"hidden",position:"absolute",display:"block"}),o.parent().append(n),i=this.inViewport(n[0]),n.remove(),!i},inViewport:function(t){var e=this.rect(t);return e.top>=0&&e.left>=0&&e.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&e.right<=(window.innerWidth||document.documentElement.clientWidth)},rect:function(t){return t.getBoundingClientRect()},getCursorPosition:function(t,e){var i=this.rect(t);return{x:this.pageXY(e).x-i.left-window.pageXOffset,y:this.pageXY(e).y-i.top-window.pageYOffset}},getCursorPositionX:function(t,e){return this.getCursorPosition(t,e).x},getCursorPositionY:function(t,e){return this.getCursorPosition(t,e).y},objectLength:function(t){return Object.keys(t).length},percent:function(t,e,i){if(0===t)return 0;var o=100*e/t;return!0===i?Math.round(o):Math.round(100*o)/100},objectShift:function(t){var i=0;return e.each(t,(function(t){(0===i||i>t)&&(i=t)})),delete t[i],t},objectDelete:function(t,e){void 0!==t[e]&&delete t[e]},arrayDeleteByMultipleKeys:function(t,e){return e.forEach((function(e){delete t[e]})),t.filter((function(t){return void 0!==t}))},arrayDelete:function(t,e){var i=t.indexOf(e);i>-1&&t.splice(i,1)},arrayDeleteByKey:function(t,e){t.splice(e,1)},nvl:function(t,e){return null==t?e:t},objectClone:function(t){var i={};for(var o in t)e.hasProp(t,o)&&(i[o]=t[o]);return i},github:function(t,i){var o=this;e.json("https://api.github.com/repos/"+t).then((function(t){o.exec(i,[t])}))},detectIE:function(){var t=window.navigator.userAgent,e=t.indexOf("MSIE ");if(e>0)return parseInt(t.substring(e+5,t.indexOf(".",e)),10);if(t.indexOf("Trident/")>0){var i=t.indexOf("rv:");return parseInt(t.substring(i+3,t.indexOf(".",i)),10)}var o=t.indexOf("Edge/");return o>0&&parseInt(t.substring(o+5,t.indexOf(".",o)),10)},detectChrome:function(){return/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor)},pageHeight:function(){var t=document.body,e=document.documentElement;return Math.max(t.scrollHeight,t.offsetHeight,e.clientHeight,e.scrollHeight,e.offsetHeight)},cleanPreCode:function(t){Array.prototype.slice.call(document.querySelectorAll(t),0).forEach((function(t){var e=t.textContent.replace(/^[\r\n]+/,"").replace(/\s+$/g,"");if(/^\S/gm.test(e))t.textContent=e;else{for(var i,o,n,a=/^[\t ]+/gm,r=1e3;i=a.exec(e);)(n=i[0].length)-1},keyInObject:function(t,e){return Object.keys(t).indexOf(e)>-1},inObject:function(t,e,i){return void 0!==t[e]&&t[e]===i},newCssSheet:function(t){var e=document.createElement("style");return void 0!==t&&e.setAttribute("media",t),e.appendChild(document.createTextNode("")),document.head.appendChild(e),e.sheet},addCssRule:function(t,e,i,o){t.insertRule(e+"{"+i+"}",o)},media:function(t){return window.matchMedia(t).matches},mediaModes:function(){return window.METRO_MEDIA},mediaExist:function(t){return window.METRO_MEDIA.indexOf(t)>-1},inMedia:function(t){return window.METRO_MEDIA.indexOf(t)>-1&&window.METRO_MEDIA.indexOf(t)===window.METRO_MEDIA.length-1},isValue:function(t){return null!=t&&""!==t},isNull:function(t){return null==t},isNegative:function(t){return parseFloat(t)<0},isPositive:function(t){return parseFloat(t)>0},isZero:function(t){return 0===parseFloat(t.toFixed(2))},between:function(t,e,i,o){return!0===o?t>=e&&t<=i:t>e&&t.frame{display:block;margin:1px 0}.accordion>.frame>.heading{background-color:#f8f8f8;cursor:pointer;display:block;overflow:hidden;padding:8px 16px;position:relative;text-overflow:ellipsis;white-space:nowrap}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:40px}.accordion.marker-on .heading:before{content:"\\203A";display:block;font-size:32px;height:34px;left:0;line-height:1;position:absolute;text-align:center;top:0;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;width:34px}.accordion.marker-on .frame.active>.heading:before,.accordion.marker-on .heading:before{-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on .frame.active>.heading:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading:before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading:before{display:none}.accordion.material>.frame>.heading{background-color:#fff;font-size:16px;padding:16px 42px 16px 16px}.accordion.material>.frame>.heading:after{content:"\\203A";display:block;font-size:32px;height:40px;line-height:1;position:absolute;right:16px;text-align:center;top:8px;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:40px}.accordion.material .frame+.frame{border-top:1px solid #dfdfdf}.accordion.material>.frame>.content{font-size:14px;padding:16px}.accordion.material>.frame.active .heading:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.rtl.material>.frame>.heading,.accordion[dir=rtl].material>.frame>.heading{padding:16px 16px 16px 42px}.accordion.rtl.material>.frame>.heading:after,.accordion[dir=rtl].material>.frame>.heading:after{left:16px;right:auto;top:8px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion.rtl.material>.frame.active .heading:after,.accordion[dir=rtl].material>.frame.active .heading:after{-webkit-transform:rotate(270deg);transform:rotate(270deg)}');styleInject(".action-button{background-color:#ebebeb;border:1px solid transparent;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);color:#1d1d1d;cursor:pointer;font-size:.875rem;font-weight:400;height:56px;line-height:56px;outline:none;padding:0;position:relative;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;width:56px}.action-button,.action-button .icon{display:inline-block;text-align:center}.action-button .icon{font-size:20px;height:20px;line-height:20px;margin-top:18px;width:20px}.action-button .icon>*{display:inline-block;max-height:100%;width:100%}.action-button.second{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);height:40px;line-height:40px;width:40px}.action-button.second .icon{font-size:16px;height:16px;line-height:16px;margin-top:0;width:16px}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;height:56px;position:relative;vertical-align:middle;width:56px}.multi-action .action-button{margin:0!important;position:absolute;z-index:2}.multi-action .actions{background-color:initial;float:left;left:8px;list-style:none inside none;padding:0;top:8px;width:auto;z-index:1}.multi-action .actions,.multi-action .actions li{border-radius:50%;height:40px;margin:0;position:absolute;width:40px}.multi-action .actions li{background:#989898;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);color:#fff;cursor:pointer;display:block;font-size:20px;line-height:40px;-webkit-transform:scale(.2);transform:scale(.2);-webkit-transition:all .3s;transition:all .3s}.multi-action .actions li a{background:inherit;border-radius:50%;color:inherit;display:block;height:40px;line-height:40px;text-align:center;text-decoration:none;width:40px}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .actions.drop-down,.multi-action .actions.drop-left,.multi-action .actions.drop-right,.multi-action .actions.drop-up{left:8px!important;top:8px!important}.multi-action .action-button.active~.actions li{-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .3s;transition:all .3s}.multi-action .action-button.active~.actions li:first-child{margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:first-child,.multi-action .action-button.active~.actions.drop-down li:first-child{margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:first-child{margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:first-child{margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{left:16px;position:fixed;top:90px;z-index:1080}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{bottom:20px;position:fixed;right:20px;z-index:1080}"),function(t,e){var i={activityDeferred:0,type:"ring",style:"color",size:64,radius:20,onActivityCreate:t.noop};t.activitySetup=function(t){i=e.extend({},i,t)},void 0!==typeof window.metroActivitySetup&&t.activitySetup(window.metroActivitySetup),t.Component("activity",{init:function(t,e){return this._super(e,t,i),this},_create:function(){var t,i,o=this.element,n=this.options;switch(o.html("").addClass(n.style+"-style").addClass("activity-"+n.type),n.type){case"metro":!function _metro(){for(t=0;t<5;t++)e("
").addClass("circle").appendTo(o)}();break;case"square":!function _square(){for(t=0;t<4;t++)e("
").addClass("square").appendTo(o)}();break;case"cycle":!function _cycle(){e("
").addClass("cycle").appendTo(o)}();break;case"simple":!function _simple(){e('').appendTo(o)}();break;case"atom":!function _atom(){for(t=0;t<3;t++)e("").addClass("electron").appendTo(o)}();break;case"bars":!function _bars(){for(t=0;t<6;t++)e("").addClass("bar").appendTo(o)}();break;default:!function _ring(){for(t=0;t<5;t++)i=e("
").addClass("wrap").appendTo(o),e("
").addClass("circle").appendTo(i)}()}this._fireEvent("activity-create",{element:o})},changeAttribute:function(t){},destroy:function(){return this.element}}),t.activity={open:function(e){var i=e||{},o='
',n=i.text?'
'+i.text+"
":"";return t.dialog.create({content:o+n,defaultAction:!1,clsContent:"d-flex flex-column flex-justify-center flex-align-center bg-transparent no-shadow w-auto",clsDialog:"no-border no-shadow bg-transparent global-dialog",autoHide:i.autoHide?i.autoHide:0,overlayClickClose:!0===i.overlayClickClose,overlayColor:i.overlayColor?i.overlayColor:"#000000",overlayAlpha:i.overlayAlpha?i.overlayAlpha:.5,clsOverlay:"global-overlay"})},close:function(e){t.dialog.close(e)}}}(Metro,m4q);styleInject('.activity-ring{height:32px;margin:.625rem;padding-top:.22rem;position:relative;width:32px}.activity-ring>.wrap{height:30px;position:absolute;width:30px}.activity-ring>.wrap>.circle{-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite;height:30px;opacity:0;-webkit-transform:rotate(225deg);transform:rotate(225deg);width:30px}.activity-ring>.wrap>.circle:after{background:#fff;border-radius:4px;content:"";height:4px;position:absolute;width:4px}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.13333333333s;animation-delay:.13333333333s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.26666666667s;animation-delay:.26666666667s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.53333333333s;animation-delay:.53333333333s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{background-color:initial;height:10px;overflow:hidden;position:relative;width:100%}.activity-metro>.circle{-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;background-color:#fff;display:inline-block;height:10px;margin-left:5px;opacity:0;position:absolute;width:10px}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite;height:40px;overflow:hidden;position:relative;-webkit-transform-origin:bottom left;transform-origin:bottom left;width:40px}.activity-square .square{background:#fff;height:19px;position:absolute;width:19px}.activity-square .square:first-child{left:0;top:21px}.activity-square .square:nth-child(2){-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite;left:21px;top:21px}.activity-square .square:nth-child(3){-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite;left:0;top:0}.activity-square .square:nth-child(4){-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite;left:21px;top:0}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:first-child{background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{overflow:hidden}.activity-cycle,.activity-cycle .cycle{height:64px;position:relative;width:64px}.activity-cycle .cycle{-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;border:3px solid transparent;border-radius:50%;border-top-color:#fff;display:block;left:50%;margin:-32px 0 0 -32px;top:50%;z-index:1001}.activity-cycle .cycle:after,.activity-cycle .cycle:before{border:3px solid transparent;border-radius:50%;border-top-color:#fff;content:"";position:absolute}.activity-cycle .cycle:before{-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite;bottom:5px;left:5px;right:5px;top:5px}.activity-cycle .cycle:after{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;bottom:15px;left:15px;right:15px;top:15px}.activity-cycle.dark-style .cycle,.activity-cycle.dark-style .cycle:after,.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{height:64px;width:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;position:relative;width:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:#fff;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{border-radius:50%;height:32px;width:32px}.activity-simple.small .circular{height:32px;width:32px}.activity-atom{border-radius:50%;height:64px;-webkit-perspective:800px;perspective:800px;width:64px}.activity-atom span{border-radius:50%;height:100%;position:absolute;width:100%}.activity-atom span:first-child{-webkit-animation:rotate-one 1s linear infinite;animation:rotate-one 1s linear infinite;border-bottom:3px solid #fff;left:0;top:0}.activity-atom span:nth-child(2){-webkit-animation:rotate-two 1s linear infinite;animation:rotate-two 1s linear infinite;border-right:3px solid #fff;right:0;top:0}.activity-atom span:nth-child(3){-webkit-animation:rotate-three 1s linear infinite;animation:rotate-three 1s linear infinite;border-top:3px solid #fff;bottom:0;right:0}.activity-atom.dark-style span:first-child{border-bottom-color:#1d1d1d}.activity-atom.dark-style span:nth-child(2){border-right-color:#1d1d1d}.activity-atom.dark-style span:nth-child(3){border-top-color:#1d1d1d}.activity-atom.color-style span:first-child{border-bottom-color:#1ba1e2}.activity-atom.color-style span:nth-child(2){border-right-color:#ce352c}.activity-atom.color-style span:nth-child(3){border-top-color:#fff000}.activity-bars{height:50px;width:60px}.activity-bars span{-webkit-animation:bars .8s ease-in-out infinite;animation:bars .8s ease-in-out infinite;background-color:#fff;display:inline-block;float:left;height:100%;margin-left:2px;width:8px}.activity-bars span:nth-child(2){-webkit-animation-delay:-.7s;animation-delay:-.7s}.activity-bars span:nth-child(3){-webkit-animation-delay:-.6s;animation-delay:-.6s}.activity-bars span:nth-child(4){-webkit-animation-delay:-.5s;animation-delay:-.5s}.activity-bars span:nth-child(5){-webkit-animation-delay:-.4s;animation-delay:-.4s}.activity-bars span:nth-child(6){-webkit-animation-delay:-.3s;animation-delay:-.3s}.activity-bars.dark-style span{background-color:#1d1d1d}.activity-bars.color-style span:first-child{background-color:#a0f}.activity-bars.color-style span:nth-child(2){background-color:#1ba1e2}.activity-bars.color-style span:nth-child(3){background-color:#60a917}.activity-bars.color-style span:nth-child(4){background-color:#fff000}.activity-bars.color-style span:nth-child(5){background-color:#fa6800}.activity-bars.color-style span:nth-child(6){background-color:#dc4fad}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,to{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,to{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@-webkit-keyframes rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(0deg);transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(1turn);transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(0deg);transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(1turn);transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@-webkit-keyframes rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(0deg);transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(1turn);transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(0deg);transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(1turn);transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@-webkit-keyframes rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(0deg);transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(1turn);transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}@keyframes rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(0deg);transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(1turn);transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}@-webkit-keyframes bars{0%,40%,to{-webkit-transform:scaleY(.05);transform:scaleY(.05)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes bars{0%,40%,to{-webkit-transform:scaleY(.05);transform:scaleY(.05)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes ani-drop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}25%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}25%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-drop2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}50%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}50%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-drop3{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop3{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}75%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(0);transform:translate(0)}}.dialog.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}'),function(t,e){var i=t.utils,o={adblockDeferred:0,checkInterval:1e3,fireOnce:!0,checkStop:10,localhost:!1,onAlert:t.noop,onFishingStart:t.noop,onFishingDone:t.noop};t.adblockSetup=function(t){o=e.extend({},o,t)},void 0!==typeof window.metroAdblockSetup&&t.adblockSetup(window.metroAdblockSetup);var n={bite:function(){e("
").addClass("adblock-bite adsense google-adsense dblclick advert topad top_ads topAds textads sponsoredtextlink_container show_ads right-banner rekl mpu module-ad mid_ad mediaget horizontal_ad headerAd contentAd brand-link bottombanner bottom_ad_block block_ad bannertop banner-right banner-body b-banner b-article-aside__banner b-advert adwrapper adverts advertisment advertisement:not(body) advertise advert_list adtable adsense adpic adlist adleft adinfo adi adholder adframe addiv ad_text ad_space ad_right ad_links ad_body ad_block ad_Right adTitle adText".split(" ").shuffle().join(" ")).css({position:"fixed",height:1,width:1,overflow:"hidden",visibility:"visible",top:0,left:0}).append(e("").html("dblclick.net")).appendTo("body"),n.options.adblockDeferred?setTimeout((function(){n.fishing()}),n.options.adblockDeferred):this.fishing()},fishing:function(){var t=n.options,o="number"==typeof t.fireOnce?t.fireOnce:0,a=t.checkStop,r=!1,run=function(){var l=e(".adsense.google-adsense.dblclick.advert.adblock-bite"),s=l.find("a"),done=function(){clearInterval(r),i.exec(t.onFishingDone),e(window).fire("fishing-done"),l.remove()};t.localhost||!e.localhost?!l.length||!s.length||l.css("display").indexOf("none")>-1||s.css("display").indexOf("none")>-1?(i.exec(n.options.onAlert),e(window).fire("adblock-alert"),(!0===n.options.fireOnce||0===--o)&&done()):!1!==a&&0===--a&&done():done()};i.exec(t.onFishingStart),e(window).fire("fishing-start"),r=setInterval((function(){run()}),n.options.checkInterval),run()}};t.Adblock=n,e((function(){n.options=e.extend({},o),e(window).on("metro-initiated",(function(){n.bite()}))}))}(Metro,m4q),function(t,e){var i={duration:METRO_ANIMATION_DURATION,ease:"linear"};t.animations={switchIn:function(t){e(t).hide().css({left:0,top:0}).show()},switchOut:function(t){e(t).hide()},switch:function(t,e){this.switchOut(t),this.switchIn(e)},slideUpIn:function(t,o){var n,a=e(t),r=a.parent().outerHeight(!0);n=e.extend({},i,o),a.css({top:r,left:0,zIndex:2}).animate({draw:{top:0,opacity:1},dur:n.duration,ease:n.ease})},slideUpOut:function(t,o){var n,a=e(t),r=a.parent().outerHeight(!0);n=e.extend({},i,o),a.css({zIndex:1}).animate({draw:{top:-r,opacity:0},dur:n.duration,ease:n.ease})},slideUp:function(t,e,i){this.slideUpOut(t,i),this.slideUpIn(e,i)},slideDownIn:function(t,o){var n,a=e(t),r=a.parent().outerHeight(!0);n=e.extend({},i,o),a.css({left:0,top:-r,zIndex:2}).animate({draw:{top:0,opacity:1},dur:n.duration,ease:n.ease})},slideDownOut:function(t,o){var n,a=e(t),r=a.parent().outerHeight(!0);n=e.extend({},i,o),a.css({zIndex:1}).animate({draw:{top:r,opacity:0},dur:n.duration,ease:n.ease})},slideDown:function(t,e,i){this.slideDownOut(t,i),this.slideDownIn(e,i)},slideLeftIn:function(t,o){var n,a=e(t),r=a.parent().outerWidth(!0);n=e.extend({},i,o),a.css({left:r,zIndex:2}).animate({draw:{left:0,opacity:1},dur:n.duration,ease:n.ease})},slideLeftOut:function(t,o){var n,a=e(t),r=a.parent().outerWidth(!0);n=e.extend({},i,o),a.css({zIndex:1}).animate({draw:{left:-r,opacity:0},dur:n.duration,ease:n.ease})},slideLeft:function(t,e,i){this.slideLeftOut(t,i),this.slideLeftIn(e,i)},slideRightIn:function(t,o){var n,a=e(t),r=a.parent().outerWidth(!0);n=e.extend({},i,o),a.css({left:-r,zIndex:2}).animate({draw:{left:0,opacity:1},dur:n.duration,ease:n.ease})},slideRightOut:function(t,o){var n,a=e(t),r=a.parent().outerWidth(!0);n=e.extend({},i,o),a.css({zIndex:1}).animate({draw:{left:r,opacity:0},dur:n.duration,ease:n.ease})},slideRight:function(t,e,i){this.slideRightOut(t,i),this.slideRightIn(e,i)},fadeIn:function(t,o){var n=e.extend({},i,o);e(t).css({top:0,left:0,opacity:0}).animate({draw:{opacity:1},dur:n.duration,ease:n.ease})},fadeOut:function(t,o){var n=e.extend({},i,o);e(t).animate({draw:{opacity:0},dur:n.duration,ease:n.ease})},fade:function(t,e,i){this.fadeOut(t,i),this.fadeIn(e,i)},zoomIn:function(t,o){var n=e.extend({},i,o);e(t).css({top:0,left:0,opacity:0,transform:"scale(3)",zIndex:2}).animate({draw:{scale:1,opacity:1},dur:n.duration,ease:n.ease})},zoomOut:function(t,o){var n=e.extend({},i,o);e(t).css({zIndex:1}).animate({draw:{scale:3,opacity:0},dur:n.duration,ease:n.ease})},zoom:function(t,e,i){this.zoomOut(t,i),this.zoomIn(e,i)},swirlIn:function(t,o){var n=e.extend({},i,o);e(t).css({top:0,left:0,opacity:0,transform:"scale(3) rotate(180deg)",zIndex:2}).animate({draw:{scale:1,rotate:0,opacity:1},dur:n.duration,ease:n.ease})},swirlOut:function(t,o){var n=e.extend({},i,o);e(t).css({zIndex:1}).animate({draw:{scale:3,rotate:"180deg",opacity:0},dur:n.duration,ease:n.ease})},swirl:function(t,e,i){this.swirlOut(t,i),this.swirlIn(e,i)}},!0===window.METRO_GLOBAL_COMMON&&(window.Animations=t.animations)}(Metro,m4q),function(t,e){var i=t.utils,o={appbarDeferred:0,expand:!1,expandPoint:null,duration:100,onMenuOpen:t.noop,onMenuClose:t.noop,onBeforeMenuOpen:t.noop,onBeforeMenuClose:t.noop,onMenuCollapse:t.noop,onMenuExpand:t.noop,onAppBarCreate:t.noop};t.appBarSetup=function(t){o=e.extend({},o,t)},void 0!==typeof window.metroAppBarSetup&&t.appBarSetup(window.metroAppBarSetup),t.Component("app-bar",{init:function(t,e){return this._super(e,t,o,{id:i.elementId("app-bar")}),this},_create:function(){var t=this.element;this._createStructure(),this._createEvents(),this._fireEvent("app-bar-create",{element:t})},_createStructure:function(){var o,n,a=this.element,r=this.options,l=i.getStyleOne(a,"background-color");if(a.addClass("app-bar"),0===(o=a.find(".hamburger")).length){o=e("").appendTo(n),l[a.view[t]["index-view"]]=n})),o=0;o").addClass("table-inspector")).attr("for",this.element.attr("id")),e("
"+(r.inspectorTitle||this.locale.table.inspector)+"
").appendTo(t),i=e("
").addClass("table-wrap").appendTo(t),o=e("").addClass("table subcompact"),n=e("").appendTo(o),o.appendTo(i),this._createInspectorItems(n),a=e("
").appendTo(t),e("
"),a.prepend(l)),l.clear().addClass(r.clsHead),0===this.heads.length)return l;for(t=e("").addClass(r.clsHeadRow).appendTo(l),e.each(this.service,(function(){var o=this,n=[],a=e("").appendTo(n)),r.clear().addClass(a.clsFooter),0!==this.foots.length&&(t=e("").addClass(a.clsHeadRow).appendTo(r),e.each(this.foots,(function(){var n=this;o=e("").addClass(x.clsBodyRow)).data("original",p),m=n%2==0,l=e("").appendTo(f),w=e("").appendTo(f),v=[];if("function"==typeof x.tableToCSV){for(n=i.isValue(n)?n.toLowerCase():"all-filtered",a=i.isValue(a)?a:i.elementId("table")+"-export.csv",m=e(""),p=this.heads,s=0;s"),i.isValue(this.title)&&c.html(this.title),v[h.view[t]["index-view"]]=c)})),s=0;s"),p=d[l],s=0;s").html(this),v[h.view[t]["index-view"]]=c)})),s=0;s0&&l.off(t.events.inputchange)}return n.off(t.events.click,".pagination .page-link"),i.isValue(this.wrapperPagination)&&this.wrapperPagination.off(t.events.click,".pagination .page-link"),o.off(t.events.click,".js-table-crud-button"),this._removeInspectorEvents(),o}})}(Metro,m4q);styleInject('.table-container{display:block;position:relative}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{overflow:hidden;white-space:nowrap}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{border-color:transparent;color:#1d1d1d;cursor:default;font-weight:700;line-height:1.2;text-align:left}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{cursor:pointer;padding-right:30px;position:relative}.table .sortable-column:after,.table .sorting:after{color:inherit;content:"\\21C5";font-size:.8em;font-weight:100;height:1rem;left:100%;line-height:1;margin-left:-1.25rem;margin-top:-.3rem;opacity:.7;position:absolute;top:50%;width:1rem}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;font-size:1em;font-weight:700;margin-top:-.5rem;opacity:1}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(2n),.table.striped tbody tr:nth-child(2n){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th,.table.table-border{border:1px solid #dfdfdf}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px solid #dfdfdf}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{font-size:80%;padding:3px 8px}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{font-size:80%;padding:7px 8px}.table .check-cell,.table .rownum-cell{text-align:center;width:36px}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table .checkbox,.table .radio,.table .switch{height:auto}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{flex-basis:auto}.table-progress{display:none;height:64px;left:50%;position:absolute;top:200px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:64px;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{background-color:#fff;border:1px double #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3);color:#1d1d1d;display:none;left:0;max-height:calc(100vh - 40px);padding:10px;position:absolute;top:0;width:auto;z-index:500}.table-inspector .table-inspector-header{border-bottom:1px solid #dfdfdf;display:block;font-size:24px;font-weight:100;margin-bottom:.5rem;overflow:hidden;padding:0 .5rem .5rem;position:relative;text-overflow:ellipsis;white-space:nowrap}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{border-top:1px solid #dfdfdf;display:block;margin-top:.5rem;padding:.5rem .5rem 0;position:relative}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-form,.table-inspector.open{display:block}.table-form{border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3);height:auto;left:50%;max-height:calc(100vh - 40px);max-width:calc(100vw - 40px);position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);width:auto;z-index:500}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}to{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}to{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{font-size:1em;padding:.625rem}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{font-size:80%;padding:7px 8px}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{font-size:80%;padding:3px 8px}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{font-size:1em;padding:.625rem}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{font-size:80%;padding:7px 8px}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{font-size:80%;padding:3px 8px}}@media screen and (min-width:640px){.table.normal-ld .td,.table.normal-ld .th,.table.normal-ld td,.table.normal-ld th{font-size:1em;padding:.625rem}.table.compact-ld .td,.table.compact-ld .th,.table.compact-ld td,.table.compact-ld th{font-size:80%;padding:7px 8px}.table.subcompact-ld .td,.table.subcompact-ld .th,.table.subcompact-ld td,.table.subcompact-ld th{font-size:80%;padding:3px 8px}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{font-size:1em;padding:.625rem}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{font-size:80%;padding:7px 8px}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{font-size:80%;padding:3px 8px}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{font-size:1em;padding:.625rem}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{font-size:80%;padding:7px 8px}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{font-size:80%;padding:3px 8px}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{font-size:1em;padding:.625rem}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{font-size:80%;padding:7px 8px}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{font-size:80%;padding:3px 8px}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{font-size:1em;padding:.625rem}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{font-size:80%;padding:7px 8px}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{font-size:80%;padding:3px 8px}}@media screen and (min-width:1600px){.table.normal-xxxl .td,.table.normal-xxxl .th,.table.normal-xxxl td,.table.normal-xxxl th{font-size:1em;padding:.625rem}.table.compact-xxxl .td,.table.compact-xxxl .th,.table.compact-xxxl td,.table.compact-xxxl th{font-size:80%;padding:7px 8px}.table.subcompact-xxxl .td,.table.subcompact-xxxl .th,.table.subcompact-xxxl td,.table.subcompact-xxxl th{font-size:80%;padding:3px 8px}}@media screen and (min-width:1800px){.table.normal-xxxxl .td,.table.normal-xxxxl .th,.table.normal-xxxxl td,.table.normal-xxxxl th{font-size:1em;padding:.625rem}.table.compact-xxxxl .td,.table.compact-xxxxl .th,.table.compact-xxxxl td,.table.compact-xxxxl th{font-size:80%;padding:7px 8px}.table.subcompact-xxxxl .td,.table.subcompact-xxxxl .th,.table.subcompact-xxxxl td,.table.subcompact-xxxxl th{font-size:80%;padding:3px 8px}}@media screen and (min-width:2000px){.table.normal-xxxxxl .td,.table.normal-xxxxxl .th,.table.normal-xxxxxl td,.table.normal-xxxxxl th{font-size:1em;padding:.625rem}.table.compact-xxxxxl .td,.table.compact-xxxxxl .th,.table.compact-xxxxxl td,.table.compact-xxxxxl th{font-size:80%;padding:7px 8px}.table.subcompact-xxxxxl .td,.table.subcompact-xxxxxl .th,.table.subcompact-xxxxxl td,.table.subcompact-xxxxxl th{font-size:80%;padding:3px 8px}}.table-load-data-activity{left:0;position:absolute!important;top:0;z-index:500}.table-skip{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:flex;flex-flow:row nowrap;position:relative}.table-skip input{width:220px}.table-skip-input{padding:0 .75rem}.table-component .table-rows-block,.table-component .table-search-block,.table-component .table-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:justify;display:-webkit-box;display:flex;flex-flow:row wrap;justify-content:space-between;width:100%}.table-component .table-search-block{flex-basis:100%;flex-shrink:0}.table-component .table-rows-block{width:calc(100% - 46px)}.table-component .table-top>*{margin-bottom:4px}@media screen and (min-width:768px){.table-component .table-top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap}.table-component .table-top>*+*{margin-left:4px}.table-component .table-search-block{flex-shrink:1}.table-component .table-rows-block{width:360px}}.table-component .table-container{border:1px solid #dfdfdf;margin:10px 0;overflow:hidden}.table-component .table-container.horizontal-scroll{overflow-x:auto}.table-component .table-container.horizontal-scroll .table{min-width:100%;width:auto}'),function(t,e){var i=t.utils,o={tabsDeferred:0,expand:!1,expandPoint:null,tabsPosition:"top",tabsType:"default",updateUri:!1,clsTabs:"",clsTabsList:"",clsTabsListItem:"",clsTabsListItemActive:"",onTab:t.noop,onTabOpen:t.noop,onTabClose:t.noop,onBeforeTab:t.noop_true,onTabsCreate:t.noop};t.tabsSetup=function(t){o=e.extend({},o,t)},void 0!==typeof window.metroTabsSetup&&t.tabsSetup(window.metroTabsSetup),t.Component("tabs",{init:function(t,e){return this._super(e,t,o,{_targets:[],id:i.elementId("tabs")}),this},_create:function(){var t=this.element;this.options;var i=t.find(".active").length>0?e(t.find(".active")[0]):void 0;this._createStructure(),this._createEvents(),this._open(i),this._fireEvent("tabs-create",{element:t})},_createStructure:function(){var o,n,a=this.element,r=this.options,l=a.parent(),s=l.hasClass("tabs"),p=s?l:e("
").addClass("tabs tabs-wrapper");if(p.addClass(r.tabsPosition.replace(["-","_","+"]," ")),a.addClass("tabs-list"),"default"!==r.tabsType&&a.addClass("tabs-"+r.tabsType),s||(p.insertBefore(a),a.appendTo(p)),a.data("expanded",!1),o=e("
").addClass("expand-title"),p.prepend(o),0===(n=p.find(".hamburger")).length){n=e("
");i.isValue(o.title)&&a.html(o.title),i.isValue(o.size)&&a.css({width:o.size}),i.isValue(o.cls)&&n.push(o.cls),n.push(r.clsHeadCell),a.addClass(n.join(" ")),t.append(a)})),n=this.heads,o=0;o");a.data("index",t),i.isValue(o.title)&&a.html(o.title),i.isValue(o.format)&&a.attr("data-format",o.format),i.isValue(o.formatMask)&&a.attr("data-format-mask",o.formatMask),i.isValue(o.name)&&a.attr("data-name",o.name),i.isValue(o.colspan)&&a.attr("colspan",o.colspan),i.isValue(o.size)&&a.attr("data-size",o.size),i.isValue(o.sortable)&&a.attr("data-sortable",o.sortable),i.isValue(o.sortDir)&&a.attr("data-sort-dir",o.sortDir),i.isValue(o.clsColumn)&&a.attr("data-cls-column",o.clsColumn),i.isValue(o.cls)&&a.attr("data-cls",o.cls),i.isValue(o.colspan)&&a.attr("colspan",o.colspan),i.isValue(o.show)&&a.attr("data-show",o.show),i.isValue(o.required)&&a.attr("data-required",o.required),i.isValue(o.field)&&a.attr("data-field",o.field),i.isValue(o.fieldType)&&a.attr("data-field-type",o.fieldType),i.isValue(o.validator)&&a.attr("data-validator",o.validator),i.isValue(o.template)&&a.attr("data-template",o.template),i.isValue(p[t].size)&&a.css({width:p[t].size}),!0===o.sortable&&(n.push("sortable-column"),i.isValue(o.sortDir)&&n.push("sort-"+o.sortDir)),i.isValue(o.cls)&&e.each(o.cls.toArray(),(function(){n.push(this)})),!1===i.bool(p[t].show)&&-1===n.indexOf("hidden")&&n.push("hidden"),n.push(r.clsHeadCell),i.bool(p[t].show)&&i.arrayDelete(n,"hidden"),a.addClass(n.join(" ")),s[p[t]["index-view"]]=a})),o=0;o").addClass(this.options.clsBody),0!==i.length?t.insertAfter(i):o.append(t)),t.clear()},_createTableFooter:function(){var t,o,n=this.element,a=this.options,r=n.find("tfoot");0===r.length&&(r=e("
").appendTo(t),void 0!==n.title&&o.html(n.title),void 0!==n.name&&o.addClass("foot-column-name-"+n.name),void 0!==n.cls&&o.addClass(n.cls),i.isValue(n.colspan)&&o.attr("colspan",n.colspan),o.appendTo(t)})))},_createTopBlock:function(){var o,n,a,r,l=this,s=this.element,p=this.options,d=e("
").addClass("table-top").addClass(p.clsTableTop).insertBefore(s.parent());return(o=i.isValue(this.wrapperSearch)?this.wrapperSearch:e("
").addClass("table-search-block").addClass(p.clsSearch).appendTo(d)).addClass(p.clsSearch),n=e("").attr("type","text").attr("placeholder",p.tableSearchPlaceholder).appendTo(o),t.makePlugin(n,"input",{prepend:p.tableSearchTitle||l.locale.table.search}),!0!==p.showSearch&&o.hide(),(a=i.isValue(this.wrapperRows)?this.wrapperRows:e("
").addClass("table-rows-block").appendTo(d)).addClass(p.clsRowsCount),r=e("").addClass("input table-skip-input").addClass(r.clsTableSkipInput).appendTo(n),e("
").html(n+1),void 0!==g.service[0].clsColumn&&l.addClass(g.service[0].clsColumn),l.appendTo(r),l=e(""),s="checkbox"===x.checkType?e(""):e(""),i.isValue(w)&&Array.isArray(w)&&w.indexOf(""+c[n][x.checkColIndex])>-1&&(s.prop("checked",!0),b.push(p)),s.addClass("table-service-check"),this._fireEvent("check-draw",{check:s}),s.appendTo(l),void 0!==g.service[1].clsColumn&&l.addClass(g.service[1].clsColumn),l.appendTo(r),a=0;a");i.isValue(g.heads[t].template)&&(o=g.heads[t].template.replace(/%VAL%/g,o)),n.html(o),n.addClass(x.clsBodyCell),i.isValue(g.heads[t].clsColumn)&&n.addClass(g.heads[t].clsColumn),!1===i.bool(v[t].show)&&n.addClass("hidden"),i.bool(v[t].show)&&n.removeClass("hidden"),n.data("original",this),d[v[t]["index-view"]]=n,g._fireEvent("draw-cell",{td:n,val:o,cellIndex:t,head:g.heads[t],items:p}),!0===x.cellWrapper&&(o=e("
").addClass("data-wrapper").addClass(x.clsCellWrapper).html(n.html()),n.html("").append(o))})),a=0;a").addClass(x.clsBodyRow).appendTo(h),(l=e("
").attr("colspan",a).addClass("text-center").html(e("").addClass(x.clsEmptyTableTitle).html(x.emptyTableTitle||g.locale.table.empty))).appendTo(r);this._info(u+1,f+1,c.length),this._paging(c.length),this.activity&&this.activity.hide(),this._fireEvent("draw"),void 0!==o&&i.exec(o,null,A[0])}else console.warn("Heads is not defined for table ID "+A.attr("id"))},_getItemContent:function(t){var e,o=this.options,n=t[this.sort.colIndex],a=this.heads[this.sort.colIndex].format,r=i.isNull(this.heads)||i.isNull(this.heads[this.sort.colIndex])||!i.isValue(this.heads[this.sort.colIndex].formatMask)?"%Y-%m-%d":this.heads[this.sort.colIndex].formatMask,l=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].thousandSeparator?this.heads[this.sort.colIndex].thousandSeparator:o.thousandSeparator,s=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].decimalSeparator?this.heads[this.sort.colIndex].decimalSeparator:o.decimalSeparator;if(e=(""+n).toLowerCase().replace(/[\n\r]+|[\s]{2,}/g," ").trim(),i.isValue(e)&&i.isValue(a))switch(-1!==["number","int","float","money"].indexOf(a)&&(e=i.parseNumber(e,l,s)),a){case"date":e=r?Datetime.from(e,r,o.locale):datetime(e);break;case"number":e=+e;break;case"int":e=parseInt(e);break;case"float":e=parseFloat(e);break;case"money":e=i.parseMoney(e);break;case"card":e=i.parseCard(e);break;case"phone":e=i.parsePhone(e)}return e},addItem:function(t,e){if(!Array.isArray(t))return console.warn("Item is not an array and can't be added"),this;this.items.push(t),!1!==e&&this.draw()},addItems:function(t,e){if(!Array.isArray(t))return console.warn("Items is not an array and can't be added"),this;t.forEach((function(t){Array.isArray(t)&&this.items.push(t,!1)})),this.draw(),!1!==e&&this.draw()},updateItem:function(t,e,o){var n=this.items[this.index[t]],a=null;return i.isNull(n)?(console.warn("Item is undefined for update"),this):(isNaN(e)&&this.heads.forEach((function(t,i){t.name===e&&(a=i)})),i.isNull(a)?(console.warn("Item is undefined for update. Field "+e+" not found in data structure"),this):(n[a]=o,this.items[this.index[t]]=n,this))},getItem:function(t){return this.items[this.index[t]]},deleteItem:function(t,e){var o,n=[],a=i.isFunc(e);for(o=0;on&&(a="asc"===e.sort.dir?1:-1),0!==a&&e._fireEvent("sort-item-switch",{a:t,b:i,result:a}),a})),this._fireEvent("sort-stop",{items:this.items}),this},search:function(t){return this.searchString=t.trim().toLowerCase(),this.currentPage=1,this._draw(),this},_rebuild:function(t){var i,o=this,n=this.element,a=!1;this._createIndex(),!0===t&&(this.view=this._createView()),this._createTableHeader(),this._createTableBody(),this._createTableFooter(),this.heads.length>0&&e.each(this.heads,(function(t){!a&&["asc","desc"].indexOf(this.sortDir)>-1&&(a=!0,o.sort.colIndex=t,o.sort.dir=this.sortDir)})),a&&(i=n.find(".sortable-column"),this._resetSortClass(i),e(i.get(o.sort.colIndex)).addClass("sort-"+o.sort.dir),this.sorting()),o.currentPage=1,o._draw()},setHeads:function(t){return this.heads=t,this},setHeadItem:function(t,e){var i,o;for(i=0;ithis.pagesCount))return this._draw(),this;this.currentPage=this.pagesCount}},prev:function(){if(0!==this.items.length){if(this.currentPage--,0!==this.currentPage)return this._draw(),this;this.currentPage=1}},first:function(){if(0!==this.items.length)return this.currentPage=1,this._draw(),this},last:function(){if(0!==this.items.length)return this.currentPage=this.pagesCount,this._draw(),this},page:function(t){return t<=0&&(t=1),t>this.pagesCount&&(t=this.pagesCount),this.currentPage=t,this._draw(),this},addFilter:function(t,e){var o,n=null,a=i.isFunc(t);if(!1!==a){for(o=0;o0?this.filteredItems:this.items},getSelectedItems:function(){var o=this.element,n=this.options,a=t.storage.getItem(n.checkStoreKey.replace("$1",o.attr("id"))),r=[];return i.isValue(a)?(e.each(this.items,(function(){-1!==a.indexOf(""+this[n.checkColIndex])&&r.push(this)})),r):[]},getStoredKeys:function(){var e=this.element,i=this.options;return t.storage.getItem(i.checkStoreKey.replace("$1",e.attr("id")),[])},clearSelected:function(e){var i=this.element,o=this.options;t.storage.setItem(o.checkStoreKey.replace("$1",i.attr("id")),[]),i.find("table-service-check-all input").prop("checked",!1),!0===e&&this._draw()},getFilters:function(){return this.filters},getFiltersIndexes:function(){return this.filtersIndexes},openInspector:function(t){var i=this.inspector;t?i.show(0,(function(){i.css({top:(e(window).height()-i.outerHeight(!0))/2+pageYOffset,left:(e(window).width()-i.outerWidth(!0))/2+pageXOffset}).data("open",!0)})):i.hide().data("open",!1)},closeInspector:function(){this.openInspector(!1)},toggleInspector:function(){this.openInspector(!this.inspector.data("open"))},resetView:function(){this.view=this._createView(),this._createTableHeader(),this._createTableFooter(),this._draw(),this._resetInspector(),this._saveTableView()},rebuildIndex:function(){this._createIndex()},getIndex:function(){return this.index},export:function(o,n,a,r){var l,s,p,d,m,c,g,A,x=t.export,h=this,u=this.options,f=document.createElement("table"),b=e("