From 5b395946ec06abc94760a8d12b335f67a2d5e317 Mon Sep 17 00:00:00 2001 From: olton Date: Sun, 5 May 2024 20:53:52 +0300 Subject: [PATCH] add libs --- build/metro.all.js | 2 +- build/metro.js | 2 +- source/core/metro.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/metro.all.js b/build/metro.all.js index e5f607c68..9c39992af 100644 --- a/build/metro.all.js +++ b/build/metro.all.js @@ -15,7 +15,7 @@ var nt=["opacity","zIndex"];function isVisible(t){return!!(t.offsetWidth||t.offs * Copyright 2024 by Serhii Pimenov * Licensed under MIT !*/ -class StateValue{val=null;constructor(t){this.val=t}get state(){return this.val}set state(t){Object.is(t,this.state)||(this.state=t)}}const ft={effect:null,event:"load",target:globalThis,one:!1},bt={LOAD:"load",VIEWPORT:"viewport",ATTRIBUTE:"attribute",CHILDREN:"children",DATA:"data"},wt={effect:t=>t,target:globalThis,event:"load"};globalThis.Hooks={useEffect:({effect:t,target:e,event:i}=wt)=>{let o,n=i.toLowerCase();if("function"!=typeof t)throw Error("Effect must be a function!");if(!e)throw Error("Please specify a target element!");if(i===bt.LOAD?o=e:"string"==typeof e?o=document.querySelector(e):e instanceof HTMLElement&&(o=e),n===bt.LOAD){const e=document.querySelector(o);if(null!==e)t(e);else{const e=new MutationObserver(((e,i)=>{const n=document.querySelector(o);null!==n&&(t(n),i.disconnect())}));e.observe(document.body,{childList:!0,subtree:!0})}}else if(n===bt.VIEWPORT){new IntersectionObserver(((e,i)=>{e.forEach((e=>{e.isIntersecting&&t(o)}))}),{root:null,rootMargin:"0px",threshold:.5}).observe(o)}else if(n===bt.ATTRIBUTE){new MutationObserver((e=>{for(let i of e)i.target===o&&"attributes"===i.type&&t(o,i.attributeName,o.getAttribute(i.attributeName))})).observe(o,{attributes:!0})}else if(n===bt.CHILDREN){new MutationObserver((e=>{for(let i of e)i.target===o&&"childList"===i.type&&t(o,i.addedNodes,i.removedNodes)})).observe(o,{childList:!0,subtree:!0})}else if(n===bt.DATA){new MutationObserver((e=>{for(let i of e)i.target===o&&"characterData"===i.type&&t(o,o.textContent)})).observe(o,{characterData:!0})}},useState:(t,e)=>{let i=new StateValue(t),o=new Proxy(i,{get:function(t,e){return t[e]},set:function(t,i,o){const n=t[i];return t[i]=o,"function"==typeof e&&e({target:t,prop:i,oldVal:n,newVal:o}),!0}});const state=()=>1===Object.keys(o).length&&"val"===Object.keys(o)[0]?o.val:o;return[state,t=>("object"==typeof t?Object.keys(t).forEach((e=>{o[e]=t[e]})):o.val=t,state())]},useEvent:({effect:t,event:e,target:i,one:o}=ft)=>{let n,a;if(i?"string"==typeof i?n=document.querySelector(i):i instanceof HTMLElement&&(n=i):n=globalThis,a=e||"load","function"!=typeof t)throw Error("Effect must be a function!");const listener=e=>{o&&n.removeEventListener(a,listener),t(e)};return n.addEventListener(a,listener)},USE_EFFECT_EVENTS:bt};class HSV{constructor(t=0,e=0,i=0){this.h=t,this.s=e,this.v=i}toString(){return"hsv("+[Math.round(this.h),Math.round(100*this.s)+"%",Math.round(100*this.v)+"%"].join(", ")+")"}}class HSL{constructor(t=0,e=0,i=0){this.h=t,this.s=e,this.l=i}toString(){return"hsl("+[Math.round(this.h),Math.round(100*this.s)+"%",Math.round(100*this.l)+"%"].join(", ")+")"}}class HSLA{constructor(t=0,e=0,i=0,o=0){this.h=t,this.s=e,this.l=i,this.a=o}toString(){return"hsla("+[Math.round(this.h),Math.round(100*this.s)+"%",Math.round(100*this.l)+"%",parseFloat(this.a).toFixed(2)].join(", ")+")"}}class RGB{constructor(t=0,e=0,i=0){this.r=t,this.g=e,this.b=i}toString(){return`rgb(${this.r},${this.g},${this.b})`}}class RGBA{constructor(t=0,e=0,i=0,o=0){this.r=t,this.g=e,this.b=i,this.a=o}toString(){return`rgba(${this.r},${this.g},${this.b},${this.a})`}}class CMYK{constructor(t=0,e=0,i=0,o=0){this.c=t,this.m=e,this.y=i,this.k=o}toString(){return`cmyk(${this.c},${this.m},${this.y},${this.k})`}}const vt={aliceBlue:"#f0f8ff",antiqueWhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedAlmond:"#ffebcd",blue:"#0000ff",blueViolet:"#8a2be2",brown:"#a52a2a",burlyWood:"#deb887",cadetBlue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerBlue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkBlue:"#00008b",darkCyan:"#008b8b",darkGoldenRod:"#b8860b",darkGray:"#a9a9a9",darkGreen:"#006400",darkKhaki:"#bdb76b",darkMagenta:"#8b008b",darkOliveGreen:"#556b2f",darkOrange:"#ff8c00",darkOrchid:"#9932cc",darkRed:"#8b0000",darkSalmon:"#e9967a",darkSeaGreen:"#8fbc8f",darkSlateBlue:"#483d8b",darkSlateGray:"#2f4f4f",darkTurquoise:"#00ced1",darkViolet:"#9400d3",deepPink:"#ff1493",deepSkyBlue:"#00bfff",dimGray:"#696969",dodgerBlue:"#1e90ff",fireBrick:"#b22222",floralWhite:"#fffaf0",forestGreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#DCDCDC",ghostWhite:"#F8F8FF",gold:"#ffd700",goldenRod:"#daa520",gray:"#808080",green:"#008000",greenYellow:"#adff2f",honeyDew:"#f0fff0",hotPink:"#ff69b4",indianRed:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderBlush:"#fff0f5",lawnGreen:"#7cfc00",lemonChiffon:"#fffacd",lightBlue:"#add8e6",lightCoral:"#f08080",lightCyan:"#e0ffff",lightGoldenRodYellow:"#fafad2",lightGray:"#d3d3d3",lightGreen:"#90ee90",lightPink:"#ffb6c1",lightSalmon:"#ffa07a",lightSeaGreen:"#20b2aa",lightSkyBlue:"#87cefa",lightSlateGray:"#778899",lightSteelBlue:"#b0c4de",lightYellow:"#ffffe0",lime:"#00ff00",limeGreen:"#32dc32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumAquaMarine:"#66cdaa",mediumBlue:"#0000cd",mediumOrchid:"#ba55d3",mediumPurple:"#9370db",mediumSeaGreen:"#3cb371",mediumSlateBlue:"#7b68ee",mediumSpringGreen:"#00fa9a",mediumTurquoise:"#48d1cc",mediumVioletRed:"#c71585",midnightBlue:"#191970",mintCream:"#f5fffa",mistyRose:"#ffe4e1",moccasin:"#ffe4b5",navajoWhite:"#ffdead",navy:"#000080",oldLace:"#fdd5e6",olive:"#808000",oliveDrab:"#6b8e23",orange:"#ffa500",orangeRed:"#ff4500",orchid:"#da70d6",paleGoldenRod:"#eee8aa",paleGreen:"#98fb98",paleTurquoise:"#afeeee",paleVioletRed:"#db7093",papayaWhip:"#ffefd5",peachPuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderBlue:"#b0e0e6",purple:"#800080",rebeccaPurple:"#663399",red:"#ff0000",rosyBrown:"#bc8f8f",royalBlue:"#4169e1",saddleBrown:"#8b4513",salmon:"#fa8072",sandyBrown:"#f4a460",seaGreen:"#2e8b57",seaShell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",slyBlue:"#87ceeb",slateBlue:"#6a5acd",slateGray:"#708090",snow:"#fffafa",springGreen:"#00ff7f",steelBlue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whiteSmoke:"#f5f5f5",yellow:"#ffff00",yellowGreen:"#9acd32"},Bt={lime:"#a4c400",green:"#60a917",emerald:"#008a00",blue:"#00AFF0",teal:"#00aba9",cyan:"#1ba1e2",cobalt:"#0050ef",indigo:"#6a00ff",violet:"#aa00ff",pink:"#dc4fad",magenta:"#d80073",crimson:"#a20025",red:"#CE352C",orange:"#fa6800",amber:"#f0a30a",yellow:"#fff000",brown:"#825a2c",olive:"#6d8764",steel:"#647687",mauve:"#76608a",taupe:"#87794e"},Et={color:function(t,e=vt,i=void 0){return void 0!==e[t]?e[t]:i},palette:function(t=vt){return Object.keys(t)},colors:function(t=vt){return Object.values(t)}},yt={HSV:HSV,HSL:HSL,HSLA:HSLA,RGB:RGB,RGBA:RGBA,CMYK:CMYK},kt={HEX:"hex",RGB:"rgb",RGBA:"rgba",HSV:"hsv",HSL:"hsl",HSLA:"hsla",CMYK:"cmyk",UNKNOWN:"unknown"},It={angle:30,algorithm:1,step:.1,distance:5,tint1:.8,tint2:.4,shade1:.6,shade2:.3,alpha:1,baseLight:"#ffffff",baseDark:"self"};function convert(t,e){let i;switch(e){case"hex":i=t.map((function(t){return toHEX(t)}));break;case"rgb":i=t.map((function(t){return toRGB(t)}));break;case"rgba":i=t.map((function(t){return toRGBA(t,opt.alpha)}));break;case"hsl":i=t.map((function(t){return toHSL(t)}));break;case"hsla":i=t.map((function(t){return toHSLA(t,opt.alpha)}));break;case"cmyk":i=t.map((function(t){return toCMYK(t)}));break;default:i=t}return i}function clamp(t,e,i){return Math.max(e,Math.min(t,i))}function toRange(t,e,i){return ti?i:t}function shift(t,e){for(t+=e;t>=360;)t-=360;for(;t<0;)t+=360;return t}const test=t=>{const _isHSLA=t=>/^hsla\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*(0(\.\d+)?|1(\.0+)?)\s*\)$/.test(t);return(t=>/^#([A-Fa-f0-9]{3}){1,2}$/.test(t))(t)||(t=>/^rgb\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)$/.test(t))(t)||(t=>/^hsv\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)$/.test(t))(t)||_isHSLA(t)||_isHSLA(t)||(t=>/^rgba\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*(0(\.\d+)?|1(\.0+)?)\s*\)$/.test(t))(t)||(t=>/^hsl\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)$/.test(t))(t)||(t=>/^cmyk\(\s*\d+\s*,\s*\d+\s*,\s*\d+\s*,\s*\d+\s*\)$/.test(t))(t)},createColor=(t="hex",e="#000000")=>{let i;return"string"==typeof e&&(i=parseColor(e)),isColor(i)||(i="#000000"),toColor(i,t.toLowerCase())},Ct=createColor,expandHexColor=function(t){if(isColor(t)&&"string"!=typeof t)return t;if("string"!=typeof t)throw new Error("Value is not a string!");if("#"===t[0]&&4===t.length){const e=/^#?([a-f\d])([a-f\d])([a-f\d])$/i;return"#"+t.replace(e,((t,e,i,o)=>e+e+i+i+o+o))}return"#"===t[0]?t:"#"+t},Qt=expandHexColor,isDark=t=>{if(t=parseColor(t),!isColor(t))return;const e=toRGB(t);return(299*e.r+587*e.g+114*e.b)/1e3<128},isLight=t=>!isDark(t),isHSV=t=>parseColor(t)instanceof HSV,isHSL=t=>parseColor(t)instanceof HSL,isHSLA=t=>parseColor(t)instanceof HSLA,isRGB=t=>parseColor(t)instanceof RGB,isRGBA=t=>parseColor(t)instanceof RGBA,isCMYK=t=>parseColor(t)instanceof CMYK,isHEX=t=>/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(t),isColor=t=>!!t&&("string"==typeof t?test(t):isHEX(t)||isRGB(t)||isRGBA(t)||isHSV(t)||isHSL(t)||isHSLA(t)||isCMYK(t)),colorType=t=>isHEX(t)?kt.HEX:isRGB(t)?kt.RGB:isRGBA(t)?kt.RGBA:isHSV(t)?kt.HSV:isHSL(t)?kt.HSL:isHSLA(t)?kt.HSLA:isCMYK(t)?kt.CMYK:kt.UNKNOWN,equal=(t,e)=>!(!isColor(t)||!isColor(e))&&toHEX(t)===toHEX(e),colorToString=t=>t.toString(),hex2rgb=t=>{const e=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(expandHexColor(t)),i=[parseInt(e[1],16),parseInt(e[2],16),parseInt(e[3],16)];return e?new RGB(...i):null},rgb2hex=t=>"#"+((1<<24)+(t.r<<16)+(t.g<<8)+t.b).toString(16).slice(1),rgb2hsv=t=>{const e=new HSV;let i,o,n;const a=t.r/255,r=t.g/255,l=t.b/255,s=Math.max(a,r,l),p=Math.min(a,r,l),d=s-p;return n=s,o=0===s?0:1-p/s,i=s===p?0:s===a&&r>=l?(r-l)/d*60:s===a&&r{let e,i,o;const n=t.h,a=100*t.s,r=100*t.v,l=(100-a)*r/100,s=n%60/60*(r-l),p=l+s,d=r-s;switch(Math.floor(n/60)){case 0:e=r,i=p,o=l;break;case 1:e=d,i=r,o=l;break;case 2:e=l,i=r,o=p;break;case 3:e=l,i=d,o=r;break;case 4:e=p,i=l,o=r;break;case 5:e=r,i=l,o=d}return new RGB(Math.round(255*e/100),Math.round(255*i/100),Math.round(255*o/100))},rgb2cmyk=t=>{const e=new CMYK,i=t.r/255,o=t.g/255,n=t.b/255;return e.k=Math.min(1-i,1-o,1-n),e.c=1-e.k==0?0:(1-i-e.k)/(1-e.k),e.m=1-e.k==0?0:(1-o-e.k)/(1-e.k),e.y=1-e.k==0?0:(1-n-e.k)/(1-e.k),e.c=Math.round(100*e.c),e.m=Math.round(100*e.m),e.y=Math.round(100*e.y),e.k=Math.round(100*e.k),e},cmyk2rgb=t=>{const e=Math.floor(255*(1-t.c/100)*(1-t.k/100)),i=Math.ceil(255*(1-t.m/100)*(1-t.k/100)),o=Math.ceil(255*(1-t.y/100)*(1-t.k/100));return new RGB(e,i,o)},hsv2hsl=t=>{let e,i,o,n;return e=parseInt(t.h),o=(2-t.s)*t.v,i=t.s*t.v,0===o?i=0:(n=o<=1?o:2-o,0===n?i=0:i/=n),o/=2,Number.isNaN(i)&&(i=0),Number.isNaN(o)&&(o=0),new HSL(e,i,o)},hsl2hsv=t=>{let e,i,o,n;return e=t.h,n=2*t.l,i=t.s*(n<=1?n:2-n),o=(n+i)/2,i=n+i===0?0:2*i/(n+i),new HSV(e,i,o)},rgb2websafe=t=>new RGB(51*Math.round(t.r/51),51*Math.round(t.g/51),51*Math.round(t.b/51)),rgba2websafe=t=>{const e=rgb2websafe(t);return new RGBA(e.r,e.g,e.b,t.a)},hex2websafe=t=>rgb2hex(rgb2websafe(hex2rgb(t))),hsv2websafe=t=>rgb2hsv(rgb2websafe(toRGB(t))),hsl2websafe=t=>hsv2hsl(rgb2hsv(rgb2websafe(toRGB(t)))),cmyk2websafe=t=>rgb2cmyk(rgb2websafe(cmyk2rgb(t))),websafe=t=>isHEX(t)?hex2websafe(t):isRGB(t)?rgb2websafe(t):isRGBA(t)?rgba2websafe(t):isHSV(t)?hsv2websafe(t):isHSL(t)?hsl2websafe(t):isCMYK(t)?cmyk2websafe(t):t,toColor=(t,e="rgb",i=1)=>{let o;switch(e.toLowerCase()){case"hex":o=toHEX(t);break;case"rgb":o=toRGB(t);break;case"rgba":o=toRGBA(t,i);break;case"hsl":o=toHSL(t);break;case"hsla":o=toHSLA(t,i);break;case"hsv":o=toHSV(t);break;case"cmyk":o=toCMYK(t);break;default:o=t}return o},toHEX=t=>"string"==typeof t?expandHexColor(t):rgb2hex(toRGB(t)),toRGB=t=>{if(isRGB(t))return t;if(isRGBA(t))return new RGB(t.r,t.g,t.b);if(isHSV(t))return hsv2rgb(t);if(isHSL(t))return hsv2rgb(hsl2hsv(t));if(isHSLA(t))return hsv2rgb(hsl2hsv(t));if(isHEX(t))return hex2rgb(t);if(isCMYK(t))return cmyk2rgb(t);throw new Error("Unknown color format!")},toRGBA=(t,e)=>{if(isRGBA(t))return e&&(t.a=e),t;const i=toRGB(t);return new RGBA(i.r,i.g,i.b,e)},toHSV=t=>rgb2hsv(toRGB(t)),toHSL=t=>hsv2hsl(rgb2hsv(toRGB(t))),toHSLA=(t,e=1)=>{if(isHSLA(t))return e&&(t.a=e),t;let i=hsv2hsl(rgb2hsv(toRGB(t)));return i.a=e,new HSLA(i.h,i.s,i.l,i.a)},toCMYK=t=>rgb2cmyk(toRGB(t)),grayscale=t=>{const e=toRGB(t),i=colorType(t).toLowerCase(),o=Math.round(.2125*e.r+.7154*e.g+.0721*e.b),n=new RGB(o,o,o);return toColor(n,i)},darken=(t,e=10)=>lighten(t,-1*Math.abs(e)),lighten=(t,e=10)=>{let i,o,n=e>0;const calc=function(t,e){let i,o,n;const a=t.slice(1),r=parseInt(a,16);return i=(r>>16)+e,i>255?i=255:i<0&&(i=0),n=(r>>8&255)+e,n>255?n=255:n<0&&(n=0),o=(255&r)+e,o>255?o=255:o<0&&(o=0),"#"+(o|n<<8|i<<16).toString(16)};i=colorType(t).toLowerCase(),i===kt.RGBA&&t.a;do{o=calc(toHEX(t),e),n?e--:e++}while(o.length<7);return toColor(o,i)},hueShift=(t,e,i=1)=>{const o=toHSV(t),n=colorType(t).toLowerCase();let a=o.h;for(a+=e;a>=360;)a-=360;for(;a<0;)a+=360;return o.h=a,toColor(o,n,i)},mix=(t,e,i)=>{i=0===i?0:i||50;const o=new RGB(0,0,0),n=toRGB(t),a=toRGB(e),r=i/100;return o.r=Math.round((a.r-n.r)*r+n.r),o.g=Math.round((a.g-n.g)*r+n.g),o.b=Math.round((a.b-n.b)*r+n.b),toHEX(o)},multiply=(t,e)=>{const i=toRGB(t),o=toRGB(e),n=new RGB;return i.b=Math.floor(i.b*o.b/255),i.g=Math.floor(i.g*o.g/255),i.r=Math.floor(i.r*o.r/255),toHEX(n)},shade=(t,e)=>{if(!isColor(t))throw new Error(t+" is not a valid color value!");e/=100;const i=colorType(t).toLowerCase(),o=toRGB(t),n=e<0?0:255,a=e<0?-1*e:e;let r,l,s,p;return r=Math.round((n-o.r)*a)+o.r,l=Math.round((n-o.g)*a)+o.g,s=Math.round((n-o.b)*a)+o.b,i!==kt.RGBA&&i!==kt.HSLA||(p=t.a),toColor(new RGB(r,l,s),i,p)},saturate=(t,e)=>{let i,o,n;if(!isColor(t))throw new Error(t+" is not a valid color value!");return i=toHSL(t),i.s+=e/100,i.s=clamp(0,1,i.s),o=colorType(t).toLowerCase(),o!==kt.RGBA&&o!==kt.HSLA||(n=t.a),toColor(i,o,n)},desaturate=(t,e)=>{let i,o,n;if(!isColor(t))throw new Error(t+" is not a valid color value!");return i=toHSL(t),i.s-=e/100,i.s=clamp(i.s),o=colorType(t).toLowerCase(),o!==kt.RGBA&&o!==kt.HSLA||(n=t.a),toColor(i,o,n)},spin=(t,e)=>{let i,o,n,a;if(!isColor(t))throw new Error(t+" is not a valid color value!");return i=toHSL(t),a=(i.h+e)%360,i.h=a<0?360+a:a,o=colorType(t).toLowerCase(),o!==kt.RGBA&&o!==kt.HSLA||(n=t.a),toColor(i,o,n)},brighten=(t,e)=>{let i,o,n;if(!isColor(t))throw new Error(t+" is not a valid color value!");return i=toRGB(t),i.r=Math.max(0,Math.min(255,i.r-Math.round(-e/100*255))),i.g=Math.max(0,Math.min(255,i.g-Math.round(-e/100*255))),i.b=Math.max(0,Math.min(255,i.b-Math.round(-e/100*255))),o=colorType(t).toLowerCase(),o!==kt.RGBA&&o!==kt.HSLA||(n=t.a),toColor(i,o,n)},add=(t,e,i)=>{const o=Mt(t),n=Mt(e),a=toRGBA(o,void 0),r=toRGBA(n,void 0),l=new RGBA;return(""+i).toLowerCase(),l.r=Math.round((a.r+r.r)/2),l.g=Math.round((a.g+r.g)/2),l.b=Math.round((a.b+r.b)/2),l.a=Math.round((a.a+r.a)/2),toColor(l,i,l.a)},createColorScheme=(t,e,i=kt.HEX,o)=>{const n=Object.assign({},It,o);let a;const r=[];let l,s,p,d,c;if(l=toHSV(t),!1===isHSV(l))return console.warn("The value is a not supported color format!"),!1;switch(p=l.h,d=l.s,c=l.v,e){case"monochromatic":case"mono":if(1===n.algorithm)s=hsv2rgb(l),s.r=toRange(Math.round(s.r+(255-s.r)*n.tint1),0,255),s.g=toRange(Math.round(s.g+(255-s.g)*n.tint1),0,255),s.b=toRange(Math.round(s.b+(255-s.b)*n.tint1),0,255),r.push(rgb2hsv(s)),s=hsv2rgb(l),s.r=toRange(Math.round(s.r+(255-s.r)*n.tint2),0,255),s.g=toRange(Math.round(s.g+(255-s.g)*n.tint2),0,255),s.b=toRange(Math.round(s.b+(255-s.b)*n.tint2),0,255),r.push(rgb2hsv(s)),r.push(l),s=hsv2rgb(l),s.r=toRange(Math.round(s.r*n.shade1),0,255),s.g=toRange(Math.round(s.g*n.shade1),0,255),s.b=toRange(Math.round(s.b*n.shade1),0,255),r.push(rgb2hsv(s)),s=hsv2rgb(l),s.r=toRange(Math.round(s.r*n.shade2),0,255),s.g=toRange(Math.round(s.g*n.shade2),0,255),s.b=toRange(Math.round(s.b*n.shade2),0,255),r.push(rgb2hsv(s));else if(2===n.algorithm)for(r.push(l),a=1;a<=n.distance;a++)c=clamp(c-n.step,0,1),d=clamp(d-n.step,0,1),r.push({h:p,s:d,v:c});else if(3===n.algorithm)for(r.push(l),a=1;a<=n.distance;a++)c=clamp(c-n.step,0,1),r.push({h:p,s:d,v:c});else c=clamp(l.v+2*n.step,0,1),r.push({h:p,s:d,v:c}),c=clamp(l.v+n.step,0,1),r.push({h:p,s:d,v:c}),r.push(l),d=l.s,c=l.v,c=clamp(l.v-n.step,0,1),r.push({h:p,s:d,v:c}),c=clamp(l.v-2*n.step,0,1),r.push({h:p,s:d,v:c});break;case"complementary":case"complement":case"comp":r.push(l),p=shift(l.h,180),r.push(new HSV(p,d,c));break;case"double-complementary":case"double-complement":case"double":r.push(l),p=shift(p,180),r.push(new HSV(p,d,c)),p=shift(p,n.angle),r.push(new HSV(p,d,c)),p=shift(p,180),r.push(new HSV(p,d,c));break;case"analogous":case"analog":p=shift(p,n.angle),r.push(new HSV(p,d,c)),r.push(l),p=shift(l.h,0-n.angle),r.push(new HSV(p,d,c));break;case"triadic":case"triad":for(r.push(l),a=1;a<3;a++)p=shift(p,120),r.push(new HSV(p,d,c));break;case"tetradic":case"tetra":r.push(l),p=shift(l.h,180),r.push(new HSV(p,d,c)),p=shift(l.h,-1*n.angle),r.push(new HSV(p,d,c)),p=shift(p,180),r.push(new HSV(p,d,c));break;case"square":for(r.push(l),a=1;a<4;a++)p=shift(p,90),r.push(new HSV(p,d,c));break;case"split-complementary":case"split-complement":case"split":p=shift(p,180-n.angle),r.push(new HSV(p,d,c)),r.push(l),p=shift(l.h,180+n.angle),r.push(new HSV(p,d,c));break;case"material":var m=n.baseLight,A="self"!==n.baseDark&&n.baseDark?n.baseDark:multiply(t,t);r.push({50:mix(m,t,10),100:mix(m,t,30),200:mix(m,t,50),300:mix(m,t,70),400:mix(m,t,85),500:mix(m,t,100),600:mix(A,t,92),700:mix(A,t,83),800:mix(A,t,74),900:mix(A,t,65),A100:lighten(saturate(mix(A,t,15),80),65),A200:lighten(saturate(mix(A,t,15),80),55),A400:lighten(saturate(mix(m,t,100),55),10),A700:lighten(saturate(mix(A,t,83),65),10)});break;default:console.error("Unknown scheme name")}return"material"===e?r[0]:convert(r,i)},parseColor=function(t){let e=(""+t).toLowerCase();void 0!==vt[e]&&(e=vt[e]),void 0!==Bt[e]&&(e=Bt[e]);let i=e.replace(/[^\d.,]/g,"").split(",").map((t=>e.includes("hs")?parseFloat(t):parseInt(t)));return"#"===e[0]?expandHexColor(e):e.includes("rgba")?new RGBA(i[0],i[1],i[2],i[3]):e.includes("rgb")?new RGB(i[0],i[1],i[2]):e.includes("cmyk")?new CMYK(i[0],i[1],i[2],i[3]):e.includes("hsv")?new HSV(i[0],i[1],i[2]):e.includes("hsla")?new HSLA(i[0],i[1],i[2],i[3]):e.includes("hsl")?new HSL(i[0],i[1],i[2]):e},Mt=parseColor,randomColor=(t="hex",e=1)=>{const rnd=(t,e)=>Math.floor(t+Math.random()*(e+1-t));let i,o,n,a;return o=rnd(0,255),n=rnd(0,255),a=rnd(0,255),i="#"+((1<<24)+(o<<16)+(n<<8)+a).toString(16).slice(1),"hex"===t?i:toColor(i,t,e)},Ft=randomColor;var Yt=Object.freeze({__proto__:null,Primitives:yt,colorTypes:kt,colorDefaultProps:It,test:test,createColor:createColor,create:Ct,expandHexColor:expandHexColor,expand:Qt,isDark:isDark,isLight:isLight,isHSV:isHSV,isHSL:isHSL,isHSLA:isHSLA,isRGB:isRGB,isRGBA:isRGBA,isCMYK:isCMYK,isHEX:isHEX,isColor:isColor,colorType:colorType,equal:equal,colorToString:colorToString,hex2rgb:hex2rgb,rgb2hex:rgb2hex,rgb2hsv:rgb2hsv,hsv2rgb:hsv2rgb,hsv2hex:t=>rgb2hex(hsv2rgb(t)),hex2hsv:t=>rgb2hsv(hex2rgb(t)),rgb2cmyk:rgb2cmyk,cmyk2rgb:cmyk2rgb,hsv2hsl:hsv2hsl,hsl2hsv:hsl2hsv,rgb2websafe:rgb2websafe,rgba2websafe:rgba2websafe,hex2websafe:hex2websafe,hsv2websafe:hsv2websafe,hsl2websafe:hsl2websafe,cmyk2websafe:cmyk2websafe,websafe:websafe,toColor:toColor,toHEX:toHEX,toRGB:toRGB,toRGBA:toRGBA,toHSV:toHSV,toHSL:toHSL,toHSLA:toHSLA,toCMYK:toCMYK,grayscale:grayscale,darken:darken,lighten:lighten,hueShift:hueShift,mix:mix,multiply:multiply,shade:shade,saturate:saturate,desaturate:desaturate,spin:spin,brighten:brighten,add:add,createColorScheme:createColorScheme,parseColor:parseColor,parse:Mt,randomColor:randomColor,random:Ft});let St=class Color{_setValue(t){t||(t="#000000"),"string"==typeof t&&(t=parseColor(t)),t&&isColor(t)?this._value=t:this._value=void 0}_setOptions(t){this._options=Object.assign({},It,t)}constructor(t="#000000",e=null){this._setValue(t),this._setOptions(e)}get options(){return this._options}set options(t){this._setOptions(t)}get value(){return this._value?this._value:void 0}set value(t){this._setValue(t)}toRGB(){if(this._value)return this._value=toRGB(this._value),this}get rgb(){return this._value?toRGB(this._value):void 0}toRGBA(t){if(this._value)return isRGBA(this._value)?t&&(this._value=toRGBA(this._value,t)):this._value=toRGBA(this._value,t||It.alpha),this}get rgba(){return this._value?isRGBA(this._value)?this._value:toRGBA(this._value,this._options.alpha):void 0}toHEX(){if(this._value)return this._value=toHEX(this._value),this}get hex(){return this._value?toHEX(this._value):void 0}toHSV(){if(this._value)return this._value=toHSV(this._value),this}get hsv(){return this._value?toHSV(this._value):void 0}toHSL(){if(this._value)return this._value=toHSL(this._value),this}get hsl(){return this._value?toHSL(this._value):void 0}toHSLA(t){if(this._value)return isHSLA(this._value)?t&&(this._value=toHSLA(this._value,t)):this._value=toHSLA(this._value,t),this}get hsla(){return this._value?isHSLA(this._value)?this._value:toHSLA(this._value,this._options.alpha):void 0}toCMYK(){if(this._value)return this._value=toCMYK(this._value),this}get cmyk(){return this._value?toCMYK(this._value):void 0}toWebsafe(){if(this._value)return this._value=websafe(this._value),this}get websafe(){return this._value?websafe(this._value):void 0}toString(){return this._value?colorToString(this._value):void 0}darken(t=10){if(this._value)return this._value=darken(this._value,t),this}lighten(t=10){if(this._value)return this._value=lighten(this._value,t),this}isDark(){return this._value?isDark(this._value):void 0}isLight(){return this._value?isLight(this._value):void 0}hueShift(t){if(this._value)return this._value=hueShift(this._value,t),this}grayscale(){if(this._value&&this.type!==kt.UNKNOWN)return this._value=grayscale(this._value,(""+this.type).toLowerCase()),this}get type(){return colorType(this._value)}getScheme(t,e,i){return this._value?createColorScheme(this._value,t,e,i):void 0}equal(t){return equal(this._value,t)}random(t,e){this._value=randomColor(t,e)}channel(t,e){const i=this.type;return["red","green","blue"].includes(t)&&(this.toRGB(),this._value[["red","green","blue"].indexOf(t)]=e,this["to"+i]()),"alpha"===t&&this._value.a&&(this._value.a=e),["hue","saturation","value"].includes(t)&&(this.toHSV(),this._value[["hue","saturation","value"].indexOf(t)]=e,this["to"+i]()),["lightness"].includes(t)&&(this.toHSL(),this._value[2]=e,this["to"+i]()),["cyan","magenta","yellow","black"].includes(t)&&(this.toCMYK(),this._value[["cyan","magenta","yellow","black"].indexOf(t)]=e,this["to"+i]()),this}add(t){this._setValue(add(this._value,t))}mix(t,e){this._setValue(mix(this._value,t,e))}multiply(t){this._setValue(multiply(this._value,t))}shade(t){this._setValue(shade(this._value,t))}saturate(t){this._setValue(saturate(this._value,t))}desaturate(t){this._setValue(desaturate(this._value,t))}spin(t){this._setValue(spin(this._value,t))}brighten(t){this._setValue(brighten(this._value,t))}};const Ut={...yt};function dashedName(t){return t.replace(/([A-Z])/g,(function(t){return"-"+t.toLowerCase()}))}globalThis.Color=St,globalThis.color=t=>new St(t),globalThis.Color.Routines=Yt,globalThis.Color.Palette=Et,globalThis.Color.StandardColors=vt,globalThis.Color.MetroColors=Bt,globalThis.Color.Primitives=Ut;const Tt=["opacity","zIndex","order","zoom"];function setStyles(t={}){return Object.keys(t).map((e=>{const i=dashedName(e);let o=t[e];return Tt.includes(i)||isNaN(o)||(o+="px"),`${i}: ${o}`})).join(";")}const Rt=["accesskey","contenteditable","contextmenu","dir","id","lang","spellcheck","tabindex","title"];class BaseElement{constructor(t={}){this.options=t,this.tag="div"}selfAttributes(){return[]}get attributes(){return this.getAttributes().join(" ")}getAttributes(){let t=[],e=["hidden","disabled","required","readonly","selected","open","multiply","default"],i=["className","style","data","tag","events"];for(let o in this.options)i.includes(o)||(e.includes(o)&&!0===this.options[o]?t.push(o):(this.selfAttributes().includes(o)&&!t.includes(o)||Rt.includes(o))&&t.push(`${o}="${this.options[o]}"`));return this.classes&&t.push(`class="${this.classes}"`),this.styles&&t.push(`style="${this.styles}"`),this.dataSet&&t.push(this.dataSet),this.aria&&t.push(this.aria),t}draw(){return this.template()}get dataSet(){const{data:t={}}=this.options;let e=[];if(t==={})return"";for(let i in t)e.push(`data-${dashedName(i)}="${t[i]}"`);return e.join(" ")}get aria(){const{aria:t={}}=this.options;let e=[];if(t==={})return"";for(let i in t)e.push(`aria-${i.toLowerCase()}="${t[i]}"`);return e.join(" ")}get events(){const{events:t={}}=this.options;let e=[];if(t==={})return"";for(let i in t)e.push(`${i.toLowerCase()}="${t[i]}"`);return e.join(" ")}get classes(){const{className:t=[]}=this.options;return function setClasses(t=[]){return Array.isArray(t)?t.join(" "):t.toString()}(t)}get styles(){const{style:t={}}=this.options;return setStyles(t)}template(){return""}}const parser=t=>{if(Array.isArray(t))return t.map(parser).join("");if("string"==typeof t)return t;if(t.draw)return t.draw();throw new Error("Unknown element! "+t)};class Tag extends BaseElement{constructor(t="",e={}){"object"!=typeof t||Array.isArray(t)||t.draw||(e=t,t=""),super(e),this.children=t}template(t){const e=this.options.tag?this.options.tag:this.tag;return`\n <${e} ${this.attributes} ${this.events}>${t}\n `}draw(){let t,e=this.children;return null==e&&(e=""),t="string"==typeof e?e:e instanceof BaseElement?e.draw():Array.isArray(e)?e.map(parser).join(""):"",this.template(t)}}class TagEmpty extends BaseElement{constructor(t={}){super(t),this.options=t}template(){return`\n <${this.options.tag?this.options.tag:this.tag} ${this.attributes} ${this.events}/>\n `}}const render=(t=[],e=document.body,i={})=>{let o,n;const{clear:a=!0,where:r="beforeend"}=i;n="string"==typeof e?document.querySelector(e):e,n||(n=document.body),a&&(n.innerHTML=""),Array.isArray(t)||(t=[t]),o=t.map(parser).join(""),n.insertAdjacentHTML(r,o)};class Router{version="0.1.0";_routes=[];_route="/";_mode=null;_ignore="[data-route-ignore]";_404=()=>{};constructor(t={}){this.options=Object.assign({},this.options,t),this.options.mode&&(this._mode=this.options.mode),this.options.ignore&&(this._ignore=this.options.ignore),this.options.routes&&this.addRoutes(this.options.routes),this.options[404]&&"function"==typeof this.options[404]&&(this._404=this.options[404])}clearSlashes(t){return t.replace(/\/$/,"").replace(/^\//,"")}index(t){let e=-1;for(let i=0;i{t.path&&this[e](t.path,t.callback)}));else if("object"==typeof t)for(let i in t)t.hasOwnProperty(i)&&this[e](i,t[i])}addRoute(t,e){return t&&!this.routeExists(t)&&this._routes.push({path:t,callback:e,pattern:new RegExp("^"+t.replace(/:\w+/g,"(\\w+)")+"$")}),this}addRoutes(t){return this._routesFn(t,"addRoute"),this}updRoute(t,e){const i=this.index(t);if(-1!==i)return e&&e.path&&(this._routes[i].path=e.path),e&&e.callback&&(this._routes[i].callback=e.callback),this}updRoutes(t){return this._routesFn(t,"updRoute"),this}delRoute(t){return this.routeExists(t)&&delete this._routes[t],this}findRoute(t){let e;for(let i=0;i{const i=e.target;let o;"a"!==i.tagName.toLowerCase()||i.matches(t)||(e.preventDefault(),o=i.href,o&&this.exec(o,!0))}),!1),window.addEventListener("popstate",(t=>{this.exec(document.location)}),!1),this}}const createStyleElement=(t="",e)=>{let i=document.createElement("style");return void 0!==e&&i.setAttribute("media",e),i.appendChild(document.createTextNode(t)),document.head.appendChild(i),i},createStyleSheet=t=>createStyleElement(t).sheet,addCssRule=(t,e,i)=>{t.insertRule(e+"{"+i+"}")};class Span extends Tag{tag="span"}class Img extends TagEmpty{tag="img";selfAttributes(){return["align","alt","border","height","hspace","ismap","longdesc","lowsrc","src","vspace","width","usemap"]}}const img=(t={})=>new Img(t);class Input extends TagEmpty{tag="input";selfAttributes(){return["accept","align","alt","autocomplete","autofocus","border","checked","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","list","max","maxlength","min","multiple","name","pattern","placeholder","size","src","step","type","value"]}}class Br extends TagEmpty{tag="br";selfAttributes(){return["clear"]}}class Hr extends TagEmpty{tag="hr"}class Heading extends Tag{constructor(t="h1",e="",i={}){super(e,i),this.tag=t}}const heading=(t="h1",e="",i={})=>new Heading(t,e,i);class Section extends Tag{tag="section"}class Anchor extends Tag{tag="a";selfAttributes(){return["coords","download","hreflang","name","rel","rev","shape","target","type","href"]}}class Abbr extends Tag{tag="abbr"}class Article extends Tag{tag="article"}class Nav extends Tag{tag="nav"}class Aside extends Tag{tag="aside"}class Header extends Tag{tag="header"}class Footer extends Tag{tag="footer"}class Address extends Tag{tag="address"}class Map extends Tag{tag="map";selfAttributes(){return["name"]}}class Area extends TagEmpty{tag="area";selfAttributes(){return["alt","coords","hreflang","nohref","shape","target","type","href"]}}const area=(t={})=>new Area(t);class AudioTag extends Tag{tag="audio";selfAttributes(){return["autoplay","controls","loop","preload","src"]}}class Bold extends Tag{tag="b"}class Bdi extends Tag{tag="bdi"}class Bdo extends Tag{tag="bdo"}class Blockquote extends Tag{tag="blockquote";selfAttributes(){return["cite"]}}class Button extends Tag{tag="button";selfAttributes(){return["autofocus","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","type","value"]}}class Canvas extends Tag{tag="canvas";selfAttributes(){return["width","height"]}}class Table extends Tag{tag="table";selfAttributes(){return["align","background","bgcolor","border","bordercolor","cellpadding","cellspacing","cols","frame","height","rules","summary","width"]}}class Caption extends Tag{tag="caption";selfAttributes(){return["align","valign"]}}class Col extends TagEmpty{tag="col";selfAttributes(){return["align","valign","char","charoff","span","width"]}}class Colgroup extends TagEmpty{tag="colgroup";selfAttributes(){return["align","valign","char","charoff","span","width"]}}class TableSection extends Tag{constructor(t="tbody",e="",i={}){super(e,i),this.tag=t}selfAttributes(){return["align","valign","char","charoff","bgcolor"]}}class TableRow extends Tag{tag="tr";selfAttributes(){return["align","bgcolor","bordercolor","char","charoff","valign"]}}class TableCell extends Tag{constructor(t="td",e="",i={}){super(e,i),this.tag=t}selfAttributes(){return["abbr","align","axis","background","bgcolor","bordercolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"]}}class Cite extends Tag{tag="cite"}class Code extends Tag{tag="code"}class Dl extends Tag{tag="dl"}class Dt extends Tag{tag="dt"}class Dd extends Tag{tag="dd"}class Details extends Tag{tag="details"}class Summary extends Tag{tag="summary"}class Dfn extends Tag{tag="dfn"}class Div extends Tag{tag="div";selfAttributes(){return["align","title"]}}class Em extends Tag{tag="em"}class Ital extends Tag{tag="i"}class Strong extends Tag{tag="strong"}class Embed extends Tag{tag="embed";selfAttributes(){return["align","height","hspace","pluginspace","src","type","vspace","width"]}}class NoEmbed extends Tag{tag="noembed"}class Fieldset extends Tag{tag="fieldset";selfAttributes(){return["form","title"]}}class Legend extends Tag{tag="legend";selfAttributes(){return["align","title"]}}class Figure extends Tag{tag="figure"}class FigCaption extends Tag{tag="figcaption"}class Form extends Tag{tag="form";selfAttributes(){return["accept-charset","action","autocomplete","enctype","method","name","novalidate","target"]}}class Frameset extends Tag{tag="frameset";selfAttributes(){return["border","bordercolor","cols","frameborder","framespacing","rows"]}}class Frame extends TagEmpty{tag="frame";selfAttributes(){return["bordercolor","frameborder","noresize","name","src","scrolling"]}}class NoFrames extends Tag{tag="noframes"}class IFrame extends Tag{tag="iframe";selfAttributes(){return["align","allowtransparency","frameborder","height","hspace","marginheight","marginwidth","name","sandbox","scrolling","seamless","src","srcdoc","vspace","width"]}}class Ins extends Tag{tag="ins";selfAttributes(){return["cite","datetime"]}}class Kbd extends Tag{tag="kbd"}class Label extends Tag{tag="label";selfAttributes(){return["for"]}}const label=(t="",e={})=>new Label(t,e);class List extends Tag{constructor(t="ul",e="",i={}){super(e,i),this.tag=t}selfAttributes(){return"ul"===this.tag?["type"]:["type","reserved","start"]}}class ListItem extends Tag{tag="li";selfAttributes(){return["type","value"]}}class Mark extends Tag{tag="mark"}class NoScript extends Tag{tag="noscript"}class Select extends Tag{tag="select";selfAttributes(){return["autofocus","form","name","size"]}}class OptionGroup extends Tag{tag="optgroup";selfAttributes(){return["label"]}}class Option extends Tag{tag="option";selfAttributes(){return["label","value"]}}class Output extends Tag{tag="output";selfAttributes(){return["for","form","name"]}}class Paragraph extends Tag{tag="p";selfAttributes(){return["align"]}}class Pre extends Tag{tag="pre"}class Quoted extends Tag{tag="q";selfAttributes(){return["cite"]}}class Strike extends Tag{tag="strike"}class Script extends Tag{tag="script";selfAttributes(){return["async","defer","language","src","type"]}}const script=(t="",e={})=>new Script(t,e);class Small extends Tag{tag="small"}class Source extends TagEmpty{tag="source";selfAttributes(){return["media","src","type"]}}const source=(t={})=>new Source(t);class Sub extends Tag{tag="sub"}class Sup extends Tag{tag="sup"}class Textarea extends Tag{tag="textarea";selfAttributes(){return["autofocus","cols","form","maxlength","name","placeholder","rows","wrap"]}}class Time extends Tag{tag="time";selfAttributes(){return["datetime","pubdate"]}}class Track extends TagEmpty{tag="track";selfAttributes(){return["kind","src","srclang","label"]}}const track=(t={})=>new Track(t);class Var extends Tag{tag="var"}class VideoTag extends Tag{tag="video";selfAttributes(){return["autoplay","controls","height","loop","loop","poster","preload","src","width"]}}const video=(t="",e={})=>new VideoTag(t,e);class Wbr extends TagEmpty{tag="wbr"}class Main extends Tag{tag="main"}class Flexbox extends Tag{tag="div";constructor(t="",e={}){let{style:i={},order:o=0,justify:n="flex-start",align:a="stretch",content:r="normal"}=e;i.display=!0===e.inline?"inline-flex":"flex",["direction","wrap","flow","grow","shrink","basis"].forEach((t=>{void 0!==e[t]&&(i[`flex-${t}`]=e[t])})),i.order=o,i.justifyContent=n,i.alignItems=a,i.alignContent=r,super(t,{...e,style:i})}}class Margin extends Tag{constructor(t="",e={}){let{style:i={}}=e;["left","right","top","bottom"].forEach((t=>{if(void 0!==e[t]){let o=e[t];i[`margin-${t}`]=isNaN(o)?o:`${o}px`}})),super(t,{...e,style:i})}}class Padding extends Tag{constructor(t="",e={}){let{style:i={}}=e;["left","right","top","bottom"].forEach((t=>{if(void 0!==e[t]){let o=e[t];i[`padding-${t}`]=isNaN(o)?o:`${o}px`}})),super(t,{...e,style:i})}}class Center extends Tag{constructor(t="",e={}){let{style:i={}}=e;i.textAlign="center",super(t,{...e,style:i})}}class FigureSimple extends Tag{tag="figure";constructor(t="",e="",i="",o={}){i&&"string"!=typeof i&&(o=i,i=""),super(o),this.img=t,this.alt=i,this.caption=e}template(){return`\n <${this.tag} ${this.attributes} ${this.events}>\n ${this.alt}\n
${this.caption}
\n \n `}}class CssGrid extends Tag{constructor(t="",e={}){let{style:i={}}=e;i.display="grid",["gap","templateRows","templateColumns","templateAreas","autoRows","autoColumns","autoFlow"].forEach((t=>{void 0!==e[t]&&(i[`grid-${dashedName(t)}`]=e[t])})),super(t,{...e,style:i})}}class CssGridItem extends Tag{constructor(t="",e={}){let{style:i={}}=e;["rowStart","rowEnd","columnStart","columnEnd","area","column","row"].forEach((t=>{void 0!==e[t]&&(i[`grid-${dashedName(t)}`]=e[t])})),super(t,{...e,style:i}),e.tag&&(this.tag=e.tag)}}class Meta extends TagEmpty{tag="meta";selfAttributes(){return["content","name","http-equiv","charset"]}}const meta=t=>new Meta(t);class Title extends Tag{tag="title"}const title=t=>new Title(t);var zt=Object.freeze({__proto__:null,Abbr:Abbr,Address:Address,Anchor:Anchor,Area:Area,Article:Article,Aside:Aside,AudioTag:AudioTag,Bdi:Bdi,Bdo:Bdo,Blockquote:Blockquote,Bold:Bold,Br:Br,Button:Button,Canvas:Canvas,Caption:Caption,Center:Center,Cite:Cite,Code:Code,Col:Col,Colgroup:Colgroup,CssGrid:CssGrid,CssGridItem:CssGridItem,Dd:Dd,Details:Details,Dfn:Dfn,Div:Div,Dl:Dl,Dt:Dt,Em:Em,Embed:Embed,Fieldset:Fieldset,FigCaption:FigCaption,Figure:Figure,FigureSimple:FigureSimple,Flexbox:Flexbox,Footer:Footer,Form:Form,Frame:Frame,Frameset:Frameset,Header:Header,Heading:Heading,Hr:Hr,IFrame:IFrame,Img:Img,Input:Input,Ins:Ins,Ital:Ital,Kbd:Kbd,Label:Label,Legend:Legend,List:List,ListItem:ListItem,Main:Main,Map:Map,Margin:Margin,Mark:Mark,Meta:Meta,Nav:Nav,NoEmbed:NoEmbed,NoFrames:NoFrames,NoScript:NoScript,Option:Option,OptionGroup:OptionGroup,Output:Output,Padding:Padding,Paragraph:Paragraph,Pre:Pre,Quoted:Quoted,Script:Script,Section:Section,Select:Select,Small:Small,Source:Source,Span:Span,Strike:Strike,Strong:Strong,Sub:Sub,Summary:Summary,Sup:Sup,Table:Table,TableCell:TableCell,TableRow:TableRow,TableSection:TableSection,Textarea:Textarea,Time:Time,Title:Title,Track:Track,Var:Var,VideoTag:VideoTag,Wbr:Wbr,a:(t="#",e="",i={})=>new Anchor(e,{...i,href:t}),abbr:(t="",e={})=>new Abbr(t,e),addMeta:t=>{let e,i=document.head.querySelectorAll("meta"),o=meta(t);const n=["name","charset","http-equiv"];i.forEach((i=>{for(let o=0;o{let e=document.head.querySelector("title");e&&e.remove(),render(title(t),document.head,{clear:!1})},address:(t="",e={})=>new Address(t,e),anchor:(t="",e={})=>new Anchor(t,e),area:area,area2:(t="#",e={})=>area({...e,href:t}),article:(t="",e={})=>new Article(t,e),aside:(t="",e={})=>new Aside(t,e),audio:(t="",e={})=>new AudioTag(t,e),audio2:(t="",e="",i={})=>new AudioTag(e,{...i,src:t}),bdi:(t="",e={})=>new Bdi(t,e),bdo:(t="",e={})=>new Bdo(t,e),blockquote:(t="",e={})=>new Blockquote(t,e),bold:(t="",e={})=>new Bold(t,e),br:t=>new Br(t),button:(t="",e={})=>new Button(t,e),canvas:(t="",e={})=>new Canvas(t,e),caption:(t="",e={})=>new Caption(t,e),center:(t,e)=>new Center(t,e),cite:(t="",e={})=>new Cite(t,e),code:(t="",e={})=>new Code(t,e),col:t=>new Col(t),colgroup:t=>new Colgroup(t),cssGrid:(t,e)=>new CssGrid(t,e),cssGridItem:(t,e)=>new CssGridItem(t,e),dd:(t="",e={})=>new Dd(t,e),details:(t="",e={})=>new Details(t,e),dfn:(t="",e={})=>new Dfn(t,e),div:(t="",e={})=>new Div(t,e),dl:(t="",e={})=>new Dl(t,e),dt:(t="",e={})=>new Dt(t,e),em:(t="",e={})=>new Em(t,e),embed:(t="",e={})=>new Embed(t,e),fieldset:(t="",e={})=>new Fieldset(t,e),figcaption:(t="",e={})=>new FigCaption(t,e),figure:(t="",e={})=>new Figure(t,e),figureSimple:(t,e,i,o)=>new FigureSimple(t,e,i,o),flexbox:(t,e)=>new Flexbox(t,e),footer:(t="",e={})=>new Footer(t,e),form:(t="",e={})=>new Form(t,e),frame:(t={})=>new Frame(t),frame2:(t="",e="",i={})=>new Frame({...i,src:t,name:e}),frameset:(t="",e={})=>new Frameset(t,e),h1:(t="",e={})=>heading("h1",t,e),h2:(t="",e={})=>heading("h2",t,e),h3:(t="",e={})=>heading("h3",t,e),h4:(t="",e={})=>heading("h4",t,e),h5:(t="",e={})=>heading("h5",t,e),h6:(t="",e={})=>heading("h6",t,e),header:(t="",e={})=>new Header(t,e),heading:heading,hr:t=>new Hr(t),i:(t="",e={})=>new Ital(t,e),iframe:(t="",e={})=>new IFrame(t,e),iframe2:(t="",e="",i="",o={})=>new IFrame(i,{...o,src:t,name:e}),img:img,img2:(t="",e="",i={})=>img({...i,src:t,alt:e}),input:(t={})=>new Input(t),input2:(t="",e={})=>new Input({...e,value:t}),ins:(t="",e={})=>new Ins(t,e),ital:(t="",e={})=>new Ital(t,e),kbd:(t="",e={})=>new Kbd(t,e),label:label,label2:(t="",e="",i={})=>label(e,{...i,for:t}),legend:(t="",e={})=>new Legend(t,e),li:(t="",e={})=>new ListItem(t,e),main:(t="",e={})=>new Main(t,e),map:(t="",e={})=>new Map(t,e),margin:(t,e)=>new Margin(t,e),mark:(t="",e={})=>new Mark(t,e),meta:meta,nav:(t="",e={})=>new Nav(t,e),noembed:(t="",e={})=>new NoEmbed(t,e),noframes:(t="",e={})=>new NoFrames(t,e),noscript:(t="",e={})=>new NoScript(t,e),ol:(t="",e={})=>new List("ol",t,e),optgroup:(t="",e={})=>new OptionGroup(t,e),option:(t="",e="",i={})=>new Option(t,e,i),output:(t="",e={})=>new Output(t,e),p:(t="",e={})=>new Paragraph(t,e),padding:(t,e)=>new Padding(t,e),paragraph:(t="",e={})=>new Paragraph(t,e),pre:(t="",e={})=>new Pre(t,e),q:(t="",e={})=>new Quoted(t,e),s:(t="",e={})=>new Strike(t,e),script:script,script2:(t="",e="",i={})=>script(e,{...i,src:t}),section:(t="",e={})=>new Section(t,e),select:(t="",e={})=>new Select(t,e),small:(t="",e={})=>new Small(t,e),source:source,source2:(t="",e={})=>source({...e,src:t}),span:(t="",e={})=>new Span(t,e),strike:(t="",e={})=>new Strike(t,e),strong:(t="",e={})=>new Strong(t,e),sub:(t="",e={})=>new Sub(t,e),summary:(t="",e={})=>new Summary(t,e),sup:(t="",e={})=>new Sup(t,e),table:(t="",e={})=>new Table(t,e),tbody:(t="",e={})=>new TableSection("tbody",t,e),td:(t="",e={})=>new TableCell("td",t,e),textarea:(t="",e={})=>new Textarea(t,e),tfoot:(t="",e={})=>new TableSection("tfoot",t,e),th:(t="",e={})=>new TableCell("th",t,e),thead:(t="",e={})=>new TableSection("thead",t,e),time:(t="",e={})=>new Time(t,e),title:title,tr:(t="",e={})=>new TableRow(t,e),track:track,track2:(t="",e={})=>track({...e,src:t}),ul:(t="",e={})=>new List("ul",t,e),variable:(t="",e={})=>new Var(t,e),video:video,video2:(t="",e="",i={})=>video(e,{...i,src:t}),wbr:t=>new Wbr(t)});const Nt={},Jt={...zt,extract:(t=globalThis)=>{for(let e in zt)globalThis[e]&&(Nt[e]=globalThis[e]),t[e]=zt[e]},restore:(t=globalThis)=>{for(let e in Nt)t[e]=Nt[e]}};globalThis.html=Jt,globalThis.html={BaseElement:BaseElement,Tag:Tag,TagEmpty:TagEmpty,addStyle:(t,e)=>{if("string"==typeof t)return void createStyleElement(t,e);const i=createStyleSheet(e);for(let e in t)addCssRule(i,e,setStyles(t[e]))},addCssRule:addCssRule,cssLoader:async(t,e)=>{let i,o,n=await fetch(t,e);if(!n.ok)throw new Error("HTTP error: "+n.status);i=await n.text(),o=document.createElement("style"),o.appendChild(document.createTextNode(i)),document.body.appendChild(o)},jsLoader:async(t,e)=>{let i,o,n=await fetch(t,e);if(!n.ok)throw new Error("HTTP error: "+n.status);i=await n.text(),o=document.createElement("script"),o.appendChild(document.createTextNode(i)),document.body.appendChild(o)},viewLoader:async(t,e={},i=!1)=>{let o,n,a;if(!1!==i&&(a=`htmljs::key::${t}`,n=localStorage.getItem(a)),!n){if(o=await fetch(t,e),!o.ok)throw new Error("HTTP error: "+o.status);n=await o.text(),!1!==i&&localStorage.setItem(a,n)}(0,eval)(`result = ${n}`)},clearViewStorageHolder:t=>localStorage.removeItem(`htmljs::key::${t}`),createStyleElement:createStyleElement,createStyleSheet:createStyleSheet,render:render},globalThis.Router={create:t=>new Router(t),Router:Router},function(t){var e=t.meta("metro4:init").attr("content"),i=t.meta("metro4:locale").attr("content"),o=t.meta("metro4:week_start").attr("content"),n=t.meta("metro4:date_format").attr("content"),a=t.meta("metro4:date_format_input").attr("content"),r=t.meta("metro4:animation_duration").attr("content"),l=t.meta("metro4:callback_timeout").attr("content"),s=t.meta("metro4:timeout").attr("content"),p=t.meta("metro4:scroll_multiple").attr("content"),d=t.meta("metro4:cloak").attr("content"),c=t.meta("metro4:cloak_duration").attr("content"),m=t.meta("metro4:global_common").attr("content"),A=t.meta("metro4:blur_image").attr("content");void 0===window.METRO_BLUR_IMAGE&&(window.METRO_BLUR_IMAGE=void 0!==A&&JSON.parse(m)),void 0===window.METRO_GLOBAL_COMMON&&(window.METRO_GLOBAL_COMMON=void 0!==m&&JSON.parse(m));var g=t.meta("metro4:jquery").attr("content");window.jquery_present="undefined"!=typeof jQuery,void 0===window.METRO_JQUERY&&(window.METRO_JQUERY=void 0===g||JSON.parse(g)),window.useJQuery=window.jquery_present&&window.METRO_JQUERY;var x=t.meta("metro4:about").attr("content");void 0===window.METRO_SHOW_ABOUT&&(window.METRO_SHOW_ABOUT=void 0===x||JSON.parse(x));var h=t.meta("metro4:compile").attr("content");void 0===window.METRO_SHOW_COMPILE_TIME&&(window.METRO_SHOW_COMPILE_TIME=void 0===h||JSON.parse(h)),void 0===window.METRO_INIT&&(window.METRO_INIT=void 0===e||JSON.parse(e)),void 0===window.METRO_DEBUG&&(window.METRO_DEBUG=!0),void 0===window.METRO_WEEK_START&&(window.METRO_WEEK_START=void 0!==o?parseInt(o):0),void 0===window.METRO_DATE_FORMAT&&(window.METRO_DATE_FORMAT=void 0!==n?n:"YYYY-MM-DD"),void 0===window.METRO_DATE_FORMAT_INPUT&&(window.METRO_DATE_FORMAT_INPUT=void 0!==a?a:"YYYY-MM-DD"),void 0===window.METRO_LOCALE&&(window.METRO_LOCALE=void 0!==i?i:"en-US"),void 0===window.METRO_ANIMATION_DURATION&&(window.METRO_ANIMATION_DURATION=void 0!==r?parseInt(r):100),void 0===window.METRO_CALLBACK_TIMEOUT&&(window.METRO_CALLBACK_TIMEOUT=void 0!==l?parseInt(l):500),void 0===window.METRO_TIMEOUT&&(window.METRO_TIMEOUT=void 0!==s?parseInt(s):2e3),void 0===window.METRO_SCROLL_MULTIPLE&&(window.METRO_SCROLL_MULTIPLE=void 0!==p?parseInt(p):20),void 0===window.METRO_CLOAK_REMOVE&&(window.METRO_CLOAK_REMOVE=void 0!==d?(""+d).toLowerCase():"fade"),void 0===window.METRO_CLOAK_DURATION&&(window.METRO_CLOAK_DURATION=void 0!==c?parseInt(c):300),void 0===window.METRO_HOTKEYS_FILTER_CONTENT_EDITABLE&&(window.METRO_HOTKEYS_FILTER_CONTENT_EDITABLE=!0),void 0===window.METRO_HOTKEYS_FILTER_INPUT_ACCEPTING_ELEMENTS&&(window.METRO_HOTKEYS_FILTER_INPUT_ACCEPTING_ELEMENTS=!0),void 0===window.METRO_HOTKEYS_FILTER_TEXT_INPUTS&&(window.METRO_HOTKEYS_FILTER_TEXT_INPUTS=!0),void 0===window.METRO_HOTKEYS_BUBBLE_UP&&(window.METRO_HOTKEYS_BUBBLE_UP=!1),void 0===window.METRO_THROWS&&(window.METRO_THROWS=!0),window.METRO_MEDIA=[]}(m4q),function(){var t=m4q;if("undefined"==typeof m4q)throw new Error("Metro UI requires m4q helper!");if(!("MutationObserver"in window))throw new Error("Metro UI 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:"5.0.0-rc8",build_time:"05.05.2024, 20:43:53",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(`%c METRO UI %c v${i.version} %c ${i.build_time} `,"color: pink; font-weight: bold; background: #800000","color: white; background: darkgreen","color: white; background: #0080fe;"),t.info()},showCompileTime:function(){return""},aboutDlg:function(){alert("Metro UI - v"+i.version)},ver:function(){return i.version},build:function(){return i.build},compile:function(){return""},observe:function(){var e;e=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,c=[],m=e.addedNodes;if(m.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},noop_arg:function(t){return t},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,r=null){var l,s=this.element,p=this.options,d=t.camelCase(e).capitalize();return l=(i=t.extend({},i,{__this:s[0]}))?Object.values(i):{},o&&(console.warn(o),console.warn("Event: on"+d),console.warn("Data: ",i),console.warn("Element: ",s[0])),!0!==n&&s.fire(d.toLowerCase(),i),a.exec(p["on"+d],l,r||s[0])},_fireEvents:function(e,i,o,n,r){var l,s=this;if(0!==arguments.length)return 1===arguments.length?(t.each(e,(function(){var t=this;s._fireEvent(t.name,t.data,t.log,t.noFire,r)})),a.objectLength(e)):void((Array.isArray(e)||"string"==typeof e)&&(l=Array.isArray(e)?e:e.toArray(","),t.each(l,(function(){s._fireEvent(this,i,o,n,r)}))))},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)},function(t,e){t.utils={nothing:function(){},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*{-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){var i=t.utils,o={accordionDeferred:0,showMarker:!0,material:!1,duration:METRO_ANIMATION_DURATION,oneFrame:!0,showActive:!0,activeFrameClass:"",activeHeadingClass:"",activeContentClass:"",clsFrame:"",clsHeading:"",clsContent:"",clsAccordion:"",clsActiveFrame:"",clsActiveFrameHeading:"",clsActiveFrameContent:"",onFrameOpen:t.noop,onFrameBeforeOpen:t.noop_true,onFrameClose:t.noop,onFrameBeforeClose:t.noop_true,onAccordionCreate:t.noop};t.accordionSetup=function(t){o=e.extend({},o,t)},void 0!==typeof window.metroAccordionSetup&&t.accordionSetup(window.metroAccordionSetup),t.Component("accordion",{init:function(t,e){return this._super(e,t,o),this},_create:function(){var t=this.element;this._createStructure(),this._createEvents(),this._fireEvent("accordionCreate",{element:t})},_createStructure:function(){var t,i=this,o=this.element,n=this.options,a=o.children(".frame"),r=o.children(".frame.active");o.addClass("accordion").addClass(n.clsAccordion),a.addClass(n.clsFrame).each((function(){var t=e(this);t.children(".heading").addClass(n.clsHeading),t.children(".content").addClass(n.clsContent)})),!0===n.showMarker&&o.addClass("marker-on"),!0===n.material&&o.addClass("material"),t=0===r.length?a[0]:r[0],this._hideAll(),!0===n.showActive&&(!0===n.oneFrame?this._openFrame(t):e.each(r,(function(){i._openFrame(this)})))},_createEvents:function(){var i=this,o=this.element,n=this.options,a=o.children(".frame.active");o.on(t.events.click,".heading",(function(){var t=e(this),r=t.parent();if(t.closest(".accordion")[0]!==o[0])return!1;r.hasClass("active")?1===a.length&&n.oneFrame||i._closeFrame(r):i._openFrame(r)}))},_openFrame:function(t){var o=this.element,n=this.options,a=e(t);if(!1===i.exec(n.onFrameBeforeOpen,[a[0]],o[0]))return!1;!0===n.oneFrame&&this._closeAll(a[0]),a.addClass("active "+n.activeFrameClass).addClass(n.clsActiveFrame),a.children(".heading").addClass(n.activeHeadingClass).addClass(n.clsActiveFrameHeading),a.children(".content").addClass(n.activeContentClass).addClass(n.clsActiveFrameContent).slideDown(n.duration),this._fireEvent("frameOpen",{frame:a[0]})},_closeFrame:function(t){var o=this.element,n=this.options,a=e(t);a.hasClass("active")&&!1!==i.exec(n.onFrameBeforeClose,[a[0]],o[0])&&(a.removeClass("active "+n.activeFrameClass).removeClass(n.clsActiveFrame),a.children(".heading").removeClass(n.activeHeadingClass).removeClass(n.clsActiveFrameHeading),a.children(".content").removeClass(n.activeContentClass).removeClass(n.clsActiveFrameContent).slideUp(n.duration),this._fireEvent("frameClose",{frame:a[0]}))},_closeAll:function(t){var i=this,o=this.element.children(".frame");e.each(o,(function(){t!==this&&i._closeFrame(this)}))},_hideAll:function(){var t=this.element.children(".frame");e.each(t,(function(){e(this).children(".content").hide()}))},_openAll:function(){var t=this,i=this.element.children(".frame");e.each(i,(function(){t._openFrame(this)}))},open:function(t){var e=this.element.children(".frame").eq(t);this._openFrame(e)},changeAttribute:function(t,e){},destroy:function(){var e=this.element;return e.off(t.events.click,".heading"),e}})}(Metro,m4q);styleInject('.accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:flex;flex-direction:column;list-style:none inside;margin:0;padding:0;position:relative;width:100%}.accordion>.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"),console.log(l),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),c=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",c=e(""),p=this.heads,s=0;s"),i.isValue(this.title)&&m.html(this.title),v[h.view[t]["index-view"]]=m)})),s=0;s"),p=d[l],s=0;s").html(this),v[h.view[t]["index-view"]]=m)})),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 t,o,n=this.element,a=this.options,r=n.parent(),l=r.hasClass("tabs"),s=l?r:e("
").addClass("tabs tabs-wrapper");if(s.addClass(a.tabsPosition.replace(["-","_","+"]," ")),n.addClass("tabs-list"),"default"!==a.tabsType&&n.addClass("tabs-"+a.tabsType),l||(s.insertBefore(n),n.appendTo(s)),n.data("expanded",!1),t=e("
").addClass("expand-title"),s.prepend(t),0===(o=s.find(".hamburger")).length){o=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!==A.service[0].clsColumn&&l.addClass(A.service[0].clsColumn),l.appendTo(r),l=e(""),s="checkbox"===x.checkType?e(""):e(""),i.isValue(w)&&Array.isArray(w)&&w.indexOf(""+m[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!==A.service[1].clsColumn&&l.addClass(A.service[1].clsColumn),l.appendTo(r),a=0;a");i.isValue(A.heads[t].template)&&(o=A.heads[t].template.replace(/%VAL%/g,o)),n.html(o),n.addClass(x.clsBodyCell),i.isValue(A.heads[t].clsColumn)&&n.addClass(A.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,A._fireEvent("draw-cell",{td:n,val:o,cellIndex:t,head:A.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||A.locale.table.empty))).appendTo(r);this._info(u+1,f+1,m.length),this._paging(m.length),this.activity&&this.activity.hide(),this._fireEvent("draw"),void 0!==o&&i.exec(o,null,g[0])}else console.warn("Heads is not defined for table ID "+g.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,c,m,A,g,x=t.export,h=this,u=this.options,f=document.createElement("table"),b=e("